forked from Lawin0129/LawinServerV2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog_config.json
35 lines (35 loc) · 993 Bytes
/
catalog_config.json
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
{
"//": "BR Item Shop Config",
"daily1": {
"itemGrants": ["AthenaCharacter:cid_001_athena_commando_f_default"],
"price": 0
},
"daily2": {
"itemGrants": ["AthenaCharacter:cid_002_athena_commando_f_default"],
"price": 0
},
"daily3": {
"itemGrants": ["AthenaCharacter:cid_003_athena_commando_f_default"],
"price": 0
},
"daily4": {
"itemGrants": ["AthenaCharacter:cid_004_athena_commando_f_default"],
"price": 0
},
"daily5": {
"itemGrants": ["AthenaCharacter:cid_005_athena_commando_m_default"],
"price": 0
},
"daily6": {
"itemGrants": ["AthenaCharacter:cid_006_athena_commando_m_default"],
"price": 0
},
"featured1": {
"itemGrants": ["AthenaCharacter:cid_007_athena_commando_m_default"],
"price": 0
},
"featured2": {
"itemGrants": ["AthenaCharacter:cid_008_athena_commando_m_default"],
"price": 0
}
}