Kamehameha
First time out of the vault
Hello!
Can Perks.ini be used to change more than one stat when modifying an existing perk? I'm trying to change the Power Armor perks (62,68,69) to instead of giving just (for example) 3 Strength, to be 1 Strength, 1 Perception, 1 Endurance.
This:
[62]
Stat=0
StatMag=-2
...reduces the Strength gain to 1 (lowers 3 by 2).
This:
[62]
Stat=0
StatMag=-2
Stat=1
StatMag=1
Stat=2
StatMag=1
...does the same. So does this:
[62]
Stat=0|1|2
StatMag=-2|1|1
So it looks like once I change the first stat (Strength) the others are ignored. Is that correct? Do I need to use a script?
If so... I don't see in the docs how to test for armor being worn vs. being in the inventory. Is there a way to do that?
Thanks.
Can Perks.ini be used to change more than one stat when modifying an existing perk? I'm trying to change the Power Armor perks (62,68,69) to instead of giving just (for example) 3 Strength, to be 1 Strength, 1 Perception, 1 Endurance.
This:
[62]
Stat=0
StatMag=-2
...reduces the Strength gain to 1 (lowers 3 by 2).
This:
[62]
Stat=0
StatMag=-2
Stat=1
StatMag=1
Stat=2
StatMag=1
...does the same. So does this:
[62]
Stat=0|1|2
StatMag=-2|1|1
So it looks like once I change the first stat (Strength) the others are ignored. Is that correct? Do I need to use a script?
If so... I don't see in the docs how to test for armor being worn vs. being in the inventory. Is there a way to do that?
Thanks.