Originally Posted by SniperHF
Originally Posted by sjblack2014


On traits, I've successfully buffed the trait Obedient. However, I can't find the values in the txt files for the other traits.
For example, I want to increase the Pragmatic bonus to Crafting +2. How would I go about doing that? Is that value in the txt files at all? If not, which pak do I have to unpack?


I don't know offhand but might be able to help you find it, where did you find Obedient to mod?


From Potion.txt:

Code
new entry "SKILLBOOST_Leadership1"
type "Potion"
using "_SkillBoost"
data "StackId" "Leadership"
data "Initiative" "5"
data "DamageBoost" "5"
data "Duration" "3"
data "StatusIcon" "statIcons_Leadership"

...

new entry "SKILLBOOST_Leadership1_Obedient"
type "Potion"
using "SKILLBOOST_Leadership1"
data "Willpower" "1"


Easy to mod ...