<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phoil</id>
		<title>DDwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.qcfdesign.com/wiki/DesktopDungeons/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phoil"/>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Special:Contributions/Phoil"/>
		<updated>2026-05-01T11:50:35Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Talk:Subdungeons&amp;diff=52187</id>
		<title>Talk:Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Talk:Subdungeons&amp;diff=52187"/>
				<updated>2016-01-12T07:59:18Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons probably have changed a lot since that page has been last edited...&lt;br /&gt;
Also I don't really get the difference between &amp;quot;Darwin's subdungeon project&amp;quot;, and the &amp;quot;Repeatable Dungeon's&amp;quot; (I guest that the first list contains those without a picture, and the second, those with a picture. Which does not fit with the lists titles...)&lt;br /&gt;
&lt;br /&gt;
Would anyone have any objection to redesigning the Subdungeons page a bit? The current split seems ad-hoc and sometimes redundant, so what a have in mind is 3 parts: 1) One-time/quest subdungeons (unlocking gods, races, explorer classes); 2) Regular subdungeons (= repeatable according to current logic); 3) Secret subdungeons. And making sure each subdungeon is only mentioned once, in the section where they belong, ideally with entrance screenshot and description. I'm happy to start the work, as it's sometimes very useful to see these subdungeons apart from eachother. [[User:Tinker|Tinker]] 08:46, 29 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've added on the Chemist Subdungeon. [[User:Crawly McCrawlsa|Crawly McCrawlsa]] 07:01, 27 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do we want the signpost text for each subdungeon included in this page? I find it interesting from a lore perspective. I can grab all the text out of the game files, so it's just a matter of matching it up with the entries here. [[User:Phoil|Phoil]] 00:27, 26 September 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I kind of started adding them the hard way, making screenshots and typing them up, because I also find them interesting. So unless there's some really strong reason not to add them, at least I'd totally like that to happen! [[User:Tinker|Tinker]] ([[User talk:Tinker|talk]]) 15:49, 30 September 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
For the entrance views, I recommend to show what the player sees initially. If the sub is shrouded, it's going to be the 3x3 area near the stairs; if it starts revealed, it's best to show the full sub (resized, to fit the space). Like for Troll Push / Titan Guitar / etc. [[User:Tinker|Tinker]] ([[User talk:Tinker|talk]]) 19:02, 10 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just saw the Dairy Diary subdungeon with a Level 1 Goat, not a Level 9 as indicated.  I was low-level (probably 4) when I entered it not sure if that makes a difference.&lt;br /&gt;
&lt;br /&gt;
: Yes, there's two subdungeons with the Dairy Diary, one in the center region with a level 1 goat, and one in the south with a level 9 goat.&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Shop_Spawn&amp;diff=52165</id>
		<title>Shop Spawn</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Shop_Spawn&amp;diff=52165"/>
				<updated>2015-12-09T08:57:49Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Clarify interval&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
This page elaborates the algorithm used to populate the [[Items]] shops. It can get a bit mathsy, though understanding the algorithm can help also to understand the odds of finding certain items; also, should it be needed, it can help with improving the odds of finding certain items. For new players, this page is probably a bit too much.&lt;br /&gt;
&lt;br /&gt;
The shop algorithm in a nutshell is:&lt;br /&gt;
&lt;br /&gt;
1. Start with a list of all potential items. &amp;lt;br&amp;gt;&lt;br /&gt;
2. If quest or elite preparations are chosen, then move those items to the front of the list. &amp;lt;br&amp;gt;&lt;br /&gt;
3. Remove prepared inventory items from the list. &amp;lt;br&amp;gt;&lt;br /&gt;
4. Let the length of the list now be n. &amp;lt;br&amp;gt;&lt;br /&gt;
5. Generate a random number in the interval [0, n^2). &amp;lt;br&amp;gt;&lt;br /&gt;
6. Take the square root of that number, round down, and subtract from n-1.This is the index of the chosen item. &amp;lt;br&amp;gt;&lt;br /&gt;
7. Remove the chosen item from the list. &amp;lt;br&amp;gt;&lt;br /&gt;
8. Repeat steps 4-7 for each additional shop. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For normal dungeon runs, the potential item list is created by adding basic items, then unlocked quest items, then elite items.&lt;br /&gt;
&lt;br /&gt;
For the DERPs, the potential item list is a fixed list containing all items, but the basic items are still at the start, and elite items at the end. For a given DERP seed and a given length n, the generated random numbers will be identical, but the chosen items depend on the order of the list as affected by preparations. If both quest and elite preparations are chosen, then whichever was last in the available preparations will be at the front of the list.&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51798</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51798"/>
				<updated>2015-10-10T08:24:04Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Signpost Subdungeons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|North, West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|South, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Pen.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pen the Mage Dragon]]&lt;br /&gt;
|West&lt;br /&gt;
|Partially.&lt;br /&gt;
|10x10 room that is mostly explored. The unexplored region contains a passive level 9 {{m|Dragon Spawn}} called Pen the Mage Dragon, who gives you a {{s|PISORF}} glyph.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shade Transformation&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 5 Shade (palette swapped warlock, 25 damage, 54 HP, retaliates fireball, revives). When killed, the shade revives as a level 5 Shade (palette swapped djinn) with identical abilities and stats. When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and {{i|Penance}}.&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 8 {{m|Imp}}.&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Mystera Scripture}}.&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51797</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51797"/>
				<updated>2015-10-10T08:19:23Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Regular Subdungeons */ Pen the Mage Dragon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|North, West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|South, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Pen.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pen the Mage Dragon]]&lt;br /&gt;
