-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDailyRewardScheduleDefinitions.json
More file actions
98 lines (98 loc) · 3.22 KB
/
DailyRewardScheduleDefinitions.json
File metadata and controls
98 lines (98 loc) · 3.22 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[
{
"Type": "FortDailyRewardScheduleDefinitions",
"Name": "DailyRewardScheduleDefinitions",
"Class": "UScriptClass'FortDailyRewardScheduleDefinitions'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Schedules": [
{
"ScheduleName": "Default",
"EnablingToken": {
"AssetPathName": "",
"SubPathString": ""
},
"Rewards": {
"ObjectName": "DataTable'DailyRewards'",
"ObjectPath": "/SaveTheWorld/Balance/DataTables/DailyRewards.0"
},
"DisplayData": {
"Title": {
"Namespace": "",
"Key": "05F0878942CE492379342EBF1B00DD1D",
"SourceString": "DAILY",
"LocalizedString": "DAILY"
},
"Description": {
"Namespace": "",
"Key": "2ED020414C49E11A6325C1A420B0FEB2",
"SourceString": "UPCOMING DAILY REWARDS",
"LocalizedString": "UPCOMING DAILY REWARDS"
},
"ItemDescription": {
"Namespace": "",
"Key": "734E24BE4A20F4CEC14F72A21186D679",
"SourceString": "DAILY REWARD",
"LocalizedString": "DAILY REWARD"
},
"EpicItemDescription": {
"Namespace": "",
"Key": "DC1A721342EE8FEFA6CA0F81E060B3A6",
"SourceString": "DAILY",
"LocalizedString": "DAILY"
}
},
"BeginDate": {
"Ticks": 0
},
"EndDate": {
"Ticks": 0
}
},
{
"ScheduleName": "FoundersPackDailyRewardToken",
"EnablingToken": {
"AssetPathName": "/SaveTheWorld/Items/Tokens/FoundersPackDailyRewardToken.FoundersPackDailyRewardToken",
"SubPathString": ""
},
"Rewards": {
"ObjectName": "DataTable'DailyFoundersRewards'",
"ObjectPath": "/SaveTheWorld/Balance/DataTables/DailyFoundersRewards.0"
},
"DisplayData": {
"Title": {
"Namespace": "",
"Key": "050349C64BB044A604DD5881F1606550",
"SourceString": "FOUNDER'S DAILY",
"LocalizedString": "FOUNDER'S DAILY"
},
"Description": {
"Namespace": "",
"Key": "C64D685F48927519BFABC0B9B4960E2D",
"SourceString": "UPCOMING FOUNDER'S DAILY REWARDS",
"LocalizedString": "UPCOMING FOUNDER'S DAILY REWARDS"
},
"ItemDescription": {
"Namespace": "",
"Key": "DB8DE1C54C13089984C2A39188BF1D08",
"SourceString": "FOUNDER'S DAILY REWARD",
"LocalizedString": "FOUNDER'S DAILY REWARD"
},
"EpicItemDescription": {
"Namespace": "",
"Key": "E32868754F071C86F79201AB9D786F45",
"SourceString": "FOUNDER'S DAILY",
"LocalizedString": "FOUNDER'S DAILY"
}
},
"BeginDate": {
"Ticks": 0
},
"EndDate": {
"Ticks": 0
}
}
]
}
}
]