
Add db/import-tmpl/ and add all file that could currently be overwritten, (please add note if a db is missing) db/import folder is created by "make import" just like conf/import and msg_conff/import, (didn't found the visual equivalent)
19 lines
312 B
Plaintext
19 lines
312 B
Plaintext
// Cash Shop Database
|
|
// Contains the items sold in the ingame cash shop.
|
|
//
|
|
// Structure of Database:
|
|
// Type,ItemID,Price
|
|
//
|
|
// Type:
|
|
// 0: New
|
|
// 1: Hot
|
|
// 2: Limited
|
|
// 3: Rental
|
|
// 4: Gear
|
|
// 5: Buff
|
|
// 6: Heal
|
|
// 7: Other
|
|
//
|
|
// Price:
|
|
// Item cost, in cash points (#CASHPOINTS).
|