Skip to content

Commit

Permalink
resources: 7.15 updates (OverlayPlugin#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiashtra authored Dec 24, 2024
1 parent a9abe61 commit 022f149
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resources/content_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ const contentList: (ZoneIdType)[] = [
ZoneId.AnotherAloaloIsland,
ZoneId.AnotherAloaloIslandSavage,

// Chaotic Alliance Raids
ZoneId.TheCloudOfDarknessChaotic,

// Ultimate Raids
ZoneId.TheUnendingCoilOfBahamutUltimate,
ZoneId.TheWeaponsRefrainUltimate,
Expand Down
9 changes: 9 additions & 0 deletions resources/effect_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2120,6 +2120,7 @@ const data = {
'LightningResistanceDownIi_82F': '82F',
'LightningResistanceDownIi_861': '861',
'LightningResistanceDownIi_BB6': 'BB6',
'LightningResistanceDown_1122': '1122',
'LightningResistanceDown_240': '240',
'LightningResistanceDown_382': '382',
'LightningResistanceDown_943': '943',
Expand Down Expand Up @@ -2821,6 +2822,7 @@ const data = {
'Regen_381': '381',
'Regen_532': '532',
'Regen_9E': '9E',
'Rehabilitation_105F': '105F',
'Rehabilitation_117': '117',
'Rehabilitation_1DF': '1DF',
'Rehabilitation_288': '288',
Expand Down Expand Up @@ -3786,6 +3788,7 @@ const data = {
'VauthrysBlessing_784': '784',
'VauthrysBlessing_785': '785',
'VegetalVapours': 'D8B',
'VeilOfDarkness': '1053',
'VeilOfGukumatz': '771',
'VeilOfLight': '605',
'VeilOfShadow': '604',
Expand Down Expand Up @@ -3838,6 +3841,7 @@ const data = {
'VulnerabilityDown_D20': 'D20',
'VulnerabilityDown_DA3': 'DA3',
'VulnerabilityDown_EAD': 'EAD',
'VulnerabilityUp_1117': '1117',
'VulnerabilityUp_1BC': '1BC',
'VulnerabilityUp_233': '233',
'VulnerabilityUp_27E': '27E',
Expand Down Expand Up @@ -4005,6 +4009,11 @@ const data = {
'_Rsv_4166_1_1_0_0_S74cfc3b0_E74cfc3b0': '1046',
'_Rsv_4171_1_1_0_0_S74cfc3b0_E74cfc3b0': '104B',
'_Rsv_4172_1_1_0_0_S74cfc3b0_E74cfc3b0': '104C',
'_Rsv_4177_1_1_0_0_S74cfc3b0_E74cfc3b0': '1051',
'_Rsv_4178_1_1_0_0_S74cfc3b0_E74cfc3b0': '1052',
'_Rsv_4180_1_1_0_0_S74cfc3b0_E74cfc3b0': '1054',
'_Rsv_4181_1_1_0_0_S74cfc3b0_E74cfc3b0': '1055',
'_Rsv_4182_1_1_0_0_S74cfc3b0_E74cfc3b0': '1056',
'ii': 'C2A',
} as const;

Expand Down
1 change: 1 addition & 0 deletions resources/zone_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ const data = {
'TheClockworkCastletown': 1116,
'TheCloudDeck': 950,
'TheCloudDeckExtreme': 951,
'TheCloudOfDarknessChaotic': 1241,
'TheCopiedFactory': 882,
'TheCrownOfTheImmaculate': 846,
'TheCrownOfTheImmaculateExtreme': 848,
Expand Down
16 changes: 15 additions & 1 deletion resources/zone_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10294,6 +10294,20 @@ const data: ZoneInfoType = {
'sizeFactor': 400,
'weatherRate': 93,
},
1241: {
'contentType': 37,
'exVersion': 5,
'name': {
'de': 'Die Wolke der Dunkelheit (chaotisch)',
'en': 'The Cloud of Darkness (Chaotic)',
'fr': 'La Tour de Ténèbres (chaotique)',
'ja': '滅暗闇の雲激闘戦',
},
'offsetX': -100,
'offsetY': -100,
'sizeFactor': 400,
'weatherRate': 28,
},
1242: {
'contentType': 2,
'exVersion': 5,
Expand All @@ -10313,7 +10327,7 @@ const data: ZoneInfoType = {
'exVersion': 5,
'name': {
'de': 'Gok Tajaal - Ewige Königin',
'en': 'The Minstrels Ballad: Sphene\'s Burden',
'en': 'The Minstrel\'s Ballad: Sphene\'s Burden',
'fr': 'Interphos (extrême)',
'ja': '極エターナルクイーン討滅戦',
},
Expand Down

0 comments on commit 022f149

Please sign in to comment.