baro-save-editor icon indicating copy to clipboard operation
baro-save-editor copied to clipboard

feature request: Set all items to masterwork quality

Open YanWenKun opened this issue 4 years ago • 0 comments

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:

  1. All items that have a quality level

<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"
  1. Set <Quality qualitylevel="3" for masterwork quality.

  2. Some items need further adjust of <Item condition to 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.

YanWenKun avatar Jan 04 '22 09:01 YanWenKun