|West&lt;br /&gt;
|Partially.&lt;br /&gt;
|10x10 room that is mostly explored. The unexplored region contains a passive level 9 {{m|Dragon Spawn}} called Pen the Mage Dragon, who gives you a {{s|PISORF}} glyph.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shade Transformation&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 5 Shade (palette swapped warlock, 25 damage, 54 HP, retaliates fireball, revives). When killed, the shade revives as a level 5 Shade (palette swapped djinn) with identical abilities and stats. When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and {{i|Penance}}.&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 8 {{m|Imp}}.&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Mystera Scripture}}.&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Subdungeon_Pen.png&amp;diff=51796</id>
		<title>File:Subdungeon Pen.png</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Subdungeon_Pen.png&amp;diff=51796"/>
				<updated>2015-10-10T08:13:43Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51795</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51795"/>
				<updated>2015-10-10T07:37:19Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Regular Subdungeons */ update regions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|North, West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|South, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shade Transformation&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 5 Shade (palette swapped warlock, 25 damage, 54 HP, retaliates fireball, revives). When killed, the shade revives as a level 5 Shade (palette swapped djinn) with identical abilities and stats. When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and {{i|Penance}}.&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 8 {{m|Imp}}.&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Mystera Scripture}}.&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51794</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51794"/>
				<updated>2015-10-10T07:10:05Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Regular Subdungeons */  Delete Spider Lore, there's several signposts in the west that could match this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shade Transformation&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 5 Shade (palette swapped warlock, 25 damage, 54 HP, retaliates fireball, revives). When killed, the shade revives as a level 5 Shade (palette swapped djinn) with identical abilities and stats. When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and {{i|Penance}}.&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 8 {{m|Imp}}.&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Mystera Scripture}}.&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51793</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51793"/>
				<updated>2015-10-10T06:49:16Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shade Transformation&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 5 Shade (palette swapped warlock, 25 damage, 54 HP, retaliates fireball, revives). When killed, the shade revives as a level 5 Shade (palette swapped djinn) with identical abilities and stats. When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and {{i|Penance}}.&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 8 {{m|Imp}}.&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Mystera Scripture}}.&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51792</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51792"/>
				<updated>2015-10-10T06:35:51Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and {{i|Penance}}.&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 8 {{m|Imp}}.&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51791</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51791"/>
				<updated>2015-10-10T05:58:29Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and {{i|Penance}}.&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51790</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51790"/>
				<updated>2015-10-10T05:49:27Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Bards&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&amp;lt;br&amp;gt;Helm bearing Ruby,&amp;lt;br&amp;gt;Sword made of Emerald,&amp;lt;br&amp;gt;And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and 3 {{i|Goat Horn}}s.&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gorgon Den&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and 5 special {{m|Gorgon}}s. These Gorgons have 100% death gaze!&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51789</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51789"/>
				<updated>2015-10-10T05:33:21Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mad Whispers&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Whisper Charm}}s. Picking up a charm gives the message: &amp;quot;... the lost empire has awoken ... pLaY a liTTle s0ng fur us? @&amp;amp;NshU9Ad(! BRING IN THE AVATAR&amp;quot;.&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Underworld&lt;br /&gt;
|East&lt;br /&gt;
|3 gold piles, and 3 level 1 {{m|Imp}}s.&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51788</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51788"/>
				<updated>2015-10-10T05:20:35Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and 3 level 1 {{m|Warlock}}s.&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Forlorn}}.&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Soul Orb&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Soul Orb}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 small gold piles, and a large gold pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51787</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51787"/>
				<updated>2015-10-10T04:57:13Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Teeth Teeth Teeth&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 1 Dragon Elite (palette swapped dragon spawn) who drops a {{s|BURNDAYRAZ}}.&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51786</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51786"/>
				<updated>2015-10-10T04:44:26Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Draining Blade&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Draining Blade}}.&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51785</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51785"/>
				<updated>2015-10-10T04:17:26Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avatar Statue&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 1 Statue (3 attack, 1 health, physical immune, curse bearer, no experience) who drops a {{i|Ritual Scroll}}.&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Dented Helmet&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51784</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51784"/>
				<updated>2015-10-10T03:59:29Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Serpent Dungeon&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 6 {{m|Serpent}} who drops a {{i|Fortitude Tonic}}.&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Depleted Glyph&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a Depleted Glyph ({{s|BLUDTUPOWA}}, 0 CP).&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51783</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51783"/>
				<updated>2015-10-10T03:42:32Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and 3 {{i|Wall Cruncher}}s.&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Wand of Binding&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Wand of Binding}}.&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crumbling Ward&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Crumbling Ward}}.&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51782</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51782"/>
				<updated>2015-10-10T02:31:35Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Foolish Imp&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Imp}} who drops a {{i|Mana Potion}}.&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Orb of Lusory}}.&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Halls_of_Steel&amp;diff=51781</id>
		<title>Halls of Steel</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Halls_of_Steel&amp;diff=51781"/>
				<updated>2015-10-10T02:30:12Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Orb of Lusory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Halls_of_steel.png|right|450px]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This is a Hard difficulty dungeon populated with many nasty minions such as Illusions and Animated Armors. The boss is an elite version of Animated Armor with awful stats, but has 20 levels of death protection. This is the only dungeon where the {{i|Orb of Lusory}} spawns. It is unlocked by completing [[Creeplight Ruins]]. Completing [[Halls of Steel]] with four classes unlocks [[Vicious Steel]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
'''Monsters:''' Animated armors, Wraiths, Warlocks, Steel Golems, and Illusions. Monster difficulty is 120%.&lt;br /&gt;
&lt;br /&gt;
'''Boss:''' {{Monster|name=The Indomitable|type=Animated Armor|hp=190|attack=62|other=[[File:Death_protection.png|link=Death Protection]] (10) [[File:Magical_attack.jpg]]}}&lt;br /&gt;
&lt;br /&gt;
'''Special Rules:''' The Orb of Lusory spawns here: it is an item that grants 50% magic resistance. It can be destroyed to get rid of all illusions.&lt;br /&gt;
&lt;br /&gt;
== Strategy ==&lt;br /&gt;
&lt;br /&gt;
'''Suggested Classes:''' Berserker, Bloodmage, Monk, Paladin, Sorcerer, Transmuter&lt;br /&gt;
&lt;br /&gt;
This boss has a considerable amount of staying power, so it is recommended you play a class that lasts long. The 4 main classes are Bloodmages, because of the considerable amount of fireballs you can throw, Monks, because their resistances and their considerable [[regen-fighting]] capabilities, Paladins, because HALPMEH and resistances are a great counteraction to low damage, and Sorcerers, because the mana shield takes out an additional layer of death protection. Also, make sure not to incur any weakening and lower resist, if it matters.&lt;br /&gt;
&lt;br /&gt;
If you play a Bloodmage use your fireballs to kill things above your level and bring a battle mage ring or burning heart so you can regen fight monsters. When you get to the boss, use all your fireballs until you run out of mana. Then, turn on BLUDTUPOWA and reveal 3 tiles, bringing the boss to 31 hp. If you are at least level 7 you should deal 35 damage, removing another layer of death protection. When you run out of tiles use your mana potions, blood pools, and health potions to finish him off.&lt;br /&gt;
&lt;br /&gt;
If you are playing a monk, you should be regen fighting sorcerers and wraiths a few levels above you. You shouldn't do this too much because you need to save enough tiles to out regen the boss. Use taurog, and avoid weakening or lower resists. When you reach the boss begin fighting until you cannot, then reveal tiles till your hp is above 31. Once your hp is high enough, assuming you deal enough damage, you should be able to take off another layer of death protection. Use your Unstoppable Fury and health potions to try to outlast him once you run out of tiles.&lt;br /&gt;
&lt;br /&gt;
If you play a Paladin, try to maximize out your resistances so HALPMEH will be most effective. Avoid fighting wraiths, illusions, and steel golems, as the mana burn lower resists, and weakening can be crippling. When you cannot gain any more levels begin fighting the boss, but make sure there are tiles left to regen fight. When you fight the boss, get him as low as possible, then explore three tiles. Then, use HALPMEH and tank as many hits as you can. Then continue repeating this until you run tiles. Then use all other resources to outlast the boss.&lt;br /&gt;
&lt;br /&gt;
If you are playing a sorcerer, use the your normal sorcerer strategy. Just make sure you don't get an untimely mana burn or any weakening. The mana shield takes out 2 death protections, so you should have no problem out lasting the boss.&lt;br /&gt;
&lt;br /&gt;
== Quests ==&lt;br /&gt;
&lt;br /&gt;
The only quest in the Halls of Steel is The Dancing Blades which grants 250 gold when you win the dungeon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{DD2Nav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Orb_of_Lusory.png&amp;diff=51780</id>
		<title>File:Orb of Lusory.png</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Orb_of_Lusory.png&amp;diff=51780"/>
				<updated>2015-10-10T02:28:48Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Phoil uploaded a new version of File:Orb of Lusory.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51779</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51779"/>
				<updated>2015-10-10T02:03:53Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|I Wish I Could Read&lt;br /&gt;
|East&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|5 gold piles.&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51778</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51778"/>
				<updated>2015-10-10T01:57:43Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: LEMMISI&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gnome Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orc Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goblin Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|Center, ???&lt;br /&gt;
|Yes&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|At first. It becomes shrouded after reaching the center.&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The Earthmoter Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Graveyard Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb Entrance.PNG|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hacked Glyph&lt;br /&gt;
|North&lt;br /&gt;
|5 gold piles, and a {{i|LEMMISI(?)}} item. Using this item will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|I have gone mad.&amp;lt;br&amp;gt;So has the rest of the council.&amp;lt;br&amp;gt;So has the rest of our empire.&amp;lt;br&amp;gt;Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Items&amp;diff=51775</id>
		<title>Items</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Items&amp;diff=51775"/>
				<updated>2015-10-10T01:44:36Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Items Found In Dungeons */ LEMMISI(?)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Items Available in Shops =&lt;br /&gt;
&lt;br /&gt;
== Basic ==&lt;br /&gt;
&lt;br /&gt;
These '''8''' items are available in shops once you find the Gate Scroll and build the first level of Bazaar in your kingdom. They can be put in your Guild Locker.&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|[[File:Badge of Honour.png]]&lt;br /&gt;
|{{va|Badge of Honour}}&lt;br /&gt;
| +10% attack bonus, can be consumed to grant 1-time death protection&lt;br /&gt;
| 18&lt;br /&gt;
| 40&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Bloody Sigil.png]]&lt;br /&gt;
|{{va|Bloody Sigil}}&lt;br /&gt;
| +5 max HP, -10% bonus attack, +1 health regeneration per square revealed&lt;br /&gt;
| 8&lt;br /&gt;
| 45&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fine Sword.png]]&lt;br /&gt;
|{{va|Fine Sword}}&lt;br /&gt;
| +4 base damage&lt;br /&gt;
| 15&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Pendant of Health.png]]&lt;br /&gt;
|{{va|Pendant of Health}}&lt;br /&gt;
| +10 max hit points.&lt;br /&gt;
| 15&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Pendant of Mana.png]]&lt;br /&gt;
|{{va|Pendant of Mana}}&lt;br /&gt;
| +2 max mana&lt;br /&gt;
| 12&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon.png]]&lt;br /&gt;
|{{va|Spoon}}&lt;br /&gt;
| +1 base damage; small item&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tower Shield.png]]&lt;br /&gt;
|{{va|Tower Shield}}&lt;br /&gt;
| +10% physical resistance&lt;br /&gt;
| 14&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Troll Heart.png]]&lt;br /&gt;
|{{va|Troll Heart}}&lt;br /&gt;
| Gain +2 Max HP every time you level up (Bonus is not lost from converting this item)&lt;br /&gt;
| 16&lt;br /&gt;
| 55&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quest ==&lt;br /&gt;
&lt;br /&gt;
The following '''22''' items are available in the shops once you unlock them by completing either their respective quests present on the Adventuring Map, their associated Puzzle Packs, or their respective Silver Class Challenges. You can increase your chance of finding them in shops afterwards using the &amp;quot;Quest Items&amp;quot; preparation from the Lvl 2 Bazaar building.&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=20%|Unlock Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|[[File:Piercing Wand.png]]&lt;br /&gt;
|{{va|Piercing Wand}}&lt;br /&gt;
| BURNDAYRAZ reduce enemy resistance by 3% (Cannot go below 0%)&lt;br /&gt;
| Quest: [[Quest#Double Take|Double Take]]&lt;br /&gt;
| 13&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Rock Heart.png]]&lt;br /&gt;
|{{va|Rock Heart}}&lt;br /&gt;
| Replenishes 1 Health per level and 1 Mana whenever a wall is destroyed (ENDISWALL or knockback)&lt;br /&gt;
| Quest: [[Quest#Bonus Bravery: Slime Pit|Bonus Bravery: Slime Pit]]&lt;br /&gt;
| 14&lt;br /&gt;
| 60 &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;font-size: 0&amp;quot;&amp;gt;[[File:Dragon Soul.png]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{va|Dragon Soul}}&lt;br /&gt;
| Free cast chance: 15%, prevents you from entering the cursed realm in the [[Cursed Oasis]] ''(a prepared Dragon Soul will not prevent this)''&lt;br /&gt;
| Quest: [[Quest#Bonus Bravery: Oasis|Bonus Bravery: Oasis]], also dropped by the Cursed Shade in the [[Cursed Oasis]]&lt;br /&gt;
| 23&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fire Heart.png]]&lt;br /&gt;
|{{va|Fire Heart}}&lt;br /&gt;
| Gains +5% charge every time you cast a spell that costs 3 or more mana; activate to use stored charge to restore HP (maximum 100%)&lt;br /&gt;
| Quest: [[Quest#Ice and Fury|Ice and Fury]]&lt;br /&gt;
| 20&lt;br /&gt;
| 12&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Crystal Ball.png]]&lt;br /&gt;
|{{va|Crystal Ball}}&lt;br /&gt;
| Gains 1 charge every time you cast a spell that costs 3 or more mana; activate to use all charges and restore mana equal to number of charges for 5 gold&lt;br /&gt;
| Quest: [[Quest#The Realm's Finest|The Realm's Finest]]&lt;br /&gt;
| 15&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Witchalok Pendant.png]]&lt;br /&gt;
|{{va|Witchalok Pendant}}&lt;br /&gt;
| Grants a layer of {{t|Stone skin}} when casting BURNDAYRAZ; small item&lt;br /&gt;
| Quest: [[Quest#Halflings, Ho!|Halflings, Ho!]]&lt;br /&gt;
| 19&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Battlemage Ring.png]]&lt;br /&gt;
|{{va|Battlemage Ring}}&lt;br /&gt;
| BURNDAYRAZ deals +1 damage per level (+25% damage)&lt;br /&gt;
| Quest: [[Quest#Minecraft|Minecraft]]&lt;br /&gt;
| 25&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;font-size: 0&amp;quot;&amp;gt;[[File:Hero's Helm.png]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{va|Hero's Helm}}&lt;br /&gt;
| +5 HP, +1 MP, +2 base damage&lt;br /&gt;
| Quest: [[Quest#Confidence|Confidence]]&lt;br /&gt;
| 18&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Platemail.png]]&lt;br /&gt;
|{{va|Platemail}}&lt;br /&gt;
| -2 damage reduction per character level; your attacks are slowed&lt;br /&gt;
| Class Challenge: {{CC|Fighter|Silver|Toe-to-Toe}}&lt;br /&gt;
| 23&lt;br /&gt;
| 40&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Whurrgarbl.png]]&lt;br /&gt;
|{{va|Whurrgarbl}}&lt;br /&gt;
| Your physical attacks apply Burning effect like BURNDAYRAZ&lt;br /&gt;
| Class Challenge: {{CC|Berserker|Silver|Again! Again!}}&lt;br /&gt;
| 15&lt;br /&gt;
| 45&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Trisword.png]]&lt;br /&gt;
|{{va|Trisword}}&lt;br /&gt;
| +2 base damage; Gain +5 decaying base damage whenever you drink a potion (capped at +7 total)&lt;br /&gt;
| Class Challenge: {{CC|Warlord|Silver|Terror Grows}}&lt;br /&gt;
| 12&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;font-size: 0&amp;quot;&amp;gt;[[File:Balanced Dagger.png]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{va|Balanced Dagger}}&lt;br /&gt;
| Grants 2 bonus experience every time you kill an equal-leveled enemy; small item&lt;br /&gt;
| Class Challenge: {{CC|Thief|Silver|The Metal Age}}&lt;br /&gt;
| 12&lt;br /&gt;
| 44&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gloves of Midas.png]]&lt;br /&gt;
|{{va|Gloves of Midas}}&lt;br /&gt;
| Gain +1 gold every time you kill an XP-valuable monster&lt;br /&gt;
| Class Challenge: {{CC|Rogue|Silver|Wrath of Midas}}&lt;br /&gt;
| 10&lt;br /&gt;
| 45&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Venom Dagger.png]]&lt;br /&gt;
|{{va|Venom Dagger}}&lt;br /&gt;
| Poisons the enemy for 2 poison per character level each hit; small item&lt;br /&gt;
| Class Challenge: {{CC|Assassin|Silver|Creeplight Contract}}&lt;br /&gt;
| 16&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;font-size: 0&amp;quot;&amp;gt;[[File:Stone Sigil.png]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{va|Stone Sigil}}&lt;br /&gt;
| Gain +1 Piety whenever you kill an XP-valuable monster; small item&lt;br /&gt;
| Class Challenge: {{CC|Priest|Silver|The Evil Zombie}}&lt;br /&gt;
| 14&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Martyr Wraps.png]]&lt;br /&gt;
|{{va|Martyr Wraps}}&lt;br /&gt;
| Your attacks apply a stack of Corrosion; everything visible (including you) gains 1 corrosion on level-up&lt;br /&gt;
| Class Challenge: {{CC|Monk|Silver|Way of the Open Fist}}&lt;br /&gt;
| 15&lt;br /&gt;
| 45&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Agnostic Collar.png]]&lt;br /&gt;
|{{va|Agnostic Collar}}&lt;br /&gt;
| Prevents deity punishment for desecration&lt;br /&gt;
| Class Challenge: {{CC|Paladin|Silver|Honour and Glory}}&lt;br /&gt;
| 25&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mage Plate.png]]&lt;br /&gt;
|{{va|Mage Plate}}&lt;br /&gt;
| Gain +1 MP and -5% bonus damage per uneven character level (starting at the first)&lt;br /&gt;
| Class Challenge: {{CC|Wizard|Silver|Malfunctionarium}}&lt;br /&gt;
| 20&lt;br /&gt;
| 40&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;font-size: 0&amp;quot;&amp;gt;[[File:Blue Bead.png]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{va|Blue Bead}}&lt;br /&gt;
| Gain +1 MP whenever you kill an XP-valuable monster; small item&lt;br /&gt;
| Class Challenge: {{CC|Sorcerer|Silver|Damp Darkness}}&lt;br /&gt;
| 5&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Vampiric Blade.png]]&lt;br /&gt;
|{{va|Vampiric Blade}}&lt;br /&gt;
| +1 {{t|Life steal}}&lt;br /&gt;
| Class Challenge: {{CC|Bloodmage|Silver|Bloodsoaked Blade}}&lt;br /&gt;
| 25&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Viper Ward.png]]&lt;br /&gt;
|{{va|Viper Ward}}&lt;br /&gt;
| Immune to poison; small item&lt;br /&gt;
| Complete &amp;quot;Hello, halflings!&amp;quot; introduction puzzles&lt;br /&gt;
| 16&lt;br /&gt;
| 65&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Soul Orb.png]]&lt;br /&gt;
|{{va|Soul Orb}}&lt;br /&gt;
| Immune to Mana Burn; small item&lt;br /&gt;
| Complete &amp;quot;Hello, gnomes!&amp;quot; introduction puzzles&lt;br /&gt;
| 16&lt;br /&gt;
| 65&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Elite ==&lt;br /&gt;
&lt;br /&gt;
The Following '''8''' items become available in shops after you upgrade the Bazaar building in your kingdom to lvl 3. You can increase the odds of finding them in shops by using the &amp;quot;Elite Items&amp;quot; preparation. They can be placed in your Guild Locker after a run, and some can be found in various subdungeons, taken out and lockered &amp;quot;out of order&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=40%|Obtaining Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|[[File:Keg of Health.png]]&lt;br /&gt;
|{{va|Keg of Health}}&lt;br /&gt;
| Obtain 3 healing potions when used&lt;br /&gt;
| Shops (Elite), or [[El Potion Loco]] subdungeon which can be found in the North. If you kill the Goblin before using the Wand of Splosion, he drops it.&lt;br /&gt;
| 25&lt;br /&gt;
| 70&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Keg of Mana.png]]&lt;br /&gt;
|{{va|Keg of Mana}}&lt;br /&gt;
| Obtain 3 mana potions when used&lt;br /&gt;
| Shops (Elite)&lt;br /&gt;
| 25&lt;br /&gt;
| 70&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Elven Boots.png]]&lt;br /&gt;
|{{va|Elven Boots}}&lt;br /&gt;
| +3 max mana, +15% magic resistance&lt;br /&gt;
| Shops (Elite) or the [[Graveyard]] subdungeon, after you kill the lvl 5 Zombie who appears after you check the tombstones.&lt;br /&gt;
| 35&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dwarven Gauntlets.png]]&lt;br /&gt;
|{{va|Dwarven Gauntlets}}&lt;br /&gt;
| +20% bonus damage, +2 max HP on level up&lt;br /&gt;
| Shops (Elite) or spending 50 piety in the [[Brandonnn]] subdungeon, which appears in the East.&lt;br /&gt;
| 35&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Amulet of Yendor.png]]&lt;br /&gt;
|{{va|Amulet of Yendor}}&lt;br /&gt;
| Grants +50 XP when used&lt;br /&gt;
| Shops (Elite)&lt;br /&gt;
| 45&lt;br /&gt;
| 100&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orb of Zot.png]]&lt;br /&gt;
|{{va|Orb of Zot}}&lt;br /&gt;
| Every visible enemy has their max health (not current health) reduced by 50%&lt;br /&gt;
| Shop (Elite)&lt;br /&gt;
| 45&lt;br /&gt;
| 100&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Alchemist Scroll.png]]&lt;br /&gt;
|{{va|Alchemist's Scroll}}&lt;br /&gt;
| Grants +8 HP at the cost of 3 gold whenever a potion is used (Effect can only be activated once per character level)&lt;br /&gt;
| Shop (Elite)&lt;br /&gt;
| 13&lt;br /&gt;
| 40&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wicked Guitar.png]]&lt;br /&gt;
|{{va|Wicked Guitar}}&lt;br /&gt;
| All visible enemies have their level increased by 1. Cannot affect the same enemy twice, and cannot raise their level above 10&lt;br /&gt;
| Shop (Elite)&lt;br /&gt;
| 11&lt;br /&gt;
| 11&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Kingdom Preparation Items =&lt;br /&gt;
&lt;br /&gt;
The following items are available as preparations once you upgrade their respective kingdom buildings, '''6''' at the Blacksmith, '''9''' at the Witch, '''3''' at the Alchemist Shop, '''1''' from the Thieves Den, and '''1''' from the Bazaar (20 total). They can't be put into the Guild Locker.&lt;br /&gt;
&lt;br /&gt;
== Blacksmith Items ==&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=20%|[[Blacksmith]] Level&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|[[File:Bear Mace.png]]&lt;br /&gt;
|{{va|Bear Mace}}&lt;br /&gt;
| Your regular attack causes Knockback; +25% knockback damage&lt;br /&gt;
| Level 1&lt;br /&gt;
| 12&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Perseverance Badge.png]]&lt;br /&gt;
|{{va|Perseverance Badge}}&lt;br /&gt;
| +10% bonus damage; small item&lt;br /&gt;
| Level 2&lt;br /&gt;
| 15&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Really Big Sword.png]]&lt;br /&gt;
|{{va|Really Big Sword}}&lt;br /&gt;
| Attacks ignore 35% of target's physical resistance, but always strike second&lt;br /&gt;
| Level 3&lt;br /&gt;
| 12&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Shield.png]]&lt;br /&gt;
|{{va|Shield}}&lt;br /&gt;
| -2 damage reduction&lt;br /&gt;
| Level 1&lt;br /&gt;
| 15&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Slaying Wand.png]]&lt;br /&gt;
|{{va|Slayer Wand}}&lt;br /&gt;
| Instantly slays one target monster, granting base experience&lt;br /&gt;
(no bonus experience; capped at your level)&lt;br /&gt;
| Level 2&lt;br /&gt;
| 5&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Sword.png]]&lt;br /&gt;
|{{va|Sword}}&lt;br /&gt;
| +2 base damage&lt;br /&gt;
| Level 1&lt;br /&gt;
| 25&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Witch Potions ==&lt;br /&gt;
&lt;br /&gt;
These potions are available as preparations and most can be bought from the in-dungeon Alchemy Shop.  The unlock for the preparation and in-dungeon shop is different for each potion.  Some potions are not normally available for purchase in-dungeon, but are available in the Daily Challenge.&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse: collapse;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!Item&lt;br /&gt;
!Description&lt;br /&gt;
!Unlock Preparation&lt;br /&gt;
!Unlock Shop&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Health Potion.png]]&lt;br /&gt;
|{{va|Health Potion}}&lt;br /&gt;
| Restores 40% of your maximum HP (rounded down) and removes poison&lt;br /&gt;
| Always available&lt;br /&gt;
| Always available&lt;br /&gt;
|10&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mana Potion.png]]&lt;br /&gt;
|{{va|Mana Potion}}&lt;br /&gt;
| Restores 40% of your maximum MP (rounded down) and removes mana burn&lt;br /&gt;
| Always Available&lt;br /&gt;
| Always Available&lt;br /&gt;
|10&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fortitude Tonic.png]]&lt;br /&gt;
|{{va|Fortitude Tonic}}&lt;br /&gt;
| Removes Poison and all stacks of Weakening&lt;br /&gt;
| [[Witch]] level 1&lt;br /&gt;
| Complicated Task Part 1&lt;br /&gt;
|8&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Burn Salve.png]]&lt;br /&gt;
|{{va|Burn Salve}}&lt;br /&gt;
| Removes Mana Burn and all stacks of Corrosion&lt;br /&gt;
| [[Witch]] level 1&lt;br /&gt;
| Complicated Task Part 2&lt;br /&gt;
|8&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strength Potion.png]]&lt;br /&gt;
|{{va|Strength Potion}}&lt;br /&gt;
| Removes all your mana, your base damage for the next attack is increased by 1 per level and 1 per mana consumed while drinking the potion&lt;br /&gt;
| [[Witch]] level 2&lt;br /&gt;
| Complicated Task Part 4&lt;br /&gt;
|15&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Schadenfreude Potion.png]]&lt;br /&gt;
|{{va|Schadenfreude Potion}}&lt;br /&gt;
| Restores 1 MP for every point of damage taken on your next attack&lt;br /&gt;
&amp;lt;br/&amp;gt;(Note: Mana burn is applied before damage is dealt, so if you attack an opponent with mana burn, it will take away all your mana and ''then'' this potion will kick in to restore your mana.)&lt;br /&gt;
| [[Witch]] level 2&lt;br /&gt;
| Complicated Task Part 5&lt;br /&gt;
|15&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Quicksilver Potion.png]]&lt;br /&gt;
|{{va|Quicksilver Potion}}&lt;br /&gt;
| Grants temporary 50% Dodge and dodge prediction, removed after a successful dodge &lt;br /&gt;
| [[Witch]] level 3&lt;br /&gt;
| Daily Dungeon Only (can be obtained from [[Tikki Tooki]] with the &amp;quot;Reflexes&amp;quot; boon)&lt;br /&gt;
|15&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Reflex Potion.png]]&lt;br /&gt;
|{{va|Reflex Potion}}&lt;br /&gt;
| Grants temporary First Strike and a free retaliation (extra attack) against the next monster you attack.&lt;br /&gt;
| [[Witch]] level 3&lt;br /&gt;
| Daily Dungeon Only (can be obtained from [[Tikki Tooki]] with the &amp;quot;Reflexes&amp;quot; boon)&lt;br /&gt;
|15&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Can of Whupaz.png]]&lt;br /&gt;
|{{va|Can of Whupaz}}&lt;br /&gt;
| Instead of dealing normal damage, your next attack will reduce the health of the enemy you strike to 75%, unless it would do more damage normally.&lt;br /&gt;
&lt;br /&gt;
A niche trick, but which had been of prime importance in the early dailies : if the monster has 1 HP only, it will kill it even if the monster is immune to the blow (for example a half-dragon hitting Durr, who is magic immune (in magma mines), would kill him when his life has been reduced to 1 HP).&lt;br /&gt;
| [[Witch]] level 3&lt;br /&gt;
| Daily Dungeon Only (can be found inside the [[Metal Spider Temple]] subdungeon)&lt;br /&gt;
|20&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Alchemist Seals &amp;amp; Misc Preparation Items ==&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse: collapse;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!Item&lt;br /&gt;
!Description&lt;br /&gt;
!Method of Obtaining&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Compression Seal.png]]&lt;br /&gt;
|{{va|Compression Seal}}&lt;br /&gt;
|Turns an item in your inventory into a small item&lt;br /&gt;
| [[Alchemist]] level 1&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Transmutation Seal.png]]&lt;br /&gt;
|{{va|Transmutation Seal}}&lt;br /&gt;
|Converts an item or wall into its value in gold (walls give 10 gold), and grants a bonus to your next conversion. Does not work on lead items. &lt;br /&gt;
| [[Alchemist]] level 1&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Translocation Seal.png]]&lt;br /&gt;
|{{va|Translocation Seal}}&lt;br /&gt;
|Steals an item from a shop and halves the conversion value&lt;br /&gt;
| [[Alchemist]] level 2&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Shop_Scroll.PNG]]&lt;br /&gt;
|{{va|Shop Scroll}}&lt;br /&gt;
|When used creates an additional Shop Scroll on a random, empty adjacent tile. &lt;br /&gt;
|Bazaar level 1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;font-size: 0&amp;quot;&amp;gt;[[File:Patches.png]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{va|Patches the Teddy}}&lt;br /&gt;
| On level up, gives a random boon and random curse from the following list. &lt;br /&gt;
Boons:&lt;br /&gt;
+3 Health,&lt;br /&gt;
+3 Gold,&lt;br /&gt;
+5% Attack Bonus,&lt;br /&gt;
+1 Mana,&lt;br /&gt;
+4% Physical and Magical Resistance&lt;br /&gt;
&lt;br /&gt;
Curses:&lt;br /&gt;
Mana Burn,&lt;br /&gt;
Poison,&lt;br /&gt;
Teleport,&lt;br /&gt;
Grid Reveal&lt;br /&gt;
| Thieves Den level 3&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Items Found In Dungeons =&lt;br /&gt;
&lt;br /&gt;
== Subdungeon Items ==&lt;br /&gt;
&lt;br /&gt;
These items are most often found in subdungeons and class challenge runs, and are not available for purchase in shops on regular runs. They come in two main categories, ones you can put in your Guild Locker and then use as preparations, and ones you can't. Some we're still unclear on in that regard, so feel free to contribute to that investigation.&lt;br /&gt;
&lt;br /&gt;
=== Lockerable ===&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=40%|Obtaining Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Forlorn.png]]&lt;br /&gt;
|&amp;quot;{{va|Forlorn}}&amp;quot;&lt;br /&gt;
| Conversion value boosts to 100 upon entering inventory&lt;br /&gt;
|Shop on {{CC|Tinker|Silver|Forging Ahead}}, [[Subdungeon]]&lt;br /&gt;
|1&lt;br /&gt;
|33/100&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Bound Sword.png]]&lt;br /&gt;
|&amp;quot;{{va|Penance}}&amp;quot;&lt;br /&gt;
| +2 damage and +1 max MP on pickup, -3 damage and -2 max MP on removal&lt;br /&gt;
|Shop on {{CC|Tinker|Silver|Forging Ahead}}&lt;br /&gt;
|25&lt;br /&gt;
|35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Bound Sword.png]]&lt;br /&gt;
|{{va|Bound Sword}}&lt;br /&gt;
| +15% damage, can't be converted&lt;br /&gt;
|Shop on {{CC|Tinker|Silver|Forging Ahead}}&lt;br /&gt;
|14&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Amulet of Yendor.png]]&lt;br /&gt;
|{{va|Cracked Amulet}}&lt;br /&gt;
| Consume to gain +5 XP&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
|2&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Orb.png]]&lt;br /&gt;
|{{va|Cracked Orb}}&lt;br /&gt;
| Reduces all visible enemies max health to 90%, but doesn't reduce their current HP &lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
|15&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cracked Soul Orb.png]]&lt;br /&gt;
|{{va|Cracked Soul Orb}}&lt;br /&gt;
| Adds 1 layer of Death Protection upon entering the inventory, and becomes permanently inert. &lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
|10&lt;br /&gt;
|50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Stone Sigil.png]]&lt;br /&gt;
|{{va|Crumbling Ward}}&lt;br /&gt;
| Can be consumed for +15 Piety. &lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
|10&lt;br /&gt;
|40&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar's Codex.png]]&lt;br /&gt;
|{{va|Dairy Diary}}&lt;br /&gt;
| Activate to read a diary of a goat. &lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
|1&lt;br /&gt;
|100&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Hero's Helm.png]]&lt;br /&gt;
|{{va|Dented Helm}}&lt;br /&gt;
| +1 Mana Point +1 Damage. &lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
|18&lt;br /&gt;
|30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Vampiric Blade.png]]&lt;br /&gt;
|{{va|Draining Blade}}&lt;br /&gt;
| +1 lifesteal, 9 layers of curse and 5 corrosion on pickup&lt;br /&gt;
|Shop on {{CC|Tinker|Silver|Forging Ahead}}&lt;br /&gt;
|25&lt;br /&gt;
|50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake Beard.png]]&lt;br /&gt;
|{{va|Fake Beard}}&lt;br /&gt;
| +5 XP on pickup, can't be converted&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 10&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Goat Horn.png]]&lt;br /&gt;
|{{va|Goat Horn}}&lt;br /&gt;
| +5% attack damage; small item&lt;br /&gt;
|Found in {{CC|Warlord|Gold|Terror's End}}, [[Subdungeon]]&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Ward.png‎]]&lt;br /&gt;
|{{va|Gorgward}}&lt;br /&gt;
| Makes you immune to {{t|Death-gaze}}. Small item.&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 18&lt;br /&gt;
| 50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMMISI.png]]&lt;br /&gt;
|{{va|LEMMISI(?)}}&lt;br /&gt;
| Reveals the entire map upon activation.&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 18&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Shop_Scroll.PNG]]&lt;br /&gt;
|{{va|Long Rant}}&lt;br /&gt;
| Adds 3 layers of Corrosion to enemies on the same dungeon level. (Confirmation?)&lt;br /&gt;
| [[Subdungeon]] or Gaan'Telet&lt;br /&gt;
| 1&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mass09 Ledger.png]]&lt;br /&gt;
|{{va|Mass09 Ledger}}&lt;br /&gt;
| Use 1 gp to swap every monsters positions&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 1&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mystera Scripture.png]]&lt;br /&gt;
|{{va|Mystera Scripture}}&lt;br /&gt;
| Can be consumed to add +1 Max Mana&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 1&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Meatloaf.png]]&lt;br /&gt;
|{{va|Nom Nom}}&lt;br /&gt;
| Can be consumed to add +1 HP per level, but it also poisons the user.&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 18&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Transmutation Seal.png]]&lt;br /&gt;
|{{va|Ritual Scroll}}&lt;br /&gt;
|consume to add +5% resistances, +1 Max MP and +3 layers of curse&lt;br /&gt;
|Shop on {{CC|Tinker|Silver|Forging Ahead}}&lt;br /&gt;
|13&lt;br /&gt;
|20&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Zombie Dog.PNG]]&lt;br /&gt;
|{{va|Pepper the Dog}}&lt;br /&gt;
| Adds +10% base attack damage, can be consumed to make your next strike turn an enemy into an undead.&lt;br /&gt;
| [[Subdungeon]] or Priest Bronze Challenge&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Witchalok Pendant.png]]&lt;br /&gt;
|{{va|Spider Amulet}}&lt;br /&gt;
| Adds +10 HP, but attempts to poison the user every time they level up.&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 2&lt;br /&gt;
| 20&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Titan Guitar.png]]&lt;br /&gt;
|{{va|Titan Guitar}}&lt;br /&gt;
| Can be used to slow all monsters on the screen and give them {{t|Cowardly}}. Destroys almost all walls on screen when it enters your inventory; if you prepare a Titan Guitar, it will destroy almost all walls in the dungeon.&lt;br /&gt;
| [[Subdungeon]]: Really Awesome Guitar&lt;br /&gt;
| 11&lt;br /&gt;
| 11&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tokoloshe Charm.png]]&lt;br /&gt;
|{{va|Tokoloshe Charm}}&lt;br /&gt;
| +5% magic resistance; small item&lt;br /&gt;
| Subdungeon, Dropped by Tokoloshe in Havendale Bridge&lt;br /&gt;
|1&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand of Binding.png]]&lt;br /&gt;
|{{va|Wand of Binding}}&lt;br /&gt;
| Instantly kills an enemy same as a Slayer Wand, but replaces it with an Animated Armor of the same level. NOTE: Even though it's lockerable it has NO CODEX ENTRY AS OF YET&lt;br /&gt;
| Subdungeon&lt;br /&gt;
|5&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wisp Gem.PNG]]&lt;br /&gt;
|{{va|Wisp Gem}}&lt;br /&gt;
| +5% base damage; small item&lt;br /&gt;
| Subdungeon, various monsters in several dungeons drop them&lt;br /&gt;
|1&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Non-Lockerable ===&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=40%|Obtaining Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mage Plate.png]]&lt;br /&gt;
|{{va|ARMOUR.EXE}}&lt;br /&gt;
|Adds 20% phys resist&lt;br /&gt;
|[[Subdungeon]]: WIZARD.EXE&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Amulet.png]]&lt;br /&gt;
|{{va|Amulet}}&lt;br /&gt;
|???&lt;br /&gt;
|[[Subdungeon]]: Teeth Teeth Teeth&lt;br /&gt;
|15&lt;br /&gt;
|35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Blade of Yin.png]]&lt;br /&gt;
|{{va|Blade of Yin}}&lt;br /&gt;
|Adds 3 base damage, can be consumed to grant Death Protection, small item&lt;br /&gt;
|[[Subdungeon]]: Yin and Yang&lt;br /&gt;
|15&lt;br /&gt;
|35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Essence Potion.PNG]]&lt;br /&gt;
|{{va|Essence Potion}}&lt;br /&gt;
|Drink to restore as much health and mana as you lost when you activated the altar in the subdungeon where it's found&lt;br /&gt;
|[[Subdungeon]]: Metal Spider Temple, touching the altar&lt;br /&gt;
|15&lt;br /&gt;
|50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dragon Heart.png]]&lt;br /&gt;
|{{va|Dragon Heart}}&lt;br /&gt;
|Adds 3 HP every time you gain a level; convert to kill Draco enemy&lt;br /&gt;
|[[Subdungeon]]: Draco&lt;br /&gt;
|1&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Orb_of_lusory.png]]&lt;br /&gt;
|{{va|Orb of Lusory}}&lt;br /&gt;
| Increases magic resistance by 50% when carried. Can be used to remove all Illusion minions from the dungeon. Cannot be [[Preparations#Locker Item|lockered]].&lt;br /&gt;
| Randomly found in the [[Halls of Steel (Hard)]]. Also in a subdungeon, but that one gives only 10% magic resistance and doesn't have a separate Codex Entry&lt;br /&gt;
|25&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Perseverance Badge.png]]&lt;br /&gt;
|{{va|Protect.EXE}}&lt;br /&gt;
| Can be consumed to add a layer of Death Protection; two charges; small item&lt;br /&gt;
| Subdungeon: Wizard.EXE&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Sticky Stick.png]]&lt;br /&gt;
|{{va|Sticky Stick}}&lt;br /&gt;
| Gives you {{t|Corrosive}}. Cannot be [[Preparations#Locker Item|lockered]].&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 1&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tea.png]]&lt;br /&gt;
|{{va|Strange Mixture}}&lt;br /&gt;
| Gives you +10 Hp and +1 MP, and fully restores your health and mana.&lt;br /&gt;
| [[Subdungeon]]: Jadetooth&lt;br /&gt;
| 1&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Piercing Wand.png]]&lt;br /&gt;
|{{va|Wand of Splosion}}&lt;br /&gt;
| Can only be used in the El Potion Loco Subdungeon (?) to kill everything for potions&lt;br /&gt;
| [[Subdungeon]]: El Potion Loco&lt;br /&gt;
| 13&lt;br /&gt;
| n/a&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wall Cruncher.PNG]]&lt;br /&gt;
|{{va|Wall Cruncher}}&lt;br /&gt;
|Activate to destroy walls directly to the N, E, S and W of your position, small item&lt;br /&gt;
|Subdungeon&lt;br /&gt;
|1&lt;br /&gt;
|25&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Whisper Charm.png]]&lt;br /&gt;
|{{va|Whisper Charm}}&lt;br /&gt;
| Adds +4% physical resistance&lt;br /&gt;
| [[Subdungeon]]&lt;br /&gt;
| 13&lt;br /&gt;
| n/a&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Yang's Sword.png]]&lt;br /&gt;
|{{va|Yang's Sword}}&lt;br /&gt;
| Adds +3 base damage, can be consumed to grant Death Protection; small item&lt;br /&gt;
| [[Subdungeon]]: Yin and Yang&lt;br /&gt;
| 15&lt;br /&gt;
| 35&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Unclear ===&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=40%|Obtaining Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mass09 Ledger.png]]&lt;br /&gt;
|{{va|Recipie Scroll}}&lt;br /&gt;
| You can read the instructions to plant combination recipes for the Vegetarian Vampire subdungeon&lt;br /&gt;
| [[Subdungeon]]: Vegetarian Vampire&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dungeon Boss Rewards ==&lt;br /&gt;
&lt;br /&gt;
The following 6 items can be obtained by defeating tough bosses, and generally can't be found in dungeons otherwise. The Sensation Stone is a bit of an exception, in that it's obtained by killing an optional mini-boss and one can be found in the Tower of Gaan'Telet, but it's somewhat similar to the others. They can all be put into the Guild Locker.&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=40%|Obtaining Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|[[File:Fabulous Treasure.png]]&lt;br /&gt;
|{{va|Fabulous Treasure}}&lt;br /&gt;
| This is amazing! You've never seen anything like it!&lt;br /&gt;
| Class Challenge: {{CC|Thief|Gold|Deadly Shadows}}&lt;br /&gt;
| 95&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dragon Shield.png]]&lt;br /&gt;
|{{va|Dragon Shield}}&lt;br /&gt;
| +18% physical and magic resistance&lt;br /&gt;
| Dungeon boss reward: [[Dragon Isles]]&lt;br /&gt;
|23&lt;br /&gt;
|100&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Namtar's Ward.png]]&lt;br /&gt;
|{{va|Namtar's Ward}}&lt;br /&gt;
| Can be used once per character level to give yourself death protection at no extra cost.&lt;br /&gt;
| Dungeon boss reward: [[Namtar's Lair]]&lt;br /&gt;
|50&lt;br /&gt;
|100&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar's Codex.png]]&lt;br /&gt;
|{{va|Avatar's Codex}}&lt;br /&gt;
| Fireballs do +4 damage per level, set burning to maximum stacks, but makes gives each monster Retaliate:Fireball&lt;br /&gt;
| Dungeon boss reward: [[Demonic Library]]&lt;br /&gt;
|35&lt;br /&gt;
|50&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Naga Cauldron.png]]&lt;br /&gt;
|{{va|Naga Cauldron}}&lt;br /&gt;
| Gives healing potions overheal, and increases health and mana potion effectiveness by 5% for every kind of debuff your character has (corrosion, weakening, curse, slow, poison and mana burn).&lt;br /&gt;
| Dungeon boss reward: [[Naga City]]&lt;br /&gt;
|12&lt;br /&gt;
|35&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Sensation Stone.png]]&lt;br /&gt;
|{{va|Sensation Stone}}&lt;br /&gt;
| No inherent effect, but can be converted for 150 conversion points. &lt;br /&gt;
| Dropped by the Bridge Troll on the [[Havendale Bridge]]&lt;br /&gt;
|25&lt;br /&gt;
|150&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Special Quest Items with Codex Entries: ==&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=40%|Obtaining Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tea.png]]&lt;br /&gt;
|{{va|'Tea'}}&lt;br /&gt;
| Adds a lot of debuffs to you upon drinking, but drinking it unlocks the Orcs in your kingdom.&lt;br /&gt;
| [[Subdungeon]]: Orc unlock subdungeon&lt;br /&gt;
| 0&lt;br /&gt;
| n\a&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Shop_Scroll.PNG]]&lt;br /&gt;
|{{va|Gate Scroll}}&lt;br /&gt;
| +5 max health, consume to read, unlocks [[Bazaar]]&lt;br /&gt;
| First dungeon after Bank unlocked&lt;br /&gt;
|15&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Philosopher's Stone.png]]&lt;br /&gt;
|{{va|Philosopher's Stone}}&lt;br /&gt;
| If you take it back to the kingdom it unlocks [[Alchemist]]&lt;br /&gt;
| It starts spawning in shops until you buy it and take it out&lt;br /&gt;
|25&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Midas Mantle.png]]&lt;br /&gt;
|{{va|Midas Mantle}}&lt;br /&gt;
| It gives immunity to Death Gaze&lt;br /&gt;
| Only appears in the Rogue Silver Challenge and can be bought for 100 gold (?)&lt;br /&gt;
|100&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strength Potion.png]]&lt;br /&gt;
|{{va|&amp;quot;Courage Juice&amp;quot;}}&lt;br /&gt;
| Reduces health to 1, adds Might, First Strike and +50% bonus experience against the next enemy.&lt;br /&gt;
| Only appears in the Goat Glade triple quests and the Berserker Silver Challenge&lt;br /&gt;
|15&lt;br /&gt;
|10&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== God Items with Codex Entries ==&lt;br /&gt;
&lt;br /&gt;
These 5 items can only be obtained by worshiping Taurog (4) and Glowing Guardian (1). Glowing Guardian can change the prayer beads, but the activated form doesn't have a codex entry, and none of these items can be put in a guild locker.&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Name&lt;br /&gt;
!Description&lt;br /&gt;
!width=40%|Obtaining Method&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog's Skullpicker.png]]&lt;br /&gt;
|{{va|'Skullpicker'}}&lt;br /&gt;
| Adds +5 base damage, and Taurog punishes you if you convert it.&lt;br /&gt;
| Taking one of Taurog's boons&lt;br /&gt;
| 0&lt;br /&gt;
| 60&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog's Wereward.png]]&lt;br /&gt;
|{{va|Wereward}}&lt;br /&gt;
| Adds -5 damage reduction, and Taurog Punishes you if you convert it&lt;br /&gt;
| Taking one of Taurog's boons&lt;br /&gt;
|0&lt;br /&gt;
|60&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog's Gloat.png]]&lt;br /&gt;
|{{va|Gloat}}&lt;br /&gt;
| Adda +15% Magic Resistance, and Taurog Punishes you if you convert it&lt;br /&gt;
| Taking one of Taurog's boons&lt;br /&gt;
|0&lt;br /&gt;
|60&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Taurog's Will.png]]&lt;br /&gt;
|{{va|Will}}&lt;br /&gt;
| Adda +15% Physical Resistance, and Taurog Punishes you if you convert it&lt;br /&gt;
| Taking one of Taurog's boons&lt;br /&gt;
|0&lt;br /&gt;
|60&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Prayer Bead.png]]&lt;br /&gt;
|{{va|Prayer Bead}}&lt;br /&gt;
| +1% magic resistance; small item; cannot be converted&lt;br /&gt;
| Received from Glowing Guardian from certain boons&lt;br /&gt;
|0&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Unlisted Items =&lt;br /&gt;
&lt;br /&gt;
These items do not appear in the Codex and thus do not count for its completion ratio.&lt;br /&gt;
&lt;br /&gt;
{| class =&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;width:82.3%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!Icon&lt;br /&gt;
!width=15%|Item&lt;br /&gt;
!Description&lt;br /&gt;
!width=20%|Method of Obtaining&lt;br /&gt;
!width=5%|Cost&lt;br /&gt;
!width=5%|CP&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Sword.png]]&lt;br /&gt;
|Bargain Sword&lt;br /&gt;
| +1 base damage&lt;br /&gt;
| Shop (Bazaar level 0)&lt;br /&gt;
| 15&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|[[File:Perseverance Badge.png]]&lt;br /&gt;
|Bargain Badge&lt;br /&gt;
| +10% bonus damage&lt;br /&gt;
| Shop (Bazaar level 0)&lt;br /&gt;
|  &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[File:Pendant of Mana.png]]&lt;br /&gt;
|Bargain Pendant&lt;br /&gt;
| +1 max mana&lt;br /&gt;
| Shop (Bazaar level 0)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Troll Heart.png]]&lt;br /&gt;
|Bargain Heart&lt;br /&gt;
| Gain +1 Max HP every time you level up (Bonus is not lost from converting this item)&lt;br /&gt;
| Shop (Bazaar level 0)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span style=&amp;quot;font-size: 0&amp;quot;&amp;gt;[[File:Avatar Symbol (Outdated).png]]&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{va|Avatar Symbol (Outdated)}}&lt;br /&gt;
| +9% physical and magic resistance, gains a charge for every XP-valuable enemy killed (up to 10), can be used to gain +10% bonus damage per charge when used for your next attack&lt;br /&gt;
| Dungeon boss reward: [[Demonic Library]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Conversion Fodder =&lt;br /&gt;
Sometimes, players will want to obtain large amounts of conversion points to better leverage their racial bonus.  There are many items well-known as &amp;quot;conversion fodder&amp;quot; that are relatively cheap and effective choices for this purpose.  Generally speaking, conversion fodder items are considered to be those which offer more than 3 CP for every 1 GP spent.  The following items are all considered conversion fodder:&lt;br /&gt;
&lt;br /&gt;
{{i|Bloody Sigil}} (5.6 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
This double-edged item is good for low-level characters, but quickly becomes excess baggage for a high-level character.  Fortunately, it has a great conversion value and is worth buying for no other purpose than to immediately convert it.&lt;br /&gt;
&lt;br /&gt;
{{i|Gloves of Midas}} (4.5 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
In addition to offering a superb conversion ratio, this item can also be used to ''earn'' additional gold which can be used to purchase even more stuff.  As a result, it is highly prized.&lt;br /&gt;
&lt;br /&gt;
{{i|Rock Heart}} (4.3 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
The Rock Heart is a great tool for anyone with knockback damage, the {{s|PISORF}} glyph or the {{s|ENDISWAL}} glyph.  Once you're done with it, you can convert it for a windfall.  For those without the ability to crush walls, it's still worthwhile just for conversion points.&lt;br /&gt;
&lt;br /&gt;
{{i|Viper Ward}} &amp;amp; {{i|Soul Orb}} (4.06 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
These superb items grant you immunity to dangerous afflictions, consume only a small item slot, and convert for large amounts of CP when you're done.  They're one of the best conversion-fodder buys around.&lt;br /&gt;
&lt;br /&gt;
{{i|Balanced Dagger}} (3.67 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
A very niche item, usually relegated to vicious-difficulty dungeons where higher-level kills are impractical or for players without ''mad level-catapult skills'' like the pros have.  However, in other scenarios it makes a good conversion fodder item.  With its small size, you can carry it around and use it for what it's worth, then convert it when you're done.&lt;br /&gt;
&lt;br /&gt;
{{i|Troll Heart}} (3.44 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
The troll heart will slowly accrue bonus HP as you level up, and can be converted afterwards without losing those hit points.  Given its high CP value, this is often a great deal.&lt;br /&gt;
&lt;br /&gt;
{{i|Crystal ball}} (3.33 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
Given enough gold, the crystal ball can provide you several good mana spikes and can be converted afterward for good conversion value.&lt;br /&gt;
&lt;br /&gt;
{{i|Venom Dagger}} (3.12 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
A consolation prize for those seeking conversion points, the venom sword offers a reasonable amount for a reasonable price.  The item itself isn't very useful otherwise, though.&lt;br /&gt;
&lt;br /&gt;
{{i|Alchemist Scroll}} (3.07 CP / GP)&amp;lt;br/&amp;gt;&lt;br /&gt;
The rules for items like these can be confusing at times, but the alchemist scroll's bonus HP do not disappear when you convert it, meaning this item can be picked up on the cheap, used sparingly, then converted later without much risk.&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Frozen_Troll_(Monster)&amp;diff=51736</id>
		<title>Frozen Troll (Monster)</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Frozen_Troll_(Monster)&amp;diff=51736"/>
				<updated>2015-10-07T12:44:38Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Redirected page to Frozen Troll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#Redirect [[Frozen Troll]]&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Burn_Viper_(Monster)&amp;diff=51735</id>
		<title>Burn Viper (Monster)</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Burn_Viper_(Monster)&amp;diff=51735"/>
				<updated>2015-10-07T12:43:51Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Redirected page to Burn Viper&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#Redirect [[Burn Viper]]&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Shade_(Monster)&amp;diff=51734</id>
		<title>Shade (Monster)</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Shade_(Monster)&amp;diff=51734"/>
				<updated>2015-10-07T12:42:24Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Redirected page to Shade&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#Redirect [[Shade]]&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Imp_(Monster)&amp;diff=51733</id>
		<title>Imp (Monster)</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Imp_(Monster)&amp;diff=51733"/>
				<updated>2015-10-07T12:40:42Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Redirected page to Imp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#Redirect [[Imp]]&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51727</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51727"/>
				<updated>2015-10-06T12:14:03Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Fake Beard}}.&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Bound Sword}}.&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Strange Amulet&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Strange Amulet}}.  When the amulet is picked up, the room changes and a level 9 and a level 1 {{m|Thrall}} appear. The level 9 Thrall drops a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Diary of a Goat&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a level 9 {{m|Goat}} that drops a {{i|Dairy Diary}}.&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|History of the Southern Empire&lt;br /&gt;
|South&lt;br /&gt;
| 5 gold piles, and a loot pile containing 5-7 gold.&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{ibox|Booster-mp.png|Boosters|Mana Booster}}.&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Long Rant}}.&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51726</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51726"/>
				<updated>2015-10-06T11:31:37Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Signpost Subdungeons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and a {{i|Spider Amulet}}.&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|[[History of the Southern Empire]]&lt;br /&gt;
