I'm looking for a way to tone down the availability of mechs and improved weapons in stores, and I'm trying to determine the best way to edit the itemcollections files. I've added gauss ammunition with
{ "Type": "ItemCollectionDef", "Path": "itemcollections/", "ShouldAppendText": true }
but that just adds items to a file, rather than editing the file. Will itemcollections get merged if they are in \mods\modname\StreamingAssets\data\itemcollections (from Modtek documentation I think not, only json will be merged)? I'd rather not overwrite files in the game's data directory, though I will if that's what is needed.
{ "Type": "ItemCollectionDef", "Path": "itemcollections/", "ShouldAppendText": true }
but that just adds items to a file, rather than editing the file. Will itemcollections get merged if they are in \mods\modname\StreamingAssets\data\itemcollections (from Modtek documentation I think not, only json will be merged)? I'd rather not overwrite files in the game's data directory, though I will if that's what is needed.