feature request: Set all items to masterwork quality
Hi,
When I design my late-game sub, I set all items to masterwork quality (if possible), to reduce heavy labor of carrying-over all items from old sub to new sub. I already wrote some XQuery to manipulate XML in BaseX. It works, but too cumbersome for other people (install Java, create database, pack XML ...). It would be nice to have this feature in the editor. But I know nothing about JS or Vue. So I made this request.
I already collected the data:
<Item identifier=
"autoshotgun",
"assaultrifle",
"boardingaxe",
"nucleargun",
"handcannon",
"crowbar",
"crowbarhardened",
"crowbardementonite",
"harpoongun",
"revolver",
"smg",
"divingknife",
"divingknifehardened",
"divingknifedementonite",
"grenadelauncher",
"shotgun",
"stungun",
"shotgununique",
"divingknifeunique",
"smgunique",
"fuelrod",
"thoriumfuelrod",
"fulguriumfuelrod",
"fulguriumfuelrodvolatile",
"weldingfueltank",
"incendiumfueltank",
"oxygentank",
"oxygenitetank",
"batterycell",
"fulguriumbatterycell",
"screwdriver",
"screwdriverhardened",
"screwdriverdementonite",
"wrench",
"wrenchhardened",
"wrenchdementonite",
"uex",
"c4block",
"ic4block",
"compoundn",
"volatilecompoundn",
"stungrenade",
"empgrenade",
"fraggrenade",
"incendiumgrenade",
"weldingtool",
"plasmacutter",
"stunbaton"
-
Set
<Quality qualitylevel="3"for masterwork quality. -
Some items need further adjust of
<Item conditionto be full-filled
<Item condition="130"
"weldingfueltank",
"incendiumfueltank",
"oxygentank",
"oxygenitetank",
"batterycell",
"fulguriumbatterycell",
"fuelrod"
<Item condition="260"
"thoriumfuelrod"
<Item condition="195"
"fulguriumfuelrod"
<Item condition="520"
"fulguriumfuelrodvolatile"
That's all. And thanks for your editor, it's really useful.