|South&lt;br /&gt;
| 4 gold piles and a gold loot pile&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51725</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51725"/>
				<updated>2015-10-06T11:25:01Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Signpost Subdungeons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons with the entrance in the center. They always contain a signpost and at least 5 gold piles, and also often contain monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|[[History of the Southern Empire]]&lt;br /&gt;
|South&lt;br /&gt;
| 4 gold piles and a gold loot pile&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51724</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51724"/>
				<updated>2015-10-06T11:21:59Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Signpost Dungeons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the subdungeon will be a &amp;quot;signpost&amp;quot; subdungeon. These are 5x5 unexplored subdungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: center, north, east, south, or west.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=5%  | Region&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Center&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|Center&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|Center&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|North&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|East&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|South&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|[[History of the Southern Empire]]&lt;br /&gt;
|South&lt;br /&gt;
| 4 gold piles and a gold loot pile&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|South&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|West&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51723</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51723"/>
				<updated>2015-10-06T11:09:55Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|The Garden&lt;br /&gt;
|5 gold piles, and one of each basic plant: {{ibox|Barbing Bush Monster Icon.png|Plant|Barbing Bush}}, {{ibox|Corrosive Creeper Monster Icon.png|Plant|Corrosive Creeper}}, Erosive Eelroot, {{ibox|Mysterious Murkshade Monster Icon.png|Plant|Mysterious Murkshade}}, and {{ibox|Poisonous Pod Monster Icon.png|Plant|Poisonous Pod}}. Each plant drops a {{i|Spoon}}.&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Dark_Ones_Entrance.png|center]]&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|[[History of the Southern Empire]]&lt;br /&gt;
| 4 gold piles and a gold loot pile&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51713</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51713"/>
				<updated>2015-10-03T00:10:59Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Misplaced Cutlery&lt;br /&gt;
