item_cash_db.txt 326 B

12345678910111213141516171819
  1. // Cash Shop Database
  2. // Contains the items sold in the ingame cash shop.
  3. //
  4. // Structure of Database:
  5. // Type,ItemID,Price
  6. //
  7. // Type:
  8. // 0: New
  9. // 1: Hot
  10. // 2: Limited
  11. // 3: Rental
  12. // 4: Gear
  13. // 5: Buff
  14. // 6: Heal
  15. // 7: Other
  16. // 8: Sale
  17. //
  18. // Price:
  19. // Item cost, in cash points (#CASHPOINTS).