OSDN Git Service

First version
[st-ro/stro.git] / db / import-tmpl / item_cash_db.txt
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).