-
Notifications
You must be signed in to change notification settings - Fork 0
/
sampleTimeline.json
38 lines (38 loc) · 1.24 KB
/
sampleTimeline.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
{
"basisSeason": 0,
"seasons": [
{
"title": "Blasted Badlands Venture Season",
"color": "#ffff00",
"events": [
{
"type": "Range",
"title": "Dummy Money Event",
"mainItem": "AccountResource:EventCurrency_Greenhouse_BundleImage",
"questline": "Imposter!",
"row": 0,
"starts": 1,
"ends": 3,
"color": "#ffff00",
"subItems": [
"Hero:hid_ninja_040_dennis_sr_t01"
]
},
{
"type": "Shop",
"title": "Shop Update",
"mainItem": "AccountResource:campaign_event_currency",
"row": 0,
"starts": 1,
"color": "#ffff00",
"subItems": [
"AccountResource:campaign_event_currency",
"AccountResource:reagent_c_t01",
"AccountResource:phoenixxp_reward"
],
"important": true
}
]
}
]
}