Moving overrideArmor setting
This commit is contained in:
parent
e0ff785e7b
commit
11f2aac6d5
@ -26,8 +26,8 @@ namespace pdHealth
|
||||
float healthRegenDelay = 30f; //Delay after damage before recharging health. Set to 0 to disable delay.
|
||||
|
||||
//Max Armor/Health
|
||||
int overrideArmor = -1; //Set your max armor. Basically the same as above.
|
||||
int overrideHealth = 50; //Set your max health to balance the regenerating armor. Values over 100 don't do anything (unless max health is altered by a trainer). Set to -1 to use default health.
|
||||
int overrideArmor = -1; //Set your max armor. Basically the same as above.
|
||||
|
||||
//Other armor options
|
||||
bool allDamageArmor = true; //The armor soaks up all the damage, even fall and explosion-damage.
|
||||
|
Loading…
Reference in New Issue
Block a user