When I played levels with fire trap, I came up with two questions in my mind.
- Is there a way to find fire trap in code?
- Which thangs will activate the fire trap?
When I played levels with fire trap, I came up with two questions in my mind.
In a code, if your character is building a fire trap, it will say something like self.buildXY(“fence”, 36, 30). 36 and 30 are x and y coordinates. Only land creatures activate the fire traps. Griffins and fang riders don’t activate them.
findByType("fire-trap")
should work just fine (assuming you have Kithgard Glasses or higher).findHazards
on some of the higher-level glasses will also reveal fire traps, bear traps, and caltrops.