mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Added Winterfest 2024
This commit is contained in:
@@ -170420,6 +170420,39 @@
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"S33_GIFTS": {
|
||||
"templateId": "AthenaRewardGraph:s33_winterfest",
|
||||
"attributes": {
|
||||
"reward_nodes_claimed": [],
|
||||
"unlock_epoch": "2021-12-16T13:52:10.000Z",
|
||||
"unlock_keys_used": 0,
|
||||
"player_random_seed": -2143043306,
|
||||
"item_seen": false,
|
||||
"player_state": [],
|
||||
"reward_graph_purchased_timestamp": 1639693875638,
|
||||
"reward_graph_purchased": true,
|
||||
"reward_keys": [
|
||||
{
|
||||
"static_key_template_id": "Token:athena_s33_winterfest_key",
|
||||
"static_key_max_count": 14,
|
||||
"static_key_initial_count": 0,
|
||||
"unlock_keys_used": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"quantity": 1
|
||||
},
|
||||
"S33_GIFT_KEY": {
|
||||
"templateId": "Token:athena_s33_winterfest_key",
|
||||
"attributes": {
|
||||
"max_level_bonus": 0,
|
||||
"level": 1,
|
||||
"item_seen": false,
|
||||
"xp": 0,
|
||||
"favorite": false
|
||||
},
|
||||
"quantity": 14
|
||||
},
|
||||
"S23_GIFTS": {
|
||||
"templateId": "AthenaRewardGraph:s23_winterfest",
|
||||
"attributes": {
|
||||
|
||||
@@ -48,5 +48,21 @@
|
||||
"ERG.Node.A.11": ["AthenaMusicPack:musicpack_163_winterfest_2022", "AthenaMusicPack:musicpack_157_radish_nightnight"],
|
||||
"ERG.Node.A.12": ["AthenaItemWrap:wrap_cometwinter"],
|
||||
"ERG.Node.A.13": ["AthenaSkyDiveContrail:contrail_jollytroll"]
|
||||
},
|
||||
"Season33": {
|
||||
"ERG.Node.A.1": ["AthenaCharacter:character_blowwire"],
|
||||
"ERG.Node.A.2": ["SparksBass:sparks_bass_almondsplash"],
|
||||
"ERG.Node.A.3": ["SparksGuitar:sparks_guitar_icewater"],
|
||||
"ERG.Node.A.4": ["AthenaDance:spray_s33winterfest", "AthenaDance:spray_s33winterfest2", "AthenaDance:spray_musicpasswinterfests32"],
|
||||
"ERG.Node.A.5": ["AthenaDance:emoji_s33_winterfest"],
|
||||
"ERG.Node.A.6": ["SparksSong:sid_placeholder_437"],
|
||||
"ERG.Node.A.7": ["AthenaItemWrap:wrap_blowwire"],
|
||||
"ERG.Node.A.8": ["AthenaPickaxe:pickaxe_blowwire"],
|
||||
"ERG.Node.A.9": ["AthenaGlider:glider_blowwire"],
|
||||
"ERG.Node.A.10": ["AthenaBackpack:backpack_blowwire"],
|
||||
"ERG.Node.A.11": ["AthenaBackpack:backpack_almondsplash"],
|
||||
"ERG.Node.A.12": ["AthenaSkyDiveContrail:contrail_frostedglass"],
|
||||
"ERG.Node.B.1": ["AthenaCharacter:character_almondsplash"],
|
||||
"ERG.Node.A.13": ["AthenaPickaxe:pickaxe_almondsplash"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1627,6 +1627,26 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
})
|
||||
break;
|
||||
case 33:
|
||||
if (memory.build == 33.11) {
|
||||
activeEvents.push(
|
||||
{
|
||||
"eventType": "EventFlag.Winterfest_S33_CabinRewards",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "EventFlag.S33_WinterFestTab",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "WF_GUFF_AVAIL",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
if (24.3 <= memory.build && memory.build <= 25) {
|
||||
|
||||
Reference in New Issue
Block a user