diff options
Diffstat (limited to 'conf/battle/battle.conf')
-rw-r--r-- | conf/battle/battle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/battle.conf b/conf/battle/battle.conf index 94f80a2a6..70062a16e 100644 --- a/conf/battle/battle.conf +++ b/conf/battle/battle.conf @@ -94,7 +94,7 @@ vit_penalty_num: 5 // Use alternate method of DEF calculation for physical attacks. // With 0, disabled (use normal def% reduction with further def2 reduction) -// At 1 or more defense is substraction of (DEF* value). +// At 1 or more defense is subtraction of (DEF* value). // eg: 10 + 50 def becomes 0 + (10*type + 50) weapon_defense_type: 0 |