viewing paste drops.conf | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
 
// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 2000
item_rate_common_boss: 2000
item_drop_common_min: 1000
item_drop_common_max: 10000
 
// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 2000
item_rate_heal_boss: 2000
item_drop_heal_min: 400
item_drop_heal_max: 10000
 
// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 2000
item_rate_use_boss: 2000
item_drop_use_min: 400
item_drop_use_max: 2000
 
// The rate at which equipment is dropped.
item_rate_equip: 4000
item_rate_equip_boss: 4000
item_drop_equip_min: 200
item_drop_equip_max: 4000
 
// The rate at which cards are dropped
item_rate_card: 1000
item_rate_card_boss: 0
item_drop_card_min: 1000
item_drop_card_max: 1000
 
// The rate adjustment for the MVP items that the MVP gets directly in their inventory
item_rate_mvp: 4000
item_drop_mvp_min: 200
item_drop_mvp_max: 4000
 
// The rate adjustment for card-granted item drops.
item_rate_adddrop: 100
item_drop_add_min: 100
item_drop_add_max: 1000
 
// Rate adjustment for Treasure Box drops (these override all other modifiers)
item_rate_treasure: 4000
item_drop_treasure_min: 1
item_drop_treasure_max: 4000
 
Viewed 744 times, submitted by Guest.