diff options
author | reddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 00:20:17 +0000 |
---|---|---|
committer | reddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 00:20:17 +0000 |
commit | d9d6d28182bd91f0dcdffb4398d1b845dea581b3 (patch) | |
tree | 6d777933439cd4154674004c7127c26468d71344 /conf-tmpl | |
parent | c638f42f8e80a980c21e210c6ce149731dd53b17 (diff) | |
download | hercules-d9d6d28182bd91f0dcdffb4398d1b845dea581b3.tar.gz hercules-d9d6d28182bd91f0dcdffb4398d1b845dea581b3.tar.bz2 hercules-d9d6d28182bd91f0dcdffb4398d1b845dea581b3.tar.xz hercules-d9d6d28182bd91f0dcdffb4398d1b845dea581b3.zip |
added support to regulate MVP drops [Reddozen]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6439 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 776114d62..e36194f57 100644 --- a/conf-tmpl/battle/drops.conf +++ b/conf-tmpl/battle/drops.conf @@ -59,26 +59,31 @@ mvp_item_third_get_time: 2000 // The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 100
+item_rate_common_boss: 100
item_drop_common_min: 1
item_drop_common_max: 10000
// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 100
+item_rate_heal_boss: 100
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 dropped.
item_rate_use: 100
+item_rate_use_boss: 100
item_drop_use_min: 1
item_drop_use_max: 10000
// The rate at which equipment is dropped.
item_rate_equip: 100
+item_rate_equip_boss: 100
item_drop_equip_min: 1
item_drop_equip_max: 10000
// The rate at which cards are dropped
item_rate_card: 100
+item_rate_card_boss: 100
item_drop_card_min: 1
item_drop_card_max: 10000
|