Skip to content

Commit

Permalink
update kits wildlive 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelzebob6666 committed Dec 22, 2024
1 parent 0676ce2 commit 9002212
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 6 deletions.
4 changes: 2 additions & 2 deletions js/web/battle-assist/js/battle-assist.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ FoEproxy.addHandler('BattlefieldService', 'all', (data, postData) => {
return;
}

HTML.CloseOpenBox('battleAssistNextEraDialog');
HTML.CloseOpenBox('battleAssistRogueDialog');
$('#battleAssistNextEraDialog').remove();
$('#battleAssistRogueDialog').remove();

const state = data.responseData.__class__ === 'BattleRealm' ? data.responseData.state : data.responseData;

Expand Down
52 changes: 48 additions & 4 deletions js/web/kits/data/sets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"udate": "Winter Event 2024 (14 October 2024)"
"udate": "Wildlife Event 2024 (22 December 2024)"
},
{
"groupname": "Events"
Expand Down Expand Up @@ -63,6 +63,24 @@
{"first": "A_MultiAge_PatrickBonusSet20a"}
]
},
{
"name": "Shika_Shrine",
"buildings": [
{"first": "W_MultiAge_WILD25A1"}
]
},
{
"name": "Koi_Pond",
"buildings": [
{"first": "W_MultiAge_WILD25B1"}
]
},
{
"name": "Usagi_Bonbori_Gate",
"buildings": [
{"first": "W_MultiAge_WILD25C1"}
]
},
{
"name": "Flamingo_Habitat",
"buildings": [
Expand Down Expand Up @@ -111,11 +129,18 @@
]
},
{
"comment":"OLD VERSION!!! remove at some point!!!",
"name": "Mountain_Reserve",
"buildings": [
{"first": "R_MultiAge_WildBonus21a"}
]
},
{
"name": "Mountain_Reserve",
"buildings": [
{"first": "W_MultiAge_WILD21A1"}
]
},
{
"name": "Yukitomo_Tower",
"buildings": [
Expand Down Expand Up @@ -988,15 +1013,35 @@
"buildings": [
{"first": "W_MultiAge_GR24D1"}
]
},{
},
{
"name": "Neo_Checkmate_Square",
"buildings": [
{"first": "W_MultiAge_GR25A1"}
]
},
{
"name": "Neo_Aviary",
"buildings": [
{"first": "W_MultiAge_GR25B1"}
]
},
{
"groupname": "Guild_Expeditions"
},
{
"comment":"OLD VERSION!!! remove at some point!!!",
"name": "Terrace_Farm",
"buildings": [
{"first": "P_MultiAge_Expedition16"}
]
},
{
"name": "Terrace_Farm",
"buildings": [
{"first": "W_MultiAge_Expedition16aBase"}
]
},
{
"name": "Fountain_of_Youth",
"buildings": [
Expand Down Expand Up @@ -1154,6 +1199,5 @@
"buildings": [
{"first": "L_AllAge_CupBonus1"}
]
}

}
]

0 comments on commit 9002212

Please sign in to comment.