If you are altering the values of an item that was introduced in a different mod, what is the best way to go about it?
Should the "- delete: STR_ITEM_NAME" command be used and then the entire item be redefined in your new mod?
Or can individual values be changed from within your mod while leaving the source mods values untouched?
Example, change the weight and accuracy of the laser rifle without redefining it entirely:
- type: STR_LASER_RIFLE
weight: 12
accuracyAimed: 9
listOrder: 50
Or for example adding the variable that prevents HWP from accessing their inventory during battle:
armors:
- type: EXAMPLE_ARMOR
allowInv: false