diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-03 22:31:02 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-03 22:31:02 +0000 |
commit | b27c02633e0edc7627d4ce0533b70605292af25e (patch) | |
tree | 92595af8c007337625da1dbbea8fb5a39dea55ff /conf | |
parent | 91fd827c1f0fa7fdbedbcb3be048207b13a79b68 (diff) | |
download | serverdata-b27c02633e0edc7627d4ce0533b70605292af25e.tar.gz serverdata-b27c02633e0edc7627d4ce0533b70605292af25e.tar.bz2 serverdata-b27c02633e0edc7627d4ce0533b70605292af25e.tar.xz serverdata-b27c02633e0edc7627d4ce0533b70605292af25e.zip |
Adjust drop and exp rates to be 10x normal
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle_athena.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index f4a74f6c..21191154 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -106,22 +106,22 @@ mvp_item_third_get_time: 2000 // Item drop rates (Note 2) // The rate the common items are droped (Items that are in the ETC tab, besides card) -item_rate_common: 100 +item_rate_common: 10000 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are droped (items that restore HP or SP) -item_rate_heal: 100 +item_rate_heal: 10000 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are droped. -item_rate_use: 100 +item_rate_use: 10000 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is droped. -item_rate_equip: 100 +item_rate_equip: 10000 item_drop_equip_min: 1 item_drop_equip_max: 10000 @@ -137,10 +137,10 @@ item_drop_mvp_max: 10000 drop_rate0item: no // Rate at which exp. is given. (Note 2) -base_exp_rate: 100 +base_exp_rate: 10000 // Rate at which job exp. is given. (Note 2) -job_exp_rate: 100 +job_exp_rate: 10000 // PVP exp. Do players get exp during pvp pvp_exp: yes |