|5 gold piles, and three {{i|Spoon}}s.&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Nom_Nom.png&amp;diff=51712</id>
		<title>File:Nom Nom.png</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Nom_Nom.png&amp;diff=51712"/>
				<updated>2015-10-02T23:57:19Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Renamed Meatloaf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Renamed Meatloaf&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Dented_Helm.png&amp;diff=51711</id>
		<title>File:Dented Helm.png</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Dented_Helm.png&amp;diff=51711"/>
				<updated>2015-10-02T23:56:20Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Renamed Hero's Helm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Renamed Hero's Helm&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Cracked_Amulet.png&amp;diff=51710</id>
		<title>File:Cracked Amulet.png</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Cracked_Amulet.png&amp;diff=51710"/>
				<updated>2015-10-02T23:54:45Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Renamed amulet of yendor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Renamed amulet of yendor&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Gorgward.png&amp;diff=51709</id>
		<title>File:Gorgward.png</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=File:Gorgward.png&amp;diff=51709"/>
				<updated>2015-10-02T23:52:51Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: Renamed Gorgon Ward&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Renamed Gorgon Ward&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51708</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51708"/>
				<updated>2015-10-02T23:43:18Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Misplaced Cutlery]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles, three {{i|Spoon}}s, and a signpost describing Gaan-Telet.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Legend of the Signpost Gorgon&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Edible Adversaries&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Know Your Farm Animals&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Goblin Itch&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cracked Orb&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Yendor Vendor&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of the Den of Danger&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sapphire Helmet&lt;br /&gt;
