diff options
Diffstat (limited to 'conf/battle_athena.conf')
-rw-r--r-- | conf/battle_athena.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 21191154..c9bd2b28 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -162,11 +162,11 @@ zeny_penalty: 0 // The amount of HP a player will respawn with, 0 is default. // (Unit is in percentage of total HP, 100 is full heal of HP, 0 is respawn with 1HP total.) -restart_hp_rate: 0 +restart_hp_rate: 100 // The amount of SP a player will respawn with, 0 is default. // (Unit is in percentage of total SP, 100 is full heal of SP, 0 is respawn with 1SP total.) -restart_sp_rate: 0 +restart_sp_rate: 100 // [MVP] Summoned monsters HP rate, that is, monsters summoned by an MVP will have this much HP. (Note 2) mvp_hp_rate: 100 |