diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 14:58:04 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 14:58:04 +0000 |
commit | ee8093a79840edc7169291ca69ac3d256190fc83 (patch) | |
tree | 2a569814a328e229bfaa4f72ea38e5bc3b11c80f /conf-tmpl | |
parent | 98f7e84cd7692c8cc982ea15ce26c4d546e705b5 (diff) | |
download | hercules-ee8093a79840edc7169291ca69ac3d256190fc83.tar.gz hercules-ee8093a79840edc7169291ca69ac3d256190fc83.tar.bz2 hercules-ee8093a79840edc7169291ca69ac3d256190fc83.tar.xz hercules-ee8093a79840edc7169291ca69ac3d256190fc83.zip |
- Added battle config options item_rate_adddrop, item_drop_add_min and item_drop_add_max to control drop rate of card-acquired loot bonuses.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5610 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/drops.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/drops.conf b/conf-tmpl/battle/drops.conf index 6a6eeee18..57281614f 100644 --- a/conf-tmpl/battle/drops.conf +++ b/conf-tmpl/battle/drops.conf @@ -87,6 +87,11 @@ item_rate_mvp: 100 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 +// The rate adjustment for card-granted item drops. +item_rate_adddrop: 100 +item_drop_add_min: 1 +item_drop_add_max: 10000 + // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 100 item_drop_treasure_min: 1 |