diff options
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/homunc.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/battle/homunc.conf b/conf/battle/homunc.conf index 8349aae64..6ebd43bec 100644 --- a/conf/battle/homunc.conf +++ b/conf/battle/homunc.conf @@ -30,10 +30,16 @@ hom_rename: no hvan_explosion_intimate: 45000 // Show stat growth to the owner when an Homunculus levels up -homunculus_show_growth: no +homunculus_show_growth: yes // Does autoloot work, when a monster is killed by homunculus only? homunculus_autoloot: yes // Should homunculii Vaporize when Master dies? homunculus_auto_vapor: yes + +// Max level for regular Homunculus +homunculus_max_level: 99 + +// Max level for Homunculus S +homunculus_S_max_level: 150 |