summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-15 14:58:04 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-15 14:58:04 +0000
commitee8093a79840edc7169291ca69ac3d256190fc83 (patch)
tree2a569814a328e229bfaa4f72ea38e5bc3b11c80f /src/map/battle.h
parent98f7e84cd7692c8cc982ea15ce26c4d546e705b5 (diff)
downloadhercules-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 'src/map/battle.h')
-rw-r--r--src/map/battle.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 3746ea7b1..6ad232e37 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -284,7 +284,8 @@ extern struct Battle_Config {
unsigned short mob_ghostring_fix;
unsigned short pc_attack_attr_none;
int item_rate_mvp, item_rate_common,item_rate_card,item_rate_equip,
- item_rate_heal, item_rate_use, item_rate_treasure; // Added by RoVeRT, Additional Heal and Usable item rate by Val
+ item_rate_heal, item_rate_use, item_rate_treasure, // Added by RoVeRT, Additional Heal and Usable item rate by Val
+ item_rate_adddrop;
unsigned short logarithmic_drops;
unsigned short item_drop_common_min,item_drop_common_max; // Added by TyrNemesis^
@@ -294,7 +295,7 @@ extern struct Battle_Config {
unsigned short item_drop_heal_min,item_drop_heal_max; // Added by Valatris
unsigned short item_drop_use_min,item_drop_use_max; //End
unsigned short item_drop_treasure_min,item_drop_treasure_max; //by [Skotlex]
-
+ unsigned short item_drop_adddrop_min,item_drop_adddrop_max; //[Skotlex]
unsigned short prevent_logout; // Added by RoVeRT
unsigned short alchemist_summon_reward; // [Valaris]