To imcrease the wits/stamina/strength buffs you will need to edit traiteffects000.txt in the vdata\system folder.
Once open hit Ctrl+F and search for "protean", hit find 6 times and you should come to this:
Code: Select all
TraitEffectGroup
{
"InternalName" "Discipline (Protean-Eyes_of_the_Beast)"
TraitEffect
{
"Trait" "Wits"
"Modifier" "+1"
}
}
Code: Select all
TraitEffectGroup
{
"InternalName" "Discipline (Protean-Will_of_the_Wolf)"
TraitEffect
{
"Trait" "Stamina"
"Modifier" "+2"
}
}
TraitEffectGroup
{
"InternalName" "Discipline (Protean-Hunter_of_Night)"
TraitEffect
{
"Trait" "Strength"
"Modifier" "+2"
I am looking now at if you can modify the claw weapon damage, as if you study the code you can see that it automatically adds items to your character (the claws).
Hope this is useful to you, and i hope this isnt a HUGE repost!