Quest System Reference - dredmor-com/dungeons-of-dredmor GitHub Wiki

Quest items and blockers have to be placed in quests.xml, between the <questDB> tags.

  1. Quest Items
  2. Quest Blockers
  3. See Also

Quest Items

Quest items are the items you have to occasionally find and sometimes have to bring to a quest blocker.

<item>
Name Input Description Example
name string The in-game quest item name. name="Goat Figurine"
sprite path Path to the item's image, what it appears as in-game. sprites="items/quest_goat_figurine.png"

Quest Blockers

Quest blockers are places to drop quest items off in certain quests.

<blocker>
Name Input Description Example
name string The in-game blocker name. name="Eyeball Shrine"
sprite path Path to the blocker's image, the in-game appearance. sprite="dungeon/shrine1.spr"
text string The always fitting and unnaturally hilarious flavor text when you hover over the blocker. text="The eyeball shrine stares at you with millions of creepy little eyeballs."

See Also:

Item System Reference

Room System Reference - 'element'

⚠️ **GitHub.com Fallback** ⚠️