|6 gold piles, and a {{i|Dented Helm}}.&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|History of Venture Cave&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51707</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51707"/>
				<updated>2015-10-02T23:32:56Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Central Signpost Dungeons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sapphire Helmet]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a signpost describing the Sapphire Knight, 3 gold piles, and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Misplaced Cutlery]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles, three {{i|Spoon}}s, and a signpost describing Gaan-Telet.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Legend of the Signpost Gorgon]]&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Edible Adversaries]]&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Know Your Farm Animals]]&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin Itch]]&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Orb]]&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yendor Vendor]]&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Den of Danger]]&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|8 gold piles.&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Venture Cave]]&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51706</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51706"/>
				<updated>2015-10-02T23:24:35Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Central Signpost Dungeons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sapphire Helmet]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a signpost describing the Sapphire Knight, 3 gold piles, and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Misplaced Cutlery]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles, three {{i|Spoon}}s, and a signpost describing Gaan-Telet.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Legend of the Signpost Gorgon]]&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Edible Adversaries]]&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Know Your Farm Animals]]&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin Itch]]&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Orb]]&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yendor Vendor]]&lt;br /&gt;
|5 gold piles, and a shop called &amp;quot;Yendor Vendor&amp;quot; selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Den of Danger]]&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Venture Cave]]&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51703</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51703"/>
				<updated>2015-10-02T10:40:26Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sapphire Helmet]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a signpost describing the Sapphire Knight, 3 gold piles, and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Misplaced Cutlery]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles, three {{i|Spoon}}s, and a signpost describing Gaan-Telet.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=10% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=25% | Summary&lt;br /&gt;
!width=55% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Legend of the Signpost Gorgon]]&lt;br /&gt;
|5 gold piles, 4 signposts, and the {{i|Gorgward}}.&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Edible Adversaries]]&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Meat Man}} who drops a {{i|Nom Nom}}.&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Know Your Farm Animals]]&lt;br /&gt;
|5 gold piles, and a level 1 {{m|Goat}} who drops a {{i|Dairy Diary}}.&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin Itch]]&lt;br /&gt;
|5 gold piles, and two level 2 {{m|Goblin}}s.&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Orb]]&lt;br /&gt;
|5 gold piles, and a {{i|Cracked Orb}}.&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Experience Catapult]]&lt;br /&gt;
|5 gold piles, and a shop selling a {{i|Cracked Amulet}}.&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Den of Danger]]&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Venture Cave]]&lt;br /&gt;
|5 gold piles, a {{i|Spoon}}, and a level 1 {{m|Bandit}}.&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51702</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51702"/>
				<updated>2015-10-02T09:22:49Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Signpost Dungeons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Legend of the Signpost Gorgon]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing four piles of gold and the {{i|Gorgward}} (immunity to death gaze, 18 gold, 50 CP, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sapphire Helmet]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a signpost describing the Sapphire Knight, 3 gold piles, and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Edible Adversaries]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing 3 gold piles, a signpost about Meatmen, and a level 1 {{m|Meatman}}. When killed, the {{m|Meatman}} drops {{i|Nom Nom}}, a consumable large item that increases health bonus by 1 permanently (identical to picking up a health booster) but poisons you (18 gold, 20 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Misplaced Cutlery]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles, three {{i|Spoon}}s, and a signpost describing Gaan-Telet.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Den of Danger]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, a {{i|Spoon}}, a level 1 {{m|Bandit}}, and a signpost that reads: ''The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Venture Cave]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, a {{i|Spoon}}, a level 1 {{m|Bandit}}, and a signpost that reads: ''Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I have gone mad.&lt;br /&gt;
So has the rest of the council.&lt;br /&gt;
So has the rest of our empire.&lt;br /&gt;
Only afforded the briefest lucidity while this entire civilisation disappears.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They were fools to listen! Foolish fooly fools! Temptation came to us with the cloak of a deceiver, the face of an animal and the eyes of a demon! Why did we listen?&lt;br /&gt;
&lt;br /&gt;
Foolish fooly fools!&lt;br /&gt;
Biscuits.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|So. The council has me locked away in here. Treason? Hardly. They've agreed to do something terribly stupid on the advice of a hooded stranger. I don't care if it wins us the war - some threats are greater than mere snake men.&lt;br /&gt;
&lt;br /&gt;
I shall escape tomorrow, and make my way East.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tales of the Favoured, extract:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and as she approached the great serpent, it raised itself from the floor&lt;br /&gt;
and struck at her neck. The attack was brief and deadly - two puncture marks silently wept blood onto her collar. Yet even with the liquid anathema flowing through her veins, she raised her hammer and shattered the vile creature's skull, all the while praying to divines who may or may not have existed.&lt;br /&gt;
&lt;br /&gt;
The creature perished, and her body felt a sudden pureness again ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|They gathered in a circle to summon the Avatar.&lt;br /&gt;
&lt;br /&gt;
They thought that they could control it.&lt;br /&gt;
&lt;br /&gt;
But they were too feeble to even complete the ritual.&lt;br /&gt;
&lt;br /&gt;
Their minds clouded over and they cursed us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I saw their bodies change. The five of them took terrible forms.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|At first there was only confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Grand Architect Hobb began constructing the new Golden City with his hearts of Rock, Fire and Spirit. One was shattered by the Naga. The other two went missing.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FOR THE RECORD OF THE ARCHIVES&lt;br /&gt;
&lt;br /&gt;
COUNCIL VOTES (ROUND 1):&lt;br /&gt;
MP - In Favour&lt;br /&gt;
MZ - Not In Favour&lt;br /&gt;
PP - In Favour&lt;br /&gt;
PZ - Abstained&lt;br /&gt;
A - In Favour&lt;br /&gt;
N - Not In Favour; Called For Veto&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Bardic Collection, Book 3:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Creature of Sapphire,&lt;br /&gt;
Helm bearing Ruby,&lt;br /&gt;
Sword made of Emerald,&lt;br /&gt;
And Heart of a Dragon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
... this poem isn't very good. Small wonder that the Kingdom never takes bards seriously.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|... Mystera found herself horrified at the behaviour of her followers, but she was always loathe to punish even the most evil among them. Jehora Jeheyu, however, often saw fit to intervene on her behalf.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|There's something scratched into the signpost here.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This has always been a Civilisation built on Magic and Chaos. It seems a fitting end.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Two faces? Same being.&lt;br /&gt;
&lt;br /&gt;
- The Mad Heretic&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I wish I knew how to read&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lusory, the jealous apprentice, sought Hobb's approval by constructing an Orb of his own. Sadness followed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago:&lt;br /&gt;
&lt;br /&gt;
Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This note looks to be fairly recent.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Associates, I am finding little information in this forsaken land concerning the lost arts of Golemancy and Spiritual Animation. The former appears to have been lost with time, but it seems that knowledge of the latter was deliberately destroyed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Horrible Fates: A Cautionary Almanac for Adventurers&lt;br /&gt;
&lt;br /&gt;
Entry: ANIMATED ARMOURS&lt;br /&gt;
Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.&lt;br /&gt;
&lt;br /&gt;
HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)&lt;br /&gt;
&lt;br /&gt;
LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible, but it's believed that no living being today remembers the ritual to create new ones.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He came to us, armed with a sword of blood, a glyph of blood and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Dracul grew displeased with Namtar's behaviour and reclaimed his gifts. Our leader laughed - the baubles were no longer needed.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Book of Namtar:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Underworld is near. Man or god, it lies beyond your comprehension.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This sign is old and weathered, but the script is neat and precise.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The experience has changed me. I got what I wanted, but now I forget why I wanted it. I can sweep aside any foe, but which one was the enemy I wanted to destroy?&lt;br /&gt;
&lt;br /&gt;
I dream of a figure in a hood, but no more than that.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|How does one pronounce a triple 'S' anyway?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;Gardening&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our priests have discovered much about these foreign religions.&lt;br /&gt;
&lt;br /&gt;
The Spider, the Snake and the Dragon have always been gods, strong and true and terrible. These aspects that the two-legged walkers have fashioned for themselves are vain, confusing and numerous, yet still seem to hold some power.&lt;br /&gt;
&lt;br /&gt;
Is this just a different view of the same gods? Or does some pretender hide in there, playing with their hearts and minds?&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Sun-Touched Prince and the Light-Soaked Emperor shall never give up their fight against the North. May the foe's towers sink into the sand and their armies be crushed by the desert mountains! They do not deserve the warmth and light that the great sky orb has been gracious enough to provide them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|It is said that the dragons have forgiven us, so why do they not come to our aid? Their two-legged children run rampant.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|From the Legendary Bestiary of Legends:&lt;br /&gt;
&lt;br /&gt;
CHAPTER 6 - IMPROBABLE BEASTS&lt;br /&gt;
&lt;br /&gt;
It is easy to assume that a story told is a story true, and while many fantastic creatures are known to have existed in ancient times, I have no reason to believe that the creatures known as &amp;quot;spiders&amp;quot; have ever been anything but a tale to frighten children.&lt;br /&gt;
&lt;br /&gt;
Old books refer to them as spindly horrors with eight legs and eight eyes, fangs that drip venom and a body that can produce fine, magical thread.&lt;br /&gt;
&lt;br /&gt;
Of all the fanciful stories I've heard in my time, this one certainly has to be the most exotic. The mere suggestion that such an abomination would exist seems absurd.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The dark ones fled north after destroying the Dragon's Sapphire at Hexx. Their temples remain, but we dare not set foot inside.&lt;br /&gt;
&lt;br /&gt;
We'll surely be held responsible for this mess. May the great Sun Serpent guide us in these troubled times.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I fear it would mean my death if the Emperor ever discovered my plans. But they have to understand what they are doing.&lt;br /&gt;
&lt;br /&gt;
I've been speaking with one of their leaders. He claims to be of high influence. I have told him of our secrets, our shame and the mistakes that do not bear repeating - this time, it could risk dooming us all.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|While I'm certain that our mysterious informer is a friend - a powerful one, at that - he often has more anger than sense. I hope the Emperor is careful with such counsel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The child who raises a hand against the parent is damned. Leave this place, adventurer. Our eyes keep watch against the sons and daughters of heathens.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|This ancient text is entitled &amp;quot;DRAGON LORE: THE COLLECTED UNDERSTANDINGS OF ARCHDRUID GIMMIFIX.&amp;quot; Most of the writing has been rendered illegible, save for one barely readable entry.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unlike their brothers, the Dragons have only one temple. This place of worship is rarely visited, as approaching it is often considered a show of arrogance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
WEST: Nothing but the Great Ocean. Those who have sought to explore it return with reports of nothing but endless blue ... or don't return at all. It is said that the Dragons know more, but they will not speak of it to us.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
SOUTH: Skirting past the Spider Swamp (naturally), travellers will encounter a&lt;br /&gt;
seemingly impassable mountain range. There is only one known way through - the Exile's Path. It was sealed up by Dragon magic after the heretic clans left for lands unknown. Tearing down the barrier has been forbidden.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
NORTH: The Great Sand. There is little life amidst these rolling dunes aside from a few Spider colonies. They're as fiercely territorial as their southern cousins, and exploration opportunities are limited and dangerous.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OUR SURROUNDING ENVIRONS&lt;br /&gt;
by Maphax the Explorer&lt;br /&gt;
&lt;br /&gt;
EAST: Our sacred forests teem with life and warmth, but there is still much to be said for the beautiful, rolling grasslands of the East. The local Naga sages are always happy to teach me more about their rich and colourful history. Their empire, from what I understand, is almost impossibly large: the Light-Soaked Emperor rules from a seat of power far to the east.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Dragons eventually willed it that the remains of the Sapphire be buried in the East - at the border of the Great Cold - to serve as a ward against its encroaching evil.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Their love is boundless, but their fury is implacable. They have instructed us to seek out the remaining Spiders, destroy them and build a new empire over their corpses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Fighting continues in the South. To end this madness, the Dragons will be sending our champion as an envoy.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Our brothers in the North have forgotten about us ... or perhaps choose to forget. Even Hobarix has styled himself with a new name, as if to spit on our ancestry.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Hello,&lt;br /&gt;
&lt;br /&gt;
I know we haven't always gotten along, but I thought I'd leave you a message to say that some of your really, really, really distant cousins have returned via the Exile's Path.&lt;br /&gt;
&lt;br /&gt;
Now, I don't hold any great love for your kind in general, so I naturally tried to wipe these ones out the moment I found them - which doesn't technically break any promises, so don't go whining to mommy.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, it has been a less than completely effective measure (you're quite a tenacious bunch, I'll grant you that) and they've secretly re-established themselves in the midst of my complacency. My bad, I know! :)&lt;br /&gt;
&lt;br /&gt;
Now, I understand that there's some ancient feuds and oaths and whatnot blahblahblahdontcare, so basically I know YOU don't want these folks hanging around either. I just wanted to give you a heads-up. They've settled, they've grown and they're probably coming for you. I think it's in our best interests to co-operate, yeah?&lt;br /&gt;
&lt;br /&gt;
Temporary friendship? ;)&lt;br /&gt;
-H&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51699</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51699"/>
				<updated>2015-10-01T11:36:30Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: central signpost text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Legend of the Signpost Gorgon]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing four piles of gold and the {{i|Gorgward}} (immunity to death gaze, 18 gold, 50 CP, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sapphire Helmet]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a signpost describing the Sapphire Knight, 3 gold piles, and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Dented_Helmet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dented Helmet]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains 3 gold piles and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP). The signpost reads: ''Horrible Fates: A Cautionary Almanac for Adventureres  Entry: ANIMATED ARMOURS  Although common necromancy allows the reanimation and binding of a corpse to the summoner's will, sometimes the physical body won't suffice. Knowledgeable priests can, with great difficulty, bind a soul instead. Ancient cult leaders would use the remains of former Heroes, valuing their prowess and the irony of their servitude.  HORRIBLENESS: 8/10 - not as bad as being afflicted with CONSTANT GOATS (see pg 34)  LIKELIHOOD: 1/10 - getting killed by such a spirit is always possible but it's believed no living being today remembers the ritual to create new ones.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Edible Adversaries]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing 3 gold piles, a signpost about Meatmen, and a level 1 {{m|Meatman}}. When killed, the {{m|Meatman}} drops {{i|Nom Nom}}, a consumable large item that increases health bonus by 1 permanently (identical to picking up a health booster) but poisons you (18 gold, 20 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Misplaced Cutlery]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles, three {{i|Spoon}}s, and a signpost describing Gaan-Telet.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Den of Danger]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, a {{i|Spoon}}, a level 1 {{m|Bandit}}, and a signpost that reads: ''The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Venture Cave]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, a {{i|Spoon}}, a level 1 {{m|Bandit}}, and a signpost that reads: ''Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Signpost Dungeons ==&lt;br /&gt;
