Skip to content

Commit 24cfcf6

Browse files
author
github-actions
committed
triggers build: resources: add North Horn CE info (OverlayPlugin#1131)
The same Occult Crescent: North Horn zone is used for instances with either The Forked Tower: Magic or The Forked Tower: Magic (Extreme). Additionally, both difficulties of The Forked Tower: Magic share the same DirectorUpdate ids. 58e26c7
1 parent 61f20f9 commit 24cfcf6

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

07-dt/eureka/occult_crescent_north_horn.js

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,31 @@
88
// teleport in. This avoids having to translate all of these names and also
99
// guarantees that the player is actually in the CE for the purpose of
1010
// filtering triggers.
11-
const ceIds = {};
11+
const ceIds = {
12+
manyMouthsToFeed: '39B',
13+
doubledTrouble: '398',
14+
quarriedAway: '397',
15+
forbiddenFolios: '39A',
16+
cursedResurgence: '3B9',
17+
imbalancedDiet: '3BF',
18+
webOfTerror: '3CA',
19+
aBeastUnleashed: '3C0',
20+
darkArtistry: '3A8',
21+
familiarTactics: '390',
22+
appallingBehavior: '3BA',
23+
tinyTerror: '3CC',
24+
lostOnTheWind: '3A9',
25+
aheadOfTheCompetition: '3BC',
26+
acceptNoImitators: '3CB',
27+
// Forked Tower: Magic and Forked Tower: Magic (Extreme) share CE IDs.
28+
twoHeadedAevis: '389',
29+
lowerVestibule: '38D',
30+
swordDancer: '38A',
31+
centralMezzanine: '38E',
32+
necrophobia: '38B',
33+
upperVeil: '38F',
34+
theIndex: '38C',
35+
};
1236
/*
1337
const headMarkerData = {
1438
} as const;

0 commit comments

Comments
 (0)