-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbattlepass.json
46 lines (46 loc) · 1.06 KB
/
battlepass.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
36
37
38
39
40
41
42
43
44
45
46
{
"battlePassSeason": {
"startTime": "ISO 8601",
"number": 0,
"durationInDays": 0,
"goldPrice": 0,
"goldPricePerReward": 0,
"xpPerReward": 0,
"rewards": [{
"type": "AVATAR_ITEM",
"amount": 0,
"avatarItemId": ""
}, {
"type": "GOLD",
"amount": 0
}, {
"type": "ROSE_PACKAGE",
"amount": 0,
"rosePackageId": ""
}, {
"type": "LOOT_BOX",
"amount": 0
}, {
"type": "LOADING_SCREEN",
"amount": 0,
"loadingScreenId": ""
}, {
"type": "EMOJI",
"amount": 0,
"emojiId": ""
}, {
"type": "GEM",
"amount": 0
}, {
"type": "PROFILE_ICON",
"amount": 0,
"profileIconId": ""
},],
"iconName": "bp{seasonNumber}",
"seasonBackgroundId": ""
},
"battlePass": {
"xp": 0,
"claimed": false
}
}