Advertisement
Guest User

rate

a guest
Jun 11th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. // The rate the common items are dropped (Items that are in the ETC tab, besides card)
  2. item_rate_common: 1000000
  3. item_rate_common_boss: 1000000
  4. item_drop_common_min: 1
  5. item_drop_common_max: 10000
  6.  
  7. // The rate healing items are dropped (items that restore HP or SP)
  8. item_rate_heal: 1000000
  9. item_rate_heal_boss: 1000000
  10. item_drop_heal_min: 1
  11. item_drop_heal_max: 10000
  12.  
  13. // The rate at which usable items (in the item tab) other then healing items are dropped.
  14. item_rate_use: 1000000
  15. item_rate_use_boss: 1000000
  16. item_drop_use_min: 1
  17. item_drop_use_max: 10000
  18.  
  19. // The rate at which equipment is dropped.
  20. item_rate_equip: 1000000
  21. item_rate_equip_boss: 1000000
  22. item_drop_equip_min: 1
  23. item_drop_equip_max: 10000
  24.  
  25. // The rate at which cards are dropped
  26. item_rate_card: 1000000
  27. item_rate_card_boss: 10000
  28. item_drop_card_min: 1
  29. item_drop_card_max: 10000
  30.  
  31. // The rate adjustment for the MVP items that the MVP gets directly in their inventory
  32. item_rate_mvp: 10000
  33. item_drop_mvp_min: 1
  34. item_drop_mvp_max: 10000
  35.  
  36. // The rate adjustment for card-granted item drops.
  37. item_rate_adddrop: 999999
  38. item_drop_add_min: 1
  39. item_drop_add_max: 10000
  40.  
  41. // Rate adjustment for Treasure Box drops (these override all other modifiers)
  42. item_rate_treasure: 1000000
  43. item_drop_treasure_min: 1
  44. item_drop_treasure_max: 10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement