Looking for some help from someone more experienced than me with save / .txt editing. (I will be editing this post if I come up with solutions). I'm looking to diversify the characters a bit by adding a second passive and/or resist and/or weakness to most of them. I am having trouble getting it to work. Specifically these three lines written here on a normal character:
-------------------------------------------------
"CharacterWeakness": "FootPlay", --> (or any other weakness, etc.)
"CharacterResist": "MountingStyle", --> (or any other resistance and so on)
"CharacterPassive": 34,
-------------------------------------------------
For example:
For the "Resist" I tried adding an extra Trait:
"Trait X""Trait Y" --> error'd the file
"Trait X", "Trait Y" --> error'd the file
"Trait X, Trait Y" --> didn't error, but then caused neither trait to work when in a game.
Extra line "CharacterResist": "X" --> didn't error and didn't break the first trait, but the second trait didn't display or trigger
I've tried any number of combos and symbols to indicate "and" or equivalent. anyone with more knowhow care to help out?
EDIT: Got an answer from Zed on Discord. Apparently it's set up to only recognize one factor. That's a genuine disappointment.