- Dec 5, 2020
- 1,912
- 14,091
- 678
Righty-o
Question for those with Modding/Editing experience :
I'm trying to create a powercreep Lona edit, I've been successful by simply adding :
"attribute_name": "atk_plus",
"attribute_type": "Tmax",
"adjustor": "+",
"adjustment": "0.5"
to the trait_Combat.json, nice and easy, it works... increases damage with level, is shown in Lona's stats.
however, the same cannot be said for :
"attribute_name": "def_plus",
"attribute_type": "Tmax",
"adjustor": "+",
"adjustment": "0.5"
I've tried changing the Tmax to Tmin, current, even tried the "def" attribute_name and combos... no effect. I could easily just increase the effects using the personality traits or changing the above on armour , but that defeats the idea I'm aiming for (which is a stable, flat def bonus per stat increase in constitution, regardless of personality, also, timid getting that +8 def is weird.. tough only getting 2? strange)
any ideas on what I'm doing wrong?
Question for those with Modding/Editing experience :
I'm trying to create a powercreep Lona edit, I've been successful by simply adding :
"attribute_name": "atk_plus",
"attribute_type": "Tmax",
"adjustor": "+",
"adjustment": "0.5"
to the trait_Combat.json, nice and easy, it works... increases damage with level, is shown in Lona's stats.
however, the same cannot be said for :
"attribute_name": "def_plus",
"attribute_type": "Tmax",
"adjustor": "+",
"adjustment": "0.5"
I've tried changing the Tmax to Tmin, current, even tried the "def" attribute_name and combos... no effect. I could easily just increase the effects using the personality traits or changing the above on armour , but that defeats the idea I'm aiming for (which is a stable, flat def bonus per stat increase in constitution, regardless of personality, also, timid getting that +8 def is weird.. tough only getting 2? strange)
any ideas on what I'm doing wrong?