&lt;br /&gt;
About 25% of the time, the dungeon will be a &amp;quot;signpost&amp;quot; dungeon. These are 5x5 unexplored dungeons that have a signpost, at least 5 gold piles, and often monsters or items. The possible signpost text depends on the region that the main dungeon is in: central, north, west, south, or east.  For a given signpost text, the same monsters or items will always spawn (although the reverse is not true: some monsters and items are shared between signposts). The positions of the signposts, monsters, items, and gold piles are all random. The tile color is fixed based on the region.&lt;br /&gt;
&lt;br /&gt;
=== Central Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
The central region consists of [[Venture Cave]], [[Den of Danger]], [[Grimm's Grotto]], and [[Doubledoom]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Legend of the Signboard Gorgon:&lt;br /&gt;
&lt;br /&gt;
In these lands, rumours persist of a particularly odd gorgon who turns adventurers into helpful dungeon signboards instead of stone.&lt;br /&gt;
&lt;br /&gt;
Though this gorgon has never been sighted, adventurers are advised to stay away from regions of densely-clustered signposts, especially if they happen to contain any warnings about gorgons.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Adventurer's Cookbook&lt;br /&gt;
Chapter 3: Edible Adversaries&lt;br /&gt;
&lt;br /&gt;
Meat Men: Due to their frequent appearance in most standard dungeons (and their inherently delicious-sounding names), Meat Men are common go-to beasts for any dungeoneer who wants to eat on the go. As with any meal that potentially fights back, it's best to try find one that you can easily kill. Even when a suitably weak Meat Man cannot be found, however, it's still possible for adventurers to exchange blows with a slightly stronger foe and win the battle if they take time halfway through to recover from some of their wounds. This is because Meat Men are extremely, well, MEATY, but don't generally put out enough damage to force enemies into a lengthy retreat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Know Your Farm Animals!&lt;br /&gt;
A Guide for Children&lt;br /&gt;
&lt;br /&gt;
Entry #427: Common Farm Goat&lt;br /&gt;
Four-legged, barely-domesticated animal occasionally bred for its milk and meat. Distinguishing traits include medium to long horns (both males and females), prominent 'beards' and short, upward-pointing tails.&lt;br /&gt;
&lt;br /&gt;
Entry #428: Common Dungeon Goat&lt;br /&gt;
Four-legged, recently wild animal sought after as a trophy kill. Distinguishing traits include hatred-filled eyes, natural magic resistance and a tendency to seek out and murder adventurers.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Embarrassing Adventurer Problems #6: Goblin Itch&lt;br /&gt;
&lt;br /&gt;
Though not always as dangerous as some of the realm's more exotic creatures, goblins can still be a nuisance to any adventurer. We've all heard the reports of some poor schmuck clearing out a low-leveled nest of the creatures, only to accidentally stub their toe and meet an untimely end because they were too clumsy to notice their waning health.&lt;br /&gt;
&lt;br /&gt;
Nothing short of an assassin's blade can outdo the alacrity with which these creatures strike, but magically slowing them down before attacking can yield favourable results and a more valuable kill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The sign here is old and faded. You make out only a few words.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... speaks of a lost and ruined tower, known in ancient texts as &amp;quot;Gaan-Telet&amp;quot;. The secret of its location is protected by powerful magical wards, and the Tower floors themselves regularly shift in and out of existence, ensuring that each new intruder meets a unique and terrifying challenge. No two Tower experiences are ever the same ...&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot;I've got 99 orbs, but a Zot ain't one.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Experience Catapult:&lt;br /&gt;
&lt;br /&gt;
A common technique by which a hero may fully rejuvenate in mid-combat against a tougher opponent, using weaker enemies as fodder to facilitate a quick level-up.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Popcorn:&lt;br /&gt;
&lt;br /&gt;
A trivial / low-level monster killed in the late game for minor experience gain. Easily digestable in groups.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|I know you're reading these. Stop it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|The noble profession of Hero stems back to the original Sapphire Knight, a celebrated figure whose deeds, prowess and origins are hotly contested by today's scholars. The Knight's legendary helm was said to be a gift from the gods.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Northern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Western Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Southern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Eastern Signpost Dungeons ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=15% | Name&lt;br /&gt;
!width=30% | Summary&lt;br /&gt;
!width=40% | Signpost&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Talk:Subdungeons&amp;diff=51686</id>
		<title>Talk:Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Talk:Subdungeons&amp;diff=51686"/>
				<updated>2015-09-26T00:29:11Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons probably have changed a lot since that page has been last edited...&lt;br /&gt;
Also I don't really get the difference between &amp;quot;Darwin's subdungeon project&amp;quot;, and the &amp;quot;Repeatable Dungeon's&amp;quot; (I guest that the first list contains those without a picture, and the second, those with a picture. Which does not fit with the lists titles...)&lt;br /&gt;
&lt;br /&gt;
Would anyone have any objection to redesigning the Subdungeons page a bit? The current split seems ad-hoc and sometimes redundant, so what a have in mind is 3 parts: 1) One-time/quest subdungeons (unlocking gods, races, explorer classes); 2) Regular subdungeons (= repeatable according to current logic); 3) Secret subdungeons. And making sure each subdungeon is only mentioned once, in the section where they belong, ideally with entrance screenshot and description. I'm happy to start the work, as it's sometimes very useful to see these subdungeons apart from eachother. [[User:Tinker|Tinker]] 08:46, 29 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've added on the Chemist Subdungeon. [[User:Crawly McCrawlsa|Crawly McCrawlsa]] 07:01, 27 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do we want the signpost text for each subdungeon included in this page? I find it interesting from a lore perspective. I can grab all the text out of the game files, so it's just a matter of matching it up with the entries here. [[User:Phoil|Phoil]] 00:27, 26 September 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Talk:Subdungeons&amp;diff=51685</id>
		<title>Talk:Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Talk:Subdungeons&amp;diff=51685"/>
				<updated>2015-09-26T00:27:11Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons probably have changed a lot since that page has been last edited...&lt;br /&gt;
Also I don't really get the difference between &amp;quot;Darwin's subdungeon project&amp;quot;, and the &amp;quot;Repeatable Dungeon's&amp;quot; (I guest that the first list contains those without a picture, and the second, those with a picture. Which does not fit with the lists titles...)&lt;br /&gt;
&lt;br /&gt;
Would anyone have any objection to redesigning the Subdungeons page a bit? The current split seems ad-hoc and sometimes redundant, so what a have in mind is 3 parts: 1) One-time/quest subdungeons (unlocking gods, races, explorer classes); 2) Regular subdungeons (= repeatable according to current logic); 3) Secret subdungeons. And making sure each subdungeon is only mentioned once, in the section where they belong, ideally with entrance screenshot and description. I'm happy to start the work, as it's sometimes very useful to see these subdungeons apart from eachother. [[User:Tinker|Tinker]] 08:46, 29 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've added on the Chemist Subdungeon. [[User:Crawly McCrawlsa|Crawly McCrawlsa]] 07:01, 27 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do we want the signpost text for each subdungeon included in this page? I find it interesting from a lore perspective. I can grab all the text out of the game files, so it's just a matter of matching it up with the entries here. [[User:Phoil|Phoil]] ([[User talk:Phoil|talk]]) 00:27, 26 September 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51684</id>
		<title>Subdungeons</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Subdungeons&amp;diff=51684"/>
				<updated>2015-09-26T00:08:53Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Repeatable Regular Subdungeons */ History of Venture Cave&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subdungeons are smaller versions of a level dungeon. They usually contain some sort of power up hidden behind a puzzle or an enemy. Some subdungeons provide quest chain advancement instead of a powerup, these subdungeons will be not appear anymore once you have advanced the quest chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Non-repeatable Subdungeons==&lt;br /&gt;
