<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wavecutter</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wavecutter"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Wavecutter"/>
	<updated>2026-04-10T03:34:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Zinc&amp;diff=73091</id>
		<title>40d Talk:Zinc</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Zinc&amp;diff=73091"/>
		<updated>2010-03-14T21:45:14Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: question&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is the item about zinc vapor true? --[[User:Wavecutter|Wavecutter]] 21:45, 14 March 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=User:Wavecutter&amp;diff=61674</id>
		<title>User:Wavecutter</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=User:Wavecutter&amp;diff=61674"/>
		<updated>2010-01-26T15:11:36Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: Created page with 'Wavecutter'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wavecutter&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Custom_grid&amp;diff=61673</id>
		<title>40d:Custom grid</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Custom_grid&amp;diff=61673"/>
		<updated>2010-01-26T15:03:41Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version 0.28.181.39f introduced the ability to increase the grid from 80 tiles wide by 25 tiles high to as many as 200 by 200.&lt;br /&gt;
The resolution and font are still a critical concern and must be calculated to match, to avoid strange results and crushed fonts.&lt;br /&gt;
&lt;br /&gt;
== Choosing a grid for a font and resolution combination ==&lt;br /&gt;
&lt;br /&gt;
# Choose a font, know your resolution&lt;br /&gt;
# Determine your tile size. &lt;br /&gt;
#* A tile is one character, with its background, as displayed on screen.  &lt;br /&gt;
#* For the font you've chosen, they are usually named for a target screen resolution, or are named for the tile size... given neither, you could determine based on the dimensions of the font image itself:&lt;br /&gt;
#** If the font name contains a large pair of numbers, it usually means the target resolution for 80 columns and 25 rows.  Example: curses_800x600.bmp indicates that its tiles are 800/80 = 10 pixels wide and 600/25 = 24 pixels tall.  In this particular case, the tiles are actually 12 pixels tall but look good when doubled to 24 pixels tall.&lt;br /&gt;
#** If the font name contains a small pair of numbers, it's usually the tile size.  Most new tile sets use this, like Tahin_16x16_rounded.png indicating 16x16 tiles.&lt;br /&gt;
#** If you're not sure, you can examine the tileset image, which uses 16 rows and 16 columns of tiles.  Simply divide each of the dimensions by 16 and you'll have your tile size.  For example, if an image was 144x128, you'd have a 9x8 tileset.&lt;br /&gt;
# Divide your screen resolution by your tile size to get your target grid, rounding down.&lt;br /&gt;
#* Example: screen 1600x1200 and a 16x10 tile.  1600/16 = 100, the number of 16pixel tiles you can fit horizontally.  1200/10 = 120 10 pixel tall tiles you can fit vertically.  For this example, you'd use a grid setting of [GRID:100:120]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* The title screen will be situated in the top right of the screen, instead of centred.&lt;br /&gt;
* Setting [TEXTURE_PARAM:LINEAR] instead of [TEXTURE_PARAM:NEAREST] will make squished tiles better looking.&lt;br /&gt;
* Tile squishing won't be necessary if you choose a font and grid that multiplies directly into the target resolution.  It can also be avoided by dividing the grid by an integer.  For the example above, you could safely use [GRID:100:60], which would simultaneously halve the number of vertical tiles, and double the vertical height of each tile.&lt;br /&gt;
&lt;br /&gt;
== Notable Combinations ==&lt;br /&gt;
* [FULLSCREENX:1600], [FULLSCREENY:1200], [FONT:curses_640x300.bmp], [GRID:200:100] (640x300 is 8x12 per tile)&lt;br /&gt;
* [FULLSCREENX:800], [FULLSCREENY:600], [FONT:curses_640x300.bmp], [GRID:100:50] (640x300 is 8x12 per tile)&lt;br /&gt;
* [FULLSCREENX:1920], [FULLSCREENY:1200], [FONT:curses_800x600.bmp], [GRID:192:100] (800x600 utilized at 10x12 per tile, for an almost square aspect ratio with lots of view space)&lt;br /&gt;
* [FULLSCREENX:1280], [FULLSCREENY:1024], [FONT:{any 16x16 font}], [GRID:80:64]&lt;br /&gt;
* [FULLSCREENX:1680], [FULLSCREENY:1050], [FONT:{any 16x16 font}], [GRID:105:65]&lt;br /&gt;
&lt;br /&gt;
====Windowed combinations====&lt;br /&gt;
* [WINDOWEDX:1272], [WINDOWEDY:960], [FONT:curses_640x300.bmp], [GRID:160:80]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
*[http://www.vaevictus.net/dfcalc.html DF Grid Calculator] - A javascript tool to help with the above calculations.&lt;br /&gt;
*[http://pkf.olivepeak.com/dwarfcalc.html Dwarf Calc] - An alternative grid calculator for the lay person.&lt;br /&gt;
&lt;br /&gt;
{{Game Interface FAQ}}&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Custom_grid&amp;diff=61672</id>
		<title>40d Talk:Custom grid</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Custom_grid&amp;diff=61672"/>
		<updated>2010-01-26T15:01:07Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: /* Needs more explanation! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Larger tilesets scaled down ==&lt;br /&gt;
I've found that, just setting the [TEXTURE_PARAM:LINEAR] makes the scaled tilesets look much nicer.  With that set, I just choose the tileset I think looks good and then make the grid whatever size I want.  Granted, it looks best when the grid is the same ratio the tileset is--if it's a square tileset, make sure they appear square when scaled. --[[User:Corc|Corc]] 20:51, 10 August 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Different resolutions for different graphics sets ==&lt;br /&gt;
&lt;br /&gt;
For markavian's mkv_solidcurses_960x300 graphics, use these specs in the init:&lt;br /&gt;
&lt;br /&gt;
[GRID:96:60]&lt;br /&gt;
&lt;br /&gt;
[WINDOWEDX:1152]&lt;br /&gt;
[WINDOWEDY:720]&lt;br /&gt;
[FONT:mkv_solidcurses_960x300.bmp]&lt;br /&gt;
&lt;br /&gt;
This fits well in a 1280x1024 resolution monitor.--[[User:DDouble|DDouble]] 16:52, 11 August 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:The 960x300 set you mention uses 960/80=12x300/25=12 12x12 graphics.  :) i just made a name converter in my calculator... -- [[User:Vaevictus|Vaevictus]] 19:58, 11 August 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== scaling? ==&lt;br /&gt;
should we have examples that use scaling?&lt;br /&gt;
* [FULLSCREENX:1680], [FULLSCREENY:1050], [FONT:{any 16x16 font}], [GRID:105:65]&lt;br /&gt;
That one is off by 10 pixels vertically... 1040 instead of the needed 1050&lt;br /&gt;
&lt;br /&gt;
== Needs more explanation! ==&lt;br /&gt;
&lt;br /&gt;
Guys, this page is virtually unintelligible to anybody who doesn't already know exactly what it is talking about. I have sat here reading it and reading it and I can't figure out how to resize my screen, and the java applet linked also assumes I know things I don't. What is the &amp;quot;x value of the grid&amp;quot; ? In my directory, the file &amp;quot;curses_800x600.bmp&amp;quot; is only 160x192, so what is its &amp;quot;resolution&amp;quot;? None of the terms used here are defined so I have no idea what the difference is between a &amp;quot;tile&amp;quot; and a &amp;quot;tileset&amp;quot; and this set of 256x256 Mayday bitmap files that were in the zip file of the game I downloaded. We need more explanation and a complete worked example! [[User:Maelin|Maelin]] 01:28, 10 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:You're right.  It took me a lot of work to figure out what i did, so I'm missing out on quite a bit.  Lets work on it.  Some of that is, however covered in the tileset pages. --[[User:Vaevictus|Vaevictus]] 20:51, 10 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I just revised it... lemme know what you think.  It was quite the bit of moonspeak before, i do believe. --[[User:Vaevictus|Vaevictus]] 21:28, 10 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: This one is much easier to use. [http://pkf.olivepeak.com/dwarfcalc.html] I got the link from the OP of the Penny-Arcade thread. --[[User:Wavecutter|Wavecutter]]&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Challenges&amp;diff=54037</id>
		<title>40d Talk:Challenges</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Challenges&amp;diff=54037"/>
		<updated>2009-10-06T19:15:31Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: /* Humanlike? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Prison Complex==&lt;br /&gt;
The idea is to build a large detention centre for the Mountainhomes.&lt;br /&gt;
Your starting 7 are the only dwarves allowed as wardens (except immigrants already in the military) and should have military skills and some basic construction skills.&lt;br /&gt;
All immigrants are treated as prisoners, and should be met as soon as possible once they enter the map and shepherded into the prison.&lt;br /&gt;
The cells should be arranged on three or four z-levels and all cell doors on a row linked to a lever in a seperate guard-only area.&lt;br /&gt;
'New fish' entered into general population during the out-of-cell hours, then all prisoners locked up for the night.&lt;br /&gt;
Some prisoners are on food duties - farming and such - but all food for prisoners to be dished out in a canteen.&lt;br /&gt;
Prisoners may also work on crafting items for the guards to trade.&lt;br /&gt;
Ideally many of your inmates are going to lose the plot and start attacking other inmates, leading to riots and all sorts. Send in the dogs!&lt;br /&gt;
&lt;br /&gt;
I'm sure there are other interesting additions to this concept, but my experience with large and especially themed fortresses is limited.&lt;br /&gt;
I'd love it if anyone could expand this, and maybe figure out how to control the prisoners, get them all to bed etc.&lt;br /&gt;
Also, this is my first post on these pages, so hope I'm doing it right. :)&lt;br /&gt;
&lt;br /&gt;
==Colorful==&lt;br /&gt;
This is an idea I got by reading trough all the challenges, what if you make it a goal to have the fortress in the colour of the rainbow. (Example, 80x80 tile fortress, first 10 tiles are red, second 10 tiles are brown-orange, the third 10 are yellow and go on) --[[User:G1real|G1real]] 08:43, 27 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Sparta==&lt;br /&gt;
&amp;quot;You shouldn't create chainmail or plate armour.&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;why? --Savok &lt;br /&gt;
:because spartans don't wear chest armor. you should definately watch 300, it's like Dwarf Fortress on crack! --AlexFili &lt;br /&gt;
::from what I've read, 300 isn't an accurate depiction of Spartan life. However, this challenge build is based on 300 --Savok&lt;br /&gt;
:::Alright, fair point, 300 was based from a graphic novel, but many similarities between Spartans in 300 and in real history are present. --[[User:AlexFili|AlexFili]] 10:39, 9 June 2008 (EDT) &lt;br /&gt;
::::&amp;quot;However, this challenge build is based on 300&amp;quot; No it isn't. At least, it wasn't intended to be. I guess I shouldn't have referred to pop culture when I added it. --juckto&lt;br /&gt;
:::::The hell with it. Split off spartans from 300. [[User:Juckto|Juckto]] 16:55, 14 June 2008 (EDT)&lt;br /&gt;
::::::Not only did Spartans use chest armour (although in the form of bronze muscel cuirasses), but it was illegal and finable to fight without your armour. Theres one story of a Prince praying in Temple when some enemies attacked, he ran out naked and killed them, the Oligarchs awarded and praised him with one hand and then fined him with the other. Further specific Spartan attributes, the largely did not wear sandals except during war (don't want your feet to be soft and flabby, gotta make them rock-proof), Sparta itself didn't rely on walls (although they did use them [notably at the battle of the Hot Gates to keep the Persians from landing south of the gates] and the city did eventually make some). Theres also the complicated issue of their government, not sure how to replicate that, dual monarchy with the Kings having no real governmental powers and an oligarchy ruling at home. Maybe having a Legendary warrior lead each of two squads and having every position (Book Keeper, Mayor, Captain of the Guard even maybe) filled by a useless fat rich guy in a nice shiny house. I should also point out alot of their generals and kings were known for a love of gold and that 50% of the population being in the military is not very accurate, actual Spartan soldiers were vastly outnumbered by the Helots. --[[User:Lowlandlord|Lowlandlord]] 01:37, 31 July 2008 (EDT)&lt;br /&gt;
==No mining==&lt;br /&gt;
Now that you construct walls and fortifications out of wood, I wonder if anyone is going to take on a 'no mining' challenge?  You're going to need a ''lot'' of wood! --[[User:Mechturk|Mechturk]] 17:00, 6 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Some people already are :p --[[User:Turgid Bolk|Turgid Bolk]] 17:44, 6 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::I'm running a game with Elves as the playable civilization, a challenge on its own--The Forest Retreat of Inalamina is well into its ninth year, with a population of 220, and this is without mining ''or'' cutting down any trees. It's defended entirely by spearmen, swordsmen, and wrestlers, and the nobles/admins and wounded elves live happily in tree forts and lean-tos! Worth adding, maybe? I'd even consider writing an article for it... --[[User:Navian|Navian]] 10:23, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: I am completely enthralled. I'd love to see it written up. Screenshots, the whole thing. --[[User:RomeoFalling|RomeoFalling]] 10:37, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::Oh, you mean for the game I'm running itself? I'd love to, but I can't seem to find what the rules for that are and I don't want to step on any toes by randomly creating a page. --[[User:Navian|Navian]] 10:48, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: Either for the game itself, or a general essay sorta thing on the challenges and solutions for that kind of gameplay. As for the [[rules]], I don't know what you're talking about exactly. A wiki is a kind of anarchistic democracy. If you think it's worth putting up, you are free to put it up. If someone wants to take it down, they're free to do that too. &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:RomeoFalling|RomeoFalling]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::Put the writeup on your userpage, and if it can be broadened into something else, we'll move it into the mainspace.--[[User:Maximus|Maximus]] 23:09, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
==Assassination==&lt;br /&gt;
I tried &amp;quot;Assassination&amp;quot; the other day and found that it was incredibly easy with a group of axedwarves. Not only did I kill the hardest-to-get-at goblin, I killed every last other goblin too. In the end, there were only 2 dogs and 2 dwarves dead (the last one fell, sadly, to the last goblin left, who was hiding in the tunnels.--[[User:Smoking Gnu|Smoking Gnu]] 22:51, 15 December 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Now do it with 7 untrained dwarves with no armor. --[[User:TheUbie|TheUbie]] 19:30, 29 December 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Mwa ha ha ha!--[[User:Jackrabbit|Jackrabbit]] 18:38, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: How did you get it to work?  I've tried starting with goblins and they are always &amp;quot;friendly&amp;quot; on the unit screen and so I can not attack them.  Is there some trick to getting them hostile so you can do this sort of thing? 40d, by the way. --[[User:Kwieland|Kwieland]] 11:33, 18 February 2009 (EST)&lt;br /&gt;
::::Unless you're actually at war with the goblins, they'll always be 'friendly' when there's a tower nearby.  Bug, I think. --22:57, 17 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Humanlike? ==&lt;br /&gt;
It should be noted that the 'human-like fortress' as described is historically inaccurate.  In particular, its either misrepresenting or confusing various details.  One major point is that a _castle_ never incorporated a town.  There are walled towns and there are castles, but these are entirely different things.  A couple of historical periods/styles would lead to the following different suggestions:&lt;br /&gt;
&lt;br /&gt;
(A) Larger (stone) medieval castles sometimes had industry in the bailey.  This was often pressed up against the outer wall to save on space and wall building.  It was usually militarily useful industry (ie, metalsmithing of various types).  Cooking and possibly brewing might also happen, and cooking at least would have been handled in the keep itself.  Industries including jewelry, carpentry (on a permanent basis), and other non-military production would have been outside the castle, quite possibly in a town nearby.  &lt;br /&gt;
&lt;br /&gt;
(B) More isolated smaller castles would have done necessary production in the bailey on a temporary basis (ie, erecting a carpentry work area when needed and disassembling it afterwards), with a few permanent industries (notably blacksmithing).&lt;br /&gt;
&lt;br /&gt;
(C) 'Dark Ages' castles would be made of wood, and weren't large enough to accomodate much industry.  Instead they would have imported everything.  The early castle was a defensible home for the lord and his family, and would only house them and a few military retainers.&lt;br /&gt;
&lt;br /&gt;
It should be noted that the lack of focus on industry in a castle meant diverse tasks might share the same workspace and in fact be handled by the same person.  The purpose of a castle is military, not production, and castle's only produced goods for internal demand that either could not be imported, would be inconvenient to import, or were critical to the military purpose (and couldn't afford access to those goods being lost during a siege).&lt;br /&gt;
&lt;br /&gt;
(D) A walled town would have no keep.  Nobles would not live there.  Basically, towns would build a wall around their perimeter for defense.  More important towns often grew to encompass nearby castles, and often outgrew their walls - which might either lead to substantial portions beyond the walls or accruing walls occasionally to encompass new growth.  Despite a castle potentially being encompassed by a town, the castle and town were administratively separate - towns receiving independent charters from the crown - and the town was never subject to the lord of the castle (who may well control the surrounding countryside).&lt;br /&gt;
&lt;br /&gt;
Given the nature of Dwarf Fortress, treating it as a town rather than a castle is probably preferable unless you really want to emphasize military skills, which could be interesting.  You could, of course, create a castle and a town, keeping them as virtually separate entities, with military dwarves and nobles living in the castle and other dwarves living in the town.&lt;br /&gt;
&lt;br /&gt;
--[[User:Squirrelloid|Squirrelloid]] 18:11, 30 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:When did we start trying to make DF fit real-world history?&lt;br /&gt;
:His idea seems perfectly fine when compared to in-game human towns/cities, as they have a keep and whatnot as part of the city. Only difference is adding a wall around it all. --[[User:N9103|Edward]] 18:25, 30 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
Changed &amp;quot;only carve larges (at least 2 tiles) tunnels&amp;quot; to &amp;quot;only carve large (at least 2 tiles) tunnels&amp;quot; --[[User:Wavecutter|Wavecutter]] 19:14, 6 October 2009 (UTC)Wavecutter&lt;br /&gt;
&lt;br /&gt;
== Insane Renegade (just a thought) ==&lt;br /&gt;
&lt;br /&gt;
Well I was thinking something along these lines,&lt;br /&gt;
&lt;br /&gt;
They all think that your crazy, so you and some others ran. You shouldn't trust them... They want you dead. Except for the (random profession/job) they think like you. KILL THEM KILL ALL THAT OPPOSE YOU!!,&lt;br /&gt;
&lt;br /&gt;
Description:&lt;br /&gt;
Xenophobia, Do not trade with others, Kill all immigrants except ones of a certain job/profession. If you want to go as a truly insane person, ban all statues and engravings of Dwarven faces (the statues, THE ROCKS! THEY ALL WANT ME DEAD!!!!) Be prepared for a long life of hatred and sieges.&lt;br /&gt;
&lt;br /&gt;
P.S. if anyone edits this and puts it on the main thing please give me partial credit... Thank you and goodnight! &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:LrZeph|LrZeph]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:How is this different from [[Challenges#Outcast|Outcast]], aside from the RP? --[[User:Savok|Savok]] 16:41, 22 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Oh dear, i missed that one. never mind &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:LrZeph|LrZeph]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dystopian society ==&lt;br /&gt;
&lt;br /&gt;
Anyone thought of making a fortress based off one of those dystopian futures found in scifi novels like 1984, We, Brave New World, and Fahrenheit 451? The way I imagine it, it would be similar to the Equaland challenge, with variations based on the dystopian principle of your choice. For example, if you want to encourage uniformity across your population, enable all labor for every dwarf and persecute anyone who skills up too quickly at a given skill. A strict caste system might also be implementable, a la Brave New World. Another idea would be to kill off or at least &amp;quot;re-educate&amp;quot; any dwarf that falls below ecstatic for an extended period of time. Tons of ideas at {{wiki|Dystopia}}. Thoughts? --[[User:Mikaka|Mikaka]] 04:56, 24 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:That sounds like a good challenge. --[[User:Savok|Savok]] 08:24, 24 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Underwater Building ==&lt;br /&gt;
&lt;br /&gt;
I've decided to take on the underwater building challenge, and have started Migrurmestthos, The Ocean-Citadel. But ah... I can't for the live of me figure out how I'm going to get glass blocks to the bottom of the ocean. Any ideas? --[[User:Anfini|Anfini]] 20:36, 19 July 2008 (EDT)&amp;lt;br&amp;gt;&lt;br /&gt;
''P.S.: I've altered the creature tokens and set my Dwarves to Aquatic.''&lt;br /&gt;
&lt;br /&gt;
:I recommend either&lt;br /&gt;
:#Don't build it in the ocean.&lt;br /&gt;
:#Use pumping to pump a large area of the top level of the ocean out. Do the same with a slightly smaller area one level down. Repeat as desired.&lt;br /&gt;
:#Pump the ocean out, build, then let it flow back in. This is like the above, but with the whole visible ocean. --[[User:Savok|Savok]] 22:45, 20 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::Oookay, okay. I have single-handedly diverted the courses of raging rapids to give my children something to drink, harnessed the power of lava, and built towers of glass. However, I cannot help but approach the idea of pumping out '''the entire ocean''' with a bit of skepticism. Is this ''really'' possible? --[[User:Anfini|Anfini]] 22:53, 21 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::Aye, it is. Aside from waves, the &amp;quot;entire&amp;quot; ocean is really, due to map limitations, just a large, fast-refilling lake. If you build a ring of pumps properly, you should be able to clear the water from a section, which can be as large as your fortress map. --[[User:Savok|Savok]] 02:34, 23 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::: I've personally been using 'canals' in my fortress for quite a while, and what I do is simply allocate nobles' rooms along the side of the canal, and before flooding the waterway, I dig into it and build glass windows and blocks so the nobles can watch the fish swim by.  I doubt it actually raises the room value by any more than the glass windows' base value, but I like the effect.  This isn't really an &amp;quot;underwater city&amp;quot; per se, but it's born of the same concept.  --[[User:Eddie|Eddie]] 07:45, 26 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Check out [[User:Squirrelloid/Under the Sea]], then note that I haven't quite tested any of the possible methods yet.  I'm about ready to turn on the magma tap and see if I can create an obsidian stalagmite with successive bursts of magma followed by channelling - that may provide a way to build stairs down through and assemble a mass pump appartus - yes, this is going to be a lot of work.  Its took 6 years of game time to get to the point where I was ready and able to do a trial run - admittedly, it wasn't the only thing I was focused on.  --[[User:Squirrelloid|Squirrelloid]] 12:28, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
== Dwarf Factory ==&lt;br /&gt;
&lt;br /&gt;
--[[User:Bilkinson|Bilkinson]] 18:12, 28 August 2008 (EDT)&lt;br /&gt;
Looking to develop this callenge concept:&lt;br /&gt;
&lt;br /&gt;
Your fortress is a highly specialized industrial complex. Select one item, or very narrow category of items. (ie Flour, Scepters, Shoes, Silk Bags, Crossbow Bolts) This is your factory's product. You must produce as much of it as possible, and it may only be used for export to any any and all caravans which visit your factory. Set up shift schedules, assign massive teams of dwarves (or even all of them!) to your core product, and generally devote your fort to maximizing output. &lt;br /&gt;
&lt;br /&gt;
Variants: &amp;lt;br /&amp;gt;&lt;br /&gt;
Assembly line - Each Dwarf is assigned a single stage of the production cycle, this is their only labour. Workshops should be grouped togeather by type, ordered based on the production cycle and grouped with relevant stockpiles.&amp;lt;br /&amp;gt;&lt;br /&gt;
Communal - Every Dwarf has every relevant labour enabled, in addition to whatever else they do for the fort.&amp;lt;br /&amp;gt;&lt;br /&gt;
High Management - For each Task in your production, appoint a department head. As the number of workers in each department grows, start appointing shift managers. As your factory expands in size, appoint reigonal coordinators and quality control bureaus. Cap this off with a board of directors and a CEO. None of these dwarves do anything but fill noble slots and build social skills.&amp;lt;br /&amp;gt;&lt;br /&gt;
Prison/Work Camp - Noble dwarves do not contribute to labour. Max the fortress/royal Guard at all times and draft 20% of the population into the army. The remaining dwarves are prisoners who must produce output. Build walls, rig traps, and make an example of anyone who fails to meet their quota.&amp;lt;br /&amp;gt;&lt;br /&gt;
People's Glorious Five-Year Plan - As above, but arrive with no skilled workers, rig all facilities with self destructs and kill switches, and only arm one in ten of your soldiers.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bonus: Only produce things vital to the survival of your workers, or directly involved in making your product. Anything else must be imported.&amp;lt;br /&amp;gt;&lt;br /&gt;
Further Bonus: Produce only your final product, all raw materials must be imported. spend the surplus on anything else you may need.&lt;br /&gt;
&lt;br /&gt;
How's it sound?&lt;br /&gt;
&lt;br /&gt;
== Luxurious Tomb ==&lt;br /&gt;
&lt;br /&gt;
Build an extravagant mausoleum for your entire dwarf community.  Make it multi-leveled, make it a pyramid, make it out of glass if you want - but it must serve no other purpose than to be a dying place, and must not be accessed for any purpose other than to build it.  Add a few decorations here and there, statues, tables, and a whole lot of coffins to house everyone.&lt;br /&gt;
&lt;br /&gt;
Once it's complete, turn your fortress into a ghost town.  Remove the designation of all your stockpiles.  Forbid all the workshops and forbid access to the different areas of the fort as they get deserted to limit dwarf movement.  Lure everyone into the tomb, seal the entrance from the inside and watch everyone die inside their new mausoleum.  The tomb should be designed such that the initial entry point cannot easily be guessed (i.e.: The entrance should be sealed using a wall or some other solid structure - not via a door you just mark forbidden.&lt;br /&gt;
&lt;br /&gt;
BONUS: make access to the tomb difficult or impossible, either by causing a cave-in in the tunnel that leads towards it, or by flooding the surrounding area in water or magma.&lt;br /&gt;
&lt;br /&gt;
BONUS #2: Build the tomb over a chasm.  Find a way to drop the whole tomb-building into it once everyone's inside.&lt;br /&gt;
&lt;br /&gt;
:Suggestion: DON'T build it over a chasm; build it over a very large pit (deep enough to be called a 'chasm' by some) and make a set of ramps that lead down to the bottom. 1x2 setup; that is:&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ..&lt;br /&gt;
 That is, up ramps, turn on normal flooring, then continue back up in the opposite direction. So a dwarf would travel in this path:&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 &amp;gt;^&lt;br /&gt;
:They'd come down the left ramp, turn left twice, and go down via the right ramp. Then they'd take two more lefts, and go down the left ramp, etc..&lt;br /&gt;
:Just a neat little suggestion that's way too complicated, but'd look nice...also, {{k|V}} is a ramp; {{k|^}} is not.&lt;br /&gt;
:I can't wait to try this out, then watch the temple I build go down, down, down, and '''SMASH'''--then use the ramps alongside it to view (and plunder, of course--it IS a tomb in adventure mode) it.&lt;br /&gt;
:Oh, and just a Z-level view:&lt;br /&gt;
 |   / &lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/&lt;br /&gt;
 |\&lt;br /&gt;
 | \&lt;br /&gt;
 |  \&lt;br /&gt;
 |   \&lt;br /&gt;
:Or:&lt;br /&gt;
 |   /&lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/___&lt;br /&gt;
 |   /&lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/___&lt;br /&gt;
:Etc.. ~ [[User:Midna|Midna]] 23:45, 25 October 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Agoraphobia  ==&lt;br /&gt;
&lt;br /&gt;
Your dwarves are absolutely terrified of the great outdoors, ([[carp|and]] [[Elephant|with]] [[Giant eagle|good]] [[undead|reason]] and want nothing more than to be nestled tightly in the &amp;quot;[[Giant Cave Spider|relative]] [[Pit|saftey]]&amp;quot; of the underground. Upon arrival, immediately burrow into the ground and haul all your supplies out of the sun's glare, and then never set foot on the surface again. Also, to help reduce anxiety, have no single chamber larger than 5x5, and let no hall stretch farther than 5 tiles between doors.--[[User:Bilkinson|Bilkinson]] 11:42, 15 September 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;insert material&amp;gt; Fort....wait, what? ==&lt;br /&gt;
&lt;br /&gt;
Ok, now I can understand a glass fort...and I can understand making it all outside, but how does one build it under water?  Can someone please tell me how to do this so I can try to create my own Dwarven SeaLab? [[User:Alkyon|Alkyon]] 05:58, 17 October 2008 (EDT)&lt;br /&gt;
:I believe its either done via pump rings (enough screw pumps can hollow out sections of the ocean long enough to build something to hold the water back), or in a cold enough seasonal environment, only doing construction during the winter. [[User:HeWhoIsPale|HeWhoIsPale]] 08:44, 17 October 2008 (EDT)&lt;br /&gt;
:: The third option would be building the fort, and then making a lake around it. --[[User:Bilkinson|Bilkinson]] 08:51, 17 October 2008 (EDT)&lt;br /&gt;
::The real trick with building enough screw pumps is in water deeper than 1 z-level you need to find a way to build down - you cannot hang down staircases off sides like you can up staircases.  I'm attempting to pump magma to form an obsidian sheen - tunnel down through it and channel a hole, pump more magma, and so on.  I'll let people know how it works... --[[User:Squirrelloid|Squirrelloid]] 12:41, 19 November 2008 (EST)&lt;br /&gt;
:::So I've heard.  Have you tried just carving a staircase along the underwater cliff on your game?  I hope to see, or at least hear, the results of your work.  As for me, I'm trying this challenge the other way around: Turn a hilly desert map into a massive glass aquarium, with my dwarves living the good life inside. --[[User:Alkyon|Alkyon]] 13:41, 19 November 2008 (EST)&lt;br /&gt;
:::::Well, my goal was to build a free-standing structure in 15 z-levels of water, so yes, if there is a convenient cliff it works, but that limits you to cliffs which start 1 z-level below water.  As all my really deep water areas aren't even close to being accessible in that way, its not even an option.  --[[User:Squirrelloid|Squirrelloid]] 19:34, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::::To me, the solution that comes to mind is to place a weapon rack on a narrow causeway and get recruits to wrestle until one punts another into the abyss. The lucky winner gets to build the up staircase. Getting materials below is easy, you can just build something and deconstruct it, among other more elaborate means. --[[User:Navian|Navian]] 17:41, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::::That only works if its only 2 z-levels down, because otherwise the dwarf falls into deeper water and drowns... and as 2 z-levels is boring... --[[User:Squirrelloid|Squirrelloid]] 19:34, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
==Genesis==&lt;br /&gt;
Kill all but two of your starting dwarves off (one male and one female).  Seal them in your fortress (no trading).  Repopulate the earth.  Measure of success is based on number of children before the fortress dies.  Thoughts?&lt;br /&gt;
--[[User:Squirrelloid|Squirrelloid]] 05:12, 22 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:How reliably can you get them to mate?--[[User:Maximus|Maximus]] 16:57, 22 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Tried this out - 3 years in and not even lovers yet.  Ick.  So, here's the problem: you really want two dwarves who won't start as friends with many other people (although each other is ok), and who can handle stress and aren't quick to anger.  Because of course your first hurdle is going to be surviving the unhappiness generated by killing off everyone else.  (You may just want to build some coffins early just in case).  Unfortunately, the embark screen view mode won't let you see who they're friends with before embarking, so if you want to assign just two of them skills you're making guesses based solely on their personality traits as two which dwarves will be compatible and likely to survive the initial culling.  After that you then need to reduce your job queue to almost nothing and basically lock them in the same room together so they spend their time talking - because you've already chosen otherwise self-reliant and anti-social dwarves.  &lt;br /&gt;
&lt;br /&gt;
::Some evidence on the Relationships talk page suggests giving some social skills to your dwarves may increase the rate at which they progress to friends/lovers.&lt;br /&gt;
&lt;br /&gt;
::My first attempt was a Carpenter 5/Cook 5 and a Mason 5/Grower 5... I might have to revise that to Mason 5/Grower 3/Something social 2 and Carpenter 4/Cook 4/something social 2 - but carpenter and mason are going to be important for generating happy thoughts.&lt;br /&gt;
&lt;br /&gt;
::Apparently setting the .init file to a max of 2 dwarves doesn't stop immigrants from coming - which is annoying because I really don't want to keep killing them off, and they keep stealing my moods.  (Yes, i put a stone stockpile outside so the immigrants can build their own deathtrap over the lava vent).  I do recommend playing on an island so you only have to deal with not going outside for the dwarf caravan each year.  And the liaison will happily join your migrants on the death trap if you make it a meeting area.&lt;br /&gt;
&lt;br /&gt;
::--[[User:Squirrelloid|Squirrelloid]] 10:18, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::It's all a matter of compatibility. Dwarves actually don't start out friends, they just make them almost instantly at the start (and can make grudges here, too. I had one who had a very low sense of adventure while everyone else had high, and five of the seven had grudges with her.) To become lovers and get married requires a very, very high compatibility--whatever that means. It seems that some dwarves never upgrade from lovers to married, either, perhaps due to being not compatible enough, but being faced with a lack of programming to handle breakups. (I'll leave that one to the playwrights.) Getting this challenge to work is probably more than half the challenge! --[[User:Navian|Navian]] 11:29, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Do social skills make dwarves more likely to make friends, or does being friendly make dwarves more likely to gain social skills?  Instead of focusing on social skills, you might need to pick dwarves with a lot of friendly traits (or even compatible traits, like Navian suggests).  You can check their personalities before setting out -- if you don't see compatible traits, scrap it and start building another party.&lt;br /&gt;
&lt;br /&gt;
:::For happiness, build several native gold (i.e., masonry) statues and put them in their bedrooms -- that will dwarf (ahem) the bonus you will get from the bed itself being high-quality.  You can potentially skip carpentry altogether.&lt;br /&gt;
&lt;br /&gt;
:::For them to actually form a relationship, you might need to give them idle time, during which they will socialize.  &lt;br /&gt;
&lt;br /&gt;
:::To keep other dwarves away, you could try putting a moat around the entire perimeter of the map (better still, a magma moat).  This worked with the 2D version, but with finite quantities of fluid in the 3D version, it might not work anymore.  But if you do want to try, put a wall as close to the edge of the map as it allows you, and flood everything outside it.  Have the sacrificial five (and all immigrants) work on that.&lt;br /&gt;
&lt;br /&gt;
:::Supposedly you won't get moods at all in a fortress with less than 20 dwarves.  You also won't get moods if you haven't produced enough goods or revealed enough tiles through mining (see [[strange mood]]).--[[User:Maximus|Maximus]] 12:30, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:Is there a way to disable other dwarf civilizations from existing? I've been looking around world generation and stuff but I can't seem to find a way to do so. Closest I found is making minimum savagery 66 but it rejects the worlds without Dwarfs it seems. --[[User:Doodle|Doodle]] 14:14, 17 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Noblesse requis==&lt;br /&gt;
&lt;br /&gt;
Build your fortress to please the sick, twisted, evil nobles needs. Build a execution chamber for your rowdy dwarves and build a torture chamber for your dungeon master, using your imagination! Use this to punish pathetic dwarves who dare rebel. Build palaces for your nobles and pamper them in every way. Pour most of your resources into a beautiful place for nobles to live whilst letting your dwarves sleep in tiny, pathetic rooms.  The only exception is your mayor, who rises from the rank of the disgusting peons. He must live in squalor as well, preferably next to noble rooms to so the nobles can taunt him. score yourself according to how happy your nobles are, and your worth. Evil. And fun! can I add this to the main page? --[[User:Jackrabbit|Jackrabbit]] 03:04, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:Sure &amp;amp;ndash; it's a wiki, after all. You can edit the pages yourself!&lt;br /&gt;
:Also, is that really what [http://en.wikipedia.org/wiki/Noblesse_oblige Noblesse/noblis oblige] means? --[[User:Savok|Savok]] 10:55, 11 December 2008 (EST)&lt;br /&gt;
::Nope, just sounds good. I was hoping nobody would look it up. Maybe I'll change the name. Also, I'm new to wikis in general so I don't really know how everything works, desipte making this profile about a year ago. Thanks!--[[User:Jackrabbit|Jackrabbit]] 18:26, 11 December 2008 (EST)&lt;br /&gt;
:::Okay, changed it to Noble demand. Thanks!--[[User:Jackrabbit|Jackrabbit]] 18:30, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
== Magma/Lava Waterfall ==&lt;br /&gt;
&lt;br /&gt;
Would creating a sustainable magmafall, or one that can be triggered as part of a defense system, be considered a challenge?  Or is it more of a Stupid Dwarf Trick?  I'm just curious because one has to take into account building the thing, making sure it won't set your dwarves on fire, and where to put the excess magma/lava since you can't really just pump it back into the magma pipe without some sort of massive and elaborate pump system. (Oh wow, I feel stupid.  I created a new subject and forgot to sign it for at least two days.) --[[User:Alkyon|Alkyon]] 20:26, 10 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:I'm inclined to declare it a SDT, due to the overly dangerous side effects. But then... I'd also call half the challenges SDTs too. I think that if the side effects are more dangerous than the intended effect, it's no longer a challenge, but something some random (insane) dwarf felt needed to be done. To put it in perspective, there's few cases where a 20-dwarf squad can't handle an entire siege, with or without fortifications and traps. Give them those, and they can handle all the siegers rushing and arriving at the same time. Even if you never have any mistakes during the construction of the magma-defenses (and that's a rare thing) then you could easily lose more than 20 in the first siege alone from dwarves trying to gather dropped goods. It's also almost useless against any other defenses (thieves &amp;amp; ambushes) since you'll have little, if any forewarning that you need to clear the area and throw the switch.&lt;br /&gt;
:On the other side of the fence, if you're particularly interested in making this, you should do the little things, like making a near-exact count of how much lava you'll need to let flow, to both keep all tiles where it will settle to less than 2/7 (since then it would never evaporate, the best cleaning method) and how to direct the flow so that it covers the path, but doesn't flow to other areas you didn't intend. --[[User:N9103|Edward]] 15:38, 11 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::Well, it doesn't have to be part of a defense system, one could just have massive magma waterfalls lining their entrance.  Though I have to say from experience that the hardest part is drainage.  Creating a massive magma cistern is one thing, it just takes some pumps and construction, but getting the stuff to not backup on the way to the disposal chasm and therefore not flood your fortress is a bit more complex than it first seems.--[[User:Alkyon|Alkyon]] 11:13, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Which is why it's great building your fort into the the ledge a few levels over a Magma Pipe ;) --[[User:N9103|Edward]] 21:01, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::::Hmm, that would be one way to do it, too bad I can't search for maps with that specific of a terrain set.  Anyways, there has to be a way to spill off at least some of the magma as the magma pipes fill slowly but constantly from the bottom.  Also, I learned from my failed experiment that Coke roads + magma spillover = road of fire.  Unusable except for turning your fortress into Mordor, which is awesome in it's own way. --[[User:Alkyon|Alkyon]] 21:29, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::::LOL, yes, I saw that and was thinking something along the lines of Mordor myself ;)  As for spill over, the magma tends to flow off to the side off the top of the magma pipe where I'm at, resulting in a net loss to evaporation, so I just turn it off for a season once or twice a year. As for finding a magma pipe that's exposed *and* sunken, to provide atleast one level of inaccessible floor around the pipe, I'd look in the mountains, where you've got many many levels of elevation. Or atleast, that's what my map looks like (50+ levels) with the majority of the map being mountain tiles, and one corner (of a 2x4 map) being desert. It had two * listed in the height map, '''''but no chasm''''', so that could help to find one. --[[User:N9103|Edward]] 23:35, 14 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:Or, how about a dual water/magma waterfall, meeting on the road leading in? Encase your enemies in carbonite, err, obsidian. [[User:Random|Random]] 20:31, 15 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Real time&amp;quot; challenge talk ==&lt;br /&gt;
&lt;br /&gt;
1) As mentioned in the challenge, opening any menu pauses the game&lt;br /&gt;
&lt;br /&gt;
2) &amp;quot;You have struck Alunite!&amp;quot;  Anyone else get this message and a pause every 5 minutes?&lt;br /&gt;
&lt;br /&gt;
If you were to keep the game running while you slept -- and trust me, I have -- all it takes is one minor inconvenience of the legion the game contains to pause it.  I set the game to keep running before I went to bed one night, and between doing that and going to brush my teeth, it paused.  I resumed, lay down in bed, and not a minute later, I opened my eyes to see the game had paused ''again.''  Too much stuff causes the game to pause to really execute this without constant babying.&lt;br /&gt;
&lt;br /&gt;
Overall, I don't see this challenge as being feasible.  Not bad in theory, but impossible in practice.  --[[User:Eddie|Eddie]] 06:15, 16 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:Yes, thats true. That challenge would require either a new version where pausing-for-announcements can be disabled or a helper program to automatically acknowledge them and unpause the game. [[User:Random|Random]] 20:54, 16 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== Hermit Challenge ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have any tips for not having any damn migrants? The carps can't eat everyone.&lt;br /&gt;
: Well, you can just kill them all. Atom smasher, lava, water, goblin siege, choose your way to kill them. Even random ballista bolt could do the trick! Bonus point for the creative part !? :D [[User:Karl|Karl]] 19:45, 21 January 2009 (EST)&lt;br /&gt;
::Well, if the problem gets too extreme, you can adjust your maximum population to 1 in the ini files, and see if that works...--[[User:Quil|Quil]] 20:43, 21 January 2009 (EST)&lt;br /&gt;
::: It doesn't work. The POPULATION_CAP seems bugged something awful. [[User:AbuDhabi|AbuDhabi]] 02:36, 23 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== The Great Wall of [Kingdom] ==&lt;br /&gt;
&lt;br /&gt;
Here's an interesting challenge:&lt;br /&gt;
&lt;br /&gt;
Your kingdom needs a great impenetrable defense to protect against your goblin enemies. You have been assigned to build a giant wall!&lt;br /&gt;
&lt;br /&gt;
The wall must stretch from one side to the opposite, have a height of 5 z-axis, be four tiles wide complete with gate(s), towers, fortifications, ballistas and catapults. You must also position a crossbowdwarf at every ten tiles.&lt;br /&gt;
&lt;br /&gt;
* BONUS: Build it right next to a goblin lair.&lt;br /&gt;
* BONUS: Build it all using only wood.&lt;br /&gt;
* BONUS++: Build it all using only soap!&lt;br /&gt;
&lt;br /&gt;
[[User:Myroc|Myroc]] 15:16, 22 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:This wouldn't work due to the fact that you can't build walls (among other things) too close to the edge.  At best, it would have to start six tiles in on both sides.  However, you could implement an existing hill/mountain to &amp;quot;assist&amp;quot; with the completion of the wall.&lt;br /&gt;
:[[User:Nocash|Nocash]] 18:30, 24 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::Ah, good point. I kinda forgot about that. [[User:Myroc|Myroc]] 05:50, 25 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::You could use raised bridges at the ends, they can be built right up to the edges.  --[[User:Torasin|Torasin]] 13:25, 25 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== Pave the World? ==&lt;br /&gt;
&lt;br /&gt;
If one where to flood the world with magma, then flood it with water, you would be left with a solid block of obsidian, am I right? (along with ALOT of steam.)  Bonus for paving the elves. --[[User:Zchris13|Zchris13]] 18:13, 7 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unfortunately, Unless you time it right, you will get one flat layer of obsidian with all the water under it; the obsidian doesn't jump straight to the bottom. [[User:Sensei|Sensei: Last seen somewhere in the Basic Jungle of Terror]] 17:26, 16 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:So if the water reaches the edge, and it drains, you're left with a layer of obsidian sitting on air?  I can't really think of a use for something like that, but it sounds incredibly awesome anyway.  --[[User:Smartmo|Smartmo]] 19:03, 16 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rewrite ==&lt;br /&gt;
Alright, this article is getting way too messy. 60 top-level items is more than most talk pages, many of them overlap each other, the ones involving goblin forts are out of date (as local goblins are automatically friendly as of 40d) and some of them just plain aren't challenges.&lt;br /&gt;
&lt;br /&gt;
For now I've split them up into three broad categories, and I plan to weed out redundant/wrong bits and streamline the whole thing while still hopefully preserving some of the &amp;quot;flavor text&amp;quot;. [[User:Walliard|Walliard]] 04:06, 14 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== College ==&lt;br /&gt;
A center for enlighted craftsmanship studying and teaching. There should be auditoriums for each workshop type lined with chairs and a few lecture rooms with ascending rows of chairs where nobles rant to the peasants how lesser they are and to teach them manners. A canteen and dorms will also be needed.&lt;br /&gt;
&lt;br /&gt;
Minor bonus: auditoriums are designated as meeting halls and have balconies and floor hatches on the ceiling to allow best studying with illuminated stages.&amp;lt;br /&amp;gt;&lt;br /&gt;
Minor bonus: Hold keger parties each night.&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonus: Do not make co-ed dorms; married couples can rent a small apartment from nearby study houses.&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonus +: Engligthen other races.&amp;lt;br /&amp;gt;&lt;br /&gt;
Ultimate bonus: Englighten orcs, goblins and other less friendly creatures. -[[User:Karpatius|Karp]] 08:00, 6 May 2009 (UTC)&lt;br /&gt;
: How does one &amp;quot;enlighten&amp;quot; other races? [[User:Lymojo|Lymojo]] 21:38, 13 May 2009 (UTC)Lymojo&lt;br /&gt;
&lt;br /&gt;
== Water Park challange ==&lt;br /&gt;
&lt;br /&gt;
Try to make a bunch of pools and somehow keep the water level always at 4/7 so they wont drown. Then set the pools as meeting areas so all of your dwarves will go there and eventually everyone will be legendary swimmers &lt;br /&gt;
&lt;br /&gt;
bonus: somehow make waterslides&lt;br /&gt;
&lt;br /&gt;
bonus: make it outside so your dwarves will be tan&lt;br /&gt;
&lt;br /&gt;
bonus: pave it with gold &lt;br /&gt;
&lt;br /&gt;
bonus: make a sauna using steam from lava and water colliding&lt;br /&gt;
&lt;br /&gt;
how does this sound as a challenge. If you can get it to work all of your peasants will get stats from the swimming skill making them easier to train in something useful.--[[User:Cerol The Elf Hunter|Cerol The Elf Hunter]] 16:08, 28 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Splitting Article? ==&lt;br /&gt;
&lt;br /&gt;
I was thinking this article is getting cumbersome. Would anyone else think splitting this into &amp;quot;Challenges&amp;quot; and &amp;quot;Projects&amp;quot; is a good idea? Then we can work on getting each one organized in their own way. We can find an easier way to sort them and keep redundant ideas from cluttering up the place.--[[User:Detinith]] 01:01, 1 July 2009 (ETC)&lt;br /&gt;
&lt;br /&gt;
:There is a page for [[Stupid_dwarf_trick|stupid dwarf tricks]]... --[[User:MoQ|MoQ]] 21:30, 1 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Challenges&amp;diff=54036</id>
		<title>40d Talk:Challenges</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Challenges&amp;diff=54036"/>
		<updated>2009-10-06T19:15:13Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: /* Insane Renegade (just a thought) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Prison Complex==&lt;br /&gt;
The idea is to build a large detention centre for the Mountainhomes.&lt;br /&gt;
Your starting 7 are the only dwarves allowed as wardens (except immigrants already in the military) and should have military skills and some basic construction skills.&lt;br /&gt;
All immigrants are treated as prisoners, and should be met as soon as possible once they enter the map and shepherded into the prison.&lt;br /&gt;
The cells should be arranged on three or four z-levels and all cell doors on a row linked to a lever in a seperate guard-only area.&lt;br /&gt;
'New fish' entered into general population during the out-of-cell hours, then all prisoners locked up for the night.&lt;br /&gt;
Some prisoners are on food duties - farming and such - but all food for prisoners to be dished out in a canteen.&lt;br /&gt;
Prisoners may also work on crafting items for the guards to trade.&lt;br /&gt;
Ideally many of your inmates are going to lose the plot and start attacking other inmates, leading to riots and all sorts. Send in the dogs!&lt;br /&gt;
&lt;br /&gt;
I'm sure there are other interesting additions to this concept, but my experience with large and especially themed fortresses is limited.&lt;br /&gt;
I'd love it if anyone could expand this, and maybe figure out how to control the prisoners, get them all to bed etc.&lt;br /&gt;
Also, this is my first post on these pages, so hope I'm doing it right. :)&lt;br /&gt;
&lt;br /&gt;
==Colorful==&lt;br /&gt;
This is an idea I got by reading trough all the challenges, what if you make it a goal to have the fortress in the colour of the rainbow. (Example, 80x80 tile fortress, first 10 tiles are red, second 10 tiles are brown-orange, the third 10 are yellow and go on) --[[User:G1real|G1real]] 08:43, 27 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Sparta==&lt;br /&gt;
&amp;quot;You shouldn't create chainmail or plate armour.&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;why? --Savok &lt;br /&gt;
:because spartans don't wear chest armor. you should definately watch 300, it's like Dwarf Fortress on crack! --AlexFili &lt;br /&gt;
::from what I've read, 300 isn't an accurate depiction of Spartan life. However, this challenge build is based on 300 --Savok&lt;br /&gt;
:::Alright, fair point, 300 was based from a graphic novel, but many similarities between Spartans in 300 and in real history are present. --[[User:AlexFili|AlexFili]] 10:39, 9 June 2008 (EDT) &lt;br /&gt;
::::&amp;quot;However, this challenge build is based on 300&amp;quot; No it isn't. At least, it wasn't intended to be. I guess I shouldn't have referred to pop culture when I added it. --juckto&lt;br /&gt;
:::::The hell with it. Split off spartans from 300. [[User:Juckto|Juckto]] 16:55, 14 June 2008 (EDT)&lt;br /&gt;
::::::Not only did Spartans use chest armour (although in the form of bronze muscel cuirasses), but it was illegal and finable to fight without your armour. Theres one story of a Prince praying in Temple when some enemies attacked, he ran out naked and killed them, the Oligarchs awarded and praised him with one hand and then fined him with the other. Further specific Spartan attributes, the largely did not wear sandals except during war (don't want your feet to be soft and flabby, gotta make them rock-proof), Sparta itself didn't rely on walls (although they did use them [notably at the battle of the Hot Gates to keep the Persians from landing south of the gates] and the city did eventually make some). Theres also the complicated issue of their government, not sure how to replicate that, dual monarchy with the Kings having no real governmental powers and an oligarchy ruling at home. Maybe having a Legendary warrior lead each of two squads and having every position (Book Keeper, Mayor, Captain of the Guard even maybe) filled by a useless fat rich guy in a nice shiny house. I should also point out alot of their generals and kings were known for a love of gold and that 50% of the population being in the military is not very accurate, actual Spartan soldiers were vastly outnumbered by the Helots. --[[User:Lowlandlord|Lowlandlord]] 01:37, 31 July 2008 (EDT)&lt;br /&gt;
==No mining==&lt;br /&gt;
Now that you construct walls and fortifications out of wood, I wonder if anyone is going to take on a 'no mining' challenge?  You're going to need a ''lot'' of wood! --[[User:Mechturk|Mechturk]] 17:00, 6 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Some people already are :p --[[User:Turgid Bolk|Turgid Bolk]] 17:44, 6 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::I'm running a game with Elves as the playable civilization, a challenge on its own--The Forest Retreat of Inalamina is well into its ninth year, with a population of 220, and this is without mining ''or'' cutting down any trees. It's defended entirely by spearmen, swordsmen, and wrestlers, and the nobles/admins and wounded elves live happily in tree forts and lean-tos! Worth adding, maybe? I'd even consider writing an article for it... --[[User:Navian|Navian]] 10:23, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: I am completely enthralled. I'd love to see it written up. Screenshots, the whole thing. --[[User:RomeoFalling|RomeoFalling]] 10:37, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::Oh, you mean for the game I'm running itself? I'd love to, but I can't seem to find what the rules for that are and I don't want to step on any toes by randomly creating a page. --[[User:Navian|Navian]] 10:48, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: Either for the game itself, or a general essay sorta thing on the challenges and solutions for that kind of gameplay. As for the [[rules]], I don't know what you're talking about exactly. A wiki is a kind of anarchistic democracy. If you think it's worth putting up, you are free to put it up. If someone wants to take it down, they're free to do that too. &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:RomeoFalling|RomeoFalling]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::Put the writeup on your userpage, and if it can be broadened into something else, we'll move it into the mainspace.--[[User:Maximus|Maximus]] 23:09, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
==Assassination==&lt;br /&gt;
I tried &amp;quot;Assassination&amp;quot; the other day and found that it was incredibly easy with a group of axedwarves. Not only did I kill the hardest-to-get-at goblin, I killed every last other goblin too. In the end, there were only 2 dogs and 2 dwarves dead (the last one fell, sadly, to the last goblin left, who was hiding in the tunnels.--[[User:Smoking Gnu|Smoking Gnu]] 22:51, 15 December 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Now do it with 7 untrained dwarves with no armor. --[[User:TheUbie|TheUbie]] 19:30, 29 December 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Mwa ha ha ha!--[[User:Jackrabbit|Jackrabbit]] 18:38, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: How did you get it to work?  I've tried starting with goblins and they are always &amp;quot;friendly&amp;quot; on the unit screen and so I can not attack them.  Is there some trick to getting them hostile so you can do this sort of thing? 40d, by the way. --[[User:Kwieland|Kwieland]] 11:33, 18 February 2009 (EST)&lt;br /&gt;
::::Unless you're actually at war with the goblins, they'll always be 'friendly' when there's a tower nearby.  Bug, I think. --22:57, 17 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Humanlike? ==&lt;br /&gt;
It should be noted that the 'human-like fortress' as described is historically inaccurate.  In particular, its either misrepresenting or confusing various details.  One major point is that a _castle_ never incorporated a town.  There are walled towns and there are castles, but these are entirely different things.  A couple of historical periods/styles would lead to the following different suggestions:&lt;br /&gt;
&lt;br /&gt;
(A) Larger (stone) medieval castles sometimes had industry in the bailey.  This was often pressed up against the outer wall to save on space and wall building.  It was usually militarily useful industry (ie, metalsmithing of various types).  Cooking and possibly brewing might also happen, and cooking at least would have been handled in the keep itself.  Industries including jewelry, carpentry (on a permanent basis), and other non-military production would have been outside the castle, quite possibly in a town nearby.  &lt;br /&gt;
&lt;br /&gt;
(B) More isolated smaller castles would have done necessary production in the bailey on a temporary basis (ie, erecting a carpentry work area when needed and disassembling it afterwards), with a few permanent industries (notably blacksmithing).&lt;br /&gt;
&lt;br /&gt;
(C) 'Dark Ages' castles would be made of wood, and weren't large enough to accomodate much industry.  Instead they would have imported everything.  The early castle was a defensible home for the lord and his family, and would only house them and a few military retainers.&lt;br /&gt;
&lt;br /&gt;
It should be noted that the lack of focus on industry in a castle meant diverse tasks might share the same workspace and in fact be handled by the same person.  The purpose of a castle is military, not production, and castle's only produced goods for internal demand that either could not be imported, would be inconvenient to import, or were critical to the military purpose (and couldn't afford access to those goods being lost during a siege).&lt;br /&gt;
&lt;br /&gt;
(D) A walled town would have no keep.  Nobles would not live there.  Basically, towns would build a wall around their perimeter for defense.  More important towns often grew to encompass nearby castles, and often outgrew their walls - which might either lead to substantial portions beyond the walls or accruing walls occasionally to encompass new growth.  Despite a castle potentially being encompassed by a town, the castle and town were administratively separate - towns receiving independent charters from the crown - and the town was never subject to the lord of the castle (who may well control the surrounding countryside).&lt;br /&gt;
&lt;br /&gt;
Given the nature of Dwarf Fortress, treating it as a town rather than a castle is probably preferable unless you really want to emphasize military skills, which could be interesting.  You could, of course, create a castle and a town, keeping them as virtually separate entities, with military dwarves and nobles living in the castle and other dwarves living in the town.&lt;br /&gt;
&lt;br /&gt;
--[[User:Squirrelloid|Squirrelloid]] 18:11, 30 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:When did we start trying to make DF fit real-world history?&lt;br /&gt;
:His idea seems perfectly fine when compared to in-game human towns/cities, as they have a keep and whatnot as part of the city. Only difference is adding a wall around it all. --[[User:N9103|Edward]] 18:25, 30 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Insane Renegade (just a thought) ==&lt;br /&gt;
&lt;br /&gt;
Well I was thinking something along these lines,&lt;br /&gt;
&lt;br /&gt;
They all think that your crazy, so you and some others ran. You shouldn't trust them... They want you dead. Except for the (random profession/job) they think like you. KILL THEM KILL ALL THAT OPPOSE YOU!!,&lt;br /&gt;
&lt;br /&gt;
Description:&lt;br /&gt;
Xenophobia, Do not trade with others, Kill all immigrants except ones of a certain job/profession. If you want to go as a truly insane person, ban all statues and engravings of Dwarven faces (the statues, THE ROCKS! THEY ALL WANT ME DEAD!!!!) Be prepared for a long life of hatred and sieges.&lt;br /&gt;
&lt;br /&gt;
P.S. if anyone edits this and puts it on the main thing please give me partial credit... Thank you and goodnight! &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:LrZeph|LrZeph]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:How is this different from [[Challenges#Outcast|Outcast]], aside from the RP? --[[User:Savok|Savok]] 16:41, 22 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Oh dear, i missed that one. never mind &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:LrZeph|LrZeph]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dystopian society ==&lt;br /&gt;
&lt;br /&gt;
Anyone thought of making a fortress based off one of those dystopian futures found in scifi novels like 1984, We, Brave New World, and Fahrenheit 451? The way I imagine it, it would be similar to the Equaland challenge, with variations based on the dystopian principle of your choice. For example, if you want to encourage uniformity across your population, enable all labor for every dwarf and persecute anyone who skills up too quickly at a given skill. A strict caste system might also be implementable, a la Brave New World. Another idea would be to kill off or at least &amp;quot;re-educate&amp;quot; any dwarf that falls below ecstatic for an extended period of time. Tons of ideas at {{wiki|Dystopia}}. Thoughts? --[[User:Mikaka|Mikaka]] 04:56, 24 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:That sounds like a good challenge. --[[User:Savok|Savok]] 08:24, 24 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Underwater Building ==&lt;br /&gt;
&lt;br /&gt;
I've decided to take on the underwater building challenge, and have started Migrurmestthos, The Ocean-Citadel. But ah... I can't for the live of me figure out how I'm going to get glass blocks to the bottom of the ocean. Any ideas? --[[User:Anfini|Anfini]] 20:36, 19 July 2008 (EDT)&amp;lt;br&amp;gt;&lt;br /&gt;
''P.S.: I've altered the creature tokens and set my Dwarves to Aquatic.''&lt;br /&gt;
&lt;br /&gt;
:I recommend either&lt;br /&gt;
:#Don't build it in the ocean.&lt;br /&gt;
:#Use pumping to pump a large area of the top level of the ocean out. Do the same with a slightly smaller area one level down. Repeat as desired.&lt;br /&gt;
:#Pump the ocean out, build, then let it flow back in. This is like the above, but with the whole visible ocean. --[[User:Savok|Savok]] 22:45, 20 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::Oookay, okay. I have single-handedly diverted the courses of raging rapids to give my children something to drink, harnessed the power of lava, and built towers of glass. However, I cannot help but approach the idea of pumping out '''the entire ocean''' with a bit of skepticism. Is this ''really'' possible? --[[User:Anfini|Anfini]] 22:53, 21 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::Aye, it is. Aside from waves, the &amp;quot;entire&amp;quot; ocean is really, due to map limitations, just a large, fast-refilling lake. If you build a ring of pumps properly, you should be able to clear the water from a section, which can be as large as your fortress map. --[[User:Savok|Savok]] 02:34, 23 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::: I've personally been using 'canals' in my fortress for quite a while, and what I do is simply allocate nobles' rooms along the side of the canal, and before flooding the waterway, I dig into it and build glass windows and blocks so the nobles can watch the fish swim by.  I doubt it actually raises the room value by any more than the glass windows' base value, but I like the effect.  This isn't really an &amp;quot;underwater city&amp;quot; per se, but it's born of the same concept.  --[[User:Eddie|Eddie]] 07:45, 26 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Check out [[User:Squirrelloid/Under the Sea]], then note that I haven't quite tested any of the possible methods yet.  I'm about ready to turn on the magma tap and see if I can create an obsidian stalagmite with successive bursts of magma followed by channelling - that may provide a way to build stairs down through and assemble a mass pump appartus - yes, this is going to be a lot of work.  Its took 6 years of game time to get to the point where I was ready and able to do a trial run - admittedly, it wasn't the only thing I was focused on.  --[[User:Squirrelloid|Squirrelloid]] 12:28, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
== Dwarf Factory ==&lt;br /&gt;
&lt;br /&gt;
--[[User:Bilkinson|Bilkinson]] 18:12, 28 August 2008 (EDT)&lt;br /&gt;
Looking to develop this callenge concept:&lt;br /&gt;
&lt;br /&gt;
Your fortress is a highly specialized industrial complex. Select one item, or very narrow category of items. (ie Flour, Scepters, Shoes, Silk Bags, Crossbow Bolts) This is your factory's product. You must produce as much of it as possible, and it may only be used for export to any any and all caravans which visit your factory. Set up shift schedules, assign massive teams of dwarves (or even all of them!) to your core product, and generally devote your fort to maximizing output. &lt;br /&gt;
&lt;br /&gt;
Variants: &amp;lt;br /&amp;gt;&lt;br /&gt;
Assembly line - Each Dwarf is assigned a single stage of the production cycle, this is their only labour. Workshops should be grouped togeather by type, ordered based on the production cycle and grouped with relevant stockpiles.&amp;lt;br /&amp;gt;&lt;br /&gt;
Communal - Every Dwarf has every relevant labour enabled, in addition to whatever else they do for the fort.&amp;lt;br /&amp;gt;&lt;br /&gt;
High Management - For each Task in your production, appoint a department head. As the number of workers in each department grows, start appointing shift managers. As your factory expands in size, appoint reigonal coordinators and quality control bureaus. Cap this off with a board of directors and a CEO. None of these dwarves do anything but fill noble slots and build social skills.&amp;lt;br /&amp;gt;&lt;br /&gt;
Prison/Work Camp - Noble dwarves do not contribute to labour. Max the fortress/royal Guard at all times and draft 20% of the population into the army. The remaining dwarves are prisoners who must produce output. Build walls, rig traps, and make an example of anyone who fails to meet their quota.&amp;lt;br /&amp;gt;&lt;br /&gt;
People's Glorious Five-Year Plan - As above, but arrive with no skilled workers, rig all facilities with self destructs and kill switches, and only arm one in ten of your soldiers.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bonus: Only produce things vital to the survival of your workers, or directly involved in making your product. Anything else must be imported.&amp;lt;br /&amp;gt;&lt;br /&gt;
Further Bonus: Produce only your final product, all raw materials must be imported. spend the surplus on anything else you may need.&lt;br /&gt;
&lt;br /&gt;
How's it sound?&lt;br /&gt;
&lt;br /&gt;
== Luxurious Tomb ==&lt;br /&gt;
&lt;br /&gt;
Build an extravagant mausoleum for your entire dwarf community.  Make it multi-leveled, make it a pyramid, make it out of glass if you want - but it must serve no other purpose than to be a dying place, and must not be accessed for any purpose other than to build it.  Add a few decorations here and there, statues, tables, and a whole lot of coffins to house everyone.&lt;br /&gt;
&lt;br /&gt;
Once it's complete, turn your fortress into a ghost town.  Remove the designation of all your stockpiles.  Forbid all the workshops and forbid access to the different areas of the fort as they get deserted to limit dwarf movement.  Lure everyone into the tomb, seal the entrance from the inside and watch everyone die inside their new mausoleum.  The tomb should be designed such that the initial entry point cannot easily be guessed (i.e.: The entrance should be sealed using a wall or some other solid structure - not via a door you just mark forbidden.&lt;br /&gt;
&lt;br /&gt;
BONUS: make access to the tomb difficult or impossible, either by causing a cave-in in the tunnel that leads towards it, or by flooding the surrounding area in water or magma.&lt;br /&gt;
&lt;br /&gt;
BONUS #2: Build the tomb over a chasm.  Find a way to drop the whole tomb-building into it once everyone's inside.&lt;br /&gt;
&lt;br /&gt;
:Suggestion: DON'T build it over a chasm; build it over a very large pit (deep enough to be called a 'chasm' by some) and make a set of ramps that lead down to the bottom. 1x2 setup; that is:&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ..&lt;br /&gt;
 That is, up ramps, turn on normal flooring, then continue back up in the opposite direction. So a dwarf would travel in this path:&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 &amp;gt;^&lt;br /&gt;
:They'd come down the left ramp, turn left twice, and go down via the right ramp. Then they'd take two more lefts, and go down the left ramp, etc..&lt;br /&gt;
:Just a neat little suggestion that's way too complicated, but'd look nice...also, {{k|V}} is a ramp; {{k|^}} is not.&lt;br /&gt;
:I can't wait to try this out, then watch the temple I build go down, down, down, and '''SMASH'''--then use the ramps alongside it to view (and plunder, of course--it IS a tomb in adventure mode) it.&lt;br /&gt;
:Oh, and just a Z-level view:&lt;br /&gt;
 |   / &lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/&lt;br /&gt;
 |\&lt;br /&gt;
 | \&lt;br /&gt;
 |  \&lt;br /&gt;
 |   \&lt;br /&gt;
:Or:&lt;br /&gt;
 |   /&lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/___&lt;br /&gt;
 |   /&lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/___&lt;br /&gt;
:Etc.. ~ [[User:Midna|Midna]] 23:45, 25 October 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Agoraphobia  ==&lt;br /&gt;
&lt;br /&gt;
Your dwarves are absolutely terrified of the great outdoors, ([[carp|and]] [[Elephant|with]] [[Giant eagle|good]] [[undead|reason]] and want nothing more than to be nestled tightly in the &amp;quot;[[Giant Cave Spider|relative]] [[Pit|saftey]]&amp;quot; of the underground. Upon arrival, immediately burrow into the ground and haul all your supplies out of the sun's glare, and then never set foot on the surface again. Also, to help reduce anxiety, have no single chamber larger than 5x5, and let no hall stretch farther than 5 tiles between doors.--[[User:Bilkinson|Bilkinson]] 11:42, 15 September 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;insert material&amp;gt; Fort....wait, what? ==&lt;br /&gt;
&lt;br /&gt;
Ok, now I can understand a glass fort...and I can understand making it all outside, but how does one build it under water?  Can someone please tell me how to do this so I can try to create my own Dwarven SeaLab? [[User:Alkyon|Alkyon]] 05:58, 17 October 2008 (EDT)&lt;br /&gt;
:I believe its either done via pump rings (enough screw pumps can hollow out sections of the ocean long enough to build something to hold the water back), or in a cold enough seasonal environment, only doing construction during the winter. [[User:HeWhoIsPale|HeWhoIsPale]] 08:44, 17 October 2008 (EDT)&lt;br /&gt;
:: The third option would be building the fort, and then making a lake around it. --[[User:Bilkinson|Bilkinson]] 08:51, 17 October 2008 (EDT)&lt;br /&gt;
::The real trick with building enough screw pumps is in water deeper than 1 z-level you need to find a way to build down - you cannot hang down staircases off sides like you can up staircases.  I'm attempting to pump magma to form an obsidian sheen - tunnel down through it and channel a hole, pump more magma, and so on.  I'll let people know how it works... --[[User:Squirrelloid|Squirrelloid]] 12:41, 19 November 2008 (EST)&lt;br /&gt;
:::So I've heard.  Have you tried just carving a staircase along the underwater cliff on your game?  I hope to see, or at least hear, the results of your work.  As for me, I'm trying this challenge the other way around: Turn a hilly desert map into a massive glass aquarium, with my dwarves living the good life inside. --[[User:Alkyon|Alkyon]] 13:41, 19 November 2008 (EST)&lt;br /&gt;
:::::Well, my goal was to build a free-standing structure in 15 z-levels of water, so yes, if there is a convenient cliff it works, but that limits you to cliffs which start 1 z-level below water.  As all my really deep water areas aren't even close to being accessible in that way, its not even an option.  --[[User:Squirrelloid|Squirrelloid]] 19:34, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::::To me, the solution that comes to mind is to place a weapon rack on a narrow causeway and get recruits to wrestle until one punts another into the abyss. The lucky winner gets to build the up staircase. Getting materials below is easy, you can just build something and deconstruct it, among other more elaborate means. --[[User:Navian|Navian]] 17:41, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::::That only works if its only 2 z-levels down, because otherwise the dwarf falls into deeper water and drowns... and as 2 z-levels is boring... --[[User:Squirrelloid|Squirrelloid]] 19:34, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
==Genesis==&lt;br /&gt;
Kill all but two of your starting dwarves off (one male and one female).  Seal them in your fortress (no trading).  Repopulate the earth.  Measure of success is based on number of children before the fortress dies.  Thoughts?&lt;br /&gt;
--[[User:Squirrelloid|Squirrelloid]] 05:12, 22 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:How reliably can you get them to mate?--[[User:Maximus|Maximus]] 16:57, 22 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Tried this out - 3 years in and not even lovers yet.  Ick.  So, here's the problem: you really want two dwarves who won't start as friends with many other people (although each other is ok), and who can handle stress and aren't quick to anger.  Because of course your first hurdle is going to be surviving the unhappiness generated by killing off everyone else.  (You may just want to build some coffins early just in case).  Unfortunately, the embark screen view mode won't let you see who they're friends with before embarking, so if you want to assign just two of them skills you're making guesses based solely on their personality traits as two which dwarves will be compatible and likely to survive the initial culling.  After that you then need to reduce your job queue to almost nothing and basically lock them in the same room together so they spend their time talking - because you've already chosen otherwise self-reliant and anti-social dwarves.  &lt;br /&gt;
&lt;br /&gt;
::Some evidence on the Relationships talk page suggests giving some social skills to your dwarves may increase the rate at which they progress to friends/lovers.&lt;br /&gt;
&lt;br /&gt;
::My first attempt was a Carpenter 5/Cook 5 and a Mason 5/Grower 5... I might have to revise that to Mason 5/Grower 3/Something social 2 and Carpenter 4/Cook 4/something social 2 - but carpenter and mason are going to be important for generating happy thoughts.&lt;br /&gt;
&lt;br /&gt;
::Apparently setting the .init file to a max of 2 dwarves doesn't stop immigrants from coming - which is annoying because I really don't want to keep killing them off, and they keep stealing my moods.  (Yes, i put a stone stockpile outside so the immigrants can build their own deathtrap over the lava vent).  I do recommend playing on an island so you only have to deal with not going outside for the dwarf caravan each year.  And the liaison will happily join your migrants on the death trap if you make it a meeting area.&lt;br /&gt;
&lt;br /&gt;
::--[[User:Squirrelloid|Squirrelloid]] 10:18, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::It's all a matter of compatibility. Dwarves actually don't start out friends, they just make them almost instantly at the start (and can make grudges here, too. I had one who had a very low sense of adventure while everyone else had high, and five of the seven had grudges with her.) To become lovers and get married requires a very, very high compatibility--whatever that means. It seems that some dwarves never upgrade from lovers to married, either, perhaps due to being not compatible enough, but being faced with a lack of programming to handle breakups. (I'll leave that one to the playwrights.) Getting this challenge to work is probably more than half the challenge! --[[User:Navian|Navian]] 11:29, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Do social skills make dwarves more likely to make friends, or does being friendly make dwarves more likely to gain social skills?  Instead of focusing on social skills, you might need to pick dwarves with a lot of friendly traits (or even compatible traits, like Navian suggests).  You can check their personalities before setting out -- if you don't see compatible traits, scrap it and start building another party.&lt;br /&gt;
&lt;br /&gt;
:::For happiness, build several native gold (i.e., masonry) statues and put them in their bedrooms -- that will dwarf (ahem) the bonus you will get from the bed itself being high-quality.  You can potentially skip carpentry altogether.&lt;br /&gt;
&lt;br /&gt;
:::For them to actually form a relationship, you might need to give them idle time, during which they will socialize.  &lt;br /&gt;
&lt;br /&gt;
:::To keep other dwarves away, you could try putting a moat around the entire perimeter of the map (better still, a magma moat).  This worked with the 2D version, but with finite quantities of fluid in the 3D version, it might not work anymore.  But if you do want to try, put a wall as close to the edge of the map as it allows you, and flood everything outside it.  Have the sacrificial five (and all immigrants) work on that.&lt;br /&gt;
&lt;br /&gt;
:::Supposedly you won't get moods at all in a fortress with less than 20 dwarves.  You also won't get moods if you haven't produced enough goods or revealed enough tiles through mining (see [[strange mood]]).--[[User:Maximus|Maximus]] 12:30, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:Is there a way to disable other dwarf civilizations from existing? I've been looking around world generation and stuff but I can't seem to find a way to do so. Closest I found is making minimum savagery 66 but it rejects the worlds without Dwarfs it seems. --[[User:Doodle|Doodle]] 14:14, 17 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Noblesse requis==&lt;br /&gt;
&lt;br /&gt;
Build your fortress to please the sick, twisted, evil nobles needs. Build a execution chamber for your rowdy dwarves and build a torture chamber for your dungeon master, using your imagination! Use this to punish pathetic dwarves who dare rebel. Build palaces for your nobles and pamper them in every way. Pour most of your resources into a beautiful place for nobles to live whilst letting your dwarves sleep in tiny, pathetic rooms.  The only exception is your mayor, who rises from the rank of the disgusting peons. He must live in squalor as well, preferably next to noble rooms to so the nobles can taunt him. score yourself according to how happy your nobles are, and your worth. Evil. And fun! can I add this to the main page? --[[User:Jackrabbit|Jackrabbit]] 03:04, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:Sure &amp;amp;ndash; it's a wiki, after all. You can edit the pages yourself!&lt;br /&gt;
:Also, is that really what [http://en.wikipedia.org/wiki/Noblesse_oblige Noblesse/noblis oblige] means? --[[User:Savok|Savok]] 10:55, 11 December 2008 (EST)&lt;br /&gt;
::Nope, just sounds good. I was hoping nobody would look it up. Maybe I'll change the name. Also, I'm new to wikis in general so I don't really know how everything works, desipte making this profile about a year ago. Thanks!--[[User:Jackrabbit|Jackrabbit]] 18:26, 11 December 2008 (EST)&lt;br /&gt;
:::Okay, changed it to Noble demand. Thanks!--[[User:Jackrabbit|Jackrabbit]] 18:30, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
== Magma/Lava Waterfall ==&lt;br /&gt;
&lt;br /&gt;
Would creating a sustainable magmafall, or one that can be triggered as part of a defense system, be considered a challenge?  Or is it more of a Stupid Dwarf Trick?  I'm just curious because one has to take into account building the thing, making sure it won't set your dwarves on fire, and where to put the excess magma/lava since you can't really just pump it back into the magma pipe without some sort of massive and elaborate pump system. (Oh wow, I feel stupid.  I created a new subject and forgot to sign it for at least two days.) --[[User:Alkyon|Alkyon]] 20:26, 10 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:I'm inclined to declare it a SDT, due to the overly dangerous side effects. But then... I'd also call half the challenges SDTs too. I think that if the side effects are more dangerous than the intended effect, it's no longer a challenge, but something some random (insane) dwarf felt needed to be done. To put it in perspective, there's few cases where a 20-dwarf squad can't handle an entire siege, with or without fortifications and traps. Give them those, and they can handle all the siegers rushing and arriving at the same time. Even if you never have any mistakes during the construction of the magma-defenses (and that's a rare thing) then you could easily lose more than 20 in the first siege alone from dwarves trying to gather dropped goods. It's also almost useless against any other defenses (thieves &amp;amp; ambushes) since you'll have little, if any forewarning that you need to clear the area and throw the switch.&lt;br /&gt;
:On the other side of the fence, if you're particularly interested in making this, you should do the little things, like making a near-exact count of how much lava you'll need to let flow, to both keep all tiles where it will settle to less than 2/7 (since then it would never evaporate, the best cleaning method) and how to direct the flow so that it covers the path, but doesn't flow to other areas you didn't intend. --[[User:N9103|Edward]] 15:38, 11 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::Well, it doesn't have to be part of a defense system, one could just have massive magma waterfalls lining their entrance.  Though I have to say from experience that the hardest part is drainage.  Creating a massive magma cistern is one thing, it just takes some pumps and construction, but getting the stuff to not backup on the way to the disposal chasm and therefore not flood your fortress is a bit more complex than it first seems.--[[User:Alkyon|Alkyon]] 11:13, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Which is why it's great building your fort into the the ledge a few levels over a Magma Pipe ;) --[[User:N9103|Edward]] 21:01, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::::Hmm, that would be one way to do it, too bad I can't search for maps with that specific of a terrain set.  Anyways, there has to be a way to spill off at least some of the magma as the magma pipes fill slowly but constantly from the bottom.  Also, I learned from my failed experiment that Coke roads + magma spillover = road of fire.  Unusable except for turning your fortress into Mordor, which is awesome in it's own way. --[[User:Alkyon|Alkyon]] 21:29, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::::LOL, yes, I saw that and was thinking something along the lines of Mordor myself ;)  As for spill over, the magma tends to flow off to the side off the top of the magma pipe where I'm at, resulting in a net loss to evaporation, so I just turn it off for a season once or twice a year. As for finding a magma pipe that's exposed *and* sunken, to provide atleast one level of inaccessible floor around the pipe, I'd look in the mountains, where you've got many many levels of elevation. Or atleast, that's what my map looks like (50+ levels) with the majority of the map being mountain tiles, and one corner (of a 2x4 map) being desert. It had two * listed in the height map, '''''but no chasm''''', so that could help to find one. --[[User:N9103|Edward]] 23:35, 14 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:Or, how about a dual water/magma waterfall, meeting on the road leading in? Encase your enemies in carbonite, err, obsidian. [[User:Random|Random]] 20:31, 15 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Real time&amp;quot; challenge talk ==&lt;br /&gt;
&lt;br /&gt;
1) As mentioned in the challenge, opening any menu pauses the game&lt;br /&gt;
&lt;br /&gt;
2) &amp;quot;You have struck Alunite!&amp;quot;  Anyone else get this message and a pause every 5 minutes?&lt;br /&gt;
&lt;br /&gt;
If you were to keep the game running while you slept -- and trust me, I have -- all it takes is one minor inconvenience of the legion the game contains to pause it.  I set the game to keep running before I went to bed one night, and between doing that and going to brush my teeth, it paused.  I resumed, lay down in bed, and not a minute later, I opened my eyes to see the game had paused ''again.''  Too much stuff causes the game to pause to really execute this without constant babying.&lt;br /&gt;
&lt;br /&gt;
Overall, I don't see this challenge as being feasible.  Not bad in theory, but impossible in practice.  --[[User:Eddie|Eddie]] 06:15, 16 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:Yes, thats true. That challenge would require either a new version where pausing-for-announcements can be disabled or a helper program to automatically acknowledge them and unpause the game. [[User:Random|Random]] 20:54, 16 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== Hermit Challenge ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have any tips for not having any damn migrants? The carps can't eat everyone.&lt;br /&gt;
: Well, you can just kill them all. Atom smasher, lava, water, goblin siege, choose your way to kill them. Even random ballista bolt could do the trick! Bonus point for the creative part !? :D [[User:Karl|Karl]] 19:45, 21 January 2009 (EST)&lt;br /&gt;
::Well, if the problem gets too extreme, you can adjust your maximum population to 1 in the ini files, and see if that works...--[[User:Quil|Quil]] 20:43, 21 January 2009 (EST)&lt;br /&gt;
::: It doesn't work. The POPULATION_CAP seems bugged something awful. [[User:AbuDhabi|AbuDhabi]] 02:36, 23 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== The Great Wall of [Kingdom] ==&lt;br /&gt;
&lt;br /&gt;
Here's an interesting challenge:&lt;br /&gt;
&lt;br /&gt;
Your kingdom needs a great impenetrable defense to protect against your goblin enemies. You have been assigned to build a giant wall!&lt;br /&gt;
&lt;br /&gt;
The wall must stretch from one side to the opposite, have a height of 5 z-axis, be four tiles wide complete with gate(s), towers, fortifications, ballistas and catapults. You must also position a crossbowdwarf at every ten tiles.&lt;br /&gt;
&lt;br /&gt;
* BONUS: Build it right next to a goblin lair.&lt;br /&gt;
* BONUS: Build it all using only wood.&lt;br /&gt;
* BONUS++: Build it all using only soap!&lt;br /&gt;
&lt;br /&gt;
[[User:Myroc|Myroc]] 15:16, 22 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:This wouldn't work due to the fact that you can't build walls (among other things) too close to the edge.  At best, it would have to start six tiles in on both sides.  However, you could implement an existing hill/mountain to &amp;quot;assist&amp;quot; with the completion of the wall.&lt;br /&gt;
:[[User:Nocash|Nocash]] 18:30, 24 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::Ah, good point. I kinda forgot about that. [[User:Myroc|Myroc]] 05:50, 25 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::You could use raised bridges at the ends, they can be built right up to the edges.  --[[User:Torasin|Torasin]] 13:25, 25 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== Pave the World? ==&lt;br /&gt;
&lt;br /&gt;
If one where to flood the world with magma, then flood it with water, you would be left with a solid block of obsidian, am I right? (along with ALOT of steam.)  Bonus for paving the elves. --[[User:Zchris13|Zchris13]] 18:13, 7 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unfortunately, Unless you time it right, you will get one flat layer of obsidian with all the water under it; the obsidian doesn't jump straight to the bottom. [[User:Sensei|Sensei: Last seen somewhere in the Basic Jungle of Terror]] 17:26, 16 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:So if the water reaches the edge, and it drains, you're left with a layer of obsidian sitting on air?  I can't really think of a use for something like that, but it sounds incredibly awesome anyway.  --[[User:Smartmo|Smartmo]] 19:03, 16 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rewrite ==&lt;br /&gt;
Alright, this article is getting way too messy. 60 top-level items is more than most talk pages, many of them overlap each other, the ones involving goblin forts are out of date (as local goblins are automatically friendly as of 40d) and some of them just plain aren't challenges.&lt;br /&gt;
&lt;br /&gt;
For now I've split them up into three broad categories, and I plan to weed out redundant/wrong bits and streamline the whole thing while still hopefully preserving some of the &amp;quot;flavor text&amp;quot;. [[User:Walliard|Walliard]] 04:06, 14 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== College ==&lt;br /&gt;
A center for enlighted craftsmanship studying and teaching. There should be auditoriums for each workshop type lined with chairs and a few lecture rooms with ascending rows of chairs where nobles rant to the peasants how lesser they are and to teach them manners. A canteen and dorms will also be needed.&lt;br /&gt;
&lt;br /&gt;
Minor bonus: auditoriums are designated as meeting halls and have balconies and floor hatches on the ceiling to allow best studying with illuminated stages.&amp;lt;br /&amp;gt;&lt;br /&gt;
Minor bonus: Hold keger parties each night.&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonus: Do not make co-ed dorms; married couples can rent a small apartment from nearby study houses.&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonus +: Engligthen other races.&amp;lt;br /&amp;gt;&lt;br /&gt;
Ultimate bonus: Englighten orcs, goblins and other less friendly creatures. -[[User:Karpatius|Karp]] 08:00, 6 May 2009 (UTC)&lt;br /&gt;
: How does one &amp;quot;enlighten&amp;quot; other races? [[User:Lymojo|Lymojo]] 21:38, 13 May 2009 (UTC)Lymojo&lt;br /&gt;
&lt;br /&gt;
== Water Park challange ==&lt;br /&gt;
&lt;br /&gt;
Try to make a bunch of pools and somehow keep the water level always at 4/7 so they wont drown. Then set the pools as meeting areas so all of your dwarves will go there and eventually everyone will be legendary swimmers &lt;br /&gt;
&lt;br /&gt;
bonus: somehow make waterslides&lt;br /&gt;
&lt;br /&gt;
bonus: make it outside so your dwarves will be tan&lt;br /&gt;
&lt;br /&gt;
bonus: pave it with gold &lt;br /&gt;
&lt;br /&gt;
bonus: make a sauna using steam from lava and water colliding&lt;br /&gt;
&lt;br /&gt;
how does this sound as a challenge. If you can get it to work all of your peasants will get stats from the swimming skill making them easier to train in something useful.--[[User:Cerol The Elf Hunter|Cerol The Elf Hunter]] 16:08, 28 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Splitting Article? ==&lt;br /&gt;
&lt;br /&gt;
I was thinking this article is getting cumbersome. Would anyone else think splitting this into &amp;quot;Challenges&amp;quot; and &amp;quot;Projects&amp;quot; is a good idea? Then we can work on getting each one organized in their own way. We can find an easier way to sort them and keep redundant ideas from cluttering up the place.--[[User:Detinith]] 01:01, 1 July 2009 (ETC)&lt;br /&gt;
&lt;br /&gt;
:There is a page for [[Stupid_dwarf_trick|stupid dwarf tricks]]... --[[User:MoQ|MoQ]] 21:30, 1 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Challenges&amp;diff=54035</id>
		<title>40d Talk:Challenges</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Challenges&amp;diff=54035"/>
		<updated>2009-10-06T19:14:43Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: /* Insane Renegade (just a thought) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Prison Complex==&lt;br /&gt;
The idea is to build a large detention centre for the Mountainhomes.&lt;br /&gt;
Your starting 7 are the only dwarves allowed as wardens (except immigrants already in the military) and should have military skills and some basic construction skills.&lt;br /&gt;
All immigrants are treated as prisoners, and should be met as soon as possible once they enter the map and shepherded into the prison.&lt;br /&gt;
The cells should be arranged on three or four z-levels and all cell doors on a row linked to a lever in a seperate guard-only area.&lt;br /&gt;
'New fish' entered into general population during the out-of-cell hours, then all prisoners locked up for the night.&lt;br /&gt;
Some prisoners are on food duties - farming and such - but all food for prisoners to be dished out in a canteen.&lt;br /&gt;
Prisoners may also work on crafting items for the guards to trade.&lt;br /&gt;
Ideally many of your inmates are going to lose the plot and start attacking other inmates, leading to riots and all sorts. Send in the dogs!&lt;br /&gt;
&lt;br /&gt;
I'm sure there are other interesting additions to this concept, but my experience with large and especially themed fortresses is limited.&lt;br /&gt;
I'd love it if anyone could expand this, and maybe figure out how to control the prisoners, get them all to bed etc.&lt;br /&gt;
Also, this is my first post on these pages, so hope I'm doing it right. :)&lt;br /&gt;
&lt;br /&gt;
==Colorful==&lt;br /&gt;
This is an idea I got by reading trough all the challenges, what if you make it a goal to have the fortress in the colour of the rainbow. (Example, 80x80 tile fortress, first 10 tiles are red, second 10 tiles are brown-orange, the third 10 are yellow and go on) --[[User:G1real|G1real]] 08:43, 27 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Sparta==&lt;br /&gt;
&amp;quot;You shouldn't create chainmail or plate armour.&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;why? --Savok &lt;br /&gt;
:because spartans don't wear chest armor. you should definately watch 300, it's like Dwarf Fortress on crack! --AlexFili &lt;br /&gt;
::from what I've read, 300 isn't an accurate depiction of Spartan life. However, this challenge build is based on 300 --Savok&lt;br /&gt;
:::Alright, fair point, 300 was based from a graphic novel, but many similarities between Spartans in 300 and in real history are present. --[[User:AlexFili|AlexFili]] 10:39, 9 June 2008 (EDT) &lt;br /&gt;
::::&amp;quot;However, this challenge build is based on 300&amp;quot; No it isn't. At least, it wasn't intended to be. I guess I shouldn't have referred to pop culture when I added it. --juckto&lt;br /&gt;
:::::The hell with it. Split off spartans from 300. [[User:Juckto|Juckto]] 16:55, 14 June 2008 (EDT)&lt;br /&gt;
::::::Not only did Spartans use chest armour (although in the form of bronze muscel cuirasses), but it was illegal and finable to fight without your armour. Theres one story of a Prince praying in Temple when some enemies attacked, he ran out naked and killed them, the Oligarchs awarded and praised him with one hand and then fined him with the other. Further specific Spartan attributes, the largely did not wear sandals except during war (don't want your feet to be soft and flabby, gotta make them rock-proof), Sparta itself didn't rely on walls (although they did use them [notably at the battle of the Hot Gates to keep the Persians from landing south of the gates] and the city did eventually make some). Theres also the complicated issue of their government, not sure how to replicate that, dual monarchy with the Kings having no real governmental powers and an oligarchy ruling at home. Maybe having a Legendary warrior lead each of two squads and having every position (Book Keeper, Mayor, Captain of the Guard even maybe) filled by a useless fat rich guy in a nice shiny house. I should also point out alot of their generals and kings were known for a love of gold and that 50% of the population being in the military is not very accurate, actual Spartan soldiers were vastly outnumbered by the Helots. --[[User:Lowlandlord|Lowlandlord]] 01:37, 31 July 2008 (EDT)&lt;br /&gt;
==No mining==&lt;br /&gt;
Now that you construct walls and fortifications out of wood, I wonder if anyone is going to take on a 'no mining' challenge?  You're going to need a ''lot'' of wood! --[[User:Mechturk|Mechturk]] 17:00, 6 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Some people already are :p --[[User:Turgid Bolk|Turgid Bolk]] 17:44, 6 November 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::I'm running a game with Elves as the playable civilization, a challenge on its own--The Forest Retreat of Inalamina is well into its ninth year, with a population of 220, and this is without mining ''or'' cutting down any trees. It's defended entirely by spearmen, swordsmen, and wrestlers, and the nobles/admins and wounded elves live happily in tree forts and lean-tos! Worth adding, maybe? I'd even consider writing an article for it... --[[User:Navian|Navian]] 10:23, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: I am completely enthralled. I'd love to see it written up. Screenshots, the whole thing. --[[User:RomeoFalling|RomeoFalling]] 10:37, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::Oh, you mean for the game I'm running itself? I'd love to, but I can't seem to find what the rules for that are and I don't want to step on any toes by randomly creating a page. --[[User:Navian|Navian]] 10:48, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: Either for the game itself, or a general essay sorta thing on the challenges and solutions for that kind of gameplay. As for the [[rules]], I don't know what you're talking about exactly. A wiki is a kind of anarchistic democracy. If you think it's worth putting up, you are free to put it up. If someone wants to take it down, they're free to do that too. &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:RomeoFalling|RomeoFalling]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:::Put the writeup on your userpage, and if it can be broadened into something else, we'll move it into the mainspace.--[[User:Maximus|Maximus]] 23:09, 6 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
==Assassination==&lt;br /&gt;
I tried &amp;quot;Assassination&amp;quot; the other day and found that it was incredibly easy with a group of axedwarves. Not only did I kill the hardest-to-get-at goblin, I killed every last other goblin too. In the end, there were only 2 dogs and 2 dwarves dead (the last one fell, sadly, to the last goblin left, who was hiding in the tunnels.--[[User:Smoking Gnu|Smoking Gnu]] 22:51, 15 December 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
:Now do it with 7 untrained dwarves with no armor. --[[User:TheUbie|TheUbie]] 19:30, 29 December 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
::Mwa ha ha ha!--[[User:Jackrabbit|Jackrabbit]] 18:38, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::: How did you get it to work?  I've tried starting with goblins and they are always &amp;quot;friendly&amp;quot; on the unit screen and so I can not attack them.  Is there some trick to getting them hostile so you can do this sort of thing? 40d, by the way. --[[User:Kwieland|Kwieland]] 11:33, 18 February 2009 (EST)&lt;br /&gt;
::::Unless you're actually at war with the goblins, they'll always be 'friendly' when there's a tower nearby.  Bug, I think. --22:57, 17 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Humanlike? ==&lt;br /&gt;
It should be noted that the 'human-like fortress' as described is historically inaccurate.  In particular, its either misrepresenting or confusing various details.  One major point is that a _castle_ never incorporated a town.  There are walled towns and there are castles, but these are entirely different things.  A couple of historical periods/styles would lead to the following different suggestions:&lt;br /&gt;
&lt;br /&gt;
(A) Larger (stone) medieval castles sometimes had industry in the bailey.  This was often pressed up against the outer wall to save on space and wall building.  It was usually militarily useful industry (ie, metalsmithing of various types).  Cooking and possibly brewing might also happen, and cooking at least would have been handled in the keep itself.  Industries including jewelry, carpentry (on a permanent basis), and other non-military production would have been outside the castle, quite possibly in a town nearby.  &lt;br /&gt;
&lt;br /&gt;
(B) More isolated smaller castles would have done necessary production in the bailey on a temporary basis (ie, erecting a carpentry work area when needed and disassembling it afterwards), with a few permanent industries (notably blacksmithing).&lt;br /&gt;
&lt;br /&gt;
(C) 'Dark Ages' castles would be made of wood, and weren't large enough to accomodate much industry.  Instead they would have imported everything.  The early castle was a defensible home for the lord and his family, and would only house them and a few military retainers.&lt;br /&gt;
&lt;br /&gt;
It should be noted that the lack of focus on industry in a castle meant diverse tasks might share the same workspace and in fact be handled by the same person.  The purpose of a castle is military, not production, and castle's only produced goods for internal demand that either could not be imported, would be inconvenient to import, or were critical to the military purpose (and couldn't afford access to those goods being lost during a siege).&lt;br /&gt;
&lt;br /&gt;
(D) A walled town would have no keep.  Nobles would not live there.  Basically, towns would build a wall around their perimeter for defense.  More important towns often grew to encompass nearby castles, and often outgrew their walls - which might either lead to substantial portions beyond the walls or accruing walls occasionally to encompass new growth.  Despite a castle potentially being encompassed by a town, the castle and town were administratively separate - towns receiving independent charters from the crown - and the town was never subject to the lord of the castle (who may well control the surrounding countryside).&lt;br /&gt;
&lt;br /&gt;
Given the nature of Dwarf Fortress, treating it as a town rather than a castle is probably preferable unless you really want to emphasize military skills, which could be interesting.  You could, of course, create a castle and a town, keeping them as virtually separate entities, with military dwarves and nobles living in the castle and other dwarves living in the town.&lt;br /&gt;
&lt;br /&gt;
--[[User:Squirrelloid|Squirrelloid]] 18:11, 30 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:When did we start trying to make DF fit real-world history?&lt;br /&gt;
:His idea seems perfectly fine when compared to in-game human towns/cities, as they have a keep and whatnot as part of the city. Only difference is adding a wall around it all. --[[User:N9103|Edward]] 18:25, 30 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Insane Renegade (just a thought) ==&lt;br /&gt;
&lt;br /&gt;
Well I was thinking something along these lines,&lt;br /&gt;
&lt;br /&gt;
They all think that your crazy, so you and some others ran. You shouldn't trust them... They want you dead. Except for the (random profession/job) they think like you. KILL THEM KILL ALL THAT OPPOSE YOU!!,&lt;br /&gt;
&lt;br /&gt;
Description:&lt;br /&gt;
Xenophobia, Do not trade with others, Kill all immigrants except ones of a certain job/profession. If you want to go as a truly insane person, ban all statues and engravings of Dwarven faces (the statues, THE ROCKS! THEY ALL WANT ME DEAD!!!!) Be prepared for a long life of hatred and sieges.&lt;br /&gt;
&lt;br /&gt;
P.S. if anyone edits this and puts it on the main thing please give me partial credit... Thank you and goodnight! &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:LrZeph|LrZeph]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:How is this different from [[Challenges#Outcast|Outcast]], aside from the RP? --[[User:Savok|Savok]] 16:41, 22 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Oh dear, i missed that one. never mind &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:LrZeph|LrZeph]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Changed &amp;quot;only carve larges (at least 2 tiles) tunnels&amp;quot; to &amp;quot;only carve large (at least 2 tiles) tunnels&amp;quot; --[[User:Wavecutter|Wavecutter]] 19:14, 6 October 2009 (UTC)Wavecutter&lt;br /&gt;
&lt;br /&gt;
== Dystopian society ==&lt;br /&gt;
&lt;br /&gt;
Anyone thought of making a fortress based off one of those dystopian futures found in scifi novels like 1984, We, Brave New World, and Fahrenheit 451? The way I imagine it, it would be similar to the Equaland challenge, with variations based on the dystopian principle of your choice. For example, if you want to encourage uniformity across your population, enable all labor for every dwarf and persecute anyone who skills up too quickly at a given skill. A strict caste system might also be implementable, a la Brave New World. Another idea would be to kill off or at least &amp;quot;re-educate&amp;quot; any dwarf that falls below ecstatic for an extended period of time. Tons of ideas at {{wiki|Dystopia}}. Thoughts? --[[User:Mikaka|Mikaka]] 04:56, 24 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:That sounds like a good challenge. --[[User:Savok|Savok]] 08:24, 24 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Underwater Building ==&lt;br /&gt;
&lt;br /&gt;
I've decided to take on the underwater building challenge, and have started Migrurmestthos, The Ocean-Citadel. But ah... I can't for the live of me figure out how I'm going to get glass blocks to the bottom of the ocean. Any ideas? --[[User:Anfini|Anfini]] 20:36, 19 July 2008 (EDT)&amp;lt;br&amp;gt;&lt;br /&gt;
''P.S.: I've altered the creature tokens and set my Dwarves to Aquatic.''&lt;br /&gt;
&lt;br /&gt;
:I recommend either&lt;br /&gt;
:#Don't build it in the ocean.&lt;br /&gt;
:#Use pumping to pump a large area of the top level of the ocean out. Do the same with a slightly smaller area one level down. Repeat as desired.&lt;br /&gt;
:#Pump the ocean out, build, then let it flow back in. This is like the above, but with the whole visible ocean. --[[User:Savok|Savok]] 22:45, 20 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::Oookay, okay. I have single-handedly diverted the courses of raging rapids to give my children something to drink, harnessed the power of lava, and built towers of glass. However, I cannot help but approach the idea of pumping out '''the entire ocean''' with a bit of skepticism. Is this ''really'' possible? --[[User:Anfini|Anfini]] 22:53, 21 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::Aye, it is. Aside from waves, the &amp;quot;entire&amp;quot; ocean is really, due to map limitations, just a large, fast-refilling lake. If you build a ring of pumps properly, you should be able to clear the water from a section, which can be as large as your fortress map. --[[User:Savok|Savok]] 02:34, 23 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::: I've personally been using 'canals' in my fortress for quite a while, and what I do is simply allocate nobles' rooms along the side of the canal, and before flooding the waterway, I dig into it and build glass windows and blocks so the nobles can watch the fish swim by.  I doubt it actually raises the room value by any more than the glass windows' base value, but I like the effect.  This isn't really an &amp;quot;underwater city&amp;quot; per se, but it's born of the same concept.  --[[User:Eddie|Eddie]] 07:45, 26 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Check out [[User:Squirrelloid/Under the Sea]], then note that I haven't quite tested any of the possible methods yet.  I'm about ready to turn on the magma tap and see if I can create an obsidian stalagmite with successive bursts of magma followed by channelling - that may provide a way to build stairs down through and assemble a mass pump appartus - yes, this is going to be a lot of work.  Its took 6 years of game time to get to the point where I was ready and able to do a trial run - admittedly, it wasn't the only thing I was focused on.  --[[User:Squirrelloid|Squirrelloid]] 12:28, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
== Dwarf Factory ==&lt;br /&gt;
&lt;br /&gt;
--[[User:Bilkinson|Bilkinson]] 18:12, 28 August 2008 (EDT)&lt;br /&gt;
Looking to develop this callenge concept:&lt;br /&gt;
&lt;br /&gt;
Your fortress is a highly specialized industrial complex. Select one item, or very narrow category of items. (ie Flour, Scepters, Shoes, Silk Bags, Crossbow Bolts) This is your factory's product. You must produce as much of it as possible, and it may only be used for export to any any and all caravans which visit your factory. Set up shift schedules, assign massive teams of dwarves (or even all of them!) to your core product, and generally devote your fort to maximizing output. &lt;br /&gt;
&lt;br /&gt;
Variants: &amp;lt;br /&amp;gt;&lt;br /&gt;
Assembly line - Each Dwarf is assigned a single stage of the production cycle, this is their only labour. Workshops should be grouped togeather by type, ordered based on the production cycle and grouped with relevant stockpiles.&amp;lt;br /&amp;gt;&lt;br /&gt;
Communal - Every Dwarf has every relevant labour enabled, in addition to whatever else they do for the fort.&amp;lt;br /&amp;gt;&lt;br /&gt;
High Management - For each Task in your production, appoint a department head. As the number of workers in each department grows, start appointing shift managers. As your factory expands in size, appoint reigonal coordinators and quality control bureaus. Cap this off with a board of directors and a CEO. None of these dwarves do anything but fill noble slots and build social skills.&amp;lt;br /&amp;gt;&lt;br /&gt;
Prison/Work Camp - Noble dwarves do not contribute to labour. Max the fortress/royal Guard at all times and draft 20% of the population into the army. The remaining dwarves are prisoners who must produce output. Build walls, rig traps, and make an example of anyone who fails to meet their quota.&amp;lt;br /&amp;gt;&lt;br /&gt;
People's Glorious Five-Year Plan - As above, but arrive with no skilled workers, rig all facilities with self destructs and kill switches, and only arm one in ten of your soldiers.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bonus: Only produce things vital to the survival of your workers, or directly involved in making your product. Anything else must be imported.&amp;lt;br /&amp;gt;&lt;br /&gt;
Further Bonus: Produce only your final product, all raw materials must be imported. spend the surplus on anything else you may need.&lt;br /&gt;
&lt;br /&gt;
How's it sound?&lt;br /&gt;
&lt;br /&gt;
== Luxurious Tomb ==&lt;br /&gt;
&lt;br /&gt;
Build an extravagant mausoleum for your entire dwarf community.  Make it multi-leveled, make it a pyramid, make it out of glass if you want - but it must serve no other purpose than to be a dying place, and must not be accessed for any purpose other than to build it.  Add a few decorations here and there, statues, tables, and a whole lot of coffins to house everyone.&lt;br /&gt;
&lt;br /&gt;
Once it's complete, turn your fortress into a ghost town.  Remove the designation of all your stockpiles.  Forbid all the workshops and forbid access to the different areas of the fort as they get deserted to limit dwarf movement.  Lure everyone into the tomb, seal the entrance from the inside and watch everyone die inside their new mausoleum.  The tomb should be designed such that the initial entry point cannot easily be guessed (i.e.: The entrance should be sealed using a wall or some other solid structure - not via a door you just mark forbidden.&lt;br /&gt;
&lt;br /&gt;
BONUS: make access to the tomb difficult or impossible, either by causing a cave-in in the tunnel that leads towards it, or by flooding the surrounding area in water or magma.&lt;br /&gt;
&lt;br /&gt;
BONUS #2: Build the tomb over a chasm.  Find a way to drop the whole tomb-building into it once everyone's inside.&lt;br /&gt;
&lt;br /&gt;
:Suggestion: DON'T build it over a chasm; build it over a very large pit (deep enough to be called a 'chasm' by some) and make a set of ramps that lead down to the bottom. 1x2 setup; that is:&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ^^&lt;br /&gt;
 ..&lt;br /&gt;
 That is, up ramps, turn on normal flooring, then continue back up in the opposite direction. So a dwarf would travel in this path:&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 VV&lt;br /&gt;
 &amp;gt;^&lt;br /&gt;
:They'd come down the left ramp, turn left twice, and go down via the right ramp. Then they'd take two more lefts, and go down the left ramp, etc..&lt;br /&gt;
:Just a neat little suggestion that's way too complicated, but'd look nice...also, {{k|V}} is a ramp; {{k|^}} is not.&lt;br /&gt;
:I can't wait to try this out, then watch the temple I build go down, down, down, and '''SMASH'''--then use the ramps alongside it to view (and plunder, of course--it IS a tomb in adventure mode) it.&lt;br /&gt;
:Oh, and just a Z-level view:&lt;br /&gt;
 |   / &lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/&lt;br /&gt;
 |\&lt;br /&gt;
 | \&lt;br /&gt;
 |  \&lt;br /&gt;
 |   \&lt;br /&gt;
:Or:&lt;br /&gt;
 |   /&lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/___&lt;br /&gt;
 |   /&lt;br /&gt;
 |  /&lt;br /&gt;
 | /&lt;br /&gt;
 |/___&lt;br /&gt;
:Etc.. ~ [[User:Midna|Midna]] 23:45, 25 October 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Agoraphobia  ==&lt;br /&gt;
&lt;br /&gt;
Your dwarves are absolutely terrified of the great outdoors, ([[carp|and]] [[Elephant|with]] [[Giant eagle|good]] [[undead|reason]] and want nothing more than to be nestled tightly in the &amp;quot;[[Giant Cave Spider|relative]] [[Pit|saftey]]&amp;quot; of the underground. Upon arrival, immediately burrow into the ground and haul all your supplies out of the sun's glare, and then never set foot on the surface again. Also, to help reduce anxiety, have no single chamber larger than 5x5, and let no hall stretch farther than 5 tiles between doors.--[[User:Bilkinson|Bilkinson]] 11:42, 15 September 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;insert material&amp;gt; Fort....wait, what? ==&lt;br /&gt;
&lt;br /&gt;
Ok, now I can understand a glass fort...and I can understand making it all outside, but how does one build it under water?  Can someone please tell me how to do this so I can try to create my own Dwarven SeaLab? [[User:Alkyon|Alkyon]] 05:58, 17 October 2008 (EDT)&lt;br /&gt;
:I believe its either done via pump rings (enough screw pumps can hollow out sections of the ocean long enough to build something to hold the water back), or in a cold enough seasonal environment, only doing construction during the winter. [[User:HeWhoIsPale|HeWhoIsPale]] 08:44, 17 October 2008 (EDT)&lt;br /&gt;
:: The third option would be building the fort, and then making a lake around it. --[[User:Bilkinson|Bilkinson]] 08:51, 17 October 2008 (EDT)&lt;br /&gt;
::The real trick with building enough screw pumps is in water deeper than 1 z-level you need to find a way to build down - you cannot hang down staircases off sides like you can up staircases.  I'm attempting to pump magma to form an obsidian sheen - tunnel down through it and channel a hole, pump more magma, and so on.  I'll let people know how it works... --[[User:Squirrelloid|Squirrelloid]] 12:41, 19 November 2008 (EST)&lt;br /&gt;
:::So I've heard.  Have you tried just carving a staircase along the underwater cliff on your game?  I hope to see, or at least hear, the results of your work.  As for me, I'm trying this challenge the other way around: Turn a hilly desert map into a massive glass aquarium, with my dwarves living the good life inside. --[[User:Alkyon|Alkyon]] 13:41, 19 November 2008 (EST)&lt;br /&gt;
:::::Well, my goal was to build a free-standing structure in 15 z-levels of water, so yes, if there is a convenient cliff it works, but that limits you to cliffs which start 1 z-level below water.  As all my really deep water areas aren't even close to being accessible in that way, its not even an option.  --[[User:Squirrelloid|Squirrelloid]] 19:34, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
::::To me, the solution that comes to mind is to place a weapon rack on a narrow causeway and get recruits to wrestle until one punts another into the abyss. The lucky winner gets to build the up staircase. Getting materials below is easy, you can just build something and deconstruct it, among other more elaborate means. --[[User:Navian|Navian]] 17:41, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::::That only works if its only 2 z-levels down, because otherwise the dwarf falls into deeper water and drowns... and as 2 z-levels is boring... --[[User:Squirrelloid|Squirrelloid]] 19:34, 19 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
==Genesis==&lt;br /&gt;
Kill all but two of your starting dwarves off (one male and one female).  Seal them in your fortress (no trading).  Repopulate the earth.  Measure of success is based on number of children before the fortress dies.  Thoughts?&lt;br /&gt;
--[[User:Squirrelloid|Squirrelloid]] 05:12, 22 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:How reliably can you get them to mate?--[[User:Maximus|Maximus]] 16:57, 22 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:: Tried this out - 3 years in and not even lovers yet.  Ick.  So, here's the problem: you really want two dwarves who won't start as friends with many other people (although each other is ok), and who can handle stress and aren't quick to anger.  Because of course your first hurdle is going to be surviving the unhappiness generated by killing off everyone else.  (You may just want to build some coffins early just in case).  Unfortunately, the embark screen view mode won't let you see who they're friends with before embarking, so if you want to assign just two of them skills you're making guesses based solely on their personality traits as two which dwarves will be compatible and likely to survive the initial culling.  After that you then need to reduce your job queue to almost nothing and basically lock them in the same room together so they spend their time talking - because you've already chosen otherwise self-reliant and anti-social dwarves.  &lt;br /&gt;
&lt;br /&gt;
::Some evidence on the Relationships talk page suggests giving some social skills to your dwarves may increase the rate at which they progress to friends/lovers.&lt;br /&gt;
&lt;br /&gt;
::My first attempt was a Carpenter 5/Cook 5 and a Mason 5/Grower 5... I might have to revise that to Mason 5/Grower 3/Something social 2 and Carpenter 4/Cook 4/something social 2 - but carpenter and mason are going to be important for generating happy thoughts.&lt;br /&gt;
&lt;br /&gt;
::Apparently setting the .init file to a max of 2 dwarves doesn't stop immigrants from coming - which is annoying because I really don't want to keep killing them off, and they keep stealing my moods.  (Yes, i put a stone stockpile outside so the immigrants can build their own deathtrap over the lava vent).  I do recommend playing on an island so you only have to deal with not going outside for the dwarf caravan each year.  And the liaison will happily join your migrants on the death trap if you make it a meeting area.&lt;br /&gt;
&lt;br /&gt;
::--[[User:Squirrelloid|Squirrelloid]] 10:18, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::It's all a matter of compatibility. Dwarves actually don't start out friends, they just make them almost instantly at the start (and can make grudges here, too. I had one who had a very low sense of adventure while everyone else had high, and five of the seven had grudges with her.) To become lovers and get married requires a very, very high compatibility--whatever that means. It seems that some dwarves never upgrade from lovers to married, either, perhaps due to being not compatible enough, but being faced with a lack of programming to handle breakups. (I'll leave that one to the playwrights.) Getting this challenge to work is probably more than half the challenge! --[[User:Navian|Navian]] 11:29, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Do social skills make dwarves more likely to make friends, or does being friendly make dwarves more likely to gain social skills?  Instead of focusing on social skills, you might need to pick dwarves with a lot of friendly traits (or even compatible traits, like Navian suggests).  You can check their personalities before setting out -- if you don't see compatible traits, scrap it and start building another party.&lt;br /&gt;
&lt;br /&gt;
:::For happiness, build several native gold (i.e., masonry) statues and put them in their bedrooms -- that will dwarf (ahem) the bonus you will get from the bed itself being high-quality.  You can potentially skip carpentry altogether.&lt;br /&gt;
&lt;br /&gt;
:::For them to actually form a relationship, you might need to give them idle time, during which they will socialize.  &lt;br /&gt;
&lt;br /&gt;
:::To keep other dwarves away, you could try putting a moat around the entire perimeter of the map (better still, a magma moat).  This worked with the 2D version, but with finite quantities of fluid in the 3D version, it might not work anymore.  But if you do want to try, put a wall as close to the edge of the map as it allows you, and flood everything outside it.  Have the sacrificial five (and all immigrants) work on that.&lt;br /&gt;
&lt;br /&gt;
:::Supposedly you won't get moods at all in a fortress with less than 20 dwarves.  You also won't get moods if you haven't produced enough goods or revealed enough tiles through mining (see [[strange mood]]).--[[User:Maximus|Maximus]] 12:30, 23 November 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:Is there a way to disable other dwarf civilizations from existing? I've been looking around world generation and stuff but I can't seem to find a way to do so. Closest I found is making minimum savagery 66 but it rejects the worlds without Dwarfs it seems. --[[User:Doodle|Doodle]] 14:14, 17 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Noblesse requis==&lt;br /&gt;
&lt;br /&gt;
Build your fortress to please the sick, twisted, evil nobles needs. Build a execution chamber for your rowdy dwarves and build a torture chamber for your dungeon master, using your imagination! Use this to punish pathetic dwarves who dare rebel. Build palaces for your nobles and pamper them in every way. Pour most of your resources into a beautiful place for nobles to live whilst letting your dwarves sleep in tiny, pathetic rooms.  The only exception is your mayor, who rises from the rank of the disgusting peons. He must live in squalor as well, preferably next to noble rooms to so the nobles can taunt him. score yourself according to how happy your nobles are, and your worth. Evil. And fun! can I add this to the main page? --[[User:Jackrabbit|Jackrabbit]] 03:04, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
:Sure &amp;amp;ndash; it's a wiki, after all. You can edit the pages yourself!&lt;br /&gt;
:Also, is that really what [http://en.wikipedia.org/wiki/Noblesse_oblige Noblesse/noblis oblige] means? --[[User:Savok|Savok]] 10:55, 11 December 2008 (EST)&lt;br /&gt;
::Nope, just sounds good. I was hoping nobody would look it up. Maybe I'll change the name. Also, I'm new to wikis in general so I don't really know how everything works, desipte making this profile about a year ago. Thanks!--[[User:Jackrabbit|Jackrabbit]] 18:26, 11 December 2008 (EST)&lt;br /&gt;
:::Okay, changed it to Noble demand. Thanks!--[[User:Jackrabbit|Jackrabbit]] 18:30, 11 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
== Magma/Lava Waterfall ==&lt;br /&gt;
&lt;br /&gt;
Would creating a sustainable magmafall, or one that can be triggered as part of a defense system, be considered a challenge?  Or is it more of a Stupid Dwarf Trick?  I'm just curious because one has to take into account building the thing, making sure it won't set your dwarves on fire, and where to put the excess magma/lava since you can't really just pump it back into the magma pipe without some sort of massive and elaborate pump system. (Oh wow, I feel stupid.  I created a new subject and forgot to sign it for at least two days.) --[[User:Alkyon|Alkyon]] 20:26, 10 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:I'm inclined to declare it a SDT, due to the overly dangerous side effects. But then... I'd also call half the challenges SDTs too. I think that if the side effects are more dangerous than the intended effect, it's no longer a challenge, but something some random (insane) dwarf felt needed to be done. To put it in perspective, there's few cases where a 20-dwarf squad can't handle an entire siege, with or without fortifications and traps. Give them those, and they can handle all the siegers rushing and arriving at the same time. Even if you never have any mistakes during the construction of the magma-defenses (and that's a rare thing) then you could easily lose more than 20 in the first siege alone from dwarves trying to gather dropped goods. It's also almost useless against any other defenses (thieves &amp;amp; ambushes) since you'll have little, if any forewarning that you need to clear the area and throw the switch.&lt;br /&gt;
:On the other side of the fence, if you're particularly interested in making this, you should do the little things, like making a near-exact count of how much lava you'll need to let flow, to both keep all tiles where it will settle to less than 2/7 (since then it would never evaporate, the best cleaning method) and how to direct the flow so that it covers the path, but doesn't flow to other areas you didn't intend. --[[User:N9103|Edward]] 15:38, 11 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::Well, it doesn't have to be part of a defense system, one could just have massive magma waterfalls lining their entrance.  Though I have to say from experience that the hardest part is drainage.  Creating a massive magma cistern is one thing, it just takes some pumps and construction, but getting the stuff to not backup on the way to the disposal chasm and therefore not flood your fortress is a bit more complex than it first seems.--[[User:Alkyon|Alkyon]] 11:13, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Which is why it's great building your fort into the the ledge a few levels over a Magma Pipe ;) --[[User:N9103|Edward]] 21:01, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::::Hmm, that would be one way to do it, too bad I can't search for maps with that specific of a terrain set.  Anyways, there has to be a way to spill off at least some of the magma as the magma pipes fill slowly but constantly from the bottom.  Also, I learned from my failed experiment that Coke roads + magma spillover = road of fire.  Unusable except for turning your fortress into Mordor, which is awesome in it's own way. --[[User:Alkyon|Alkyon]] 21:29, 12 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::::LOL, yes, I saw that and was thinking something along the lines of Mordor myself ;)  As for spill over, the magma tends to flow off to the side off the top of the magma pipe where I'm at, resulting in a net loss to evaporation, so I just turn it off for a season once or twice a year. As for finding a magma pipe that's exposed *and* sunken, to provide atleast one level of inaccessible floor around the pipe, I'd look in the mountains, where you've got many many levels of elevation. Or atleast, that's what my map looks like (50+ levels) with the majority of the map being mountain tiles, and one corner (of a 2x4 map) being desert. It had two * listed in the height map, '''''but no chasm''''', so that could help to find one. --[[User:N9103|Edward]] 23:35, 14 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:Or, how about a dual water/magma waterfall, meeting on the road leading in? Encase your enemies in carbonite, err, obsidian. [[User:Random|Random]] 20:31, 15 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Real time&amp;quot; challenge talk ==&lt;br /&gt;
&lt;br /&gt;
1) As mentioned in the challenge, opening any menu pauses the game&lt;br /&gt;
&lt;br /&gt;
2) &amp;quot;You have struck Alunite!&amp;quot;  Anyone else get this message and a pause every 5 minutes?&lt;br /&gt;
&lt;br /&gt;
If you were to keep the game running while you slept -- and trust me, I have -- all it takes is one minor inconvenience of the legion the game contains to pause it.  I set the game to keep running before I went to bed one night, and between doing that and going to brush my teeth, it paused.  I resumed, lay down in bed, and not a minute later, I opened my eyes to see the game had paused ''again.''  Too much stuff causes the game to pause to really execute this without constant babying.&lt;br /&gt;
&lt;br /&gt;
Overall, I don't see this challenge as being feasible.  Not bad in theory, but impossible in practice.  --[[User:Eddie|Eddie]] 06:15, 16 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:Yes, thats true. That challenge would require either a new version where pausing-for-announcements can be disabled or a helper program to automatically acknowledge them and unpause the game. [[User:Random|Random]] 20:54, 16 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== Hermit Challenge ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have any tips for not having any damn migrants? The carps can't eat everyone.&lt;br /&gt;
: Well, you can just kill them all. Atom smasher, lava, water, goblin siege, choose your way to kill them. Even random ballista bolt could do the trick! Bonus point for the creative part !? :D [[User:Karl|Karl]] 19:45, 21 January 2009 (EST)&lt;br /&gt;
::Well, if the problem gets too extreme, you can adjust your maximum population to 1 in the ini files, and see if that works...--[[User:Quil|Quil]] 20:43, 21 January 2009 (EST)&lt;br /&gt;
::: It doesn't work. The POPULATION_CAP seems bugged something awful. [[User:AbuDhabi|AbuDhabi]] 02:36, 23 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== The Great Wall of [Kingdom] ==&lt;br /&gt;
&lt;br /&gt;
Here's an interesting challenge:&lt;br /&gt;
&lt;br /&gt;
Your kingdom needs a great impenetrable defense to protect against your goblin enemies. You have been assigned to build a giant wall!&lt;br /&gt;
&lt;br /&gt;
The wall must stretch from one side to the opposite, have a height of 5 z-axis, be four tiles wide complete with gate(s), towers, fortifications, ballistas and catapults. You must also position a crossbowdwarf at every ten tiles.&lt;br /&gt;
&lt;br /&gt;
* BONUS: Build it right next to a goblin lair.&lt;br /&gt;
* BONUS: Build it all using only wood.&lt;br /&gt;
* BONUS++: Build it all using only soap!&lt;br /&gt;
&lt;br /&gt;
[[User:Myroc|Myroc]] 15:16, 22 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:This wouldn't work due to the fact that you can't build walls (among other things) too close to the edge.  At best, it would have to start six tiles in on both sides.  However, you could implement an existing hill/mountain to &amp;quot;assist&amp;quot; with the completion of the wall.&lt;br /&gt;
:[[User:Nocash|Nocash]] 18:30, 24 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
::Ah, good point. I kinda forgot about that. [[User:Myroc|Myroc]] 05:50, 25 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
:::You could use raised bridges at the ends, they can be built right up to the edges.  --[[User:Torasin|Torasin]] 13:25, 25 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== Pave the World? ==&lt;br /&gt;
&lt;br /&gt;
If one where to flood the world with magma, then flood it with water, you would be left with a solid block of obsidian, am I right? (along with ALOT of steam.)  Bonus for paving the elves. --[[User:Zchris13|Zchris13]] 18:13, 7 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unfortunately, Unless you time it right, you will get one flat layer of obsidian with all the water under it; the obsidian doesn't jump straight to the bottom. [[User:Sensei|Sensei: Last seen somewhere in the Basic Jungle of Terror]] 17:26, 16 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:So if the water reaches the edge, and it drains, you're left with a layer of obsidian sitting on air?  I can't really think of a use for something like that, but it sounds incredibly awesome anyway.  --[[User:Smartmo|Smartmo]] 19:03, 16 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rewrite ==&lt;br /&gt;
Alright, this article is getting way too messy. 60 top-level items is more than most talk pages, many of them overlap each other, the ones involving goblin forts are out of date (as local goblins are automatically friendly as of 40d) and some of them just plain aren't challenges.&lt;br /&gt;
&lt;br /&gt;
For now I've split them up into three broad categories, and I plan to weed out redundant/wrong bits and streamline the whole thing while still hopefully preserving some of the &amp;quot;flavor text&amp;quot;. [[User:Walliard|Walliard]] 04:06, 14 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== College ==&lt;br /&gt;
A center for enlighted craftsmanship studying and teaching. There should be auditoriums for each workshop type lined with chairs and a few lecture rooms with ascending rows of chairs where nobles rant to the peasants how lesser they are and to teach them manners. A canteen and dorms will also be needed.&lt;br /&gt;
&lt;br /&gt;
Minor bonus: auditoriums are designated as meeting halls and have balconies and floor hatches on the ceiling to allow best studying with illuminated stages.&amp;lt;br /&amp;gt;&lt;br /&gt;
Minor bonus: Hold keger parties each night.&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonus: Do not make co-ed dorms; married couples can rent a small apartment from nearby study houses.&amp;lt;br /&amp;gt;&lt;br /&gt;
Bonus +: Engligthen other races.&amp;lt;br /&amp;gt;&lt;br /&gt;
Ultimate bonus: Englighten orcs, goblins and other less friendly creatures. -[[User:Karpatius|Karp]] 08:00, 6 May 2009 (UTC)&lt;br /&gt;
: How does one &amp;quot;enlighten&amp;quot; other races? [[User:Lymojo|Lymojo]] 21:38, 13 May 2009 (UTC)Lymojo&lt;br /&gt;
&lt;br /&gt;
== Water Park challange ==&lt;br /&gt;
&lt;br /&gt;
Try to make a bunch of pools and somehow keep the water level always at 4/7 so they wont drown. Then set the pools as meeting areas so all of your dwarves will go there and eventually everyone will be legendary swimmers &lt;br /&gt;
&lt;br /&gt;
bonus: somehow make waterslides&lt;br /&gt;
&lt;br /&gt;
bonus: make it outside so your dwarves will be tan&lt;br /&gt;
&lt;br /&gt;
bonus: pave it with gold &lt;br /&gt;
&lt;br /&gt;
bonus: make a sauna using steam from lava and water colliding&lt;br /&gt;
&lt;br /&gt;
how does this sound as a challenge. If you can get it to work all of your peasants will get stats from the swimming skill making them easier to train in something useful.--[[User:Cerol The Elf Hunter|Cerol The Elf Hunter]] 16:08, 28 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Splitting Article? ==&lt;br /&gt;
&lt;br /&gt;
I was thinking this article is getting cumbersome. Would anyone else think splitting this into &amp;quot;Challenges&amp;quot; and &amp;quot;Projects&amp;quot; is a good idea? Then we can work on getting each one organized in their own way. We can find an easier way to sort them and keep redundant ideas from cluttering up the place.--[[User:Detinith]] 01:01, 1 July 2009 (ETC)&lt;br /&gt;
&lt;br /&gt;
:There is a page for [[Stupid_dwarf_trick|stupid dwarf tricks]]... --[[User:MoQ|MoQ]] 21:30, 1 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Challenges&amp;diff=54034</id>
		<title>40d:Challenges</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Challenges&amp;diff=54034"/>
		<updated>2009-10-06T19:14:33Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: /* Humans - Living Large and Standing Tall */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''Part of this article was originally taken from the DF forums thread [http://www.bay12games.com/forum/index.php?topic=466.0 &amp;quot;Goal-Based Dwarf Fortress&amp;quot;].''&lt;br /&gt;
&lt;br /&gt;
The general goal of [[Fortress Mode]] is to survive, acquire wealth, defend your stronghold, and become the capital of your civilization. However, many players find that fighting off repeated [[siege|sieges]], keeping their people alive, and expanding just aren't enough anymore. They begin to experiment with different sets of starting builds, arbitrary requirements and restrictions, and even feats of construction to appease Armok, in search of more difficulty and [[fun]]. These are some goals to attempt or use as inspiration.&lt;br /&gt;
&lt;br /&gt;
==Pre-Embark Build Ideas==&lt;br /&gt;
Before you embark, you can optimize or sabotage your fortress from the very start, depending on how you distribute your points. After a few years, a well-developing fortress may or may not stabilize (depending on your idea of [[fun]]), leaving you to other challenges.&lt;br /&gt;
&lt;br /&gt;
=== Diplomacy ===&lt;br /&gt;
* Six dwarves with only social [[skill]]s&lt;br /&gt;
* One skilled dwarf&lt;br /&gt;
&lt;br /&gt;
Six courtiers of the king's court made some ill-advised remarks within earshot of the king, and as a result have been ordered to go found an outpost. They've hired you to make sure they survive. The six nobles only have social skills and refuse to do any work that is beneath them.&lt;br /&gt;
&lt;br /&gt;
=== Minimalist/Survivalist build===&lt;br /&gt;
&lt;br /&gt;
:* 1 anvil&lt;br /&gt;
:* 2 copper ore&lt;br /&gt;
&lt;br /&gt;
Nothing else. From that alone, forge your pick and axe.  (Figure it out yourself, or see the [[DIY#Minimalist_challenge_build|Do it Yourself]] article for a step-by-step &amp;quot;how to&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
===Peasantry===&lt;br /&gt;
* Spend 0 Points on embark&lt;br /&gt;
&lt;br /&gt;
This challenge is moderately to very difficult, depending on the wildlife and outdoor food sources. Note that the three logs from the wagon are just enough to build a trade depot.&lt;br /&gt;
&lt;br /&gt;
=== Stranded Scout Squad ===&lt;br /&gt;
* Military skills&lt;br /&gt;
* Weapons, ammunition, armor, war dogs&lt;br /&gt;
* Picks are not weapons&lt;br /&gt;
&lt;br /&gt;
Your civilian 'friends' promised a caravan in the fall as they left, laughing. Hopefully, you can survive until then with your forward scouts.&lt;br /&gt;
&lt;br /&gt;
==Races==&lt;br /&gt;
Pretend to be another race! You can mod the game or just pretend that Elves have hair. It doesn't matter what you look like, just what you build, with what materials, and what's for lunch after we build it.&lt;br /&gt;
&lt;br /&gt;
===Elves - The Ultimate Hippy Challenge===&lt;br /&gt;
Peace, man.&lt;br /&gt;
* Don't gather plants except those you plant yourself. &lt;br /&gt;
* Don't gather wood nor trade for it with humans or dwarves. &lt;br /&gt;
* Trade for plants and wood only with the elves; they understand your environmental code. &lt;br /&gt;
* Don't burn any [[fuel|coal]]. Do you know what that does to the environment, man?&lt;br /&gt;
**Magma-smelting is an option, but steel can't be had.&lt;br /&gt;
* Don't cause any creature's death, even in self-defense.&lt;br /&gt;
**No military, induced submerging, or lethal implementation of corkscrews.&lt;br /&gt;
* Only use cage traps, and either tame the creatures you catch, or release them back into the wild.&lt;br /&gt;
* [[Elf|Hippies]] prefer sunlight and wooded areas, with minimal use of rock (digging and building).&lt;br /&gt;
&lt;br /&gt;
For an extra challenge try this in an area with a cave.&lt;br /&gt;
&lt;br /&gt;
===Humans - Living Large and Standing Tall===&lt;br /&gt;
Pretend you're a filthy above-ground dwelling [[Human|humie]].&lt;br /&gt;
* Build a town wall.&lt;br /&gt;
** Only hovels and farms outside the town walls.&lt;br /&gt;
* House your dwarves in small town homes &lt;br /&gt;
** 5-10 dwarves per house (they had pretty big families back in the day)&lt;br /&gt;
** Upstairs bedrooms, small dining room, maybe a single level basement.&lt;br /&gt;
* House your workshops according to profession, not convenience.&lt;br /&gt;
* Build warehouses for stockpiles, and set guards outside them.&lt;br /&gt;
* Create a keep, with its own wall, barracks, treasury, etc.&lt;br /&gt;
** House your nobles within the keep.&lt;br /&gt;
* Create a market square.&lt;br /&gt;
* Create a main street from the town wall to the market square and/or keep. Well-paved blocks, statues and decorative shubbery are a must.&lt;br /&gt;
* No underground connections between different areas.&lt;br /&gt;
* For obtaining stone, metal, etc. a mine may be built, but must have separate entrance from other buildings. It can be outside the fortress, but must not connect to the interior, or vice versa.&lt;br /&gt;
** If you create a side hill mine, only carve large (at least 2 tiles) tunnels, and create shaft to the surface to allow air circulation.&lt;br /&gt;
** Or better than that, create an open pit mine / quarry, with ramps to access lower floors.&lt;br /&gt;
* BONUS: Miniproject: Build a large, multiple-z-level fountain complete with decorations.&lt;br /&gt;
* BONUS: Miniproject: Human Inn, containing your only booze stockpile and should be party-oriented.&lt;br /&gt;
* BONUS: Miniproject: Farm simulation, complete with crops and free-range livestock, etc.&lt;br /&gt;
* BONUS: Easy Play: Embark on top of a Human Town.&lt;br /&gt;
* BONUS: Advanced Play: Modify the raws and actually use humans to make the fort. &lt;br /&gt;
* MEGABONUS: Build your entire fortress as [[mega constructions|one huge arcology]].&lt;br /&gt;
* MEGABONUS: Build your City in a giant, artifical cave.&lt;br /&gt;
&lt;br /&gt;
===Luddite===&lt;br /&gt;
Shun technology and contraptions. Who can really trust them, with those [[Gremlin|gremlins]] around. This may be challenging, as it forbids easy isolation/defense from attacks, all traps and wells. Irrigation is reduced to solid elbow grease and maybe a bucket or two. This challenge may be even harder combined with another challenge.&lt;br /&gt;
* No mechanics or [[mechanism]]s&lt;br /&gt;
* No [[machine]]s&lt;br /&gt;
&lt;br /&gt;
==Utter Dwarfiness==&lt;br /&gt;
Need new ways to behave or new techniques to dip your toes into? Give any or all of your starting 7 some quirks to live up to. Want to try making your Boss a hell-bent, paranoid despot? Or establish a routine mass murder of small animals to provide your fort with raw meat by a vaguely intimidating, estranged butcher?&lt;br /&gt;
&lt;br /&gt;
===Bandit Camp===&lt;br /&gt;
* Three or more Marksdwarves (perhaps with [[Ambush|ambushing]])&lt;br /&gt;
* Embark site featuring places to hide&lt;br /&gt;
&lt;br /&gt;
Attack and loot every enemy sentient creature you can find, such as goblins &amp;amp; kobolds. Develop sneaky and even horrific methods of trapping and 'processing' friendly sentients (merchants, diplomats, and even migrants). Take no prisoners and leave no evidence of foul play.&lt;br /&gt;
&lt;br /&gt;
===City-States===&lt;br /&gt;
* All dwarves embark as peasants&lt;br /&gt;
* 7 or multiple of 7 of everything you bring (especially picks and axes)&lt;br /&gt;
&lt;br /&gt;
At the start your dwarves split everything equally and move to 7 different locales that are not interconnected. They have to mine their own rooms, plant their own crops, use their own craft piles. This will probably require a bit of cross-fertilization until you get [[door]]s and can lock everyone in, but after that it is every dwarf for him/herself!&lt;br /&gt;
&lt;br /&gt;
This challenge may be easier to perform after Burrows are implemented.&lt;br /&gt;
&lt;br /&gt;
===Equaland===&lt;br /&gt;
* No embark requirements&lt;br /&gt;
* Construct a successful fortress&lt;br /&gt;
* All dwarves are given equal attention regarding quarters, dining, armament and burial&lt;br /&gt;
* One dwarf elected to be &amp;quot;The Leader&amp;quot; commands a lever system capable of killing a single dwarf of your choice in their room, however you wish&lt;br /&gt;
* Allow the Leader (your id) free reign on his power, enforcing impossible and unannounced criteria on your other dwarves with death being the only punishment&lt;br /&gt;
&lt;br /&gt;
===Hermit===&lt;br /&gt;
* Spend points ONLY on ONE [[Pick]]&lt;br /&gt;
&lt;br /&gt;
A well known and popular challenge. Kill off 6 starting dwarves and any [[immigrants]] as they arrive, and try to make a living for the last dwarf. Turn away merchants. If they don't leave, kill them.&lt;br /&gt;
&lt;br /&gt;
'''Variants'''&lt;br /&gt;
To moderate difficulty, feel free to allow these exceptions:&lt;br /&gt;
* Keep your starting seven, but no immigrants.&lt;br /&gt;
* Selectively admit dwarves based on name, profession, etc.&lt;br /&gt;
* Embark with an anvil as well.&lt;br /&gt;
&lt;br /&gt;
===Hunting Party===&lt;br /&gt;
* One Marksman+Ambusher&lt;br /&gt;
* One Cook+Farmer&lt;br /&gt;
* One Brewer+Farmer&lt;br /&gt;
* Four exclusively social dwarves&lt;br /&gt;
* Embark with no anvil, many hunting dogs, into a challenging biome (terrifying areas may have no supply of wood)&lt;br /&gt;
&lt;br /&gt;
===Immigration and customs enforcement===&lt;br /&gt;
* One miner/mason/architect&lt;br /&gt;
* One woodcutter/carpenter/architect&lt;br /&gt;
* Five military dwarves&lt;br /&gt;
* Embark into a canyon or on a road&lt;br /&gt;
* Don't embark with an anvil&lt;br /&gt;
&lt;br /&gt;
Spend the first year building fortifications to interdict traffic. Immigrants can build a town around you, but your original seven dwarves remain dedicated to their mission (purely military in purpose).&lt;br /&gt;
&lt;br /&gt;
===Master Of One===&lt;br /&gt;
Pre-Embark:&lt;br /&gt;
* All starting dwarves must have only one skill&lt;br /&gt;
&lt;br /&gt;
Post-Embark:&lt;br /&gt;
* No changes are allowed on any dwarf's labor screen, except to ''disable'' hauling labors (enabling hauling is forbidden)&lt;br /&gt;
* All immigrants must stay with the profession(s) they arrive with&lt;br /&gt;
* All peasants must be activated into the military&lt;br /&gt;
&lt;br /&gt;
===Monarch with a grudge===&lt;br /&gt;
* Forbid any and all use of stone and metal&lt;br /&gt;
* No exposed tile may be labeled &amp;quot;Underground&amp;quot;&lt;br /&gt;
* Artifacts containing stone and metal are to be destroyed '''utterly''' (magma or the [[Dwarven_Atom_Smasher|DAS]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Nay, no ponderous stone doors or shining silver arcades, not while I live!&amp;quot;&lt;br /&gt;
The new king has decided rocks and metals can no longer be used in construction. He'll be overthrown shortly, but in the meantime construct your fortress without them.&lt;br /&gt;
&lt;br /&gt;
'''Variants'''&lt;br /&gt;
* Embark with no construction materials, into an area devoid of trees.&lt;br /&gt;
* Construct a fortress made entirely out of glass. Try not using magma or limit yourself only to clear and crystal glass.&lt;br /&gt;
* Build with soap bars. Show those elven traders just how much you despise their philosophies by building with stuff derived from dead trees ''and'' dead animals. Cats are an excellent source of tallow.&lt;br /&gt;
* Choose one type of rock, one type of metal, one type of gem, one type of wood, and optionally one type of glass. All constructions can only use those types in their construction. An easy way to enforce this with stone is to mark all but your choice &amp;quot;Economical&amp;quot;.&lt;br /&gt;
* Bonus points: Stone is forbidden along with digging&lt;br /&gt;
&lt;br /&gt;
===Noblesse requiro===&lt;br /&gt;
* Construct a fortress only to please nobles (who, for the sake of this challenge, are all criminally psychotic)&lt;br /&gt;
* Criminals who deserve justice should be incarcerated, tortured, and executed for ''any'' offense. Use your imagination for every step of the process. Remember, there is no right to a fair and speedy trial in Armok's eyes.&lt;br /&gt;
* All Nobles must be treated to the highest quality living conditions&lt;br /&gt;
* All others must be treated to the bare minimum needed to physically keep them alive&lt;br /&gt;
* Elected nobles are to be treated as regular dwarves, but mandates hold equal sway regarding justice&lt;br /&gt;
&lt;br /&gt;
===Sitting on trees===&lt;br /&gt;
* Construct a wooden &amp;quot;tree&amp;quot; or several, spanning many (a dozen or so) z-levels&lt;br /&gt;
* Establish a successful fortress not inside, but around, these constructed trees&lt;br /&gt;
&lt;br /&gt;
===Stop, Hey, What's that Sound===&lt;br /&gt;
* (Optionally) Generate a world with abundant cave systems&lt;br /&gt;
* Establish a fort near a very large cave&lt;br /&gt;
* Imitate the role of &amp;quot;Angband&amp;quot;, leading small parties inside on military excursions&lt;br /&gt;
* No more than 3 dwarves can enter at a time&lt;br /&gt;
* Siege equipment and other weapons (or dangerous contraptions) that a dwarf can't carry on him is forbidden when cave-exploring&lt;br /&gt;
&lt;br /&gt;
'''Variants'''&lt;br /&gt;
* Only solo adventurers are allowed to enter the dungeon&lt;br /&gt;
* Only use 'Thieves' to steal loot and create traps inside the dungeon&lt;br /&gt;
&lt;br /&gt;
===The Mad Butcher===&lt;br /&gt;
* One dedicated Butcher+Tanner&lt;br /&gt;
* Minimal supplies and skills, so you can bring...&lt;br /&gt;
* As many puppies and kittens you can afford&lt;br /&gt;
* All food-gathering skills (except your Butcher+Tanner and Brewing) are forbidden&lt;br /&gt;
&lt;br /&gt;
Caging your animals will increase performance to prepare a suitable butchery. Construct a wide, deep shaft to be zoned as an animal pit. At the bottom, outfit an isolation chamber complete with food and alcohol stockpiles, a bed, a butchery and a tanner's workshop. An active well will prevent mishaps. You should include during the construction either an airlock chamber (to enable the butcher to pass on food) or a second pit where the butcher dumps his created food. After construction, seal your butcher+tanner inside and live only off of his work.&lt;br /&gt;
&lt;br /&gt;
===The World is Flat===&lt;br /&gt;
* No pre-embark requirements&lt;br /&gt;
* You'll probably want a region with lots of hills/mountains. &lt;br /&gt;
* You may only work/build/live on the original Z level where your wagon was&lt;br /&gt;
* No moats allowed, as this requires a channel, which goes below your z-level&lt;br /&gt;
&lt;br /&gt;
==Arbitrary Law==&lt;br /&gt;
Rule your fortress with a Soapen Fist! Or see how far you get until a (voluntary) significant flaw sends you into an inevitable sadness spiral. Whatever it is, be sure to stick by it or you'll be meeting the Hammerer.&lt;br /&gt;
&lt;br /&gt;
===ASPCA===&lt;br /&gt;
* [[Animals]] are forbidden from the fortress&lt;br /&gt;
* Animals following immigrants cannot enter the fortress&lt;br /&gt;
* Lethal traps forbidden, caged non-sentients must be immediately released&lt;br /&gt;
* Butchery is forbidden, but leatherworking is allowed&lt;br /&gt;
&lt;br /&gt;
Rather than forbidding immigrant pets from entering, you can choose to deal with the owner of that pet instead for a more sadistic challenge.&lt;br /&gt;
&lt;br /&gt;
===Commune===&lt;br /&gt;
* After embarking, enable all labors on all dwarves (including immigrants)&lt;br /&gt;
* Beds can only be designated as barracks, and no dwarf can be assigned to a bed (even nobles)&lt;br /&gt;
* Coins are forbidden&lt;br /&gt;
* Be aware that nobles are just &amp;quot;optional&amp;quot; and can't feel pain&lt;br /&gt;
&lt;br /&gt;
===Couples only===&lt;br /&gt;
* As soon as a married couple exists in your fortress:&lt;br /&gt;
** Kill all single dwarves&lt;br /&gt;
** Kill all incoming single dwarves&lt;br /&gt;
** Try to save children, until they are adult and single&lt;br /&gt;
&lt;br /&gt;
===Dieting Dwarves===&lt;br /&gt;
* Exclusively dine on a food type of your choice (meat, fish, plants, alcohol)&lt;br /&gt;
* Optionally, forbid alcohol consumption to limit carbohydrate intake&lt;br /&gt;
**Note: forbidding alcohol permanently is as good as accepting a slow but continuous fortress death&lt;br /&gt;
&lt;br /&gt;
===Fight for your name===&lt;br /&gt;
* Before embarking, randomly generate a fortress name and be sure to know its English translation&lt;br /&gt;
* Do the same with your group name&lt;br /&gt;
* Creatively designate a serious goal for your fortress, based on these names&lt;br /&gt;
* Fanatically reach your goal&lt;br /&gt;
&lt;br /&gt;
===Fort Geneva===&lt;br /&gt;
* Lethal traps are forbidden&lt;br /&gt;
* Caged sentient creatures are to be considered prisoners of war and treated humanely&lt;br /&gt;
&lt;br /&gt;
Suggested provisions for prisoners: a bed, a personal cell, a commons area, aboveground exercise yard, and the clothes the creature was wearing when captured. For more inspiration, go to: [http://en.wikipedia.org/wiki/Geneva_Conventions Geneva Conventions]&lt;br /&gt;
&lt;br /&gt;
===Government in Exile===&lt;br /&gt;
* Only Military and Social skills can be purchased and enabled in your entire fortress&lt;br /&gt;
&lt;br /&gt;
All dwarves are either nobles or in the military.  The only useful dwarves you'll have will be your broker, manager, mayor, bookkeeper, and dungeon master.  If you can survive until the sheriff arrives, transfer your entire military into the fortress guard.  With a little luck, and a lot of exported roasts, you too can rule without proletarian interference.&lt;br /&gt;
&lt;br /&gt;
===Hardcore Altruism===&lt;br /&gt;
* Do not allow the death of any Dwarf&lt;br /&gt;
&lt;br /&gt;
Though not viscerally entertaining, an incredible challenge. All strange moods must be given what they crave. All medical attention must be done ASAP. Mining, fishing and hunting must be done with much care. Sadness must be met with excellent social skills and quality furniture.&lt;br /&gt;
&lt;br /&gt;
===Industrial Plant===&lt;br /&gt;
* Choose one industry that produces commercial goods&lt;br /&gt;
* No other industries permitted, only imported&lt;br /&gt;
&lt;br /&gt;
===Johannesfort===&lt;br /&gt;
* Find a starting location with a lot of gabbro, containing Kimberlite&lt;br /&gt;
* Mine and cut all the diamonds on the map&lt;br /&gt;
* Only gems can be traded.&lt;br /&gt;
&lt;br /&gt;
===Sexist Segregation===&lt;br /&gt;
* Establish two functioning and stable fortress&lt;br /&gt;
* One must be entirely male, the other entirely female&lt;br /&gt;
* Married couples are to be processed&lt;br /&gt;
&lt;br /&gt;
===This. Is. SPARTAAAA!===&lt;br /&gt;
* At least half of your fortress population must be active in the military&lt;br /&gt;
* Crossbows and traps are forbidden&lt;br /&gt;
* Only spears, wrestling, and shields may be equipped by military and used to fight&lt;br /&gt;
* Civilian dwarves have all labors enabled&lt;br /&gt;
** If ever activated, cannot use quality weapons or armor&lt;br /&gt;
* Maimed dwarves (perceived to be) incapable of being fully healed must be killed&lt;br /&gt;
* Devise methods of dropping Liaisons down pits during meetings&lt;br /&gt;
* Demand goods be turned over from all caravans&lt;br /&gt;
* Recreation is forbidden, as well as any 'improving' action, such as smoothing/engraving, or constructing things out of metals what can be done with rock and wood (besides spears and shields)&lt;br /&gt;
&lt;br /&gt;
Note that the above suggestions are modeled on the popular movie [http://en.wikipedia.org/wiki/300_(film) 300], which was historically inaccurate. For a more &amp;quot;realistic dwarven Sparta&amp;quot;, try reading the wiki article on [http://en.wikipedia.org/wiki/Sparta#Society the real Sparta]&lt;br /&gt;
&lt;br /&gt;
==Megaprojects==&lt;br /&gt;
Instead of deliberately inhibiting yourself, create a wonder of the dwarven world that would make the Mountainhomes proud. Be sure to upload it to the [[http://mkv25.net/dfma/ Dwarf Fortress Map Archive]] when it's finished. More projects can be found where [[Stupid_dwarf_trick|stupid dwarves try crazy tricks]]. [[Mega construction|Incredible feats of construction]] are usually very [[Fun|fun]] so you'll see many different (and probably similar) constructions across the Wiki. Use whatever ideas you think are ingenious.&lt;br /&gt;
&lt;br /&gt;
===Aqueducts===&lt;br /&gt;
For some reason, a noble was harmlessly pulling a lever when suddenly, magma flooded the river and exploded the booze! The king requires your band of seven to build a great aqueduct to bring water to the capital. Start with supports, and build up your aqueduct until it is 10 z-levels high!&lt;br /&gt;
&lt;br /&gt;
BONUS: Start over a human town, build a wall around it, pump water through the aqueduct and into it!&lt;br /&gt;
&lt;br /&gt;
===Biodome===&lt;br /&gt;
All material, seeds, food, tools, and dwarves must be in the fortress within one year. Then, seal up the entrance. Any new immigrants... well, they might be in trouble. Survive for as long as possible!&lt;br /&gt;
&lt;br /&gt;
No chasms/underground rivers/magma vents allowed.&lt;br /&gt;
&lt;br /&gt;
===Casting===&lt;br /&gt;
Who needs to construct giant statues?! We need ours made from natural walls, however, we want it above ground level as well. For casting your goal is to create some giant structure out of natural obsidian walls through the use of an extremely elaborate scaffold of lava and water pools and screw pumps. When you are finished, just deconstruct the scaffolding and smooth/engrave the statue as you go. Just imagine the bridge over that chasm, now complete with two giant dwarf statues on either side to strike fear into all who enter and to show them the power of your fortress.&lt;br /&gt;
&lt;br /&gt;
===Castle===&lt;br /&gt;
Build a castle, greater than anything built by human, elf or dwarf. This is highly time&lt;br /&gt;
consuming if you want it to be a good castle. There must be floor indoors, and no underground&lt;br /&gt;
constructions except for mining operations and cellars. For an even greater challenge, build&lt;br /&gt;
a gigantic tower in the middle, where the nobles stay.&lt;br /&gt;
&lt;br /&gt;
===Ceremonial Sacrifices===	 &lt;br /&gt;
Build an amazingly complex or spectacular killing device. A shaft that extends across the entire Z-plane is a good start. A constantly shifting maze of atomsmasher drawbridges is another. For the minimalist, a very confined space where you will drop a dwarf wrestler along with the gobbos once in a while. Perhaps a waterslide that carries your prisoner all the way down into a chasm? Whatever your idea, build it and dedicate your fort to the construction, maintenance and improvement of your device.	 &lt;br /&gt;
	 &lt;br /&gt;
Do not kill any of your invaders. Capture them using cage traps, and them set them off in your device. Keep a record of the number of victims you drop into it.&lt;br /&gt;
&lt;br /&gt;
===Computing===&lt;br /&gt;
Can your dwarves build the [http://en.wikipedia.org/wiki/Antikythera_mechanism Antikythera mechanism]? Can you program the fortress to play tic-tac-toe? More details at [[computing]].&lt;br /&gt;
&lt;br /&gt;
===Colosseum===&lt;br /&gt;
Build a pit, around it on steps lots of Thrones, make the whole thing a meeting area, train Gladiators, capture goblins, leave them their weapons and let them fight against your gladiators. If they win, let them go.&lt;br /&gt;
&lt;br /&gt;
===Crematory Fortress===&lt;br /&gt;
* Requires a [[magma pipe]] and [[bauxite]].&lt;br /&gt;
&lt;br /&gt;
Build a temple structure above a [[magma pipe]] and [[engrave]] every available surface.  The temple should be as opulent as possible.  In the temple, build a retracting [[bridge]] over a hole in the floor, and designate a [[coffin]] [[stockpile]] on it.  Whenever a dwarf dies, build a [[bauxite]] or other [[magma-proof]] [[coffin]] for him, place it on the [[bridge]], and retract it, committing his body to the [[magma|fiery blood of the mountain]].&lt;br /&gt;
&lt;br /&gt;
::Note: Since coffins are unassigned and emptied when deconstructed and cannot be constructed on top of a bridge, this will not actually work. An alternative would be to place the coffins in individual chambers which can then be flooded with magma afterwards.&lt;br /&gt;
&lt;br /&gt;
===Doomsday Clock===&lt;br /&gt;
Build a water or mechanical clock whose final state triggers the support which holds your fortress up or a megabeast out.&lt;br /&gt;
See how much wealth you can achieve before the clock runs out.&lt;br /&gt;
*Bonus: Create something that resets itself, as well as purging the map, so that you can reuse the same fortress over and over.&lt;br /&gt;
*Super-Bonus: Create something that involves pressure plates and a small kitten, when the pressure plates are hit in the right order, your map ends. Toss the kitten in and hope for the best.&lt;br /&gt;
&lt;br /&gt;
===Dwarf like an Egyptian===&lt;br /&gt;
*Build a pyramid of epic proportion.&lt;br /&gt;
&lt;br /&gt;
Build a legendary dwarven pyramid, with a corridor running to a central tomb for your favourite noble. Then construct lots of different [[traps]] in it to avoid grave robbery. Perhaps build it entirely out of glass? Or try to make the top twist in a bit of a swirl. Alternatively, make your entire fortress inside a pyramid, which stretches below the ground.&lt;br /&gt;
&lt;br /&gt;
*Build rows of Obelisks&lt;br /&gt;
&lt;br /&gt;
Build a double row of Obelisks before the Pyramid, and engrave the sides. Build ramps on the tops.&lt;br /&gt;
&lt;br /&gt;
===Graveyard Master===&lt;br /&gt;
Every dwarf deserves a decent resting place:&lt;br /&gt;
*Build a tomb for ever dwarf that dies, the more dwarves you manage to bury the better.&lt;br /&gt;
*Tombs must be rooms with exactly 5x5 of size and 1 of height, with only one entrance tile that must be closed by a door.&lt;br /&gt;
*Tombs must have all its surfaces engraved.&lt;br /&gt;
*Tomb must contain at least 4 statues.&lt;br /&gt;
*Once complete, the door must be locked and the tomb must not be ever entered again.&lt;br /&gt;
&lt;br /&gt;
===How high can you go?===&lt;br /&gt;
Construction, construction, construction! Just how big a tower can you build? Out of glass maybe, clear glass? Steel? Pump water to the top? Make your tower a ''pinnacle'' of achievement and stun humans, elves and goblins alike - for they know nothing of construction and engineering like dwarves do!&lt;br /&gt;
&lt;br /&gt;
===Land battleship===&lt;br /&gt;
Turn your mountain into a huge battle-station, complete with crew quarters, decks, command centre, cantina, and a large collection of deadly weapons : Batteries of marksdwarves, ballista cannons, catapults, but also lava projector or remote explosive devices (ie cave-ins in a part of the map triggered by a lever). Make sure it ends up looking like a real battleship, with nothing but plains surrounding it (you could build it on an actual plain, or destroy a mountain, choice is yours). The battleship has to be autonomous, and dwarves shouldn't wander outside it.&lt;br /&gt;
&lt;br /&gt;
*Bonus: The weaponry covers every tile of the map (i.e., everything that enters the map can be shot)&lt;br /&gt;
*Bonus: Build several other ships, maybe dedicated to a specific product (food, ammo etc.)&lt;br /&gt;
*Bonus: Each crew member has a civil and military formation, and when the enemy arrives, stop every economic activity. All hands to quarters !&lt;br /&gt;
*Mega Bonus: After building your Ship(s), flood the surrounding countryside.&lt;br /&gt;
&lt;br /&gt;
===Moria===&lt;br /&gt;
Build a huge hall - at least 3 z-levels high. Leave few pillars symmetrically placed in the hall (don't build them, carve them out). Smooth and possibly engrave everything (not only the lowest z-level!). Then build thin bridge (not the bridge building, just a thin piece of rock to walk on) above magma - support it with bauxite supports connected to a lever (bauxite mechanisms needed in support). Destroy stone holding it at the both ends and replace it with floor hatches (so when you pull the lever it all goes down). After that build a bridge above the chasm.&lt;br /&gt;
When it's all done seal your dwarves deep inside in safe place and get invaded by goblins. At the same time dig out HFS. Lead the HFS across the both bridges and then collapse the second one when one of the champions clashes with it (it doesn't matter that the champion has killed the HFS with one hit).&lt;br /&gt;
&lt;br /&gt;
===Mountain audit/core sample===&lt;br /&gt;
Start in a mountainous area and strip mine everything down, down, down to ground level. Stockpile everything, and calculate the mountain's composition. For kicks, try not excavating one tile on each z-level. You'll be left with one enormous core sample.&lt;br /&gt;
&lt;br /&gt;
===Santa Claus===&lt;br /&gt;
Get ten thousand toys built and offered to caravans yearly. Optionally, build ten thousand toys, fetch them in adventure mode and deliver them to every single city of the world.&lt;br /&gt;
&lt;br /&gt;
===Skull collector===&lt;br /&gt;
What proves the might of a civilization better than a hall full of skulls?&lt;br /&gt;
*Try to collect as many skulls as you can during your fortress life, and put then in a special skulls-only storage. The more skulls the better.&lt;br /&gt;
&lt;br /&gt;
BONUS: Cover all the skulls in blood, and make the stockpile also a throne room.&lt;br /&gt;
SUPERBONUS: Also fill the throne room with kittens.&lt;br /&gt;
&lt;br /&gt;
===Space Ship===&lt;br /&gt;
Create a giant space ship fit for space travel. It should be able to hold about 100 dwarves for at least 2 years.&lt;br /&gt;
&lt;br /&gt;
BONUS: Use exploding [[booze]] as ignitable fuel.&lt;br /&gt;
BONUS: Make a removable [[ramp]] for boarding.&lt;br /&gt;
BONUS: Make the [[water]] for the 2 years be on the ship using removable pumps.&lt;br /&gt;
BONUS+: Make it totally self sufficient. (Make an internal system which pumps the [[water]] supply through a room every few years to muddy the floor. Plant [[seed|seeds]] in the [[mud]] that's now on the floor. Manage your consumption to maintain self sufficiency.)&lt;br /&gt;
BONUS+: Make it all out of [[steel]].&lt;br /&gt;
[[fun|FUN]]: Let it be held by a single [[support]], ignite the [[booze]], remove the support an let it &amp;quot;fly&amp;quot;.&lt;br /&gt;
EVEN BETTER: Drop it down a chasm.&lt;br /&gt;
&lt;br /&gt;
===Swiss Precision===&lt;br /&gt;
Build a working clock.  The clock should accurately track DF days, months, and years.&lt;br /&gt;
&lt;br /&gt;
Bonus Points:&lt;br /&gt;
*If the clock has a mechanical effect in the fortress proper to announce new days&lt;br /&gt;
*If the clock creates seasonally appropriate effects at the change of months and/or seasons.&lt;br /&gt;
*If the clock is used to aid in the operation of the fortress in addition to its role as a clock (automatically controls farmland irrigation at particular times, automatically opens the &amp;lt;s&amp;gt;blast doors&amp;lt;/s&amp;gt; floodgates in time for merchants, etc...).&lt;br /&gt;
*If the clock governs the schedule of a working rail station (which is always on time).  (Definitions of 'working' and 'rail station' are subject to player imagination).&lt;br /&gt;
&lt;br /&gt;
But don't worry about the bonus points, a precision time device should be hard enough.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Temple===&lt;br /&gt;
Designing a temple to Armok. Aesthetics count - the god will be very angry if there are no stained-glass windows and domed ceilings carved with frescoes. To gain more favor, make regular sacrifices and keep the fountains and rivers red with [[blood]].&lt;br /&gt;
&lt;br /&gt;
===The cube===&lt;br /&gt;
Play a fort as usual, but emphasize catching goblins in cages to support and fill this construction:&lt;br /&gt;
Construct a series of rooms in a symmetrical fashion, all connected to each other with appropriate doors. Of course, enough rooms to make a maze-like structure, and if you feel like it, an exit that is hard to reach. Fill a bunch of the rooms with traps and pressureplates. Then fill one room with 4-6 goblins (preferably in cages, opened by an outside lever), release them and watch them randomly walk around the rooms dying to traps and whatnots.&lt;br /&gt;
&lt;br /&gt;
*Bonus: Do multiple story maze (3d-maze)&lt;br /&gt;
*Bonus: Use pressureplates to open/close the exit randomly; otherwise, all the goblins will just follow the shortest route to the exit.&lt;br /&gt;
&lt;br /&gt;
===The great brewery===&lt;br /&gt;
Disaster has struck the kingdom. A strangely glowing [[Fire|‼]]&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;peasant[[Fire|‼]] visited the greatest brewery of the empire, and as a result the whole thing exploded. No time for weeping &amp;amp;mdash; create its successor, a fort dedicated to alcohol production, and get the alcohol supplies flowing! Try to make the widest variety possible, and give or trade it to the dwarven [[caravan]] each year.&lt;br /&gt;
&lt;br /&gt;
===The Great Wall of Urist===&lt;br /&gt;
Build a dwarven great wall of china that splits the map in half. Must be at least 10 tiles thick and reach the highest z-level.&lt;br /&gt;
* BONUS: Make it block the &amp;lt;s&amp;gt;mongols&amp;lt;/s&amp;gt; goblins out of your half of the map.&lt;br /&gt;
* BONUS: Make it out of obsidian.&lt;br /&gt;
**BONUS+: Embark on a map without obsidian.&lt;br /&gt;
* BONUS: Find a way to make it touch the boundaries.&lt;br /&gt;
* BONUS: Build one gate&lt;br /&gt;
* BONUS: Arm it with ballistas.&lt;br /&gt;
&lt;br /&gt;
===The Monolith===&lt;br /&gt;
As the inevitability of a fortress-wide mental breakdown looms over every single fortress why not have something that alludes to that precipice of [[insanity]]. Like the book and feature film, 2001: A Space Odyssey you must have a Monolith. This has to be made from [[obsidian]] and have a completely smooth surface (You cannot build it from blocks) You can have it be any size as long as it is outside, at least 2 tiles thick to ensure there are no pillar tiles, and has about the same ratio of width to height as it does in the movie (1:4:9) to make it as close to the real thing as possible. It would be preferable to make it large so that it seems to be dominating the landscape and your dwarves' psyche. The bigger the better.&lt;br /&gt;
&lt;br /&gt;
*If the rock obsidian strata isn't deep enough in parts to make a monolith feasible consider casting a monolith with a large rectangular block in the exact same dimensional criteria as above.&lt;br /&gt;
&lt;br /&gt;
===Statue of greatness===&lt;br /&gt;
Build a giant statue, spanning 10-20 z-levels and make it in the shape of say, a dwarf you like or an animal you like.&lt;br /&gt;
* Bonus: make it in the shape of a teapot that has a working boiling system and a spout that water can come out of.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Underwater fortress===&lt;br /&gt;
Encase your entire fortress in [[water]]! Your fortress should be watersealed: surrounded by water against all [[wall]]s and the top of the fortress.&lt;br /&gt;
* Bonus: Build all water-touching walls/roof in clear glass!&lt;br /&gt;
* Bonus: Use [[magma]] instead of water!&lt;br /&gt;
* Bonus: Build it in the [[ocean]] or a non-freezing lake&lt;br /&gt;
* Bonus: Build large glass domes that encase the fortress. A dome 20 tiles wide should be 20 z-levels tall. Which may be hard to cover in water.&lt;br /&gt;
* Mod: Make your dwarves amphibious and include airlocks between the wet fortress and the dry.&lt;br /&gt;
&lt;br /&gt;
===Wealth===&lt;br /&gt;
The kingdom's coffers need lining, so hop to! Found a fort and start accumulating wealth as fast as possible. Attain as high a fortress value as possible, and make most of your wealth into coins for the vault. Try to beat your record for one year, two years, or five years.&lt;br /&gt;
&lt;br /&gt;
===World Domination===&lt;br /&gt;
Pretend you are an evil mastermind. Now come up with some device or machine to render the world (or at least your portion of the map) totally unlivable, aside from, of course, your hidden lair. &lt;br /&gt;
&lt;br /&gt;
Suggestions:&lt;br /&gt;
* Flood the map with water/magma (may require building walls around the edge of the map)&lt;br /&gt;
* Build an &amp;quot;Earthquake Machine&amp;quot; (the entire map is supported by a single support, which is connected to a lever)&lt;br /&gt;
* Build an extensive holding cell network for &amp;quot;scientific purposes&amp;quot;. Fill it with megabeasts and elephants in secret. Have a lever that  lets everything free to feed on the general population.&lt;br /&gt;
&amp;lt;!-- feel free to add your own ideas for doomsday devices to this list --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Ranger&amp;diff=47182</id>
		<title>40d Talk:Ranger</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Ranger&amp;diff=47182"/>
		<updated>2009-04-05T18:50:59Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Venom&amp;diff=47361</id>
		<title>40d Talk:Venom</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Venom&amp;diff=47361"/>
		<updated>2009-04-05T18:50:11Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: Replaced content with 'What can venom be used for? --wavecutter'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What can venom be used for? --wavecutter&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Window&amp;diff=31104</id>
		<title>40d Talk:Window</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Window&amp;diff=31104"/>
		<updated>2009-04-05T16:52:48Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Do windows block the flow of fluids? --[[User:Rkyeun|Rkyeun]] 20:16, 5 December 2007 (EST)&lt;br /&gt;
:Yes --[[User:Lacero|Lacero]] 10:58, 18 December 2007 (EST)&lt;br /&gt;
&lt;br /&gt;
do windows allow light in? to fight [[Cave adaptation]] --[[User:Corhen|Corhen]] 22:24 24 december 2008&lt;br /&gt;
:Also yes. --[[User:N9103|Edward]] 06:09, 28 April 2008 (EDT)&lt;br /&gt;
:: No. The article says so since the 24th of July (see also [[light]]). --[[User:Aykavil|Aykavil]] 07:27, 30 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
Do you get the materials back when you remove a window? Especially Gem windows? --[[User:Juckto|Juckto]] 07:42, 4 May 2008 (EDT)&lt;br /&gt;
:Thirdly yes. --[[User:Savok|Savok]] 12:49, 3 June 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
Can dwarves &amp;quot;see&amp;quot; through the windows (i.e. see stealthly enemies on the other side)? [[User:Optimizt|Optimizt]] 20:02, 13 June 2008 (EDT)&lt;br /&gt;
:Again yes.  At least, they get scared of things they see on the other side.  I've not tested whether they can spot stealthy enemies. --[[User:Lacero|Lacero]] 11:09, 6 July 2008 (EDT)&lt;br /&gt;
::For what it's worth, spotting stealthed enemies requires that you be adjacent to them, so that particular question would be moot, I think. --[[User:ThunderClaw|ThunderClaw]] 12:17, 12 December 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I'm assuming there's no bonus for a good view and that the only value a window adds is its own intrinsic value? I built a room out of windows and filled it with water, making a giant aquarium, but this seems to have been more for my benefit than the dwarves. [[User:Lungfish|Lungfish]] 03:53, 4 January 2009 (EST)&lt;br /&gt;
:As far as I know, that's the case.  But giant aquariums are rewards in their own right ;) --[[User:LegacyCWAL|LegacyCWAL]] 16:07, 23 February 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
Has anybody heard anything about how dwarves use windows?  I want to make sure before I take the verify tag off the &amp;quot;we don't know&amp;quot; statement. --[[User:LegacyCWAL|LegacyCWAL]] 16:07, 23 February 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== Glass floors or skylights (ceiling windows!) ==&lt;br /&gt;
&lt;br /&gt;
We all know that windows don't let light in and so won't prevent cave adaptation, but I just learned that glass floors WILL let light in to the next Z level down, if you build it over an open space. This proves that it's always noon in DF land. This also allows you to grow light-needing crops underground without sacrificing security or usable ground-space. [[User:Lungfish|Lungfish]] 03:46, 4 January 2009 (EST)&lt;br /&gt;
::Don't forget about Adventure Mode - darkness does exist there. &amp;lt;_&amp;lt; --[[User:GreyMario|GreyMaria]] 15:24, 4 January 2009 (EST)&lt;br /&gt;
:Very astute, but as one can see under [[tile attributes]], as it is any kind of constructed floor will allow light to pass through (litle holes in them?). Presumably at some point in the future it'll be changed so that you'll need glass to make your greenhouse roof. As it is, it's merely a matter of personal preference.--[[User:Quil|Quil]] 07:30, 4 January 2009 (EST)&lt;br /&gt;
::Using any type of floors other than glass can be and is seen as an [[exploit]], plus if you plan to use the same game throughout versions, you should glass because as Quil said, it will most likely be changed.--[[User:Destor|Destor]] 11:19, 4 January 2009 (EST)&lt;br /&gt;
:::All saves I have heard will be not only unstable, but unusable.  So I heard. --[[User:Zchris13|Zchris13]] 16:49, 23 February 2009 (EST)&lt;br /&gt;
::::That is indeed the case.  It's why he's doing such a big update all at once, in fact - he has to break save compatability anyways, so might as well break it as many ways as possible and get it over with. --[[User:LegacyCWAL|LegacyCWAL]] 17:25, 23 February 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
== glass walls vs windows? ==&lt;br /&gt;
&lt;br /&gt;
Should we assume that the only differences between a glass wall and a window is that windows will block fluids and aren't load bearing while glass walls won't block fluids but are load bearing?&lt;br /&gt;
:You mean glass wall [[construction]]s?  Because if you make those out of glass, they work just like making them out of any other material, like metal or stone. --[[User:LegacyCWAL|LegacyCWAL]] 15:56, 23 February 2009 (EST)&lt;br /&gt;
:Constructed glass walls provide support and block fluids. Built glass windows do not provide support and also block liquids. Constructed glass walls obstruct line-of-sight but cannot be destroyed by tantrum-throwing dwarves or [BUILDING_DESTROYER]s. Built glass windows do not obstruct line-of-sight, can be destroyed by [BUILDING_DESTROYER]s, and have a quality modifier and the ability to decorate them that makes them more valuable. [[User:Rkyeun|Rkyeun]] 21:16, 23 February 2009 (EST)&lt;br /&gt;
 &lt;br /&gt;
   Do glass walls let light in? Or allow dwarves to see things like waterfalls that are on the other side? --wavecutter&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Lignite&amp;diff=48204</id>
		<title>40d Talk:Lignite</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Lignite&amp;diff=48204"/>
		<updated>2009-03-29T16:21:43Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: Created page with 'Why would anyone make coke at magma smelter? --wavecutter'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why would anyone make coke at magma smelter? --wavecutter&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Venom&amp;diff=47359</id>
		<title>40d Talk:Venom</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Venom&amp;diff=47359"/>
		<updated>2009-02-11T16:54:48Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What can venom be used for? ---Wavecutter&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Venom&amp;diff=47358</id>
		<title>40d Talk:Venom</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Venom&amp;diff=47358"/>
		<updated>2009-02-11T16:54:33Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: New page: What can venom be used for?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What can venom be used for?&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d:Hatch_cover&amp;diff=3694</id>
		<title>40d:Hatch cover</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d:Hatch_cover&amp;diff=3694"/>
		<updated>2009-02-10T14:59:17Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: Changed &amp;quot;verticle door&amp;quot; to &amp;quot;horizontal door&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''Hatch cover''' is a circular covering for a hole in the ground, which is effectively a horizontal door.  It is classed as [[furniture]] and can be built from either [[rock]], [[wood]], [[metal]] or [[glass]].  When closed, hatches have the symbol {{Raw Tile|¢|Gray|Silver}}, and when open they look like empty space.&lt;br /&gt;
&lt;br /&gt;
== Hatch settings ==&lt;br /&gt;
&lt;br /&gt;
There are three options one can specify on a door from the {{K|q}} menu:&lt;br /&gt;
* {{K|l}} Forbid/Permit Passage&lt;br /&gt;
** A hatch set to Forbidden is impassable to any dwarves in the game. A hatch cannot be set Forbidden if it is open. Invading thieves may lock-pick and bypass a Forbidden hatch.&lt;br /&gt;
* {{K|o}} Keep Tightly Closed/Make Pet-Passable&lt;br /&gt;
** A hatch that is pet-passable allows through traffic of pets. A pet can still pass through a hatch that is tightly closed if it does so while it is being held open by an object or dwarf.&lt;br /&gt;
* {{K|s}} Set as Internal/External&lt;br /&gt;
** A hatch set to external functions as a floor? when defining boundaries of a room such as a [[bedroom]]. A hatch set to internal allows the room boundaries to pour over.&lt;br /&gt;
&lt;br /&gt;
== Building Hatches ==&lt;br /&gt;
&lt;br /&gt;
After constructing a hatch at any of the above workshops, they must be &amp;quot;{{K|b}}uilt&amp;quot; (placed) like all other furniture.  Hatches can be built on any free floor tile, over empty space, or on top of down-staircases (or up/down staircases, or even up-staircases, although that last option won't do anything useful). Hatches cannot be placed on the same tile as most other constructions, including all [[furniture]] and [[trap]]s. However, they ''can'' be placed on &amp;quot;rough-hewn wall&amp;quot; tiles, which somehow leaves the wall intact! &amp;lt;!-- Yet to find out: Can you still dig a channel under a forbidden hatch? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To be used effectively, a hatch should either be placed above a downstair (or in an up/down stair) where, like a door, it will impede liquid flow while still allowing access; or alternatively it can be linked up to a lever (and probably placed above a channel, or lava, or below a river etc), which when pulled will temporarily open the hatch, allowing whatever is above to fall down below.&lt;br /&gt;
&lt;br /&gt;
Like [[grate]]s, hatches placed on top of floor tiles are purely decorative. Placing a hatch cover does not automatically dig out anything under the hatch.&lt;br /&gt;
&lt;br /&gt;
Water which has a hatch on top of it can still be used as a water source and for fishing.&lt;br /&gt;
&lt;br /&gt;
Hatches over empty space can be safely walked on and even driven over by caravans (They do need to be next to a wall or floor for support, however, but they can't even be built if that condition isn't met - and supports on the level below don't do any good {{verify}}).&lt;br /&gt;
&lt;br /&gt;
You also can't build a hatch in a stockpile area.  Which is really too bad, because otherwise you could put a stairway in every stockpile tile without fear of [[miasma]].&lt;br /&gt;
&lt;br /&gt;
==Floor Hatch==&lt;br /&gt;
A Floor Hatch is [[door]] based on the Z-axis. When you create a stairway between two floors (both an upwards staircase on the lower floor and a downwards staircase on the upper floor) the Floor Hatch, when put on the upper floor staircase, acts like a door. If you lock it, the dwarves will not use that staircase. A closed floor hatch will block the passage of fluids onto the lower floor, and will stop falling creatures. They can also be used on ramps. Floor hatches can also be placed on open space, provided they have support.&lt;br /&gt;
&lt;br /&gt;
== Uses ==&lt;br /&gt;
Floor Hatches could possibly have other uses:&lt;br /&gt;
*Trap doors when hooked to pressure plates (?)&lt;br /&gt;
*For use over pits and ponds (?)&lt;br /&gt;
*Preventing water and magma from flowing down stairs or ramps - useful for aquifer levels&lt;br /&gt;
*Last minute defense for an invasion (?) (Mainly for fortress built right into the ground)&lt;br /&gt;
*Cover for stockpile stashes hidden underground (?)&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
Testing shows that in a nutshell:&lt;br /&gt;
*They work just like doors. Only on the Z-axis.&lt;br /&gt;
*The hatch will be flashing if placed over stairs or ramps.&lt;br /&gt;
*A dwarf falling down a multiple floor stairway will be stopped by a closed floor hatch.&lt;br /&gt;
*Hatches can be linked to levers to function like a &amp;quot;vertical&amp;quot; floodgate without blocking liquid accumulating on the surface above - for example they can be used as emergency drains for pools of water - or magma, if made of magma-safe materials.&lt;br /&gt;
&lt;br /&gt;
{{Colored Notice Box|#FF00FF|More testing is required.}}&lt;br /&gt;
&lt;br /&gt;
{{buildings}}&lt;br /&gt;
[[Category:Furniture]]&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=40d_Talk:Ranger&amp;diff=47180</id>
		<title>40d Talk:Ranger</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=40d_Talk:Ranger&amp;diff=47180"/>
		<updated>2009-02-02T19:11:22Z</updated>

		<summary type="html">&lt;p&gt;Wavecutter: New page: What exactly does a ranger do?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What exactly does a ranger do?&lt;/div&gt;</summary>
		<author><name>Wavecutter</name></author>
	</entry>
</feed>