summaryrefslogtreecommitdiff
path: root/db/cashshop_db.txt
blob: fc6a803c7605ff7dd5cce89b94cf2caed682f821 (plain) (blame)
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
// Hercules Cash Shop Database
// Format: 
// Tab ID or Tab Name, ItemID or Item Name, Price
//
// Tabs:
// 0 = New
// 1 = Popular
// 2 = Limited
// 3 = Rental
// 4 = Permanent
// 5 = Scroll
// 6 = Usable
// 7 = Other

//New
New,Apple,100
0,531,250

//Popular
1,513,100
Popular,Banana_Juice,250

//Limited
2,Grape,100
Limited,533,250

//Rental
Rental,515,100
3,Carrot_Juice,250

//Permanent
4,Green_Herb,100
Permanent,510,250

//Scroll
5,501,100
5,502,250

//Usable
usable,White_Potion,150
usable,Blue_Potion,500

//Other
7,909,400
7,907,500