These subdungeons may appear instead of the regular Subdungeon. However, they each only do so until completed once. Completing these subdungeons normally unlocks some game element (Race, Altar, Class or other progression).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Halfling]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Halfling in a subdungeon. Giving her a Health Potion unlocks the Halfling settlement that can be upgraded to unlock the Halfling race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gnome]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Gnome in a subdungeon. Giving her a Mana Potion unlocks the Gnome settlement that can be upgraded to unlock the Gnome race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Orc]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|An Orc in a subdungeon. Offers some &amp;quot;Tea&amp;quot; to the player; accepting and drinking the Tea will unlock the Orc settlement that can be upgraded to unlock the Orc race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goblin]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A Goblin in a subdungeon. Asks for 20 gold from the player; complying will unlock the Goblin settlement that can be upgraded to unlock the Goblin race.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Chemist]]&lt;br /&gt;
|Demonic Library, possibly others.&lt;br /&gt;
|No&lt;br /&gt;
|Medium sized sub dungeon surrounded by lava. Contains a passive creature called &amp;quot;A What?&amp;quot; which when talked to, simply says it wants you to retrieve something. A meatman of your current level is in the subdungeon and a few walls. Breaking/Mining/Destroying the walls will uncover an unidentified rock item. Pick it up and return it to &amp;quot;A What?&amp;quot; to complete the subdungeon. As a reward, this subdungeon unlocks the [[Chemist]] class for future play.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tinker]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub enclosed by walls. Requires Alchemist unlocked. Can be used to unlock the Tinker explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crusader]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Crusader. Requires having unlocked all deities. If you TALK to the Crusader while having 100 piety, you unlock the Crusader explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Transmuter]]&lt;br /&gt;
|???&lt;br /&gt;
|???&lt;br /&gt;
|A sub with a lone Transmuter. Requirements unknown. TALK to her to unlock the Transmuter explorer's guild class.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Witch]]&lt;br /&gt;
|Eastern Tundra&lt;br /&gt;
|???&lt;br /&gt;
|The Witch tasks you to gather 5 items from killing plants. Completing her chore unlocks her hut for your kingdom.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Glowing Guardian]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with path and 3 Zombies of increasing level. Usable to unlock the Glowing Guardian.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Dracul]]&lt;br /&gt;
|East&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Glowing Guardian. Sub dungeon with your clone. You are locked in once you enter. Usable to unlock Dracul.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mystera Annur]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Sub dungeon with 999 hp dragon, creative use of magic will get you past him. Usable to unlock Mystera Annur.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jehora Jeheyu]]&lt;br /&gt;
|North&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Mystera Annur. Sub dungeon has imps and an altar, you will need ENDISWAL or WEYTWUT to escape. Usable to unlock Jehora Jeheyu.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Taurog]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Large subdungeon with an altar at the center. Usable to unlock Taurog.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Binlor Ironshield]]&lt;br /&gt;
|West&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked Taurog. Subdungeon small room surrounded by walls, you need to smash the walls to find the altar. Usable to unlock Binlor Ironshield.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Earthmother]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|A subdungeon filled with plants. Usable to unlock the Earthmother.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Tikki Tooki]]&lt;br /&gt;
|South&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked the Earthmother. Subdungeon has a reviving enemy, you must kill all forms without taking a hit. Usable to unlock Tikki Tooki.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Pactmaker]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|???&lt;br /&gt;
|Prerequisite: having unlocked any other deity. Subdungeon is a giant room with an altar in the middle; touch the altar after having unlocked all other deities to unlock the Pactmaker.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Repeatable Regular Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
These are the regular subdungeons that spawn on most maps. Most subdungeons are tied to a specific region (North/West/South/East/Central), and can only appear there. Some subdungeons seem to appear more often than others, which suggests that they also have a set rarity weight. Regular subdungeons always have their entrances spawn on accessible tiles (i.e. on corridors / in chambers).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Graveyard]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|5 gold piles, spawns a level 5 {{m|zombie}} that drops {{i|Elven Boots}}&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sir Thrawn]]&lt;br /&gt;
|Center, East&lt;br /&gt;
|No&lt;br /&gt;
|Sir Thrawn ({{m|Vampire}}) spawns in, seals the exit, and re-shrouds the dungeon, effectively allowing you to explore it twice.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Deadly Tricks Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Exploding Signpost]]&lt;br /&gt;
|Center, North, East, South&lt;br /&gt;
|No&lt;br /&gt;
|Contains bloodstains, several {{m|Barbing bush}}, and an exploding signpost. The signpost reduces you to 1 HP and then drops a {{i|Compression Seal}} and a {{i|Schadenfreude Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Hitball entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hitball]]&lt;br /&gt;
|Center, West&lt;br /&gt;
|Partially&lt;br /&gt;
|Enter a pit-fight against progressively more powerful opponents (scaled to your current level). The first opponent gives you 5 gold and a {{i|Health Potion}}, the second gives you 10 gold and a {{i|Mana Potion}}, and the third gives you 15 gold and a {{i|Reflex Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Legend of the Signpost Gorgon]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing four piles of gold and the {{i|Gorgward}} (immunity to death gaze, 18 gold, 50 CP, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Health Pot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Goo Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Goo Blob}} who drops a {{i|Health Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Mana Potion Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Djinn Potion]]&lt;br /&gt;
|Center, North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing a level 5 {{m|Djinn}} who drops a {{i|Mana Potion}} when killed.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Yin yang entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Yin and Yang]]&lt;br /&gt;
|Center&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains {{m|Ying}} and {{m|Yang}}, level 8 monsters. If they are not killed in immediate succession they will respawn. When both are truly slain, they will drop {{i|Blade of Yin}} and {{i|Yang's sword}}, each a small item granting +3 base attack that can be consumed for a single-use death protection (15 GP, 35 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sapphire Helmet]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a signpost describing the Sapphire Knight, 3 gold piles, and the {{i|Dented Helm}}, which is a large item that grants +1 MP and +1 base attack (18 GP, 30 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Edible Adversaries]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 area containing 3 gold piles, a signpost about Meatmen, and a level 1 {{m|Meatman}}. When killed, the {{m|Meatman}} drops {{i|Nom Nom}}, a consumable large item that increases health bonus by 1 permanently (identical to picking up a health booster) but poisons you (18 gold, 20 CP).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Misplaced Cutlery]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles, three {{i|Spoon}}s, and a signpost describing Gaan-Telet.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Zombie Money Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Zombie Money]]&lt;br /&gt;
|North, East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x16 area of dark tiles, a long 1 tile wide corridor and a large gold stack. Picking up the gold stack summons 5 {{m|zombie}}s of your level into the 1 tile wide corridor, blocking your exit.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lost Sorcerer Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sorcerer's Potion Trade]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 chamber containing a Sorcerer who will give you 2x {{i|Health Potion}} in exchange for one {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_2_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Teeth Teeth Teeth]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''At first there was confusion. Then there were TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH TEETH''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Strange_Amulet_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Strange Amulet]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a {{i|Strange Amulet}} (15g, 35CP).  When the amulet is picked up, the room changes and a level 9 and level 1 {{m|thrall}} appear. The level 9 Thrall drops a {{i|Shadenfreude Potion}}. The signpost reads: ''Our enemies have unleashed a power too terrible to fight or control. We have no choice but to withdraw our forces and hope that the great darkness does not follow us further south.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Jadetooth_Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Jadetooth]]&lt;br /&gt;
|North&lt;br /&gt;
|Partially&lt;br /&gt;
|A large room containing Jadetooth the level 7 Berserker (42 damage, 90 HP, retaliates fireball, berserks at 50%, death protection).  When killed, Jadetooth drops a powerful potion that increases and fully restores max health and max mana.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Serpent Dungeon]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 6 {{m|Serpent}}.  When killed, the {{m|Serpent}} drops a {{i|Fortitude tonic}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Shade Transformation]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains five gold piles and a level 5 &amp;quot;shade&amp;quot; (looks like a palette swapped warlock; 25 damage, 54 HP, retaliates fireball, and revives).  When killed, the shade transforms into a {{m|Djinn}} with identical abilities and stats.  When that is killed, he drops a {{i|Mana Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Foolish Imp]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing five gold piles and a level 9 {{m|imp}}.  When killed, the imp drops a {{i|Mana Potion}}.  A sign briefly talks about the foolish decisions of the northern empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blood Altar Entrance.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blood Fountain]]&lt;br /&gt;
|East&lt;br /&gt;
|Yes&lt;br /&gt;
|A fountain in the middle of a fully revealed 5X5 square. Gives 5% {{t|Sanguine}}. If you already have the Sanguine trait (this includes the Vampire monster class), the fountain will fully restore your HP and MP instead.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:El_Potion_Loco.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[El Potion Loco]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 4 warlocks and a lvl1 {{m|goblin}}. You can kill the goblin immediately for one {{i|Keg of Health}}. You can talk to the Warlocks for the Wand of Splosion, which when activated, reduces your health to 1, kills the warlocks, leaves 2 {{i|Health Potion|Health Potions}} and 2 {{i|Mana Potion|Mana Potions}} in their respective places, and makes the Goblin unkillable. You can talk to the warlocks and use the wand even if you kill the goblin.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Paans_Labyrinth_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Paan's Labyrinth]]&lt;br /&gt;
|East&lt;br /&gt;
|Partially&lt;br /&gt;
|A troll called Marwood which you can talk to, quite a bit of exploration in the form of a maze with 3 lvl 1 imps called Hellboi who have 99% lifesteal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Undead kennel entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Undead Kennel]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 3x8 area with a level 1 {{m|Zombie}}, a {{i|Slaying Wand}} and a {{i|Zombie Dog}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon_Mass09_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mass09 Banking]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 6x6 sub that contains a lvl5 non-hostile {{m|vampire}} called Volschenk who hands you the {{i|Mass09 Ledger}} when you talk to him. The ledger is a (lockerable) small item which can be used for 1 gold per use to shuffle all existing monsters on the current map. The signpost reads: ''Mass09 Banking, Inc. Eastern Branch''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Mad Whispers]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains {{i|Whispergem}}s and picking them up displays a Message. (4% Phys Resistance, not convertable).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Monster Shoppe Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Smackle Funky's]]&lt;br /&gt;
|Center, South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, contains a shop which spawns monsters of the same level for 3 gold.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Diary_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Diary of a Goat]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing 5 of gold, a lv 9 {{m|Goat}} (drops {{i|Dairy Diary}}, worth 100 Cp.) and a signpost that reads: ''The hooded creature has approached me regularly, providing news of men and urging war. Our magi can smell the heavy stench of illusive magic, but the stranger's information still proves reliable and thus he remains welcome at court.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Vampire Chef Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Vegetarian Vampire]]&lt;br /&gt;
|South&lt;br /&gt;
|Yes&lt;br /&gt;
|Contains 25 Plants and a Lv1 {{m|Vampire}} Chef (Drops the {{i|Recipe Scroll}}).&lt;br /&gt;
Killing the plants in a right order boosts your stats. You can look up the recipes with the Scroll.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Confession]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5 piles of gold and a Sign Post talking about the discrepancies within the Naga Empire.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Erosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wisp Gems]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room containing 5x {{m|Erosive Eelroot}} which drop {{i|Whisp Gem}}s (5% attack bonus, small item).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Corrosive plants entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sticky Stick]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 Room containing {{m|Corrosive Creeper}}s. One of them drops the {{i|Sticky Stick}} (Corrosive Strike, large).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Metal spider temple entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Metal Spider Temple]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|15x13 Room, uncovering tiles will afflict you with different debuffs.  Contains a {{i|Health Potion}}, {{i|Mana Potion}}, {{i|Fortitude Tonic}}, {{i|Burn Salve}}, {{i|Compression Seal}}, {{i|Translocation Seal}}, {{i|Strength Potion}}, and {{i|Can of WHUPAZ}}. In the middle of the temple lies an Altar which gives you an Essence Potion, but drains your Health and Mana and hits you with Poison and Manaburn.(Heals both Health and Mana for the amount drained)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Spider Lore]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 5 small gold piles and a Spider lore signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:SokoDungeon.jpg|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The New World]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Soko-Trolls puzzle, must spell out &amp;quot;The New World&amp;quot; in the lava rocks on the center to complete. Reward is {{i|Wisp Gem}} (small, 5% damage), {{i|Tokoloshe Charm}} (small, 5% magic resist), {{i|Sword}}, 2 large gold pile, 1 small gold pile, 1 {{i|Mana Potion}}, 1 {{i|Health Potion}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Temple of Knowledge Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lurnatrix]]&lt;br /&gt;
|West&lt;br /&gt;
|Yes&lt;br /&gt;
|Lots of walls and a friendly Druid who offers you several experience bonuses. 35g gives you 50 experience immediately, 15g gives you +1 learning buff, 5g gives 50% exp boost to next kill. You may only buy one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Goat Piety Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Mighty Lost Lekon]]&lt;br /&gt;
|West, East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon with broken altar in the center. When touching the altar, you are surrounded by 8 {{m|goat}} (one each of levels 1-8) and granted the Lekon Devout buff (+2 piety per goat kill). Goats have typical goat stats, in addition to Mana Burn, First Strike and No Experience.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Dracos Heart entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draco's Heart]]&lt;br /&gt;
|West&lt;br /&gt;
|No&lt;br /&gt;
|5x7 room with 1x7 walkable path up the middle, impassable rivers on each side of the path and breakable walls lining the room. {{i|Dragon Heart}} item at the end (large, 1g 5CP, grants +3 max health per level up when held) which spawns Draco when picked up. Draco is level 9, 167 health, 63 damage, Magical Attack, No Experience and blocks your exit. You may kill him, teleport him or [[PISORF]] him out of the way, [[ENDISWAL]] around the subdungeon's edge, or convert the Dragon Heart to kill him instantly.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fake_Beard_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[I Wish I Could Read]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, five gold piles, {{i|Fake Beard}} (+5XP when placed in inventory, unconvertible). The signpost reads: ''&amp;quot;I wish I knew how to read.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Cracked Soul Orb.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cracked Soul Orb]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Cracked Soul Orb}} (provides one death protection when placed in inventory, then becomes inert). The sign reads: ''From the Book of Namtar: &amp;quot;...and then came his greatest achievement. He discovered true immortality, and rendered himself untouchable by the divines. It came at a great cost: whatever he'd discovered in the Pit had broken him, too.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Titan Guitar.png|96px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Really Awesome Guitar]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Quite a few walls which are immediately destroyed upon picking up the guitar. {{i|Titan Guitar}} is large, 11g 11CP, on use makes all enemies on map slowed and cowardly and is consumed (unsure if other dungeon levels are affected).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon WIZARDdotexe entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[WIZARD.EXE]]&lt;br /&gt;
|North&lt;br /&gt;
|Yes&lt;br /&gt;
|Friendly NPC Golem will allow you to trade certain glyphs for various effects or consumables. For example, LEMMISI will give you one of each Alchemy seal.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Avatar_Statue_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Avatar Statue]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 5 small gold piles, an Avatar lore signpost and a level 1 Statue enemy. Physical immune, 3 damage, curse bearer, no experience. Drops {{i|Ritual Scroll}} when killed: large item, 13g 20CP, when consumed grants 5% resists 1 max mana and 3 layers of curse.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gold &amp;amp; 3 Imps]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5v5 room with 3 gold piles, 3 lvl1 blinking Imps and an eastern type signboard saying that &amp;quot;The Underworld is near.&amp;quot; Crypt tileset.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Draining_Blade_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Draining Blade]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 dungeon, 5 gold piles, {{i|Draining Blade}} (1 lifesteal for 9 layers of curse and 5 of corrosion). The signpost reads: ''From the Book of Namtar: &amp;quot;He came to us, armed with a sword of blood, a glyph of blood, and a god of blood. He slew half of us immediately, proof of worth to those who remained.&amp;quot;''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Depleted Glyph]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room, containing a few piles of gold, a signpost, and a depleted glyph. ([[BLUDTUPOWA]], 0 CP)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brandonnn.png|90px|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Brandonnn]]&lt;br /&gt;
|South, East&lt;br /&gt;
|Yes&lt;br /&gt;
|NPC needs your piety to charge his Packmaster Mobile Altar, rewards you with potions and items.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Cha'Dylan]]&lt;br /&gt;
|North, West&lt;br /&gt;
|Partially&lt;br /&gt;
|A massive 15x15 room. Contains an unreachable island with about 40 tiles of explorable blackspace, and a monster icon in the dark of the island. WONAFYT lets you summon it, it has 2 life, Death Protection(7), and does 50 damage base (decreases with death protection like animated armor). When killed he drops a {{i|Sensation Stone}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Comtemplate the waters entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Contemplate the Waters]]&lt;br /&gt;
|South&lt;br /&gt;
|Partially&lt;br /&gt;
|15x13 Room with a good amount of non accesible Blackspace (about 114). Contains a Monk who will sell you a {{s|LEMMISI}} Glyph for 25 G. If you already have LEMMISI or BLUDTUPOWA you can harvest the dark tiles without paying the monk.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Free Booster Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Free Booster]]&lt;br /&gt;
|East, ???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 9x9 area of dark tiles, a booster powerup of a random type and a level 5 enemy of random type blocking you from the booster.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Council Voting Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of the Northern Empire]]&lt;br /&gt;
|???&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some piles of gold and a sign with some story information. The sign varies based on how many times you have encountered the dungeon.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Wand_of_Binding_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Wand of Binding]]&lt;br /&gt;
|East&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Wand of Binding}}, and a signpost that reads: ''The sign is old and weathered, and it appears that someone left a note for themselves a long, long time ago: Aha! I've found the knight buried here. The artifacts are missing, but the remains will be of use.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Crumbling Ward]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, the {{i|Crumbling Ward}}, and a signpost.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Den of Danger]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, a {{i|Spoon}}, a level 1 {{m|Bandit}}, and a signpost that reads: ''The Den of Danger, as it is known today, was a former prison outpost built for the great Northern Desert Empire by the grand architect Hobb. It fell into disuse after the empire's inexplicable collapse.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Spoon_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[History of Venture Cave]]&lt;br /&gt;
|Center&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, a {{i|Spoon}}, a level 1 {{m|Bandit}}, and a signpost that reads: ''Venture Cave was the original base of operations for an unknown bandit king and his followers, who took advantage of the region's political instability to harass locals. The group collapsed after their leader was poisoned, and the remnants moved to Grimm's Grotto.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:The_Garden_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[The Garden]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 3 gold piles, and one of each basic plant: {{m|Corrosive Creeper}}, {{Mysterious Murkshade}}, {{Barbing Bush}}, {{m|Elosive Eelroot}} and {{m|Poisonous Pod}}. Each plant drops a {{i|Spoon}}. The signpost reads: ''&amp;quot;Gardening&amp;quot;: The act of clearing out nuisances (usually plants) with harmful status effects that, for whatever reason, don't have an immediate impact on the player.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LEMISI_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Hacked Glyph]]&lt;br /&gt;
|North&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, 5 gold piles, and a hacked {{s|LEMMISI}} glyph. Activating the glyph will reveal the whole map, and grant regeneration bonuses / food consumption accordingly (which makes this glyph very dangerous, especially for a {{c|Goatperson}}).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Gorgon_Den_Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Gorgon Den]]&lt;br /&gt;
|South&lt;br /&gt;
|No&lt;br /&gt;
|Contains a 5x5 area of dark tiles, some gold piles, and 5 special {{m|Gorgon}} monsters. These Gorgons have 100% death gaze! The signpost reads: ''I pity our foes. They know not what they are doing. But they shall be destroyed regardless. I maintain command of the revenants.''&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon placeholder.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Sub]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Secret (Repeatable) Subdungeons ==&lt;br /&gt;
&lt;br /&gt;
A lot of maps have a second, hidden &amp;quot;secret&amp;quot; subdungeon. Accessing the stairs of these secret subdungeons requires breaking walls (sometimes only a single wall tile, but sometimes two or more wall tiles). Finding the location of these subs can also be difficult without LEMMISI or BLUDTUPOWA, and often involves systemic search with a careful eye out for telltale wall edges within otherwise contiguous walls.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color: #EEEEEE&amp;quot;&lt;br /&gt;
!width=15% | Entrance View&lt;br /&gt;
!width=10% | Name&lt;br /&gt;
!width=10% | Appears in&lt;br /&gt;
!width=10% | Explored?&lt;br /&gt;
!width=75% | Summary&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Good Glenrick Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Good Glenrick]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 7x5 dungeon with a warlord named Good Glenrick (lvl6, 9 dam, 10HP). He hopes you won't kill him for his awesome experience bonus.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Lots of Gold Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Lots of Gold]]&lt;br /&gt;
|North, East, South (tbc center/west)&lt;br /&gt;
|No&lt;br /&gt;
|A 5x5 room with 20 small gold piles.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Blacksmiths Loot Entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Blacksmith]]&lt;br /&gt;
|Center, North, East (tbc west/south)&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 room that contains one each of the following Blacksmith Items: {{i|Perseverance Badge}}, {{i|Sword}}, {{i|Shield}}, {{i|Bear Mace}}.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Subdungeon Level 1 surround entrance.png|center]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[Monster Den]]&lt;br /&gt;
|Anywhere&lt;br /&gt;
|No&lt;br /&gt;
|Secret subdungeon. A 5x5 Room containing 8x Lv 1 Monsters.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Ick_Swamp&amp;diff=51679</id>
		<title>Ick Swamp</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Ick_Swamp&amp;diff=51679"/>
				<updated>2015-09-25T11:42:16Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: /* Overview */ Spoon drops&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Ick_Swamp.png|right|450px]]&lt;br /&gt;
