Perk.ini and traits

FalloutKillian

First time out of the vault
Is it possible to add action points to the traits?

Say for example i want to add
+1 action point to small frame can that be done with the ini. file?

How would i type that out? Anything else that can be added that isnt in the mod pack example? (Just skills and primary stats in the example file)

Can i add extra health to Bruiser for example?
 
It's done via "StatMod":

Code:
StatMod=8|1
Gives +1 AP.

Code:
StatMod=7|10
Should give +10 max hit points. Same works with skills via SkillMod.

Haven't tested them, but it should work like that. The stat numbers are taken from the define.h file.
 
Back
Top