Two questions about fire trap

When I played levels with fire trap, I came up with two questions in my mind.

  1. Is there a way to find fire trap in code?
  2. Which thangs will activate the fire trap?

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.

  1. Using findByType("fire-trap") should work just fine (assuming you have Kithgard Glasses or higher).
  2. I would assume anything that can be normally attacked can trigger a mine.

findHazards on some of the higher-level glasses will also reveal fire traps, bear traps, and caltrops.