&lt;br /&gt;
Ick Swamp is a Hard difficulty dungeon filled with plants and other dangerous monsters. It is unlocked by completing the Southern Swamp.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
'''Monsters:''' Gorgons, Vampires, Warlocks, Naga, Meat Men, and Wraiths. Additionally, the dungeon is mostly filled with plants of all types, including barbing bushes. Monster difficulty is 120%.&lt;br /&gt;
&lt;br /&gt;
'''Bosses:''' One random boss and Itsssama the Naga, with 318 hit points, 37 damage, 50% physical and magical resistance, and weakening blow.&lt;br /&gt;
&lt;br /&gt;
'''Special Rules:''' All Warlocks killed drop Wisp Gems, small slot items that give a +5% attack bonus.  Mana burn, poisonous and corrosive plants have a small chance to drop a spoon.&lt;br /&gt;
&lt;br /&gt;
== Strategy ==&lt;br /&gt;
'''Recommended Classes:''' {{c|Rogue}}, {{c|Berserker}}, {{c|Bloodmage}}&lt;br /&gt;
&lt;br /&gt;
You want to level up using gorgons, vampires, and sorcerers because they all have relatively low hp. Nagas are to be avoided unless they can be killed without incurring any weakening. The plants are very dangerous and hinder your movement, but avoid killing the poison and mana burn plants unless you're about to level up. If possible, before you level up, clear out all the poison and mana burn plants. Corrosion can not be removed easily, so it is recommended you avoid getting any. Before you begin the boss fight, make sure you have killed all sorcerers and pick up all wisp gems.&lt;br /&gt;
&lt;br /&gt;
The boss, Itsssama, has very high resistances and weakens you, so a low damage character is not recommended.  Additionally, you should decide in advance which boss to deal with first; if you rely mostly on physical damage and go after Itsssama first, you will want to pick up a {{i|Fortitude Tonic}} for after the fight. If you decide to go the spell casting route, it is highly recommended you bring the piercing wand to counteract his high resistances. Isssama's weakness is his damage - even a level 6 rogue can take a hit without dying, so this makes [[HALPMEH]] an incredibly valuable glyph. [[Berserker]] and [[Rogue]] are very good class choices. If you choose a [[Rogue]], you must either find [[HALPMEH]], [[CYDSTEPP]], or an altar to [[Taurog]], because health potions will not last you long enough. If you find a [[CYDSTEPP]] glyph, start killing sorcerers, gorgons, and vampires 2-3 levels above you. If you find [[HALPMEH]], it will be monsters 1-2 levels above you. If you find [[Taurog]], only pick up the sword, armor, and possibly shield, as you need the rest of the space for wisp gems. If you go the [[Berserker]] route it's Taurog time! Grab the sword, armor, and helmet first converting all glyphs and killing high level sorcerers with your new 65% magic resistance. The boss should be easily outlast-able with any of the 4 tactics.&lt;br /&gt;
&lt;br /&gt;
== Special interactions with plants ==&lt;br /&gt;
&lt;br /&gt;
The harmful plants of the Ick! swamp can be exploited as a resource under limited conditions. A worshiper of Glowing Guardian equipped with HALPMEH can and should poison himself whenever he is at full mana and about to explore, and at any point in time during a battle where he intends to cast HALPMEH. Whenever practical, you should also try to get poisoned and manaburned just before leveling up. A character following this strategy will actually want to conserve the plants rather than just cut them down.&lt;br /&gt;
&lt;br /&gt;
It may not look like it, but the harmful plants apply their effects by making a zero-damage attack. This attack can be dodged like any other attack. Rogues following Tikki Tooki can gain very large amounts of piety by harvesting the plants right before level up. Taking the Dodge boon makes this even better.&lt;br /&gt;
&lt;br /&gt;
Killing a plant, even the harmless green ones, still counts as a kill and still discharges IMAWAL. Be cautious that you don't waste your bonus experience on a 0 xp kill!&lt;br /&gt;
&lt;br /&gt;
== Quests ==&lt;br /&gt;
&lt;br /&gt;
There are 2 quests in ick swamp, Ick! and Way of the Open Fist (part 2). For completion of Ick! you gain 250 gold. All you have to do is beat the dungeon. Way of the Open Fist (part 2) requires you to beat the dungeon as a monk without preparations and grants you 350 gold. This requires quite a bit more luck than normal, as you must find an Altar to Taurog asap. Find Taurog and then convert all of the glyphs you've found so far for extra base damage and take the sword. Regen fight monsters (except naga) until you are level 8. Make sure you have extra tiles as you are going to need them. Start off with potions, then tiles until you can kill him in 3 shots (or 4 if you have 2 altars you can afford to desecrate), then use unstoppable furies for the kill. This will take many tires so try not to get frustrated.&lt;br /&gt;
&lt;br /&gt;
== Deities ==&lt;br /&gt;
&lt;br /&gt;
{{g|Jehora Jeheyu}} is prep-worthy, even if the loss of an inventory slot hurts badly with all those Spoons and Wisp Gems.  Chaos Avatar can be used to either wipe Weakness stacks or lower resistances before/after the fight with Itsssama, or mid-fight as a compromise with a nice level-up heal thrown in.  However you choose to do it, you may as well kill all those nasty corrosive plants first and pick through the remains for any extra trinkets, if you have room for them.&lt;br /&gt;
&lt;br /&gt;
{{g|Mystera Annur}} can also lower MR, and she can do the full 50% unlike Jehora given enough piety.  One of the two gods or a {{i|Piercing Wand}} is almost mandatory for using caster strategies on Itsssama.&lt;br /&gt;
&lt;br /&gt;
{{g|Glowing Guardian}} has already been mentioned because of the extra piety available from poison/mana burn plants.  This god also burdens your inventory, though.  {{g|Tikki Tooki}} has a novel interaction with plants to farm piety, discussed above.&lt;br /&gt;
&lt;br /&gt;
{{g|The Earthmother}} is probably not worth it, all things considered, at best usable for a risky end-game spike.  The last place Vine Form is going to be of much help is against a tanky boss like Itsssama who applies Weakening.  Clearance, Greenblood, and Entanglement are somewhat better, but you will want to clear a large number of plants before converting in so that your Clearance will have a higher chance of removing the plants which are in your way.  All things considered, Plantation is a risky move even then, except for maybe a [[Crusader]], who will have the fewest plants remaining thanks to his three immunities.&lt;br /&gt;
&lt;br /&gt;
The others don't necessarily merit a special mention either way, though some specific strategies for [[Taurog]] are discussed above.&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	<entry>
		<id>http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=LEMMISI&amp;diff=51678</id>
		<title>LEMMISI</title>
		<link rel="alternate" type="text/html" href="http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=LEMMISI&amp;diff=51678"/>
				<updated>2015-09-25T10:25:19Z</updated>
		
		<summary type="html">&lt;p&gt;Phoil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;{{&lt;br /&gt;
{{{tpl|GlyphInfobox}}}&lt;br /&gt;
|Name=LEMMISI&lt;br /&gt;
|ManaCost=2&lt;br /&gt;
|ShortDesc=far sight&lt;br /&gt;
|Effects=&lt;br /&gt;
* Reveals 3 random hidden tiles (if any are available)&lt;br /&gt;
|Hotkey=L&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
LEMMISI is a glyph that reveals 3 random tiles on cast, allowing the player to explore parts of the dungeon even if they don't have access to them. Revealing tiles with this glyph has the same effects like exploring them in a manual way; the player gains health and mana as he usually would. Due to LEMMISI costing 2 mana, but revealing 3 tiles, the player will always gain 1 bonus mana when using this glyph. &lt;br /&gt;
&lt;br /&gt;
LEMMISI will always reveal a random mix of tiles. But there is an order of priority, which could roughly be :&lt;br /&gt;
* at first the glyphs, &lt;br /&gt;
* then altars and stairs,&lt;br /&gt;
* then shops, items, potions, and bosses,&lt;br /&gt;
* then power-ups,&lt;br /&gt;
* then monsters and gold,&lt;br /&gt;
* and finally all the remaining empty tiles and walls. &lt;br /&gt;
That order of priority is not absolute : it means that when first casting LEMMISI you will reveal a mix of monsters/glyphs/walls... But if you find the glyph right from the beginning, it'll only take a few casts to see every glyphs (between 2 and 4 times in early kingdoms, and maybe 6 casts if you have more shops and altars), a few more to see every altars (between 4 and 8 times), between 10 and 20 times for the boss, many more to reveal every enemies (around 50 times, which means 1/3rd of the map).&lt;br /&gt;
&lt;br /&gt;
The sequence in which monsters are being revealed seems to be random.&lt;br /&gt;
&lt;br /&gt;
== Unlocking the glyph ==&lt;br /&gt;
&lt;br /&gt;
LEMMISI starts unlocked.&lt;br /&gt;
&lt;br /&gt;
== Strategy ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you find LEMMISI early, it can serve as a scouting tool -  using it a few times to check what Deities, monsters, glyphs, or bosses are lurking around can allow you to adapt your strategy to the dungeon.&lt;br /&gt;
&lt;br /&gt;
Unless your character is good at [[regen-fighting]], the glyph isn't really useful for combat as monsters will regenerate as if you were exploring normally. However it would usually be more efficient to explore in the normal way, since you'll gain more mana than you would using LEMMISI.&lt;br /&gt;
&lt;br /&gt;
The exception to this is when you have used up all reachable black space, and the dungeon or any subdungeons still have lots of unreachable, unrevealed tiles. This is where LEMMISI truly shines; by combining it with {{s|APHEELSIK}} or {{s|BYSSEPS}}, you can weaken a boss or wittle his resistances down before the fight even starts!    &lt;br /&gt;
                                                                                     &lt;br /&gt;
This is extremely useful for the {{c|Monk}}, since he lives and dies by how much blackspace he still has left.&lt;br /&gt;
Once there is no black space, however, the glyph no longer has any use and should be converted.&lt;br /&gt;
&lt;br /&gt;
== Hints ==&lt;br /&gt;
&lt;br /&gt;
* Be careful if you have taken Mystera Annurs &amp;quot;Mystic Balance&amp;quot; boon. The boon either in- or decreases manacosts toward 5, resulting in an actual manaloss when you use this glyph.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{MainNav}}&lt;/div&gt;</summary>
		<author><name>Phoil</name></author>	</entry>

	</feed>