diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-21 05:04:29 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-07-28 19:37:15 +0200 |
commit | 5ac507e88e116e6a11185beace600bde8896c534 (patch) | |
tree | 2ba9972ab9d077aff6e9702c4be8d7d065a80e86 /conf/map | |
parent | 9034007595aa0ef58d28f09253ba15f405a011ab (diff) | |
download | hercules-5ac507e88e116e6a11185beace600bde8896c534.tar.gz hercules-5ac507e88e116e6a11185beace600bde8896c534.tar.bz2 hercules-5ac507e88e116e6a11185beace600bde8896c534.tar.xz hercules-5ac507e88e116e6a11185beace600bde8896c534.zip |
Update Homunculus obtain EXP from master
- homunculus will obtain a portion or full EXP from master.
- fixes #2313
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/homunc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/map/battle/homunc.conf b/conf/map/battle/homunc.conf index 7ccaf8f8a..f2ed4d8d7 100644 --- a/conf/map/battle/homunc.conf +++ b/conf/map/battle/homunc.conf @@ -66,3 +66,6 @@ homunculus_max_level: 99 // Max level for Homunculus S homunculus_S_max_level: 150 + +// Bonus EXP homunculus received from master? (Note 2) +hom_bonus_exp_from_master: 10 |