Skip to content

Commit 260f0ab

Browse files
authored
resources: 7.4 (#837)
DO NOT MERGE - it appears that some data tables have changed shape and it's causing the update scripts to break. `gen_world_ids` and `gen_zone_id_and_info` are generating bad data, possibly others.
1 parent c547e40 commit 260f0ab

7 files changed

Lines changed: 531 additions & 65 deletions

File tree

resources/content_list.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ const contentList: (ZoneIdType)[] = [
128128
ZoneId.YuweyawataFieldStation,
129129
ZoneId.TheUnderkeep,
130130
ZoneId.TheMesoTerminal,
131+
ZoneId.Mistwake,
131132

132133
// Trials (A Realm Reborn)
133134
ZoneId.TheBowlOfEmbers,
@@ -251,6 +252,7 @@ const contentList: (ZoneIdType)[] = [
251252
ZoneId.Recollection,
252253
ZoneId.TheAgelessNecropolis,
253254
ZoneId.TheWindwardWilds,
255+
ZoneId.HellOnRails,
254256

255257
// High-end Trials (Dawntrail)
256258
ZoneId.WorqorLarDorExtreme,
@@ -262,6 +264,8 @@ const contentList: (ZoneIdType)[] = [
262264
ZoneId.HellsKierUnreal,
263265
ZoneId.TheWreathOfSnakesUnreal,
264266
ZoneId.TheWindwardWildsExtreme,
267+
ZoneId.HellOnRailsExtreme,
268+
ZoneId.TsukuyomisPainUnreal,
265269

266270
// Alliance Raids (A Realm Reborn)
267271
ZoneId.TheLabyrinthOfTheAncients,
@@ -434,6 +438,10 @@ const contentList: (ZoneIdType)[] = [
434438
ZoneId.AacCruiserweightM2,
435439
ZoneId.AacCruiserweightM3,
436440
ZoneId.AacCruiserweightM4,
441+
ZoneId.AacHeavyweightM1,
442+
ZoneId.AacHeavyweightM2,
443+
ZoneId.AacHeavyweightM3,
444+
ZoneId.AacHeavyweightM4,
437445

438446
// Savage Raids (Dawntrail)
439447
ZoneId.AacLightHeavyweightM1Savage,
@@ -444,6 +452,10 @@ const contentList: (ZoneIdType)[] = [
444452
ZoneId.AacCruiserweightM2Savage,
445453
ZoneId.AacCruiserweightM3Savage,
446454
ZoneId.AacCruiserweightM4Savage,
455+
ZoneId.AacHeavyweightM1Savage,
456+
ZoneId.AacHeavyweightM2Savage,
457+
ZoneId.AacHeavyweightM3Savage,
458+
ZoneId.AacHeavyweightM4Savage,
447459

448460
// Variant & Criterion Dungeons
449461
ZoneId.TheSildihnSubterrane,

0 commit comments

Comments
 (0)