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.
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 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." |