diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/exp.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 731cb4e65..d339798eb 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2007/09/10 + * Added 'quest_exp_rate', adjusts exp gained by 'getexp' [ultramage] 2007/09/05 * Added 'nomemo' mapflags to some Cursed Abbey maps [Playtester] 2007/08/19 diff --git a/conf-tmpl/battle/exp.conf b/conf-tmpl/battle/exp.conf index 7a9fa6ae0..f3d438ea2 100644 --- a/conf-tmpl/battle/exp.conf +++ b/conf-tmpl/battle/exp.conf @@ -55,6 +55,9 @@ exp_bonus_max_attacker: 12 // MVP bonus exp rate. (Note 2) mvp_exp_rate: 100 +// Rate of base/job exp given by NPCs. (Note 2) +quest_exp_rate: 100 + // The rate of job exp. from using Heal skill (100 is the same as the heal amount, 200 is double. // The balance of the exp. rate is best used with 5 to 10) heal_exp: 0 |