-
Notifications
You must be signed in to change notification settings - Fork 313
Expand file tree
/
Copy pathBackend.json
More file actions
39 lines (39 loc) · 979 Bytes
/
Backend.json
File metadata and controls
39 lines (39 loc) · 979 Bytes
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
{
"//": "BR Item Shop Config",
"daily1": {
"itemGrants": ["AthenaCharacter:CID_697_Athena_Commando_F_GraffitiFuture"],
"price": 600
},
"daily2": {
"itemGrants": ["AthenaGlider:Glider_Prismatic"],
"price": 800
},
"daily3": {
"itemGrants": ["AthenaPickaxe:Pickaxe_ID_035_Prismatic"],
"price": 800
},
"daily4": {
"itemGrants": ["AthenaBackpack:BID_270_StreetDemon"],
"price": 300
},
"daily5": {
"itemGrants": ["AthenaSkyDiveContrail:Trails_ID_037_Glyphs"],
"price": 300
},
"daily6": {
"itemGrants": ["AthenaItemWrap:Wrap_184_NewYearStar"],
"price": 500
},
"featured1": {
"itemGrants": ["AthenaCharacter:CID_434_Athena_Commando_F_StealthHonor", "AthenaBackpack:BID_256_ShatterFly"],
"price": 3000
},
"featured2": {
"itemGrants": ["AthenaPickaxe:Pickaxe_ID_294_CandyCane"],
"price": 1500
},
"featured3": {
"itemGrants": ["AthenaDance:EID_CycloneHeadBang"],
"price": 100
}
}