<?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=Ziusudra</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=Ziusudra"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Ziusudra"/>
	<updated>2026-08-27T18:54:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Advanced_world_generation&amp;diff=319138</id>
		<title>Advanced world generation</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Advanced_world_generation&amp;diff=319138"/>
		<updated>2026-08-18T22:18:39Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: removed migration template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
:''This article contains information on advanced world generation. For information on basic world generation, see [[World generation]].''  ''See [[World token]] to more easily find information by the names used in the world_gen.txt file, [[World rejection]] for information on solving problems related to worlds always being rejected, and [[Worldgen examples]] for example worlds.''&lt;br /&gt;
&lt;br /&gt;
[[File:adv_worldgen_v50.png|thumb|400px|right|The advanced world generation screen.&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;''(Click to enlarge)''&amp;lt;/small&amp;gt;]]'''Advanced world generation''', also labeled as '''detailed mode''', allows substantially more detail-oriented options of customization than standard, basic world generation. This gives the player much more control over how their world is generated. To better understand this article, it is advised that one should read about [[World generation|'''basic world generation''']] first.&lt;br /&gt;
&lt;br /&gt;
The advanced world generation screen is reached by clicking &amp;quot;Create new world&amp;quot; at the main menu, then clicking &amp;quot;Detailed mode&amp;quot;. Once at that screen, clicking &amp;quot;Basic options&amp;quot; will return the user to the standard world generation screen.&lt;br /&gt;
&lt;br /&gt;
== Parameter sets ==&lt;br /&gt;
There are multiple default sets of all the advanced world generation parameters hard-coded in ''Dwarf Fortress'', which will be overridden by the &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; file in the main ''Dwarf Fortress'' directory, if it exists. It does not exist by default, you must create it, either by saving the default sets, or saving a copy from the [[world_gen.txt]] wiki page or elsewhere. This file can then be edited with a text editor, and you can copy and paste other players' sets of parameters into it. For sources of such parameter sets see [[Advanced_world_generation#Parameter_set_examples|Parameter set examples]] below.&lt;br /&gt;
&lt;br /&gt;
To get back the default sets, move the existing &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; to somewhere else (like Documents), or delete it if you do not want to keep the changes, then load the sets in the game, it will then use the hardcoded defaults.&lt;br /&gt;
&lt;br /&gt;
== User interface ==&lt;br /&gt;
First, there is a line of text inputs and buttons along the top of the screen, from left to right:&lt;br /&gt;
* The drop down menu of currently defined parameter sets, click the down arrow to select a set that you want to work with. The currently selected set can be renamed by clicking the current name or the [[File:Quill.png]] button. The first set in the file is selected by default, usually &amp;quot;LARGE ISLAND&amp;quot;. See [[#Parameter set title|Parameter set title]].&lt;br /&gt;
* The dimensions of the world for the selected set, see [[#World dimensions|World dimensions]].&lt;br /&gt;
* A text entry box to set all of the seed options to the same seed, will show &amp;quot;Random seed&amp;quot;, &amp;quot;Various seeds&amp;quot;, or, if all four seeds are set to use the same value, that value. See [[Advanced_world_generation#Seed_values|Seed values]] and [[Advanced_world_generation#Seed_values|Seed notes]].&lt;br /&gt;
* The Copy Button to make a copy of the currently selected set and appends it to the bottom of the list.&lt;br /&gt;
* The red Delete button to delete the currently selected set, you will be prompted to confirm the deletion.&lt;br /&gt;
* The New parameter set to create a new parameter set and appends it to the bottom of the list. This seems to just copy the default &amp;quot;LARGE REGION&amp;quot; set.&lt;br /&gt;
* The Save button to save all of the current sets to the &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
* The Load button to load from the same file, there is no confirmation, '''any unsaved changes will be lost'''. If that file does not exist, this resets all of the sets to the defaults.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Most of the middle is the parameters themselves, with a scroll bar to the right. Each row of the list can include:&lt;br /&gt;
* The name of the option&lt;br /&gt;
* The range of accepted values; not every option has this, and does not always match the displayed value, for example &amp;quot;0 to 1&amp;quot; might show as &amp;quot;No&amp;quot; and &amp;quot;Yes&amp;quot;.&lt;br /&gt;
:* Sometimes the range might not initially show on rows that it should, reloading the sets with the Load button sometimes fixes that.{{bug|13176}}&lt;br /&gt;
* A plus button to increase the value or cycle through options, when applicable (this button will be missing if the range is missing.)&lt;br /&gt;
* The current value; can be clicked to edit, to actually set a value you must press {{k|enter}}, without doing that, clicking another entry box or right clicking will instead reset to the currently set value.&lt;br /&gt;
* An edit button to show that the previous box is editable, same as clicking on the text box.&lt;br /&gt;
* A minus button to decrease the value or cycle through options, when applicable (this button will be missing if the range is missing).&lt;br /&gt;
* A red button to disable this parameter, when applicable, usually setting the value to 0, or -1.&lt;br /&gt;
&lt;br /&gt;
{{notice bar|bgcolor=#faa|bordercolor=#f00|All of the buttons below leave this screen and do not prompt to save the sets, so unsaved changes may be lost.}}&lt;br /&gt;
At the bottom right are 3 or 4 more buttons:&lt;br /&gt;
* The Create world button to do just that using the currently selected set, '''unsaved changes are lost'''.&lt;br /&gt;
* The Basic options button to go back to the normal world generation screen, unsaved changes are not lost if you come directly back to Detailed mode.&lt;br /&gt;
* The [[Mods]] button to go to the mod selection screen, unsaved changes are not lost if you come directly back to Detailed mode. Only shown if mods are available.&lt;br /&gt;
* Back to main menu button to do just that, '''unsaved changes are lost'''.&lt;br /&gt;
&lt;br /&gt;
=== World painter ===&lt;br /&gt;
:''Main article: [[World painter]]&lt;br /&gt;
The '''world painter''' tool is not in the current version of ''Dwarf Fortress''; it allowed you to paint features onto a map. '''However''', those maps can still be used when generating a world by pasting world painter parameter set maps created in old versions into the &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; file. [[Utilities#Perfect_World_DF|Perfect World DF]] is a utility that uses the same parameter functionality as the world painter to paint a map, and it also can work with the current version of ''Dwarf Fortress''.&lt;br /&gt;
&lt;br /&gt;
== Generating a world ==&lt;br /&gt;
You can either use an already-defined parameter set, or you can edit them, though it is highly suggested to edit a copy of one of the defaults. Once you are happy with the parameters you should save the values you just edited before you click the Create world button. Information about each parameter is documented below.&lt;br /&gt;
&lt;br /&gt;
The phases of the world generation process are (this order is not completely correct):&lt;br /&gt;
* Preparing elevation...&lt;br /&gt;
* Setting temperature...&lt;br /&gt;
* Running rivers...&lt;br /&gt;
* Forming lakes and minerals...&lt;br /&gt;
* Growing vegetation...&lt;br /&gt;
* Verifying terrain...&lt;br /&gt;
* Importing wildlife...&lt;br /&gt;
* Recounting legends...&lt;br /&gt;
* Placing civilizations...&lt;br /&gt;
* Making cave civilizations...&lt;br /&gt;
* Making cave pops...&lt;br /&gt;
* Placing other beasts...&lt;br /&gt;
* Placing megabeasts...&lt;br /&gt;
* Placing good/evil...&lt;br /&gt;
* Placing caves...&lt;br /&gt;
* Prehistory generation&lt;br /&gt;
* Finalizing civ mats...&lt;br /&gt;
* Finalizing art...&lt;br /&gt;
* Finalizing uniforms...&lt;br /&gt;
* Finalizing sites...&lt;br /&gt;
&lt;br /&gt;
== Seed notes ==&lt;br /&gt;
The world generation process uses a PRNG (Pseudo Random Number Generator) algorithm. A PRNG will produce a sequence of numbers that &amp;quot;looks&amp;quot; random, even though the actual sequence of numbers will always be the same if the PRNG is started with the same seed value. Basically this means that if you run world generation with a certain seed value on your computer, and someone else runs world generation with the same seed value on their computer, the same sequence of random numbers will be generated on both computers. The practical impact of this is that someone else can generate exactly the same world that you generated by entering the same seed value that you used.&lt;br /&gt;
&lt;br /&gt;
In the current version, the seed values for the world itself and the names seem to produce the same result, but you will get changes in events which will result in a very different world history.{{bug|6934}} Keep this in mind if you want to regenerate a particular world.&lt;br /&gt;
&lt;br /&gt;
The way that a world is generated can also be affected by certain world tokens. Changing them causes that code to use more or fewer PRNG values, causing later uses to get different parts of the sequence. So, you cannot for example, change the minimum and maximum rainfall and get 'the same world but drier or wetter', instead, a different world is generated. That said, it would also seem that certain small changes to these world tokens can occasionally generate a very similar world, however, other tokens are more sensitive. For more information see the forum thread [http://www.bay12forums.com/smf/index.php?topic=112132.msg3404199#msg3404199 here].&lt;br /&gt;
&lt;br /&gt;
The following are tokens which use the PRNG values in ways that changing them will likely cause broader changes:&lt;br /&gt;
&lt;br /&gt;
* [DIM:X:X]&lt;br /&gt;
* [ELEVATION:X:X:X:X]&lt;br /&gt;
* [RAINFALL:X:X:X:X]&lt;br /&gt;
* [TEMPERATURE:X:X:X:X]&lt;br /&gt;
* [DRAINAGE:X:X:X:X]&lt;br /&gt;
* [VOLCANISM:X:X:X:X]&lt;br /&gt;
* [SAVAGERY:X:X:X:X]&lt;br /&gt;
* [ELEVATION_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [RAIN_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [DRAINAGE_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [TEMPERATURE_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [SAVAGERY_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [VOLCANISM_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [PARTIAL_OCEAN_EDGE_MIN:X]&lt;br /&gt;
* [COMPLETE_OCEAN_EDGE_MIN:X]&lt;br /&gt;
* [HAVE_BOTTOM_LAYER_1:X]&lt;br /&gt;
* [MINERAL_SCARCITY:X] {{cite talk/this|Mineral scarcity}}&lt;br /&gt;
&lt;br /&gt;
Many other world parameters, such as end year and embark points, can, however, be changed without it having any effect on the geography of the world generated from the seed values.&lt;br /&gt;
&lt;br /&gt;
Normally, you don't enter these seed values, the game comes up with values based on some other sort of pseudo-random information from things like the current date and time.&lt;br /&gt;
&lt;br /&gt;
When generating a world, ''Dwarf Fortress'' records the seeds it used in [[gamelog.txt]]; they can also be found with &amp;lt;code&amp;gt;gui/gm-editor world.worldgen.worldgen_parms&amp;lt;/code&amp;gt; in [[DFHack]].&lt;br /&gt;
&lt;br /&gt;
== Advanced parameters ==&lt;br /&gt;
There are essentially 4 types of controls for the generation of the surface map;&lt;br /&gt;
&lt;br /&gt;
'''Terrain parameters''': as described below, these 5 variables define the basic background world, how hot or cold it is, how much rainfall, how high the mountains are. The world automatically goes through the temperature range along the Y axis, although sometimes it will be hotter in the north, other times in the south, or cold at both. Minimum, maximum and X,Y variance can drastically alter the world.&lt;br /&gt;
&lt;br /&gt;
'''Weighted meshes''': these are a way to fine-tune the amount of the 5 basic variables on the map. They can be used to set the specific distribution of different elevations or rainfall areas for example.&lt;br /&gt;
&lt;br /&gt;
'''Feature parameters''': such as rivers, mountain peaks, volcanoes, and oceans, which can cause rejections if the terrain parameters don't allow enough suitable locations for the features to be placed.&lt;br /&gt;
&lt;br /&gt;
'''Rejection parameters''': ''Dwarf Fortress'' uses a 'belt-and-braces' approach to world generation. The above controls allow you to shape the world, then the rejection parameters throw it out if it does not meet certain criteria. There are a number of rejection parameters for the number and degree of the 5 basic variables, for biome types, etc. If the world does not meet the requirements of any one rejection parameter the world is rejected and re-randomised. Also see [[World rejection]].&lt;br /&gt;
&lt;br /&gt;
Leaving tokens out of a set in &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt; will cause the game to use default values which are not adjusted for smaller world sizes, this may cause smaller worlds to always be rejected.&lt;br /&gt;
&lt;br /&gt;
If you are experimenting with world design, there is also a [[Settings#Feature_toggles|game setting]] that will log the rejection reasons to ``[[map_rejection_log.txt]]``. With that information you can then either adjust the rejection parameters to allow those worlds, or the other parameters to prevent them from trying to generate. ''Dwarf Fortress'' will keep adding to the file, so you may want to trim or delete it occasionally.&lt;br /&gt;
&lt;br /&gt;
The parameters are described below in the order that they appear in the list in the game, which is not necessarily the order they appear in &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt;. See [[world token]] for an index that will help you look things up by token name. The tokens used in &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt; are at the bottom of each of the following parameter descriptions.&lt;br /&gt;
&lt;br /&gt;
=== Parameter set title ===&lt;br /&gt;
This sets the name of the parameter set itself, as used in the list of sets (this has nothing to do with the name of the generated world).&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITLE:&amp;lt;name&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITLE:MEDIUM ISLAND]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== World dimensions ===&lt;br /&gt;
The size of the map for the current set can be changed by changing the Width and Height values at the top next to the set title. You will need to confirm this, since changing the dimensions of the world will change other parameters, because many of them have different defaults depending on the surface area available.&lt;br /&gt;
&lt;br /&gt;
Larger maps usually take longer to generate and may reduce [[Frames per second|FPS]] in-game, though this is really a matter of larger worlds usually having more civilizations, sites, historical figures, and events; restricting the number of those can speed up the process. Non-square maps may result in crashes{{bug|2928}}.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DIM:&amp;lt;width&amp;gt;:&amp;lt;height&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DIM:257:257]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Valid values are 17, 33, 65, 129, and 257, other values will use one of those. Changing the size in the file without adjusting other parameters can cause many rejections.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Seed values ===&lt;br /&gt;
Enables the use of, and specifies seed values for, different parts of the world generation process. Just entering a specific seed does not enable it, that must be done separately, although using the box at the top to set all the seeds to the same value does enable them all. Enabling a seed puts the token in using what ever is in the text box below. If you enable a seed, but do not enter a seed, the string &amp;quot;Seed text&amp;quot; will be used (&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:Seed text]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;). Trying to use a &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; in the string in the file will end the seed there, since it closes the token, any text after that will be ignored. Normally, just leave these set to Random, unless trying to reproduce the results of a previous world generation. See also the [[Advanced_world_generation#Seed_notes|seed notes section]] above.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |&lt;br /&gt;
For each of these not in the config file, a random seed will be used, and the first seed is not used to generate the others. The seeds used are output to [[gamelog.txt]] when world generation starts.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HISTORY_SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HISTORY_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NAME_SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NAME_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CREATURE_SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CREATURE_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== World name ===&lt;br /&gt;
As previously mentioned, the title of the parameter set doesn't affect the name of the world. You can specify a particular name for your world, or leave the value blank for a random one. (The [[DFHack]] utility adds an option to rename the world using the in-game languages.)&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CUSTOM_NAME:&amp;lt;name&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CUSTOM_NAME:Realm of Cheese Engravings]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| For a random name, simply don't use this token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Embark Points ===&lt;br /&gt;
The number of points for equipment and animals when embarking in fortress mode (there is no equivalent setting for adventure mode). Normally, the default of 1504 is fine, but can be increased for various purposes like experimentation or to help dwarves survive in a particularly evil world, or reduced for certain [[challenges]].&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EMBARK_POINTS:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EMBARK_POINTS:1504]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 10,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== End year ===&lt;br /&gt;
The maximum number of years generated for the world, although generation can be paused and the world used as is any time after the second year; the same as the [[World_generation#History|History]] parameter in basic world gen, except that you can enter an exact value. A too-short history can limit the materials available to civilizations, and [[Chosen|certain adventure mode features]] are only available after certain site events, while too long a history often leads to civilizations dying.&lt;br /&gt;
&lt;br /&gt;
For more information on the history aspect of the game, see [[Legends]] and [[Calendar#Ages|Ages]].&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[END_YEAR:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[END_YEAR:250]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 2 to 10,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Population cap after civ creation ===&lt;br /&gt;
A soft limit to the total number of [[historical figure]]s alive at the same time during generation across all civilizations, only preventing the birth of new historical figures.{{cite forum|140544/5701667}} Each civilization is allotted a percentage of the total by the percentage of sites they control.{{cite forum|159164/7553641}} Civilizations also have non-historical populations, and there is no setting to limit those (in early versions, all civilization members were historical figures, this is also why the name of this setting is misleading). Each [[entity]] also has limits from their raws, see the [[Entity_token#Population|population]] entity tokens, and setting this to unlimited will not remove those.&lt;br /&gt;
&lt;br /&gt;
Huge historical figure populations can slow generation and the game in general.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_POPULATION:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_POPULATION:15000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| -1 to 100,000, -1 is no limit&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Site cap after civ creation ===&lt;br /&gt;
Total number of [[site]]s that can be directly created by all civilizations combined like [[hillocks]], [[hamlet]]s, [[dark pits]], [[forest retreat]]s, etc. Does not prevent the placement of initial civilization sites, though they will then be counted for the limit. Does not affect creature sites like [[cave]]s or [[lair]]s, group sites like [[castle]]s, [[monastery|monasteries]], [[tower_(necromancy)|tower]]s, [[fort]]s, or [[camp]]s, or unpopulated sites like [[tomb]]s. After this limit is reached, no civilization will be able to place new sites. See the [[Entity_token#Placement|placement]] entity tokens for other ways that civilization site placement can be limited.&lt;br /&gt;
&lt;br /&gt;
Increasing this will slow generation down and reduce the available places for player sites. Since the {{token|MAX_SITE_POP_NUMBER|entity}} entity token limits the historical figure population per site, this site cap can also limit the total historical figure population of all civilizations combined, and some expand faster than others getting more sites before the limit is reached.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SITE_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SITE_CAP:1500]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| -1 to 100,000, -1 is no limit&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Beast control ===&lt;br /&gt;
&lt;br /&gt;
These parameters don't usually matter too much, but may matter for small numbers of beasts.&lt;br /&gt;
&lt;br /&gt;
==== Percentage of Megabeasts and Titans Dead for Stoppage ====&lt;br /&gt;
&lt;br /&gt;
The world starts out with a certain number of powerful megabeast and titan entities in existence. If a percentage of the megabeast and titan population dies out during history generation, then history generation will stop early. For example, if the elimination value is 80%, and the generated history starts with 200 entities and 160 of those 200 entities are eliminated by historical events before the End Year is reached, history generation will stop immediately.&lt;br /&gt;
&lt;br /&gt;
If you want to end the creation of your world at the beginning of a certain age, choose the following values:&lt;br /&gt;
* Age of Legends: ~34%&lt;br /&gt;
* Age of Heroes: ~67%&lt;br /&gt;
If there are three or fewer titans or megabeasts in your world, the age will be given a special name reflecting the remaining megabeasts/titans, instead.&lt;br /&gt;
&lt;br /&gt;
==== Year to Begin Checking Megabeast Percentage ====&lt;br /&gt;
&lt;br /&gt;
The percentage of dead [[megabeast]]s and [[titan]]s for stoppage will not be checked until this year is reached in history generation. This can be used to ensure that a world reaches a certain year even if all of the megabeasts in the world are slain earlier.&lt;br /&gt;
&lt;br /&gt;
If the number of living [[megabeast]]s and [[titan]]s starts at or drops to less than four, then world generation will always stop if the current year is equal to or greater than the Year to Begin Checking Megabeast Percentage ''regardless'' of how many [[megabeast]]s and [[titan]]s are dead — Percentage of Megabeasts and Titans Dead for Stoppage is ignored. The number of megabeasts and titans at the start of the world is set by the sum of the [[Advanced_world_generation#Max_Megabeasts_Caves|Max Megabeasts Caves]] and [[Advanced_world_generation#Titan_Parameters|Titan Number]] parameters.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BEAST_END_YEAR:&amp;lt;year&amp;gt;:&amp;lt;percentage or -1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BEAST_END_YEAR:200:80]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Use -1 as percentage to disable. Year must still be at least 2.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Cull Unimportant Historical Figures ===&lt;br /&gt;
{{main|Historical figure}}&lt;br /&gt;
Whether to remove unimportant dead historical figures after history generation; a short CPU-intensive step, but saves space which can speed up loading, saving, and running games with large histories. Legends mode will refer to culled creatures as &amp;quot;an unknown creature&amp;quot;, and they will not appear in engravings, but likely would not have anyway.&lt;br /&gt;
&lt;br /&gt;
Exactly what is considered important is not clear. A member of an abstract group killing a named creature is not important, nor is creating an artifact, even if that artifact had important history.&amp;lt;!--52.05, silver war hammer created and claimed as family heirloom by an unknown creature in a dwarven fortress that later breached, named demon killed 55 with it, including 9 histfigs. If it were just a normal war hammer that got named, it would say that, not created and claimed.--&amp;gt; Unculled historical figures can have parentage described as &amp;quot;The identity of&amp;quot; that parent &amp;quot;has been lost to time&amp;quot;, so just having children is not, though having living direct relations seems to prevent culling.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CULL_HISTORICAL_FIGURES:&amp;lt;0 or 1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CULL_HISTORICAL_FIGURES:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No, 1 = Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Reveal All Historical Events ===&lt;br /&gt;
&lt;br /&gt;
Setting this to Yes will allow access to most information about the history of the world in [[Legends mode]]. All events will be revealed, but some [[historical figure]]s, [[site]]s, [[region]]s, and [[civilization]]s and other entities may not be, possibly because they are not known to any civilization. If set to No, then you will have to discover historical information in [[adventure mode]] or by instructing dwarves to make engravings.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REVEAL_ALL_HISTORY:&amp;lt;0 or 1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REVEAL_ALL_HISTORY::1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No, 1 = Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Terrain Parameters ===&lt;br /&gt;
&lt;br /&gt;
These set limits and variance for terrain elevation, rainfall, temperature, drainage, volcanism, and savagery which determines how those values are generated. What biomes exist are then determined by how these factors overlap with each other.&lt;br /&gt;
&lt;br /&gt;
==== Minima and Maxima ====&lt;br /&gt;
These are the absolute minimum and maximum values that can ever be generated for a particular map square characteristic. By ''subtly'' tweaking the min and max values, vastly different maps can be made. Changing these can cause the occurrence of certain [[Biome|biomes]] to become impossible, so you may want to use [[#Terrain Mesh Sizes and Weights|Weighted Ranges]] instead.&lt;br /&gt;
&lt;br /&gt;
==== X and Y Variance ====&lt;br /&gt;
These control how wildly things like elevation and rainfall can vary between adjacent map squares. For example, if these values are set to the maximum of 3,200 for elevation then you will end up with more very low areas right next to very high areas. The number for X determines the east-west variance and the number for Y determines the north-south variance. By setting only one of these to a high value you can, for example, create horizontal or vertical bands of areas which are more similar to each other.&lt;br /&gt;
&lt;br /&gt;
Generally speaking, raising both of these values will create a more random &amp;quot;patchwork&amp;quot; of many small biomes while setting both x and y values to 0 will cause every square on the map to use a single random value for the given characteristic.&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;patchwork&amp;quot; worlds to avoid being rejected, [[#Maximum Number of Subregions|Maximum Number of Subregions]] will probably need to be increased from the default.&lt;br /&gt;
&lt;br /&gt;
==== Elevation ====&lt;br /&gt;
This controls the range of terrain elevations that can occur in the world. Usually, you just want to leave the min/max values alone. Raising the minimum elevation can, for example, make it impossible for oceans to exist. This does '''not''' directly control the number of available Z-levels at a particular site, though high maximum values may contribute to peaks, which can raise the number of above ground Z-levels - in other words, a maximum elevation of 400 and minimum of 1 does not mean you get 400 Z-levels, but it might increase the number of Z-levels somewhat in some regions compared to others. Raising the variance will result in a more bumpy, uneven landscape.&lt;br /&gt;
&lt;br /&gt;
Some biomes/features that are impacted by elevation:&lt;br /&gt;
* A high minimum (above 99) means no oceans, as they need elevations below 100.&lt;br /&gt;
* A low maximum (below 300) means no mountains, as mountains need elevations above 300.&lt;br /&gt;
* Rivers will be placed when the elevation maximum is 104 or higher. Therefore, keeping both values above 100 and below 104 will prevent all water tiles from appearing.&lt;br /&gt;
* Mountain peaks can only form at elevations of 400.&lt;br /&gt;
&lt;br /&gt;
==== Rainfall ====&lt;br /&gt;
Controls the amount of rainfall in each map square/area. Setting the minimum or maximum too high or low can make the formation of certain biomes impossible. Rainfall causes it to [[rain]] more in a given area, which can have various effects. Also makes more rivers appear on the world map.&lt;br /&gt;
&lt;br /&gt;
Note that if [[#Do Orographic Precipitation and Rain Shadows|orographic precipitation and rain shadows]] is on, then mountains will cause additional variance in rainfall, so (for example) rainfall below the specified minimum can occur in the shadow of a mountain. If you want the minimum and maximum for this parameter to be absolutely respected, you must turn off the orographic precipitation option.&lt;br /&gt;
&lt;br /&gt;
Additionally, with 'Orthographic Precipitation' turned on, orthographic precipitation and rain shadows will only occur in regions with greater than or equal to 50 drainage. [http://www.bay12forums.com/smf/index.php?topic=139916.0 [Report, reproduced 2022]]&lt;br /&gt;
&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
{{main|Climate|Temperature}}&lt;br /&gt;
These parameters control how hot or cold various areas will be. If you lower the minimum and maximum values, the world will be colder overall, for example. As with the others, changing these values too much could make it impossible for certain biomes to exist. The temperature scale used in this setting is related to regular degrees Urist by the equation &amp;quot;local temp = world temp * 0.75 + 10000&amp;quot;.{{cite forum|169696/8395484}} This scale doesn't seem to be used anywhere else in the game. See [[Climate]] for more info.&lt;br /&gt;
&lt;br /&gt;
These parameters form the &amp;quot;base&amp;quot; temperature for an area, and describe peak summer temperature in a scale that isn't used elsewhere in the game. This number also does not correspond 1:1 with the final climate. [[Temperature]] is always influenced by a number of variables, including elevation, time of year, thick forestation, and if [[Advanced_world_generation#Poles|poles]] are enabled, latitude. These other variables are factored in after the temperature mesh is applied, and frequently bring temperatures above and below their set minimum and maximum values. ''The inclusion of Poles is particularly strong in this regard, as it allows latitude to raise and/or lower temperatures by more than 75 degrees Celsius! That said, the temperatures aren't raised or lowered by more than about 65 degrees past the set minimum and maximum. Furthermore, for typical ranges, the temperature will never be raised more than about 25 degrees past the maximum (but will still drop up to about 65 degrees Celsius below the minimum).'' (unsure about exact values, research needed)&lt;br /&gt;
&lt;br /&gt;
Elves can spawn where the temperature is 10 degrees or warmer, and humans can spawn where the temperature is 0 degrees or warmer.&lt;br /&gt;
&lt;br /&gt;
==== Drainage ====&lt;br /&gt;
Changing drainage parameters will change the way water-affected biomes are formed. Low drainage will contribute to the formation of [[Lake|lakes]], [[River|rivers]], and [[Swamp|swamps]]. High drainage will cause water to sink into the ground rather than sit on the surface, which is important for forming hills.&lt;br /&gt;
&lt;br /&gt;
Lower drainage values have been reported to contribute to the formation of thicker soil layers, though it is currently unknown exactly how other factors (such as elevation or perhaps rain) impact soil formation.&lt;br /&gt;
&lt;br /&gt;
==== Volcanism ====&lt;br /&gt;
Volcanism controls the occurrence of igneous [[layer]]s, and the formation of volcanoes. For a volcano to form, a square must have a volcanism value of 100, so reducing the maximum from 100 will make volcanoes impossible. Raising the minimum will increase the rarity of non-igneous layers.&lt;br /&gt;
&lt;br /&gt;
Setting the minimum to a high value is not a good way to produce multiple volcanoes, as you are likely to get a &amp;quot;Volcanism not evenly distributed&amp;quot; rejection. Instead, use the Minimum Number of Volcanoes parameter, and possibly adjust the weighted ranges for volcanism as described below.&lt;br /&gt;
&lt;br /&gt;
==== Savagery ====&lt;br /&gt;
These parameters control the level of [[Surroundings#Savage|savagery]] on the map. Raising the minimum savagery too high may make it impossible for certain races to exist, and similarly lowering the maximum too far can make it impossible for certain creatures to exist. The largest chance of having unusable maps comes from a too-high savagery value.&lt;br /&gt;
&lt;br /&gt;
==== Configuration Tokens ====&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION:1:400:401:401]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 400&amp;lt;br/&amp;gt;Maximum of 400 required for mountain peaks.&amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAINFALL:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAINFALL:0:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE:25:75:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: -1000 to 1000 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE:0:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM:1:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100&amp;lt;br/&amp;gt;Maximum of 100 required for volcanoes. &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY:1:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Terrain Mesh Sizes and Range Weights ===&lt;br /&gt;
[[File:World_map-large-32x32-elevation-mesh.png|thumb|300px|A large world generated with an Elevation Mesh Size of 32×32 and range weights set to 1:0:0:0:1 (i.e., only extreme high and low elevations). Note how the grid intersections are either set very high (mountains) or very low (oceans) and the space between them is smoothed out.]]&lt;br /&gt;
These parameters influence the relative proportions of terrain feature ranges, without making other ranges impossible. For example, to have many more low-elevation squares exist, without making it impossible for high elevations; this makes changing these parameters often preferable to simply changing the above min/max values. See the image on the right for an example.&lt;br /&gt;
&lt;br /&gt;
The basic steps of applying weighted ranges are as follows:&lt;br /&gt;
# Divide the world into a grid of quantity &amp;lt;code&amp;gt;2&amp;lt;sup&amp;gt;''MeshSize'' - 1&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt; areas in both X and Y direction.&lt;br /&gt;
# At each grid intersection, set the value according to the weighted ranges.&lt;br /&gt;
# Smooth out the areas between the intersection points.&lt;br /&gt;
# Add noise according to the variance parameters.&lt;br /&gt;
Where ''MeshSize'' is the raw parameter value found in the &amp;lt;code&amp;gt;[[world_gen.txt]]&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Interaction between Mesh Size and Weighted Ranges ====&lt;br /&gt;
Mesh size determines how many intersection points the world will have. As an example, setting it to 2×2 means the world will be divided into 4 areas, 2 across and 2 tall, and there will be a total of 9 intersection points (3×3), including the outer-most corners. The grid intersection points are in the middle of world tiles, and the minimum size for a grid area is a span of 9 world tiles in either direction, with adjacent areas sharing an overlapping world tile. On a pocket world, this means one grid tile will span 9×9 world tiles, whereas on a large world, one grid tile will span 129×129 world tiles. A pocket world will always use a 2×2 grid of 9×9 world tiles, since it has only 17×17 tiles total (even if the game UI allows setting those worlds to a 4×4 grid, which can happen when changing the world size; changing the world size doesn't adjust mesh size limits, but saving then reloading the parameters does). A world that is 17 tiles wide, but 257 tall, and set to a 32×32 mesh size, will have 3×33 intersection points.&lt;br /&gt;
&lt;br /&gt;
Setting mesh size to something other than Ignore, will apply random values at those intersections, with those random values being more likely to be in the ranges with higher weights. Setting to Ignore will cause the weighted range settings to be ignored for that terrain characteristic; instead setting the 4 corners of the world to completely random values and smoothing between those, or in other words, using a 1×1 grid for square worlds; while for rectangular worlds, using the same ratio as the world dimensions with 1 in the narrow dimension (for example, a 1×16 grid for a 17×257 world).&lt;br /&gt;
&lt;br /&gt;
For example, if the Elevation Weighted Range parameters are set to &amp;lt;code&amp;gt;60:10:10:10:10&amp;lt;/code&amp;gt; (starting with the 0-20 range, and these values do not need to add up to any particular number), and elevation min and max are left at the defaults of 1 and 400 respectively, then about 60% (on average) of the grid line intersection points will be set to an elevation in the range of 1-80 (0% to 20%), and the other ranges will be represented by around 10% of the intersection points each. The exact distribution is still left up to chance, though ''on average'' it will be close to this specification. This allows random number generation to be non-linear for the given terrain characteristic.&lt;br /&gt;
&lt;br /&gt;
Setting the weight for a range to None only prevents intersection points from being set to a value in that range; terrain between intersection points can still be smoothed to values in ranges set to None that are between the intersection point values. Setting all the weights to None just puts them all at the same weight, the same as the default of all at 1.&lt;br /&gt;
&lt;br /&gt;
Weighted ranges do not make rejection checks, although they can be responsible for many rejections if you neglect to adjust or disable some of the [[#Minimum Number of Mid/Low/High Characteristic Squares|Minimum Number of Mid/Low/High Characteristic Squares]], for example.&lt;br /&gt;
&lt;br /&gt;
==== Interaction between these and Variances ====&lt;br /&gt;
The end result can vary greatly depending on how the corresponding [[#X_and_Y_Variance|X and Y Variance]] parameters are set. First of all, if the variance is too high, the noise it adds can completely negate the effect of the weighted ranges. For instance, with a 2×2 mesh, the default variance parameters are high enough that usually the mesh grid can hardly be recognized. How strong the variance's effect is, is also dependent on the mesh size. Having a larger mesh size (i.e. smaller grid tiles) means the variance also has to be higher for a visible effect. For instance, with a variance of 400, the effects are clearly visible with a 2×2 mesh and barely visible at all with a 8×8 mesh. Note that this effect is directly dependent on the mesh size and not, as one might expect, on the actual size of the grid tiles. This means, that a large world with a 32×32 mesh will look essentially the same as a pocket world with a 2×2 mesh, only stretched to 256 times the size.&lt;br /&gt;
&lt;br /&gt;
Also see this [http://www.bay12forums.com/smf/index.php?topic=139916.0 forum post] for more details.&lt;br /&gt;
&lt;br /&gt;
==== Configuration Tokens ====&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_FREQUENCY:2:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | Valid mesh values:&lt;br /&gt;
&lt;br /&gt;
1 = Ignore&lt;br /&gt;
&lt;br /&gt;
2 = 2x2&lt;br /&gt;
&lt;br /&gt;
3 = 4x4&lt;br /&gt;
&lt;br /&gt;
4 = 8x8&lt;br /&gt;
&lt;br /&gt;
5 = 16x16&lt;br /&gt;
&lt;br /&gt;
6 = 32x32&lt;br /&gt;
&lt;br /&gt;
(limited by world size)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_FREQUENCY:3:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_FREQUENCY:4:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_FREQUENCY:5:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE_FREQUENCY:1:1:1:1:1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_FREQUENCY:1:1:1:1:1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Poles ===&lt;br /&gt;
&lt;br /&gt;
With this, you can influence how polar regions are added. The poles can be on the north or south edge, and the equator will be on the opposite edge, or in the middle if there are two poles. If poles are set to NONE, then there will be no seasonal changes in the weather (e.g. no winter snow in temperate biomes).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[POLE:&amp;lt;placement&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[POLE:NORTH]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Viable options: NONE, NORTH_OR_SOUTH, NORTH_AND_OR_SOUTH, NORTH, SOUTH, NORTH_AND_SOUTH&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Mountain Peak Number ===&lt;br /&gt;
&lt;br /&gt;
This will cause the world to be rejected if fewer than this many peaks (based on elevation) are present on the map. EG: elevations of 400 must be possible for mountain peaks to occur. If set to zero, then worlds will not be rejected based on number of peaks.&lt;br /&gt;
&lt;br /&gt;
You may need to adjust elevation parameters, such as the highest weighted range, in order to get the desired number of elevation-400 squares needed for larger numbers of peaks. Like volcanoes, mountain peaks can make embark zones more interesting (reportedly, they do increase the highest Z-level above ground in all embark zones in the same region, even if the selected embark zone does not include the peak) but other than that, they don't appear to &amp;quot;do&amp;quot; anything special.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PEAK_NUMBER_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PEAK_NUMBER_MIN:20]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Elevations of 400 must occur for peaks to form.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Partial Edge Oceans ===&lt;br /&gt;
&lt;br /&gt;
This will cause a world to be rejected unless there are at least this many oceans touching an edge of the map. If set to zero then worlds will not be rejected based on this criterion. Setting both this parameter and Minimum Complete Edge Oceans to values that total more than 4 when added together may cause all worlds to be rejected, as you can't have both a partial and complete edge ocean on a given edge.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PARTIAL_OCEAN_EDGE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PARTIAL_OCEAN_EDGE_MIN:2]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Maximum of 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Complete Edge Oceans ===&lt;br /&gt;
&lt;br /&gt;
This will cause a world to be rejected unless there are at least this many oceans which completely cover an edge of the map. Since a square map only has 4 edges, the maximum value possible is 4. If set to zero then worlds will not be rejected based on this criterion but still might end up with complete edge oceans by chance.&lt;br /&gt;
&lt;br /&gt;
Note that the ability for this many edge oceans to exist will be limited by elevation. Therefore, to actually create large oceans you will probably need to change things like the Elevation Mesh Size and Weighted Ranges to increase the number and distribution of very low elevation squares on the map. In addition, if Complete Edge Oceans is set to any value ''other'' than 0 or 4, you may need to lower elevation variance for at least one of the axes: if set too high, such as a variation of 1600 for both X and Y axes (the default for Large Island and Medium Island parameter sets), the game may generate worlds very slowly or even hang.{{bug|565}}&lt;br /&gt;
&lt;br /&gt;
Given appropriate weight, range, and variance values for things like elevation, a setting of: 1 results in a world that seems like a chunk of coastline. One edge of the map will be completely underwater and there will be ocean taking up much of the map on that side (think the east or west coast of the United States, the north coast of Canada, or southern Europe). If your edge ocean happens to pick your world's frozen side, most of it will be glacier.&lt;br /&gt;
&lt;br /&gt;
*2 results in another coastline along with the first one -- the map could end up looking something like Panama if the oceans pick opposite sides of the map.&lt;br /&gt;
*3 results in a peninsula, like Florida in the US. There will be oceans surrounding 3 sides of the map, and land touching only one side of the map.&lt;br /&gt;
*4 results in one or more island(s) depending on things like elevation variance and weights. Regardless of whether you get one island or multiple islands, the entire map will be surrounded by water.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, there's no easy way to control which oceans end up on which edges, except perhaps setting X/Y variance to different values.&lt;br /&gt;
&lt;br /&gt;
Edge oceans will take up part of the other edges too. For example, a full edge ocean on the east side will have part of the north and south sides underwater, but that does ''not'' add to the ''partial'' edge oceans count.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[COMPLETE_OCEAN_EDGE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[COMPLETE_OCEAN_EDGE_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Maximum of 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Volcano Number ===&lt;br /&gt;
&lt;br /&gt;
The game will attempt to place this many volcanoes, but there must be at least this many squares with a volcanism of 100, if there are not, the world will be rejected. Therefore, [[Advanced_world_generation#Volcanism|maximum volcanism]] above must be set to 100, and adjusting the [[Advanced_world_generation#Configuration_Tokens_2|volcanism weighted range]] above for 80-100 to a higher value can increase the number of those squares.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANO_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANO_MIN:15]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Volcanoes require a volcanism of 100 to occur.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Mineral Scarcity ===&lt;br /&gt;
Controls the frequency at which minerals occur; setting this value higher will decrease both the number of different types and amounts of ore and gems present on a map. The default value will result in a variety of metal ores, while the old default of ''sparse'' would be only a few ores, which may be limiting until other metals can be requested and traded for. Note that abundances are limited by removing large cluster and/or vein spawn types from certain z-levels entirely, which can counterintuitively increase the abundance of one specific ore or mineral. The abundance of small cluster deposits (including gemstones) is not significantly affected, only the variety of types.&lt;br /&gt;
&lt;br /&gt;
The options &amp;quot;Very Rare&amp;quot;, &amp;quot;Rare&amp;quot;, &amp;quot;Sparse&amp;quot;, &amp;quot;Frequent&amp;quot;, and &amp;quot;Everywhere&amp;quot; in the [[World_generation#Basic_world_generation_menu|basic world generation menu]] use the values 50000, 10000, 2500, 500 and 100 respectively.&lt;br /&gt;
&lt;br /&gt;
According to [http://www.bay12forums.com/smf/index.php?topic=79018.msg2063804#msg2063804 research] by Shandra in v0.31.25, this is the relationship between the value of this setting and the approximate number of gems and ore:&lt;br /&gt;
&lt;br /&gt;
[[File:MineralSetting_v25_limit10k.png]]&lt;br /&gt;
&lt;br /&gt;
This is for the same 8x8 embark region in a world which is otherwise the same, except for the mineral scarcity parameter (although most of the detailed information comes from experiments with previous versions). (The chart legend has an error, the first &amp;quot;Pot.(Types)&amp;quot; should read &amp;quot;Pot.(Amount)&amp;quot;.)&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MINERAL_SCARCITY:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MINERAL_SCARCITY:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 100 to 100,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Real-world extinct creatures ===&lt;br /&gt;
Controls if and where extinct animals and animal people can exist; either not at all, in [[savage]] or [[Surroundings#Neutral|wilderness]] areas, or as [[domestic animal]]s in civilizations.{{v|53.15}}&lt;br /&gt;
This world gen setting also affects the following:&lt;br /&gt;
All non-extinct settings give - in vanilla -  elven and human civilizations who do settle in an area (during world gen), where the surroundings include dinosaurs the possibility to pick such dinos, which are land-based, above ground, non-vermin creatures, as (exotic) pets (and thus gain that dino as domesticated), with elves being notoriously better at this then humans (and more often then not even consider animals with the &amp;quot;exotic pet&amp;quot; token as normal &amp;quot;pets&amp;quot;). Dwarves, when settling in an area (in world gen), will usually - if at all - only pick any pack animals from the above ground surroundings as new domesticated animals (if any), thus they may only possibly gain dinos, which are also pack animals, by settling additional sites in world gen. Goblins do not gain any new domesticated above-ground animals by settling new sites. In addition, the domesticated option gives - in vanilla - dwarven, elven and human civilisation the possibility to pick dinos as domesticated animals (at the start of world generation), but these animals are currently - at least for dwarven civs - not added to resources.animals.pet_races (or resources.animals.exotic_pet_races) only to resources.animals.mount_races, resources.animals.pack_animal_races, resources.animals.minion_races, resources.animals.wagon_puller_races (in all cases if the dino has the appropriate creature token, which is trainable, hunting trainable or war trainable) of the corresponding civ entity.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REAL_WORLD_EXTINCT:&amp;lt;option&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REAL_WORLD_EXTINCT:UNTAMED_WILDS]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| EXTINCT, ISOLATED, UNTAMED_WILDS, WILDERNESS, or DOMESTICATED&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Max Megabeast Caves ===&lt;br /&gt;
&lt;br /&gt;
This is the number of [[megabeast]]s placed at the beginning of history. Megabeasts are [[hydra]]s, [[bronze colossus]]es, [[roc]]s, and [[dragon]]s, which are all placed in equal proportions [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415177#msg3415177 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
Increasing this value can lead to early extinction of civilizations.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MEGABEAST_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MEGABEAST_CAP:75]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Megabeasts count towards BEAST_END_YEAR calculation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Max Semi-Megabeast Caves ===&lt;br /&gt;
&lt;br /&gt;
This is the number of [[semi-megabeast]]s placed at the beginning of history. Semimegabeasts are [[giant]]s, [[ettin]]s, [[minotaur]]s, and [[cyclops]], which are placed in equal proportions [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415188#msg3415188 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEMIMEGABEAST_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEMIMEGABEAST_CAP:150]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Semimegabeasts do not count towards the BEAST_END_YEAR calculation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Titan Parameters ===&lt;br /&gt;
&lt;br /&gt;
==== Number ====&lt;br /&gt;
&lt;br /&gt;
This controls the number of [[titan]]s that exist at the beginning of history[http://www.bay12forums.com/smf/index.php?topic=112465.msg3415203#msg3415203 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. The number of forgotten beasts is unaffected by this parameter [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415155#msg3415155 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_NUMBER:33]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Titans count towards BEAST_END_YEAR calculation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Attack Population Requirement ====&lt;br /&gt;
&lt;br /&gt;
[[Titan]]s will begin to attack your fort once at least this many dwarves inhabit it, regardless of whether any other attack criteria have been met.&lt;br /&gt;
&lt;br /&gt;
This number defaults to 80, which isn't usually too difficult to deal with.&lt;br /&gt;
&lt;br /&gt;
==== Exported Wealth Requirement ====&lt;br /&gt;
&lt;br /&gt;
Titans will begin to attack your fort once you have exported at least this many [[Currency|dwarfbucks]]-worth of goods, regardless of whether or not any other criteria have been met. This parameter defaults to None (disabled).&lt;br /&gt;
&lt;br /&gt;
==== Created Wealth Requirement ====&lt;br /&gt;
&lt;br /&gt;
Titans will begin to attack your fort once the fort's total wealth has reached this many [[Currency|dwarfbucks]] in value. This happens regardless of whether any of the other criteria, such as population, have been met; therefore, even with 1 dwarf, a fort could be attacked if the fort were worth at least this value.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_ATTACK_TRIGGER:&amp;lt;population&amp;gt;:&amp;lt;exp wealth&amp;gt;:&amp;lt;created wealth&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_ATTACK_TRIGGER:80:0:100000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = None (disabled). Only one requirement must be met for an attack.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Demon Types ===&lt;br /&gt;
&lt;br /&gt;
[[Demon]]s are similar to [[titan]]s and [[forgotten beast]]s, in that they are procedurally generated, but most are not unique. Thus, many different types of demons can exist in the world, but there will also be many individuals of most types. Thanks to [[Underworld spire|certain fun things]], fewer demon types also means fewer goblin civilizations.{{cite forum|112465/7392706}} You need at least 2 demon types, or else goblin civilizations won't exist initially, though if dwarves breach the underworld during world generation, at least one will be generated then.&amp;lt;!-- May be 1 per underworld region? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DEMON_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DEMON_NUMBER:52]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Night Troll Types ===&lt;br /&gt;
&lt;br /&gt;
The number of different [[night troll]]s, also procedurally generated, that will exist in the world. Setting this to zero means that the world will have no night trolls, custom or otherwise.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHT_TROLL_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHT_TROLL_NUMBER:77]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Bogeyman Types ===&lt;br /&gt;
The number of different [[bogeyman]] forms that will exist in the world. Bogeymen are procedurally generated, though their forms do not vary by much. Setting this to zero means that the world will have no bogeymen, custom or otherwise.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BOGEYMAN_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BOGEYMAN_NUMBER:27]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Nightmare Types ===&lt;br /&gt;
The number of different [[nightmare]] forms that will exist in the world. Nightmares are procedurally generated. Setting this to zero means that the world will have no nightmares, custom or otherwise.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHTMARE_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHTMARE_NUMBER:27]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Vampire Curse Types ===&lt;br /&gt;
&lt;br /&gt;
The number of different types of [[Vampire|vampires]] that will exist in the world. Although they are generated at the start of a new world, they aren't different from each other. Setting this to zero means no vampires will exist.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VAMPIRE_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VAMPIRE_NUMBER:72]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Werebeast Parameters ===&lt;br /&gt;
&lt;br /&gt;
==== Number of Werebeast Curse Types====&lt;br /&gt;
&lt;br /&gt;
The number of different types of [[werebeast]]s that can exist in the world. It is common for werebeasts, unlike vampires, to assume many different forms and variations, the most well-known of these amount to different species of animals, from lizards, to wolves, to even bears. Setting this to zero means no werebeasts will exist, and will also remove a large amount of [[fun]] from the game.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_NUMBER:58]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Attack Population Requirement ====&lt;br /&gt;
&lt;br /&gt;
Werebeasts will begin to attack your fort once at least this many dwarves inhabit it, regardless of whether any other attack criteria have been met. This number defaults to 50 which will often be reached in the second year of the fort.&lt;br /&gt;
&lt;br /&gt;
==== Exported Wealth Requirement ====&lt;br /&gt;
Werebeasts will begin to attack your fort once you have exported at least this many [[Currency|dwarfbucks]]-worth of goods, regardless of whether or not any other criteria have been met. This parameter defaults to 5000.&lt;br /&gt;
&lt;br /&gt;
==== Created Wealth Requirement ====&lt;br /&gt;
&lt;br /&gt;
Werebeasts will begin to attack your fort once the fort's total wealth has reached this many [[Currency|dwarfbucks]] in value. This happens regardless of whether any of the other criteria, such as population, have been met; therefore, even with 1 dwarf, a fort could be attacked if the fort were worth at least this value.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_ATTACK_TRIGGER:&amp;lt;population&amp;gt;:&amp;lt;exp wealth&amp;gt;:&amp;lt;created wealth&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_ATTACK_TRIGGER:50:5000:50000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = None (disabled). Only one requirement must be met for an attack.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Secret Types ===&lt;br /&gt;
&lt;br /&gt;
The number of secrets that exist in the world. Currently, all secrets are secrets of life and death, and the ones holding these secrets are [[necromancer]]s, thus, setting this to zero means that no necromancers will appear.&lt;br /&gt;
Non-necromancer towers can still appear (extremely rarely) with zero secrets, constructed by independent undead groups.&lt;br /&gt;
The primary difference between having 1 or 1000 secrets is the chance of your world having any necromancer towers at all. With 1, this chance is low. With the default number, it's seemingly guaranteed.&lt;br /&gt;
Even with 1 secret, if you have any necromancer towers at all, it is likely a great number will quickly appear in world generation (though this isn't guaranteed).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SECRET_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SECRET_NUMBER:52]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Regional Interaction Types ===&lt;br /&gt;
&lt;br /&gt;
The number of interactions that can be caused in regions, which may incorporate evil rain and cloud types. Currently, only evil region interactions are generated this way.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGIONAL_INTERACTION_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGIONAL_INTERACTION_NUMBER:20]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Disturbance Interaction Types ===&lt;br /&gt;
The number of different [[Mummy|disturbed dead]] that can exist in the world. Setting this to zero should prevent any mummy from appearing{{verify}}, but it will not prevent the creation of [[tomb]]s.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DISTURBANCE_INTERACTION_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DISTURBANCE_INTERACTION_NUMBER:10]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Evil Cloud / Evil Rain Types ===&lt;br /&gt;
&lt;br /&gt;
This number specifies how many [[Weather#Evil weather|various face-melting, eye-boiling, and zombifyingly-fun]] clouds of pure evil may appear in your world. Setting this to zero means you no longer will ever have to deal with encroaching dust walls of doom in that world. It is generally advised to keep this value low...&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_CLOUD_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_CLOUD_NUMBER:45]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The latter number states how many different types of green-ooze drenchers, disconcerting blood-showers, and sickly yellow slime-baths can occur in your world. Compared to evil clouds though, this one hardly is worth stressing out about, usually.... Setting this to zero means the only semi-solid to fully-liquid fluids to fall from the sky will be pure H2O.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_RAIN_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_RAIN_NUMBER:352]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Generate Divine Materials ===&lt;br /&gt;
This turns the generation of [[Divine_metal|divine metals]] on or off. It does not influence the creation of [[vault]]s. Probably determines whenever or not using divination dice spawns weapons.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_DIVINE_MATERIALS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_DIVINE_MATERIALS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Generate Mythical Materials ===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_MYTHICAL_MATERIALS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_MYTHICAL_MATERIALS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Allow Mythical Healing ===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_MYTHICAL_HEALING:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_MYTHICAL_HEALING:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Allow Divination, Experiments, and Necromancy types ===&lt;br /&gt;
These allow or disallow [[die|divination]], demon or necromancer [[experiment]]s, and the more advanced [[necromancer]] abilities.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DIVINATION:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DIVINATION:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DEMONIC_EXPERIMENTS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DEMONIC_EXPERIMENTS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_EXPERIMENTS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_EXPERIMENTS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_LIEUTENANTS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_LIEUTENANTS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_GHOULS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_GHOULS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_SUMMONS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_SUMMONS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Desired Good/Evil Square Counts ===&lt;br /&gt;
&lt;br /&gt;
These values change the amount of [[Surroundings#Good|good or evil]] tiles on the map, depending on the size of the region they are being considered for. The counts are for all tiles in all subregions of a given size considered together, ''not'' counts for each subregion considered separately (all tiles in the same subregion share the same [[surroundings]] values).&lt;br /&gt;
&lt;br /&gt;
As used here, a &amp;quot;subregion&amp;quot; is a named world area. Subregion names and locations for a generated world are viewable in legends mode under &amp;quot;Regions&amp;quot;. Subregions are classified by size the same way for all map sizes: 1-24 tiles is Small, 25-99 tiles is Medium, and 100+ tiles is Large.&lt;br /&gt;
&lt;br /&gt;
The counts used here will always be restricted to regions of the given size, no matter how large the count. Also, the count is more of a goal than a minimum or maximum. As a result, you can end up with many more or many fewer than the requested number of squares in some situations. In particular, if you have something like a case where only 3 large regions exist in a world, and you request &amp;quot;1 evil square&amp;quot; in large regions, you will end up with one of the large regions being ''entirely evil''. So any non-zero value in one of these settings essentially means &amp;quot;force at least one region of this size to be all good/evil.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;quot;evilness&amp;quot; of evil biomes is also impacted by savagery. Certain civilizations cannot exist in good and/or evil squares, so too many of one or the other may limit the size of certain types of civilizations - dwarves, for example, need non-aligned biomes. Creating too many evil biomes seems to lead to the danger of many civilizations' early extinction.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GOOD_SQ_COUNTS:&amp;lt;small region&amp;gt;:&amp;lt;med region&amp;gt;:&amp;lt;lg region&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GOOD_SQ_COUNTS:100:1000:2000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Set count to zero to disable for that region size.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_SQ_COUNTS:&amp;lt;small region&amp;gt;:&amp;lt;med region&amp;gt;:&amp;lt;lg region&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_SQ_COUNTS:100:1000:2000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Biome Square Counts ===&lt;br /&gt;
&lt;br /&gt;
These numbers control whether or not a world will be rejected based on a lack of different [[biome|biomes]]. Raising these numbers will '''not''' automatically generate the given number of squares of the given biome! For a biome to exist, certain conditions like elevation and rainfall must exist.&lt;br /&gt;
&lt;br /&gt;
These parameters simply filter out worlds that (for example) randomly fail to have enough high elevation squares to support a given number of mountains, etc. Some settings may cause worlds to always be rejected. For example, if for some reason the maximum elevation parameter is set to a value below what will support mountain biomes, it will be impossible to satisfy a non-zero requirement for mountain squares. The same principle goes for other conditions and biomes such as low elevations and oceans, etc.&lt;br /&gt;
&lt;br /&gt;
Certain civilizations require different biomes to exist (such as dwarves and mountains), so eliminating certain biomes will make it impossible for certain civilizations to form.&lt;br /&gt;
&lt;br /&gt;
These parameters often result in infinite world rejection problems. See [[World rejection]] for information on solving problems related to worlds always being rejected due to one or more of these parameters.&lt;br /&gt;
&lt;br /&gt;
0 means no minimum for rejection - setting it to 0 does not guarantee 0 squares of that biome.&lt;br /&gt;
&lt;br /&gt;
==== Biome Type Requirement Table ====&lt;br /&gt;
&lt;br /&gt;
Terrain requirements for various biomes are described below.{{Verify}} Note that some of the exact ranges are unknown.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Biome&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | Terrain Requirement&lt;br /&gt;
|-&lt;br /&gt;
! Elevation&lt;br /&gt;
! Rainfall&lt;br /&gt;
! Temperature&lt;br /&gt;
! Drainage&lt;br /&gt;
|-&lt;br /&gt;
| Swamp/Marsh&lt;br /&gt;
| 100-299&lt;br /&gt;
| 33-100&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 0-32&lt;br /&gt;
|-&lt;br /&gt;
| Desert/Badland&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-9&lt;br /&gt;
| non-freezing&lt;br /&gt;
| note&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Forest&lt;br /&gt;
| 100-299&lt;br /&gt;
| 66-100&lt;br /&gt;
| non-freezing&lt;br /&gt;
| 66-100&lt;br /&gt;
|-&lt;br /&gt;
| Mountains&lt;br /&gt;
| 300-400&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ocean&lt;br /&gt;
| 0-99&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Glacier&lt;br /&gt;
| 100-299&lt;br /&gt;
| N/A&lt;br /&gt;
| Freezing&lt;br /&gt;
| 80(?)-100&lt;br /&gt;
|-&lt;br /&gt;
| Tundra&lt;br /&gt;
| 100-299&lt;br /&gt;
| N/A&lt;br /&gt;
| Freezing&lt;br /&gt;
| 0-66&lt;br /&gt;
|-&lt;br /&gt;
| Grassland&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-66&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 0-66&lt;br /&gt;
|-&lt;br /&gt;
| Hills&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-66&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 66-100&lt;br /&gt;
|}&lt;br /&gt;
note&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; drainage: 00-32 sand desert, 33-49 rocky wasteland, 50-65 rocky wasteland but different characters/appearance, 66-100 badlands&lt;br /&gt;
&lt;br /&gt;
==== Minimum Initial Square Count ====&lt;br /&gt;
&lt;br /&gt;
'''Note: The exclusive purpose of these parameters is to cause world rejection.'''&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of squares of the given biome that must exist before things like erosion take place. One thing to keep in mind is the maximum number of squares on a map of a given size - if the total number of squares on a map is lower than the sum of all square count parameters, then you will get infinite world rejection.&lt;br /&gt;
&lt;br /&gt;
To determine the number of squares on a map, just multiply the dimensions. In practice these parameters will need to sum to lower than the maximum because some space is needed for &amp;quot;slack&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Map Size&lt;br /&gt;
! Number of Squares&lt;br /&gt;
|-&lt;br /&gt;
| 17×17&lt;br /&gt;
| 289&lt;br /&gt;
|-&lt;br /&gt;
| 33×33&lt;br /&gt;
| 1089&lt;br /&gt;
|-&lt;br /&gt;
| 65×65&lt;br /&gt;
| 4225&lt;br /&gt;
|-&lt;br /&gt;
| 129×129&lt;br /&gt;
| 16614&lt;br /&gt;
|-&lt;br /&gt;
| 257×257&lt;br /&gt;
| 66049&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Minimum Initial Region Count ====&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of regions of contiguous biome squares that must exist before other processes such as erosion take place.&lt;br /&gt;
&lt;br /&gt;
==== Minimum Final Region Count ====&lt;br /&gt;
&lt;br /&gt;
This many regions of the given biome must exist after erosion and similar phases of generation have been completed.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:SWAMP:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:SWAMP:1032:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:DESERT:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:DESERT:1032:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:FOREST:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:FOREST:4128:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:MOUNTAINS:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:MOUNTAINS:8256:9:9]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:OCEAN:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:OCEAN:8256:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GLACIER:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GLACIER:0:0:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:TUNDRA:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:TUNDRA:0:0:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GRASSLAND:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GRASSLAND:8256:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:HILLS:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:HILLS:8256:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Erosion Cycle Count ===&lt;br /&gt;
&lt;br /&gt;
Tells the world generator how long the world has to erode its tall peaks down to mountainsides during the 'running rivers...' stage of world creation. The higher this number, the less jagged the world will be, and the more wide the major rivers will be. If you use the maximum number, your mountains will dissolve before your eyes into plains which can lead to rejections if there aren't enough mountains to use for river start points and dwarven civilization origin points.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EROSION_CYCLE_COUNT:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EROSION_CYCLE_COUNT:250]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum/Desired River Start Locations ===&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of riverheads that must exist before and after erosion takes place. Worlds will be rejected if they fail to meet these numbers. As with minimum biome counts, raising this number doesn't automatically create this many riverheads. Other conditions like terrain and rainfall must exist for rivers to form.&lt;br /&gt;
&lt;br /&gt;
Extremely high pre-erosion values speed erosion greatly, while low post erosion values are useful for limiting rejects due to lack of river origin points. One can try the 800 value to get more lakes.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RIVER_MINS:&amp;lt;min pre-erosion&amp;gt;:&amp;lt;des post-erosion&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RIVER_MINS:200:400]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 800&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Periodically Erode Extreme Cliffs ===&lt;br /&gt;
&lt;br /&gt;
If enabled, makes every impassable rock wall into a series of ramps. Some prefer to pump up erosion to about 250, and turn the &amp;quot;Desired pre-erosion river count&amp;quot; to 0 for good erosion and no extra canyons.&lt;br /&gt;
&lt;br /&gt;
Normally this is set to Yes (1).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PERIODICALLY_ERODE_EXTREMES:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PERIODICALLY_ERODE_EXTREMES:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Do Orographic Precipitation and Rain Shadows ===&lt;br /&gt;
&lt;br /&gt;
Toggle that allows terrain height to affect rainfall. For example, moist air coming from the ocean blows over the land. As the terrain gets higher, it forces the moist air up, causing it to rain on the seaward side of a mountain. Eventually, all the rain has fallen if the mountain is tall enough. So, when the breeze goes over the top, there's no moisture left to fall on the other side, creating a rain-shadow. In the current version, regions where drainage is above 50 will also create rain shadows, regardless of the underlying biome and elevation.{{cite forum|140685/5484064}}&lt;br /&gt;
&lt;br /&gt;
Turning this on should create a tendency for more extreme rainfall in regions, creating more forests, deserts, marshlands, and grasslands. Also note that it can create rainfall outside of min-max rainfall settings, so even in a world with a 0 max rainfall you may get rainfall biomes. Turning it off should result in more controllable, less complex rainfall conditions based on rainfall parameters as it adds a random element which can distort or otherwise mess up the climates on a pregenerated map.&lt;br /&gt;
&lt;br /&gt;
This should be disabled if you're importing a map or using a preset map file that has weather.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[OROGRAPHIC_PRECIPITATION:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[OROGRAPHIC_PRECIPITATION:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Maximum Number of Subregions ===&lt;br /&gt;
&lt;br /&gt;
This is the number of separate biomes (the flashing regions you see on embark when you hit F1, F2, etc. when there's more than one biome on the embark location) that are allowed to exist on the entire map.&lt;br /&gt;
&lt;br /&gt;
Setting this to very low values will result in numerous rejections depending on [[#X and Y Variance|variance parameters]]. If variance values are set to high numbers, many small biomes will be created causing rejection if this parameter value is not increased beyond the default.&lt;br /&gt;
&lt;br /&gt;
Increasing the value of this tag is often a must when generating &amp;quot;patchwork&amp;quot; worlds with lots of biome variance, but simply increasing it without increasing variance parameters will not guarantee more biomes.&lt;br /&gt;
&lt;br /&gt;
It is also interesting to note that the maximum subregions is 5000 which is more than the total number of squares for a pocket or small map. However, for a medium or large map (16641 or 66049 squares) it quickly becomes a mere fraction of the total number of possible subregions. In fact it would be quite easy on a large map to end up with far too many subregions and get endless rejections of this type.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SUBREGION_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SUBREGION_MAX:2750]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 1 to 5000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Cavern Parameters ===&lt;br /&gt;
[[Caverns]] are the hollow areas underground, which dwarves tend to encounter when they're digging around. The '''Cavern Layer Number''' parameter determines how many cavern systems will be generated, not including the magma layer or the Bottom layer. Defaults to three - setting it to lower values could help FPS.  Setting it to 2 will merge cavern 3 species into the 2nd cavern, and setting it to 1 will merge all into one cavern. However, disabling them entirely by setting it to 0 will make it impossible to grow any underground plants, as none will exist for your civilization to cultivate, nor will they be available on embark.&lt;br /&gt;
&lt;br /&gt;
*Setting caverns to a sub-3 number (Spoiler, highlight to view) &amp;lt;span style='color:#f8f8f8;'&amp;gt;erases about one-third of HFS spires{{Bug|10267}} and prevents dig deep disasters.&amp;lt;/span&amp;gt; Additionally, random plant or animal species can be more frequently absent.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_COUNT:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_COUNT:3]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Cavern Layout Parameters ====&lt;br /&gt;
&lt;br /&gt;
Open caverns and dense passageways are not mutually exclusive. When both are raised, bizarre results can occur, such as layers showing a combination of open caverns, a cluster of network passages, and natural walls sprinkling the inside of an otherwise open cavern. [http://www.bay12forums.com/smf/index.php?topic=76355.msg1936859#msg1936859 Reference]&lt;br /&gt;
&lt;br /&gt;
If you want the largest open spaces possible, then decrease the density and increase the openness. If you want a labyrinth of passageways, lower the openness and raise the passage density.&lt;br /&gt;
&lt;br /&gt;
Another interesting note about the cavern layers is that the seed and number of demon types affect the layout of the caverns.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=200 heights=200 perrow=2&amp;gt;&lt;br /&gt;
File:Open00Density100.jpg|Cavern slice with Openness of 0 and Density of 100&lt;br /&gt;
File:Open100Density00.jpg|Cavern slice with Openness of 100 and Density of 0&lt;br /&gt;
File:Open100Density100.jpg|Cavern slice with Openness of 100 and Density of 100&lt;br /&gt;
File:Open50Density50.jpg|Cavern slice with Openness of 50 and Density of 50&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Layer Openness min/max =====&lt;br /&gt;
&lt;br /&gt;
Dictates the size of cavern passages. When Passage Density (see below) is set to minimum (0), caverns will be open expanses. Raising the maximum will increase the size of the caverns.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Layer Passage Density min/max =====&lt;br /&gt;
&lt;br /&gt;
Determines how many passages form the cavern. If openness (see above) is set to minimum and density increased, then you will get a maze-like network of small criss-crossing passages. Raising the values further increases the number of the maze-like passages.&lt;br /&gt;
&lt;br /&gt;
Caverns will be large, open spaces at 0, and comprised of many small vertical shafts of rock at 100. Setting both values to be the same results in a uniform look for the caverns.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Layer Water min/max =====&lt;br /&gt;
&lt;br /&gt;
Determines the minimum and maximum percentage of water each cavern can contain.&lt;br /&gt;
&lt;br /&gt;
Caverns with a water level of 10 or higher can support creatures and plants from the &amp;quot;Subterranean Water&amp;quot; biome, and caverns with a water level of 90 or lower can support the &amp;quot;Subterranean Chasm&amp;quot; biome; levels of 10-90 support ''both'' biomes, while levels below 10 or above 90 support only one.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Magma Layer ====&lt;br /&gt;
&lt;br /&gt;
This parameter controls whether the [[magma sea]] exists.&lt;br /&gt;
&lt;br /&gt;
Setting 1/Yes causes the magma layer to exist, value 0/No prevents it. Appears not to have any impact on volcanoes nor volcanism, so even if 0/No, there will still be embark locations with magma. If a [[volcano]] exists, it appears to always tap the magma sea, but the magma sea will not be revealed by revealing the volcano.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_1:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Bottom Layer ====&lt;br /&gt;
&lt;br /&gt;
Determines if the space below the magma sea exists. If Yes the &amp;quot;HFS&amp;quot; layer is always present. Normally you want to leave this set to Yes for maximum fun.&lt;br /&gt;
&lt;br /&gt;
If enabled, this will force the magma layer above it.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_2:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_2:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Z Levels (Depth) Settings ===&lt;br /&gt;
&lt;br /&gt;
These parameters control the &amp;quot;thickness&amp;quot; of various &amp;quot;layers&amp;quot; on the map. Note that a &amp;quot;layer&amp;quot; in this case does not refer to one Z-level, but refers to a number of related Z-levels such as &amp;quot;levels above ground&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The following table assumes that you have 3 cavern layers. (out of a minimum of 0-3) The Levels Above Layer settings control how many Z-Levels are above each layer. A layer may itself consist of multiple Z-Levels (and almost always does).&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot; width=&amp;quot;120&amp;quot;|Setting Name&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot; width=&amp;quot;200&amp;quot;|Token&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Description&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Ground&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_GROUND:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| The number of Z-levels of air above the highest surface level.&amp;lt;br /&amp;gt;Has no impact on how many Z-levels deep the surface layer is.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above layer 1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_1:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of stone above the first cavern layer. Making this higher will guarantee ''at least'' that many levels to build your fortress, but will have no impact on how many z-levels thick the surface layer is. Also, the top of a cavern may be higher than the rest of a cavern, so in practice there will be more &amp;quot;solid&amp;quot; levels than this above the cavern.&lt;br /&gt;
As of version 0.31.25 this setting is inaccurate. The actual number of z-levels may vary in a range of approx. ±5, which may result in non-existence of any solid z-levels between a surface layer and first cavern layer.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_2:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between the very top of the second cavern and the very bottom of the first cavern.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_3:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between the very top of the third cavern and the very bottom of the second cavern.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 4&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_4:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between the very highest magma and the very bottom of the third cavern.&amp;lt;br /&amp;gt;Spoiler Hidden (select invisible text to read): &amp;lt;span style='color:#eee;'&amp;gt;Making this high will give a large area for HFS veins, so that it never touches caverns, giving more to mine '''if''' it was impacting the cavern previously.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_5:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Uncertain. May control the number of levels of &amp;quot;Semi Molten Rock&amp;quot; between HFS and Magma, may control number of levels of magma, may impact both.&amp;lt;br /&amp;gt;In experimentation, the overall depth of all magma sea and semi-molten rock levels appears to increase, but not consistent enough to say for certain.&amp;lt;br /&amp;gt;Only valid if Magma Layer present.&amp;lt;br /&amp;gt;Spoiler Hidden:&amp;lt;span style='color:#eee;'&amp;gt;Often the HFS vein will only extend as high as the highest magma, making this the only guaranteed way to increase amount of HFS to mine, but unfortunately also creating enormous useless semi-molten z-levels&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| At Bottom&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_AT_BOTTOM:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Appears to be number of levels of HFS chamber. Only valid if Bottom Layer present, often having no impact. Values larger than default result in strange things.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Some implications:&lt;br /&gt;
* The number of surface layers (e.g. soil), at this time, cannot be controlled. For example, on a map with 1 layer of peat, then a layer of silt, then a layer of obsidian, there is no control to let you increase either one to be, say, 20 z-levels. (though you may get lucky with the obsidian).&lt;br /&gt;
* There can be multiple stone layers between the cavern and the surface, so, increasing Levels Above Layer 1 may give you more conglomerate or more granite, and you have no control over which stone layer spans those Z-levels.&lt;br /&gt;
* The layers shown on embark span across the cavern layers in an unknown and inconsistent way. Sometimes those 10 different layers of stone are evenly distributed over your 400 z-level deep map, sometimes the first 9 get 1 z-level each and the last gets the other 391 levels. No way to control found yet.&lt;br /&gt;
* The HFS chamber, if present, will always extend into the rock layers, and appears to always make contact with the bottom cave. Large values for levels above layer 5 and layer 4 can result in enormous chambers, but the number of levels at the top (the part with undead) appears to be unaffected.&lt;br /&gt;
* Unconfirmed whether number of levels between caverns has any impact on cavern height. There will be connecting ramps and/or shafts between cavern layers no matter how many levels are between them.&lt;br /&gt;
* '''Very Important''': These values appear to apply across a whole 16x16 region, not just embark areas. That means that if a 16x16 region is completely flat, but has one tall mountain in one far corner, even if you set Levels Above Ground low (e.g. 2 z-levels) you still have all the empty air of the highest mountain in every embark tile (e.g. 200 z-levels). Also can happen to the semi-molten layer, and can lead to unexpected behavior.&lt;br /&gt;
* Very large or small values can cause strange things to happen.&lt;br /&gt;
&lt;br /&gt;
=== Minimum/Maximum Natural Cave Size ===&lt;br /&gt;
It's not clear what effect these currently have, other than changing them can change the location of caves somewhat.{{verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MIN_SIZE:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MIN_SIZE:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 1 to 500&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MAX_SIZE:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MAX_SIZE:25]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Caves ===&lt;br /&gt;
The number of caves generated in mountainous and non-mountainous regions, mountain caves will always be generated on the edge of mountain ranges next to non-mountainous regions. Lurking [[kobold]]s set up shop in caves, and store their stolen items there - a setting of 0 in both will stop kobold civilizations from appearing. Special note: a cave is not initially a [[lair]], although beasts can later use them as their lair.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MOUNTAIN_CAVE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MOUNTAIN_CAVE_MIN:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 800&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NON_MOUNTAIN_CAVE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NON_MOUNTAIN_CAVE_MIN:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Mythical Sites ===&lt;br /&gt;
The number of [[mysterious dungeon|mysterious sites]] generated around the world. The extended effects of setting this to 0 has not been determined{{verify|is chosen still available? is quest still given? etc.}}.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MYTHICAL_SITE_NUM:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MYTHICAL_SITE_NUM:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 800&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Make Caves Visible ===&lt;br /&gt;
If set to no (default) then the location of caves will not be marked on the map. If set to yes, caves will appear on the map so that they may be sought out or avoided as desired.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALL_CAVES_VISIBLE:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALL_CAVES_VISIBLE:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Allow Init Options to Show Tunnels ===&lt;br /&gt;
&lt;br /&gt;
If enabled, you will be able to see the underground tunnels often built by dwarves on the world map, and they will appear as black lines, similar to roads.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SHOW_EMBARK_TUNNEL:&amp;lt;0-2&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SHOW_EMBARK_TUNNEL:2]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No&amp;lt;br/&amp;gt;1 = Only in Finder&amp;lt;br/&amp;gt;2 = Always&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Civilizations ===&lt;br /&gt;
&lt;br /&gt;
This number of [[civilization]]s will be placed on the map before history generation begins. These civilizations may later die out due to historical events. It is noteworthy that the chance for any given civilization to be destroyed through megabeasts decreases with a higher total number of civilizations present[http://www.bay12forums.com/smf/index.php?PHPSESSID=7348f68f41a9659443c05b2acf534e6c&amp;amp;topic=112465.15 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. The five races are dwarf, elf, human, goblin, and kobold; they will generally be placed in equal numbers until the quota has been reached. If there are not enough biomes or other worldgen prerequisites for an even distribution, certain civs will be much more or less frequent than others[http://www.bay12forums.com/smf/index.php?PHPSESSID=7348f68f41a9659443c05b2acf534e6c&amp;amp;topic=112465.15 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. If there is an odd number of civs (not divisible by 5), then the remainder is distributed randomly. Kobold civs require caves to be placed; if no caves exist, then kobolds are skipped and will not appear. This does not cause rejections [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415125#msg3415125 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. Goblin civilizations require multiple demons, see the [[#Number_of_Demon_Types|number of demon types]] section above.&lt;br /&gt;
&lt;br /&gt;
Note that a high value here can cause lots of map rejections, particularly on smaller maps as there simply isn't enough room or regions to put them all in.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_NUMBER:40]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 300&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Playable Civilization Required ===&lt;br /&gt;
&lt;br /&gt;
If this is set to yes (default) then worlds will be rejected if no civilization with [[Entity token|CIV_CONTROLLABLE]] can be placed. In an unmodded game, only the dwarves have this token.&lt;br /&gt;
&lt;br /&gt;
If set to no, the result may be a world that cannot be played in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PLAYABLE_CIVILIZATION_REQUIRED:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PLAYABLE_CIVILIZATION_REQUIRED:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Number of Mid/Low/High Characteristic Squares ===&lt;br /&gt;
&lt;br /&gt;
Sets the minimum possible number of squares of certain ranges of each of the region qualities, such as elevation, rain, drainage, volcanism, savagery, and temperature. These need to be changed to reflect your regional meshes and weights, and are responsible for a HUGE number of map rejections. These values can all be set to 0 for much fewer map rejections, particularly in the case of more wacky, non-standard maps.&lt;br /&gt;
&lt;br /&gt;
These values will cause worlds to be rejected unless at least the given number of squares of the given type are randomly generated. Setting these values too high could result in worlds always being rejected if other parameters such as the maximum/minimums for elevation, etc., don't allow enough of those squares to get generated.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Minimum number of squares that must have low, medium, and high amounts of the given attribute.&amp;lt;br/&amp;gt;&lt;br /&gt;
0 = No minimum&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==World rejection==&lt;br /&gt;
&lt;br /&gt;
:''Main article: [[World rejection]]''&lt;br /&gt;
&lt;br /&gt;
If you are having the common problem of generated worlds always being rejected by the world generator, see [[v0.31:World rejection|Solving World Rejection Problems (v0.31 page)]] as it contains many detailed suggestions on how to troubleshoot and solve these issues.&lt;br /&gt;
&lt;br /&gt;
== Parameter set examples ==&lt;br /&gt;
&lt;br /&gt;
If you're trying to do something specific, then the [[Worldgen examples]] - complete parameter sets that can be copied directly into your ''world_gen.txt'' file and customized as desired - might be helpful.&lt;br /&gt;
If none of the examples suit your needs, [[Worldgen tricks]] has strategies and tips on making a world just right for you.&lt;br /&gt;
&lt;br /&gt;
For many, many more examples see:&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=101280 DF2012 (v0.34) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=140180 DF2014 (v0.40) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=168543.0 DF2014 (v0.44.02+) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=175538 DF2014 (v0.47.01+) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=180805.0 DF2022 (v0.50.01+) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
&lt;br /&gt;
{{World}}&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Advanced_world_generation&amp;diff=319136</id>
		<title>Advanced world generation</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Advanced_world_generation&amp;diff=319136"/>
		<updated>2026-08-18T21:59:12Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Number of Werebeast Curse Types */ removed bug noted as fixed in 53.11&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
:''This article contains information on advanced world generation. For information on basic world generation, see [[World generation]].''  ''See [[World token]] to more easily find information by the names used in the world_gen.txt file, [[World rejection]] for information on solving problems related to worlds always being rejected, and [[Worldgen examples]] for example worlds.''&lt;br /&gt;
&lt;br /&gt;
[[File:adv_worldgen_v50.png|thumb|400px|right|The advanced world generation screen.&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;''(Click to enlarge)''&amp;lt;/small&amp;gt;]]'''Advanced world generation''', also labeled as '''detailed mode''', allows substantially more detail-oriented options of customization than standard, basic world generation. This gives the player much more control over how their world is generated. To better understand this article, it is advised that one should read about [[World generation|'''basic world generation''']] first.&lt;br /&gt;
&lt;br /&gt;
The advanced world generation screen is reached by clicking &amp;quot;Create new world&amp;quot; at the main menu, then clicking &amp;quot;Detailed mode&amp;quot;. Once at that screen, clicking &amp;quot;Basic options&amp;quot; will return the user to the standard world generation screen.&lt;br /&gt;
&lt;br /&gt;
== Parameter sets ==&lt;br /&gt;
There are multiple default sets of all the advanced world generation parameters hard-coded in ''Dwarf Fortress'', which will be overridden by the &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; file in the main ''Dwarf Fortress'' directory, if it exists. It does not exist by default, you must create it, either by saving the default sets, or saving a copy from the [[world_gen.txt]] wiki page or elsewhere. This file can then be edited with a text editor, and you can copy and paste other players' sets of parameters into it. For sources of such parameter sets see [[Advanced_world_generation#Parameter_set_examples|Parameter set examples]] below.&lt;br /&gt;
&lt;br /&gt;
To get back the default sets, move the existing &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; to somewhere else (like Documents), or delete it if you do not want to keep the changes, then load the sets in the game, it will then use the hardcoded defaults.&lt;br /&gt;
&lt;br /&gt;
== User interface ==&lt;br /&gt;
First, there is a line of text inputs and buttons along the top of the screen, from left to right:&lt;br /&gt;
* The drop down menu of currently defined parameter sets, click the down arrow to select a set that you want to work with. The currently selected set can be renamed by clicking the current name or the [[File:Quill.png]] button. The first set in the file is selected by default, usually &amp;quot;LARGE ISLAND&amp;quot;. See [[#Parameter set title|Parameter set title]].&lt;br /&gt;
* The dimensions of the world for the selected set, see [[#World dimensions|World dimensions]].&lt;br /&gt;
* A text entry box to set all of the seed options to the same seed, will show &amp;quot;Random seed&amp;quot;, &amp;quot;Various seeds&amp;quot;, or, if all four seeds are set to use the same value, that value. See [[Advanced_world_generation#Seed_values|Seed values]] and [[Advanced_world_generation#Seed_values|Seed notes]].&lt;br /&gt;
* The Copy Button to make a copy of the currently selected set and appends it to the bottom of the list.&lt;br /&gt;
* The red Delete button to delete the currently selected set, you will be prompted to confirm the deletion.&lt;br /&gt;
* The New parameter set to create a new parameter set and appends it to the bottom of the list. This seems to just copy the default &amp;quot;LARGE REGION&amp;quot; set.&lt;br /&gt;
* The Save button to save all of the current sets to the &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
* The Load button to load from the same file, there is no confirmation, '''any unsaved changes will be lost'''. If that file does not exist, this resets all of the sets to the defaults.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Most of the middle is the parameters themselves, with a scroll bar to the right. Each row of the list can include:&lt;br /&gt;
* The name of the option&lt;br /&gt;
* The range of accepted values; not every option has this, and does not always match the displayed value, for example &amp;quot;0 to 1&amp;quot; might show as &amp;quot;No&amp;quot; and &amp;quot;Yes&amp;quot;.&lt;br /&gt;
:* Sometimes the range might not initially show on rows that it should, reloading the sets with the Load button sometimes fixes that.{{bug|13176}}&lt;br /&gt;
* A plus button to increase the value or cycle through options, when applicable (this button will be missing if the range is missing.)&lt;br /&gt;
* The current value; can be clicked to edit, to actually set a value you must press {{k|enter}}, without doing that, clicking another entry box or right clicking will instead reset to the currently set value.&lt;br /&gt;
* An edit button to show that the previous box is editable, same as clicking on the text box.&lt;br /&gt;
* A minus button to decrease the value or cycle through options, when applicable (this button will be missing if the range is missing).&lt;br /&gt;
* A red button to disable this parameter, when applicable, usually setting the value to 0, or -1.&lt;br /&gt;
&lt;br /&gt;
{{notice bar|bgcolor=#faa|bordercolor=#f00|All of the buttons below leave this screen and do not prompt to save the sets, so unsaved changes may be lost.}}&lt;br /&gt;
At the bottom right are 3 or 4 more buttons:&lt;br /&gt;
* The Create world button to do just that using the currently selected set, '''unsaved changes are lost'''.&lt;br /&gt;
* The Basic options button to go back to the normal world generation screen, unsaved changes are not lost if you come directly back to Detailed mode.&lt;br /&gt;
* The [[Mods]] button to go to the mod selection screen, unsaved changes are not lost if you come directly back to Detailed mode. Only shown if mods are available.&lt;br /&gt;
* Back to main menu button to do just that, '''unsaved changes are lost'''.&lt;br /&gt;
&lt;br /&gt;
=== World painter ===&lt;br /&gt;
:''Main article: [[World painter]]&lt;br /&gt;
The '''world painter''' tool is not in the current version of ''Dwarf Fortress''; it allowed you to paint features onto a map. '''However''', those maps can still be used when generating a world by pasting world painter parameter set maps created in old versions into the &amp;lt;tt&amp;gt;prefs/world_gen.txt&amp;lt;/tt&amp;gt; file. [[Utilities#Perfect_World_DF|Perfect World DF]] is a utility that uses the same parameter functionality as the world painter to paint a map, and it also can work with the current version of ''Dwarf Fortress''.&lt;br /&gt;
&lt;br /&gt;
== Generating a world ==&lt;br /&gt;
You can either use an already-defined parameter set, or you can edit them, though it is highly suggested to edit a copy of one of the defaults. Once you are happy with the parameters you should save the values you just edited before you click the Create world button. Information about each parameter is documented below.&lt;br /&gt;
&lt;br /&gt;
The phases of the world generation process are (this order is not completely correct):&lt;br /&gt;
* Preparing elevation...&lt;br /&gt;
* Setting temperature...&lt;br /&gt;
* Running rivers...&lt;br /&gt;
* Forming lakes and minerals...&lt;br /&gt;
* Growing vegetation...&lt;br /&gt;
* Verifying terrain...&lt;br /&gt;
* Importing wildlife...&lt;br /&gt;
* Recounting legends...&lt;br /&gt;
* Placing civilizations...&lt;br /&gt;
* Making cave civilizations...&lt;br /&gt;
* Making cave pops...&lt;br /&gt;
* Placing other beasts...&lt;br /&gt;
* Placing megabeasts...&lt;br /&gt;
* Placing good/evil...&lt;br /&gt;
* Placing caves...&lt;br /&gt;
* Prehistory generation&lt;br /&gt;
* Finalizing civ mats...&lt;br /&gt;
* Finalizing art...&lt;br /&gt;
* Finalizing uniforms...&lt;br /&gt;
* Finalizing sites...&lt;br /&gt;
&lt;br /&gt;
== Seed notes ==&lt;br /&gt;
The world generation process uses a PRNG (Pseudo Random Number Generator) algorithm. A PRNG will produce a sequence of numbers that &amp;quot;looks&amp;quot; random, even though the actual sequence of numbers will always be the same if the PRNG is started with the same seed value. Basically this means that if you run world generation with a certain seed value on your computer, and someone else runs world generation with the same seed value on their computer, the same sequence of random numbers will be generated on both computers. The practical impact of this is that someone else can generate exactly the same world that you generated by entering the same seed value that you used.&lt;br /&gt;
&lt;br /&gt;
In the current version, the seed values for the world itself and the names seem to produce the same result, but you will get changes in events which will result in a very different world history.{{bug|6934}} Keep this in mind if you want to regenerate a particular world.&lt;br /&gt;
&lt;br /&gt;
The way that a world is generated can also be affected by certain world tokens. Changing them causes that code to use more or fewer PRNG values, causing later uses to get different parts of the sequence. So, you cannot for example, change the minimum and maximum rainfall and get 'the same world but drier or wetter', instead, a different world is generated. That said, it would also seem that certain small changes to these world tokens can occasionally generate a very similar world, however, other tokens are more sensitive. For more information see the forum thread [http://www.bay12forums.com/smf/index.php?topic=112132.msg3404199#msg3404199 here].&lt;br /&gt;
&lt;br /&gt;
The following are tokens which use the PRNG values in ways that changing them will likely cause broader changes:&lt;br /&gt;
&lt;br /&gt;
* [DIM:X:X]&lt;br /&gt;
* [ELEVATION:X:X:X:X]&lt;br /&gt;
* [RAINFALL:X:X:X:X]&lt;br /&gt;
* [TEMPERATURE:X:X:X:X]&lt;br /&gt;
* [DRAINAGE:X:X:X:X]&lt;br /&gt;
* [VOLCANISM:X:X:X:X]&lt;br /&gt;
* [SAVAGERY:X:X:X:X]&lt;br /&gt;
* [ELEVATION_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [RAIN_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [DRAINAGE_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [TEMPERATURE_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [SAVAGERY_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [VOLCANISM_FREQUENCY:X:X:X:X:X:X]&lt;br /&gt;
* [PARTIAL_OCEAN_EDGE_MIN:X]&lt;br /&gt;
* [COMPLETE_OCEAN_EDGE_MIN:X]&lt;br /&gt;
* [HAVE_BOTTOM_LAYER_1:X]&lt;br /&gt;
* [MINERAL_SCARCITY:X] {{cite talk/this|Mineral scarcity}}&lt;br /&gt;
&lt;br /&gt;
Many other world parameters, such as end year and embark points, can, however, be changed without it having any effect on the geography of the world generated from the seed values.&lt;br /&gt;
&lt;br /&gt;
Normally, you don't enter these seed values, the game comes up with values based on some other sort of pseudo-random information from things like the current date and time.&lt;br /&gt;
&lt;br /&gt;
When generating a world, ''Dwarf Fortress'' records the seeds it used in [[gamelog.txt]]; they can also be found with &amp;lt;code&amp;gt;gui/gm-editor world.worldgen.worldgen_parms&amp;lt;/code&amp;gt; in [[DFHack]].&lt;br /&gt;
&lt;br /&gt;
== Advanced parameters ==&lt;br /&gt;
There are essentially 4 types of controls for the generation of the surface map;&lt;br /&gt;
&lt;br /&gt;
'''Terrain parameters''': as described below, these 5 variables define the basic background world, how hot or cold it is, how much rainfall, how high the mountains are. The world automatically goes through the temperature range along the Y axis, although sometimes it will be hotter in the north, other times in the south, or cold at both. Minimum, maximum and X,Y variance can drastically alter the world.&lt;br /&gt;
&lt;br /&gt;
'''Weighted meshes''': these are a way to fine-tune the amount of the 5 basic variables on the map. They can be used to set the specific distribution of different elevations or rainfall areas for example.&lt;br /&gt;
&lt;br /&gt;
'''Feature parameters''': such as rivers, mountain peaks, volcanoes, and oceans, which can cause rejections if the terrain parameters don't allow enough suitable locations for the features to be placed.&lt;br /&gt;
&lt;br /&gt;
'''Rejection parameters''': ''Dwarf Fortress'' uses a 'belt-and-braces' approach to world generation. The above controls allow you to shape the world, then the rejection parameters throw it out if it does not meet certain criteria. There are a number of rejection parameters for the number and degree of the 5 basic variables, for biome types, etc. If the world does not meet the requirements of any one rejection parameter the world is rejected and re-randomised. Also see [[World rejection]].&lt;br /&gt;
&lt;br /&gt;
Leaving tokens out of a set in &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt; will cause the game to use default values which are not adjusted for smaller world sizes, this may cause smaller worlds to always be rejected.&lt;br /&gt;
&lt;br /&gt;
If you are experimenting with world design, there is also a [[Settings#Feature_toggles|game setting]] that will log the rejection reasons to ``[[map_rejection_log.txt]]``. With that information you can then either adjust the rejection parameters to allow those worlds, or the other parameters to prevent them from trying to generate. ''Dwarf Fortress'' will keep adding to the file, so you may want to trim or delete it occasionally.&lt;br /&gt;
&lt;br /&gt;
The parameters are described below in the order that they appear in the list in the game, which is not necessarily the order they appear in &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt;. See [[world token]] for an index that will help you look things up by token name. The tokens used in &amp;lt;tt&amp;gt;world_gen.txt&amp;lt;/tt&amp;gt; are at the bottom of each of the following parameter descriptions.&lt;br /&gt;
&lt;br /&gt;
=== Parameter set title ===&lt;br /&gt;
This sets the name of the parameter set itself, as used in the list of sets (this has nothing to do with the name of the generated world).&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITLE:&amp;lt;name&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITLE:MEDIUM ISLAND]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Required&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== World dimensions ===&lt;br /&gt;
The size of the map for the current set can be changed by changing the Width and Height values at the top next to the set title. You will need to confirm this, since changing the dimensions of the world will change other parameters, because many of them have different defaults depending on the surface area available.&lt;br /&gt;
&lt;br /&gt;
Larger maps usually take longer to generate and may reduce [[Frames per second|FPS]] in-game, though this is really a matter of larger worlds usually having more civilizations, sites, historical figures, and events; restricting the number of those can speed up the process. Non-square maps may result in crashes{{bug|2928}}.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DIM:&amp;lt;width&amp;gt;:&amp;lt;height&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DIM:257:257]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Valid values are 17, 33, 65, 129, and 257, other values will use one of those. Changing the size in the file without adjusting other parameters can cause many rejections.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Seed values ===&lt;br /&gt;
Enables the use of, and specifies seed values for, different parts of the world generation process. Just entering a specific seed does not enable it, that must be done separately, although using the box at the top to set all the seeds to the same value does enable them all. Enabling a seed puts the token in using what ever is in the text box below. If you enable a seed, but do not enter a seed, the string &amp;quot;Seed text&amp;quot; will be used (&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:Seed text]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;). Trying to use a &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; in the string in the file will end the seed there, since it closes the token, any text after that will be ignored. Normally, just leave these set to Random, unless trying to reproduce the results of a previous world generation. See also the [[Advanced_world_generation#Seed_notes|seed notes section]] above.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |&lt;br /&gt;
For each of these not in the config file, a random seed will be used, and the first seed is not used to generate the others. The seeds used are output to [[gamelog.txt]] when world generation starts.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HISTORY_SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HISTORY_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NAME_SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NAME_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CREATURE_SEED:&amp;lt;text&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CREATURE_SEED:31337]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== World name ===&lt;br /&gt;
As previously mentioned, the title of the parameter set doesn't affect the name of the world. You can specify a particular name for your world, or leave the value blank for a random one. (The [[DFHack]] utility adds an option to rename the world using the in-game languages.)&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CUSTOM_NAME:&amp;lt;name&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CUSTOM_NAME:Realm of Cheese Engravings]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| For a random name, simply don't use this token.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Embark Points ===&lt;br /&gt;
The number of points for equipment and animals when embarking in fortress mode (there is no equivalent setting for adventure mode). Normally, the default of 1504 is fine, but can be increased for various purposes like experimentation or to help dwarves survive in a particularly evil world, or reduced for certain [[challenges]].&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EMBARK_POINTS:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EMBARK_POINTS:1504]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 10,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== End year ===&lt;br /&gt;
The maximum number of years generated for the world, although generation can be paused and the world used as is any time after the second year; the same as the [[World_generation#History|History]] parameter in basic world gen, except that you can enter an exact value. A too-short history can limit the materials available to civilizations, and [[Chosen|certain adventure mode features]] are only available after certain site events, while too long a history often leads to civilizations dying.&lt;br /&gt;
&lt;br /&gt;
For more information on the history aspect of the game, see [[Legends]] and [[Calendar#Ages|Ages]].&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[END_YEAR:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[END_YEAR:250]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 2 to 10,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Population cap after civ creation ===&lt;br /&gt;
A soft limit to the total number of [[historical figure]]s alive at the same time during generation across all civilizations, only preventing the birth of new historical figures.{{cite forum|140544/5701667}} Each civilization is allotted a percentage of the total by the percentage of sites they control.{{cite forum|159164/7553641}} Civilizations also have non-historical populations, and there is no setting to limit those (in early versions, all civilization members were historical figures, this is also why the name of this setting is misleading). Each [[entity]] also has limits from their raws, see the [[Entity_token#Population|population]] entity tokens, and setting this to unlimited will not remove those.&lt;br /&gt;
&lt;br /&gt;
Huge historical figure populations can slow generation and the game in general.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_POPULATION:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_POPULATION:15000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| -1 to 100,000, -1 is no limit&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Site cap after civ creation ===&lt;br /&gt;
Total number of [[site]]s that can be directly created by all civilizations combined like [[hillocks]], [[hamlet]]s, [[dark pits]], [[forest retreat]]s, etc. Does not prevent the placement of initial civilization sites, though they will then be counted for the limit. Does not affect creature sites like [[cave]]s or [[lair]]s, group sites like [[castle]]s, [[monastery|monasteries]], [[tower_(necromancy)|tower]]s, [[fort]]s, or [[camp]]s, or unpopulated sites like [[tomb]]s. After this limit is reached, no civilization will be able to place new sites. See the [[Entity_token#Placement|placement]] entity tokens for other ways that civilization site placement can be limited.&lt;br /&gt;
&lt;br /&gt;
Increasing this will slow generation down and reduce the available places for player sites. Since the {{token|MAX_SITE_POP_NUMBER|entity}} entity token limits the historical figure population per site, this site cap can also limit the total historical figure population of all civilizations combined, and some expand faster than others getting more sites before the limit is reached.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SITE_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SITE_CAP:1500]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| -1 to 100,000, -1 is no limit&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Beast control ===&lt;br /&gt;
&lt;br /&gt;
These parameters don't usually matter too much, but may matter for small numbers of beasts.&lt;br /&gt;
&lt;br /&gt;
==== Percentage of Megabeasts and Titans Dead for Stoppage ====&lt;br /&gt;
&lt;br /&gt;
The world starts out with a certain number of powerful megabeast and titan entities in existence. If a percentage of the megabeast and titan population dies out during history generation, then history generation will stop early. For example, if the elimination value is 80%, and the generated history starts with 200 entities and 160 of those 200 entities are eliminated by historical events before the End Year is reached, history generation will stop immediately.&lt;br /&gt;
&lt;br /&gt;
If you want to end the creation of your world at the beginning of a certain age, choose the following values:&lt;br /&gt;
* Age of Legends: ~34%&lt;br /&gt;
* Age of Heroes: ~67%&lt;br /&gt;
If there are three or fewer titans or megabeasts in your world, the age will be given a special name reflecting the remaining megabeasts/titans, instead.&lt;br /&gt;
&lt;br /&gt;
==== Year to Begin Checking Megabeast Percentage ====&lt;br /&gt;
&lt;br /&gt;
The percentage of dead [[megabeast]]s and [[titan]]s for stoppage will not be checked until this year is reached in history generation. This can be used to ensure that a world reaches a certain year even if all of the megabeasts in the world are slain earlier.&lt;br /&gt;
&lt;br /&gt;
If the number of living [[megabeast]]s and [[titan]]s starts at or drops to less than four, then world generation will always stop if the current year is equal to or greater than the Year to Begin Checking Megabeast Percentage ''regardless'' of how many [[megabeast]]s and [[titan]]s are dead — Percentage of Megabeasts and Titans Dead for Stoppage is ignored. The number of megabeasts and titans at the start of the world is set by the sum of the [[Advanced_world_generation#Max_Megabeasts_Caves|Max Megabeasts Caves]] and [[Advanced_world_generation#Titan_Parameters|Titan Number]] parameters.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BEAST_END_YEAR:&amp;lt;year&amp;gt;:&amp;lt;percentage or -1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BEAST_END_YEAR:200:80]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Use -1 as percentage to disable. Year must still be at least 2.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Cull Unimportant Historical Figures ===&lt;br /&gt;
{{main|Historical figure}}&lt;br /&gt;
Whether to remove unimportant dead historical figures after history generation; a short CPU-intensive step, but saves space which can speed up loading, saving, and running games with large histories. Legends mode will refer to culled creatures as &amp;quot;an unknown creature&amp;quot;, and they will not appear in engravings, but likely would not have anyway.&lt;br /&gt;
&lt;br /&gt;
Exactly what is considered important is not clear. A member of an abstract group killing a named creature is not important, nor is creating an artifact, even if that artifact had important history.&amp;lt;!--52.05, silver war hammer created and claimed as family heirloom by an unknown creature in a dwarven fortress that later breached, named demon killed 55 with it, including 9 histfigs. If it were just a normal war hammer that got named, it would say that, not created and claimed.--&amp;gt; Unculled historical figures can have parentage described as &amp;quot;The identity of&amp;quot; that parent &amp;quot;has been lost to time&amp;quot;, so just having children is not, though having living direct relations seems to prevent culling.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CULL_HISTORICAL_FIGURES:&amp;lt;0 or 1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CULL_HISTORICAL_FIGURES:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No, 1 = Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Reveal All Historical Events ===&lt;br /&gt;
&lt;br /&gt;
Setting this to Yes will allow access to most information about the history of the world in [[Legends mode]]. All events will be revealed, but some [[historical figure]]s, [[site]]s, [[region]]s, and [[civilization]]s and other entities may not be, possibly because they are not known to any civilization. If set to No, then you will have to discover historical information in [[adventure mode]] or by instructing dwarves to make engravings.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REVEAL_ALL_HISTORY:&amp;lt;0 or 1&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REVEAL_ALL_HISTORY::1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No, 1 = Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Terrain Parameters ===&lt;br /&gt;
&lt;br /&gt;
These set limits and variance for terrain elevation, rainfall, temperature, drainage, volcanism, and savagery which determines how those values are generated. What biomes exist are then determined by how these factors overlap with each other.&lt;br /&gt;
&lt;br /&gt;
==== Minima and Maxima ====&lt;br /&gt;
These are the absolute minimum and maximum values that can ever be generated for a particular map square characteristic. By ''subtly'' tweaking the min and max values, vastly different maps can be made. Changing these can cause the occurrence of certain [[Biome|biomes]] to become impossible, so you may want to use [[#Terrain Mesh Sizes and Weights|Weighted Ranges]] instead.&lt;br /&gt;
&lt;br /&gt;
==== X and Y Variance ====&lt;br /&gt;
These control how wildly things like elevation and rainfall can vary between adjacent map squares. For example, if these values are set to the maximum of 3,200 for elevation then you will end up with more very low areas right next to very high areas. The number for X determines the east-west variance and the number for Y determines the north-south variance. By setting only one of these to a high value you can, for example, create horizontal or vertical bands of areas which are more similar to each other.&lt;br /&gt;
&lt;br /&gt;
Generally speaking, raising both of these values will create a more random &amp;quot;patchwork&amp;quot; of many small biomes while setting both x and y values to 0 will cause every square on the map to use a single random value for the given characteristic.&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;patchwork&amp;quot; worlds to avoid being rejected, [[#Maximum Number of Subregions|Maximum Number of Subregions]] will probably need to be increased from the default.&lt;br /&gt;
&lt;br /&gt;
==== Elevation ====&lt;br /&gt;
This controls the range of terrain elevations that can occur in the world. Usually, you just want to leave the min/max values alone. Raising the minimum elevation can, for example, make it impossible for oceans to exist. This does '''not''' directly control the number of available Z-levels at a particular site, though high maximum values may contribute to peaks, which can raise the number of above ground Z-levels - in other words, a maximum elevation of 400 and minimum of 1 does not mean you get 400 Z-levels, but it might increase the number of Z-levels somewhat in some regions compared to others. Raising the variance will result in a more bumpy, uneven landscape.&lt;br /&gt;
&lt;br /&gt;
Some biomes/features that are impacted by elevation:&lt;br /&gt;
* A high minimum (above 99) means no oceans, as they need elevations below 100.&lt;br /&gt;
* A low maximum (below 300) means no mountains, as mountains need elevations above 300.&lt;br /&gt;
* Rivers will be placed when the elevation maximum is 104 or higher. Therefore, keeping both values above 100 and below 104 will prevent all water tiles from appearing.&lt;br /&gt;
* Mountain peaks can only form at elevations of 400.&lt;br /&gt;
&lt;br /&gt;
==== Rainfall ====&lt;br /&gt;
Controls the amount of rainfall in each map square/area. Setting the minimum or maximum too high or low can make the formation of certain biomes impossible. Rainfall causes it to [[rain]] more in a given area, which can have various effects. Also makes more rivers appear on the world map.&lt;br /&gt;
&lt;br /&gt;
Note that if [[#Do Orographic Precipitation and Rain Shadows|orographic precipitation and rain shadows]] is on, then mountains will cause additional variance in rainfall, so (for example) rainfall below the specified minimum can occur in the shadow of a mountain. If you want the minimum and maximum for this parameter to be absolutely respected, you must turn off the orographic precipitation option.&lt;br /&gt;
&lt;br /&gt;
Additionally, with 'Orthographic Precipitation' turned on, orthographic precipitation and rain shadows will only occur in regions with greater than or equal to 50 drainage. [http://www.bay12forums.com/smf/index.php?topic=139916.0 [Report, reproduced 2022]]&lt;br /&gt;
&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
{{main|Climate|Temperature}}&lt;br /&gt;
These parameters control how hot or cold various areas will be. If you lower the minimum and maximum values, the world will be colder overall, for example. As with the others, changing these values too much could make it impossible for certain biomes to exist. The temperature scale used in this setting is related to regular degrees Urist by the equation &amp;quot;local temp = world temp * 0.75 + 10000&amp;quot;.{{cite forum|169696/8395484}} This scale doesn't seem to be used anywhere else in the game. See [[Climate]] for more info.&lt;br /&gt;
&lt;br /&gt;
These parameters form the &amp;quot;base&amp;quot; temperature for an area, and describe peak summer temperature in a scale that isn't used elsewhere in the game. This number also does not correspond 1:1 with the final climate. [[Temperature]] is always influenced by a number of variables, including elevation, time of year, thick forestation, and if [[Advanced_world_generation#Poles|poles]] are enabled, latitude. These other variables are factored in after the temperature mesh is applied, and frequently bring temperatures above and below their set minimum and maximum values. ''The inclusion of Poles is particularly strong in this regard, as it allows latitude to raise and/or lower temperatures by more than 75 degrees Celsius! That said, the temperatures aren't raised or lowered by more than about 65 degrees past the set minimum and maximum. Furthermore, for typical ranges, the temperature will never be raised more than about 25 degrees past the maximum (but will still drop up to about 65 degrees Celsius below the minimum).'' (unsure about exact values, research needed)&lt;br /&gt;
&lt;br /&gt;
Elves can spawn where the temperature is 10 degrees or warmer, and humans can spawn where the temperature is 0 degrees or warmer.&lt;br /&gt;
&lt;br /&gt;
==== Drainage ====&lt;br /&gt;
Changing drainage parameters will change the way water-affected biomes are formed. Low drainage will contribute to the formation of [[Lake|lakes]], [[River|rivers]], and [[Swamp|swamps]]. High drainage will cause water to sink into the ground rather than sit on the surface, which is important for forming hills.&lt;br /&gt;
&lt;br /&gt;
Lower drainage values have been reported to contribute to the formation of thicker soil layers, though it is currently unknown exactly how other factors (such as elevation or perhaps rain) impact soil formation.&lt;br /&gt;
&lt;br /&gt;
==== Volcanism ====&lt;br /&gt;
Volcanism controls the occurrence of igneous [[layer]]s, and the formation of volcanoes. For a volcano to form, a square must have a volcanism value of 100, so reducing the maximum from 100 will make volcanoes impossible. Raising the minimum will increase the rarity of non-igneous layers.&lt;br /&gt;
&lt;br /&gt;
Setting the minimum to a high value is not a good way to produce multiple volcanoes, as you are likely to get a &amp;quot;Volcanism not evenly distributed&amp;quot; rejection. Instead, use the Minimum Number of Volcanoes parameter, and possibly adjust the weighted ranges for volcanism as described below.&lt;br /&gt;
&lt;br /&gt;
==== Savagery ====&lt;br /&gt;
These parameters control the level of [[Surroundings#Savage|savagery]] on the map. Raising the minimum savagery too high may make it impossible for certain races to exist, and similarly lowering the maximum too far can make it impossible for certain creatures to exist. The largest chance of having unusable maps comes from a too-high savagery value.&lt;br /&gt;
&lt;br /&gt;
==== Configuration Tokens ====&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION:1:400:401:401]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 400&amp;lt;br/&amp;gt;Maximum of 400 required for mountain peaks.&amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAINFALL:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAINFALL:0:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE:25:75:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: -1000 to 1000 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE:0:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM:1:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100&amp;lt;br/&amp;gt;Maximum of 100 required for volcanoes. &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY:&amp;lt;min&amp;gt;:&amp;lt;max&amp;gt;:&amp;lt;x variance&amp;gt;:&amp;lt;y variance&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY:1:100:200:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 100 &amp;lt;br/&amp;gt;Variance range: 0-3200&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Terrain Mesh Sizes and Range Weights ===&lt;br /&gt;
[[File:World_map-large-32x32-elevation-mesh.png|thumb|300px|A large world generated with an Elevation Mesh Size of 32×32 and range weights set to 1:0:0:0:1 (i.e., only extreme high and low elevations). Note how the grid intersections are either set very high (mountains) or very low (oceans) and the space between them is smoothed out.]]&lt;br /&gt;
These parameters influence the relative proportions of terrain feature ranges, without making other ranges impossible. For example, to have many more low-elevation squares exist, without making it impossible for high elevations; this makes changing these parameters often preferable to simply changing the above min/max values. See the image on the right for an example.&lt;br /&gt;
&lt;br /&gt;
The basic steps of applying weighted ranges are as follows:&lt;br /&gt;
# Divide the world into a grid of quantity &amp;lt;code&amp;gt;2&amp;lt;sup&amp;gt;''MeshSize'' - 1&amp;lt;/sup&amp;gt;&amp;lt;/code&amp;gt; areas in both X and Y direction.&lt;br /&gt;
# At each grid intersection, set the value according to the weighted ranges.&lt;br /&gt;
# Smooth out the areas between the intersection points.&lt;br /&gt;
# Add noise according to the variance parameters.&lt;br /&gt;
Where ''MeshSize'' is the raw parameter value found in the &amp;lt;code&amp;gt;[[world_gen.txt]]&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== Interaction between Mesh Size and Weighted Ranges ====&lt;br /&gt;
Mesh size determines how many intersection points the world will have. As an example, setting it to 2×2 means the world will be divided into 4 areas, 2 across and 2 tall, and there will be a total of 9 intersection points (3×3), including the outer-most corners. The grid intersection points are in the middle of world tiles, and the minimum size for a grid area is a span of 9 world tiles in either direction, with adjacent areas sharing an overlapping world tile. On a pocket world, this means one grid tile will span 9×9 world tiles, whereas on a large world, one grid tile will span 129×129 world tiles. A pocket world will always use a 2×2 grid of 9×9 world tiles, since it has only 17×17 tiles total (even if the game UI allows setting those worlds to a 4×4 grid, which can happen when changing the world size; changing the world size doesn't adjust mesh size limits, but saving then reloading the parameters does). A world that is 17 tiles wide, but 257 tall, and set to a 32×32 mesh size, will have 3×33 intersection points.&lt;br /&gt;
&lt;br /&gt;
Setting mesh size to something other than Ignore, will apply random values at those intersections, with those random values being more likely to be in the ranges with higher weights. Setting to Ignore will cause the weighted range settings to be ignored for that terrain characteristic; instead setting the 4 corners of the world to completely random values and smoothing between those, or in other words, using a 1×1 grid for square worlds; while for rectangular worlds, using the same ratio as the world dimensions with 1 in the narrow dimension (for example, a 1×16 grid for a 17×257 world).&lt;br /&gt;
&lt;br /&gt;
For example, if the Elevation Weighted Range parameters are set to &amp;lt;code&amp;gt;60:10:10:10:10&amp;lt;/code&amp;gt; (starting with the 0-20 range, and these values do not need to add up to any particular number), and elevation min and max are left at the defaults of 1 and 400 respectively, then about 60% (on average) of the grid line intersection points will be set to an elevation in the range of 1-80 (0% to 20%), and the other ranges will be represented by around 10% of the intersection points each. The exact distribution is still left up to chance, though ''on average'' it will be close to this specification. This allows random number generation to be non-linear for the given terrain characteristic.&lt;br /&gt;
&lt;br /&gt;
Setting the weight for a range to None only prevents intersection points from being set to a value in that range; terrain between intersection points can still be smoothed to values in ranges set to None that are between the intersection point values. Setting all the weights to None just puts them all at the same weight, the same as the default of all at 1.&lt;br /&gt;
&lt;br /&gt;
Weighted ranges do not make rejection checks, although they can be responsible for many rejections if you neglect to adjust or disable some of the [[#Minimum Number of Mid/Low/High Characteristic Squares|Minimum Number of Mid/Low/High Characteristic Squares]], for example.&lt;br /&gt;
&lt;br /&gt;
==== Interaction between these and Variances ====&lt;br /&gt;
The end result can vary greatly depending on how the corresponding [[#X_and_Y_Variance|X and Y Variance]] parameters are set. First of all, if the variance is too high, the noise it adds can completely negate the effect of the weighted ranges. For instance, with a 2×2 mesh, the default variance parameters are high enough that usually the mesh grid can hardly be recognized. How strong the variance's effect is, is also dependent on the mesh size. Having a larger mesh size (i.e. smaller grid tiles) means the variance also has to be higher for a visible effect. For instance, with a variance of 400, the effects are clearly visible with a 2×2 mesh and barely visible at all with a 8×8 mesh. Note that this effect is directly dependent on the mesh size and not, as one might expect, on the actual size of the grid tiles. This means, that a large world with a 32×32 mesh will look essentially the same as a pocket world with a 2×2 mesh, only stretched to 256 times the size.&lt;br /&gt;
&lt;br /&gt;
Also see this [http://www.bay12forums.com/smf/index.php?topic=139916.0 forum post] for more details.&lt;br /&gt;
&lt;br /&gt;
==== Configuration Tokens ====&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_FREQUENCY:2:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | Valid mesh values:&lt;br /&gt;
&lt;br /&gt;
1 = Ignore&lt;br /&gt;
&lt;br /&gt;
2 = 2x2&lt;br /&gt;
&lt;br /&gt;
3 = 4x4&lt;br /&gt;
&lt;br /&gt;
4 = 8x8&lt;br /&gt;
&lt;br /&gt;
5 = 16x16&lt;br /&gt;
&lt;br /&gt;
6 = 32x32&lt;br /&gt;
&lt;br /&gt;
(limited by world size)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_FREQUENCY:3:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_FREQUENCY:4:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_FREQUENCY:5:1:2:3:4:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TEMPERATURE_FREQUENCY:1:1:1:1:1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_FREQUENCY:&amp;lt;mesh&amp;gt;:&amp;lt;0-20 weight&amp;gt;:&amp;lt;20-40 weight&amp;gt;:&amp;lt;40-60 weight&amp;gt;:&amp;lt;60-80 weight&amp;gt;:&amp;lt;80-100 weight&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_FREQUENCY:1:1:1:1:1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Poles ===&lt;br /&gt;
&lt;br /&gt;
With this, you can influence how polar regions are added. The poles can be on the north or south edge, and the equator will be on the opposite edge, or in the middle if there are two poles. If poles are set to NONE, then there will be no seasonal changes in the weather (e.g. no winter snow in temperate biomes).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[POLE:&amp;lt;placement&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[POLE:NORTH]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Viable options: NONE, NORTH_OR_SOUTH, NORTH_AND_OR_SOUTH, NORTH, SOUTH, NORTH_AND_SOUTH&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Mountain Peak Number ===&lt;br /&gt;
&lt;br /&gt;
This will cause the world to be rejected if fewer than this many peaks (based on elevation) are present on the map. EG: elevations of 400 must be possible for mountain peaks to occur. If set to zero, then worlds will not be rejected based on number of peaks.&lt;br /&gt;
&lt;br /&gt;
You may need to adjust elevation parameters, such as the highest weighted range, in order to get the desired number of elevation-400 squares needed for larger numbers of peaks. Like volcanoes, mountain peaks can make embark zones more interesting (reportedly, they do increase the highest Z-level above ground in all embark zones in the same region, even if the selected embark zone does not include the peak) but other than that, they don't appear to &amp;quot;do&amp;quot; anything special.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PEAK_NUMBER_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PEAK_NUMBER_MIN:20]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Elevations of 400 must occur for peaks to form.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Partial Edge Oceans ===&lt;br /&gt;
&lt;br /&gt;
This will cause a world to be rejected unless there are at least this many oceans touching an edge of the map. If set to zero then worlds will not be rejected based on this criterion. Setting both this parameter and Minimum Complete Edge Oceans to values that total more than 4 when added together may cause all worlds to be rejected, as you can't have both a partial and complete edge ocean on a given edge.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PARTIAL_OCEAN_EDGE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PARTIAL_OCEAN_EDGE_MIN:2]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Maximum of 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Complete Edge Oceans ===&lt;br /&gt;
&lt;br /&gt;
This will cause a world to be rejected unless there are at least this many oceans which completely cover an edge of the map. Since a square map only has 4 edges, the maximum value possible is 4. If set to zero then worlds will not be rejected based on this criterion but still might end up with complete edge oceans by chance.&lt;br /&gt;
&lt;br /&gt;
Note that the ability for this many edge oceans to exist will be limited by elevation. Therefore, to actually create large oceans you will probably need to change things like the Elevation Mesh Size and Weighted Ranges to increase the number and distribution of very low elevation squares on the map. In addition, if Complete Edge Oceans is set to any value ''other'' than 0 or 4, you may need to lower elevation variance for at least one of the axes: if set too high, such as a variation of 1600 for both X and Y axes (the default for Large Island and Medium Island parameter sets), the game may generate worlds very slowly or even hang.{{bug|565}}&lt;br /&gt;
&lt;br /&gt;
Given appropriate weight, range, and variance values for things like elevation, a setting of: 1 results in a world that seems like a chunk of coastline. One edge of the map will be completely underwater and there will be ocean taking up much of the map on that side (think the east or west coast of the United States, the north coast of Canada, or southern Europe). If your edge ocean happens to pick your world's frozen side, most of it will be glacier.&lt;br /&gt;
&lt;br /&gt;
*2 results in another coastline along with the first one -- the map could end up looking something like Panama if the oceans pick opposite sides of the map.&lt;br /&gt;
*3 results in a peninsula, like Florida in the US. There will be oceans surrounding 3 sides of the map, and land touching only one side of the map.&lt;br /&gt;
*4 results in one or more island(s) depending on things like elevation variance and weights. Regardless of whether you get one island or multiple islands, the entire map will be surrounded by water.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, there's no easy way to control which oceans end up on which edges, except perhaps setting X/Y variance to different values.&lt;br /&gt;
&lt;br /&gt;
Edge oceans will take up part of the other edges too. For example, a full edge ocean on the east side will have part of the north and south sides underwater, but that does ''not'' add to the ''partial'' edge oceans count.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[COMPLETE_OCEAN_EDGE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[COMPLETE_OCEAN_EDGE_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Maximum of 4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Volcano Number ===&lt;br /&gt;
&lt;br /&gt;
The game will attempt to place this many volcanoes, but there must be at least this many squares with a volcanism of 100, if there are not, the world will be rejected. Therefore, [[Advanced_world_generation#Volcanism|maximum volcanism]] above must be set to 100, and adjusting the [[Advanced_world_generation#Configuration_Tokens_2|volcanism weighted range]] above for 80-100 to a higher value can increase the number of those squares.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANO_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANO_MIN:15]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Volcanoes require a volcanism of 100 to occur.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Mineral Scarcity ===&lt;br /&gt;
Controls the frequency at which minerals occur; setting this value higher will decrease both the number of different types and amounts of ore and gems present on a map. The default value will result in a variety of metal ores, while the old default of ''sparse'' would be only a few ores, which may be limiting until other metals can be requested and traded for. Note that abundances are limited by removing large cluster and/or vein spawn types from certain z-levels entirely, which can counterintuitively increase the abundance of one specific ore or mineral. The abundance of small cluster deposits (including gemstones) is not significantly affected, only the variety of types.&lt;br /&gt;
&lt;br /&gt;
The options &amp;quot;Very Rare&amp;quot;, &amp;quot;Rare&amp;quot;, &amp;quot;Sparse&amp;quot;, &amp;quot;Frequent&amp;quot;, and &amp;quot;Everywhere&amp;quot; in the [[World_generation#Basic_world_generation_menu|basic world generation menu]] use the values 50000, 10000, 2500, 500 and 100 respectively.&lt;br /&gt;
&lt;br /&gt;
According to [http://www.bay12forums.com/smf/index.php?topic=79018.msg2063804#msg2063804 research] by Shandra in v0.31.25, this is the relationship between the value of this setting and the approximate number of gems and ore:&lt;br /&gt;
&lt;br /&gt;
[[File:MineralSetting_v25_limit10k.png]]&lt;br /&gt;
&lt;br /&gt;
This is for the same 8x8 embark region in a world which is otherwise the same, except for the mineral scarcity parameter (although most of the detailed information comes from experiments with previous versions). (The chart legend has an error, the first &amp;quot;Pot.(Types)&amp;quot; should read &amp;quot;Pot.(Amount)&amp;quot;.)&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MINERAL_SCARCITY:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MINERAL_SCARCITY:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 100 to 100,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Real-world extinct creatures ===&lt;br /&gt;
Controls if and where extinct animals and animal people can exist; either not at all, in [[savage]] or [[Surroundings#Neutral|wilderness]] areas, or as [[domestic animal]]s in civilizations.{{v|53.15}}&lt;br /&gt;
This world gen setting also affects the following:&lt;br /&gt;
All non-extinct settings give - in vanilla -  elven and human civilizations who do settle in an area (during world gen), where the surroundings include dinosaurs the possibility to pick such dinos, which are land-based, above ground, non-vermin creatures, as (exotic) pets (and thus gain that dino as domesticated), with elves being notoriously better at this then humans (and more often then not even consider animals with the &amp;quot;exotic pet&amp;quot; token as normal &amp;quot;pets&amp;quot;). Dwarves, when settling in an area (in world gen), will usually - if at all - only pick any pack animals from the above ground surroundings as new domesticated animals (if any), thus they may only possibly gain dinos, which are also pack animals, by settling additional sites in world gen. Goblins do not gain any new domesticated above-ground animals by settling new sites. In addition, the domesticated option gives - in vanilla - dwarven, elven and human civilisation the possibility to pick dinos as domesticated animals (at the start of world generation), but these animals are currently - at least for dwarven civs - not added to resources.animals.pet_races (or resources.animals.exotic_pet_races) only to resources.animals.mount_races, resources.animals.pack_animal_races, resources.animals.minion_races, resources.animals.wagon_puller_races (in all cases if the dino has the appropriate creature token, which is trainable, hunting trainable or war trainable) of the corresponding civ entity.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REAL_WORLD_EXTINCT:&amp;lt;option&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REAL_WORLD_EXTINCT:UNTAMED_WILDS]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| EXTINCT, ISOLATED, UNTAMED_WILDS, WILDERNESS, or DOMESTICATED&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Max Megabeast Caves ===&lt;br /&gt;
&lt;br /&gt;
This is the number of [[megabeast]]s placed at the beginning of history. Megabeasts are [[hydra]]s, [[bronze colossus]]es, [[roc]]s, and [[dragon]]s, which are all placed in equal proportions [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415177#msg3415177 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
Increasing this value can lead to early extinction of civilizations.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MEGABEAST_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MEGABEAST_CAP:75]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Megabeasts count towards BEAST_END_YEAR calculation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Max Semi-Megabeast Caves ===&lt;br /&gt;
&lt;br /&gt;
This is the number of [[semi-megabeast]]s placed at the beginning of history. Semimegabeasts are [[giant]]s, [[ettin]]s, [[minotaur]]s, and [[cyclops]], which are placed in equal proportions [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415188#msg3415188 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEMIMEGABEAST_CAP:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SEMIMEGABEAST_CAP:150]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Semimegabeasts do not count towards the BEAST_END_YEAR calculation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Titan Parameters ===&lt;br /&gt;
&lt;br /&gt;
==== Number ====&lt;br /&gt;
&lt;br /&gt;
This controls the number of [[titan]]s that exist at the beginning of history[http://www.bay12forums.com/smf/index.php?topic=112465.msg3415203#msg3415203 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. The number of forgotten beasts is unaffected by this parameter [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415155#msg3415155 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_NUMBER:33]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Titans count towards BEAST_END_YEAR calculation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Attack Population Requirement ====&lt;br /&gt;
&lt;br /&gt;
[[Titan]]s will begin to attack your fort once at least this many dwarves inhabit it, regardless of whether any other attack criteria have been met.&lt;br /&gt;
&lt;br /&gt;
This number defaults to 80, which isn't usually too difficult to deal with.&lt;br /&gt;
&lt;br /&gt;
==== Exported Wealth Requirement ====&lt;br /&gt;
&lt;br /&gt;
Titans will begin to attack your fort once you have exported at least this many [[Currency|dwarfbucks]]-worth of goods, regardless of whether or not any other criteria have been met. This parameter defaults to None (disabled).&lt;br /&gt;
&lt;br /&gt;
==== Created Wealth Requirement ====&lt;br /&gt;
&lt;br /&gt;
Titans will begin to attack your fort once the fort's total wealth has reached this many [[Currency|dwarfbucks]] in value. This happens regardless of whether any of the other criteria, such as population, have been met; therefore, even with 1 dwarf, a fort could be attacked if the fort were worth at least this value.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_ATTACK_TRIGGER:&amp;lt;population&amp;gt;:&amp;lt;exp wealth&amp;gt;:&amp;lt;created wealth&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TITAN_ATTACK_TRIGGER:80:0:100000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = None (disabled). Only one requirement must be met for an attack.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Demon Types ===&lt;br /&gt;
&lt;br /&gt;
[[Demon]]s are similar to [[titan]]s and [[forgotten beast]]s, in that they are procedurally generated, but most are not unique. Thus, many different types of demons can exist in the world, but there will also be many individuals of most types. Thanks to [[Underworld spire|certain fun things]], fewer demon types also means fewer goblin civilizations.{{cite forum|112465/7392706}} You need at least 2 demon types, or else goblin civilizations won't exist initially, though if dwarves breach the underworld during world generation, at least one will be generated then.&amp;lt;!-- May be 1 per underworld region? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DEMON_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DEMON_NUMBER:52]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Night Troll Types ===&lt;br /&gt;
&lt;br /&gt;
The number of different [[night troll]]s, also procedurally generated, that will exist in the world. Setting this to zero means that the world will have no night trolls, custom or otherwise.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHT_TROLL_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHT_TROLL_NUMBER:77]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Bogeyman Types ===&lt;br /&gt;
The number of different [[bogeyman]] forms that will exist in the world. Bogeymen are procedurally generated, though their forms do not vary by much. Setting this to zero means that the world will have no bogeymen, custom or otherwise.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BOGEYMAN_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[BOGEYMAN_NUMBER:27]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Nightmare Types ===&lt;br /&gt;
The number of different [[nightmare]] forms that will exist in the world. Nightmares are procedurally generated. Setting this to zero means that the world will have no nightmares, custom or otherwise.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHTMARE_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NIGHTMARE_NUMBER:27]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Vampire Curse Types ===&lt;br /&gt;
&lt;br /&gt;
The number of different types of [[Vampire|vampires]] that will exist in the world. Although they are generated at the start of a new world, they aren't different from each other. Setting this to zero means no vampires will exist.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VAMPIRE_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VAMPIRE_NUMBER:72]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Werebeast Parameters ===&lt;br /&gt;
&lt;br /&gt;
==== Number of Werebeast Curse Types====&lt;br /&gt;
&lt;br /&gt;
The number of different types of [[werebeast]]s that can exist in the world. It is common for werebeasts, unlike vampires, to assume many different forms and variations, the most well-known of these amount to different species of animals, from lizards, to wolves, to even bears. Setting this to zero means no werebeasts will exist, and will also remove a large amount of [[fun]] from the game.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_NUMBER:58]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Attack Population Requirement ====&lt;br /&gt;
&lt;br /&gt;
Werebeasts will begin to attack your fort once at least this many dwarves inhabit it, regardless of whether any other attack criteria have been met. This number defaults to 50 which will often be reached in the second year of the fort.&lt;br /&gt;
&lt;br /&gt;
==== Exported Wealth Requirement ====&lt;br /&gt;
Werebeasts will begin to attack your fort once you have exported at least this many [[Currency|dwarfbucks]]-worth of goods, regardless of whether or not any other criteria have been met. This parameter defaults to 5000.&lt;br /&gt;
&lt;br /&gt;
==== Created Wealth Requirement ====&lt;br /&gt;
&lt;br /&gt;
Werebeasts will begin to attack your fort once the fort's total wealth has reached this many [[Currency|dwarfbucks]] in value. This happens regardless of whether any of the other criteria, such as population, have been met; therefore, even with 1 dwarf, a fort could be attacked if the fort were worth at least this value.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_ATTACK_TRIGGER:&amp;lt;population&amp;gt;:&amp;lt;exp wealth&amp;gt;:&amp;lt;created wealth&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[WEREBEAST_ATTACK_TRIGGER:50:5000:50000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = None (disabled). Only one requirement must be met for an attack.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Secret Types ===&lt;br /&gt;
&lt;br /&gt;
The number of secrets that exist in the world. Currently, all secrets are secrets of life and death, and the ones holding these secrets are [[necromancer]]s, thus, setting this to zero means that no necromancers will appear.&lt;br /&gt;
Non-necromancer towers can still appear (extremely rarely) with zero secrets, constructed by independent undead groups.&lt;br /&gt;
The primary difference between having 1 or 1000 secrets is the chance of your world having any necromancer towers at all. With 1, this chance is low. With the default number, it's seemingly guaranteed.&lt;br /&gt;
Even with 1 secret, if you have any necromancer towers at all, it is likely a great number will quickly appear in world generation (though this isn't guaranteed).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SECRET_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SECRET_NUMBER:52]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Regional Interaction Types ===&lt;br /&gt;
&lt;br /&gt;
The number of interactions that can be caused in regions, which may incorporate evil rain and cloud types. Currently, only evil region interactions are generated this way.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGIONAL_INTERACTION_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGIONAL_INTERACTION_NUMBER:20]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Disturbance Interaction Types ===&lt;br /&gt;
The number of different [[Mummy|disturbed dead]] that can exist in the world. Setting this to zero should prevent any mummy from appearing{{verify}}, but it will not prevent the creation of [[tomb]]s.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DISTURBANCE_INTERACTION_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DISTURBANCE_INTERACTION_NUMBER:10]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Evil Cloud / Evil Rain Types ===&lt;br /&gt;
&lt;br /&gt;
This number specifies how many [[Weather#Evil weather|various face-melting, eye-boiling, and zombifyingly-fun]] clouds of pure evil may appear in your world. Setting this to zero means you no longer will ever have to deal with encroaching dust walls of doom in that world. It is generally advised to keep this value low...&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_CLOUD_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_CLOUD_NUMBER:45]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The latter number states how many different types of green-ooze drenchers, disconcerting blood-showers, and sickly yellow slime-baths can occur in your world. Compared to evil clouds though, this one hardly is worth stressing out about, usually.... Setting this to zero means the only semi-solid to fully-liquid fluids to fall from the sky will be pure H2O.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_RAIN_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_RAIN_NUMBER:352]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Generate Divine Materials ===&lt;br /&gt;
This turns the generation of [[Divine_metal|divine metals]] on or off. It does not influence the creation of [[vault]]s. Probably determines whenever or not using divination dice spawns weapons.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_DIVINE_MATERIALS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_DIVINE_MATERIALS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Generate Mythical Materials ===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_MYTHICAL_MATERIALS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GENERATE_MYTHICAL_MATERIALS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Allow Mythical Healing ===&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_MYTHICAL_HEALING:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_MYTHICAL_HEALING:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Allow Divination, Experiments, and Necromancy types ===&lt;br /&gt;
These allow or disallow [[die|divination]], demon or necromancer [[experiment]]s, and the more advanced [[necromancer]] abilities.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DIVINATION:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DIVINATION:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DEMONIC_EXPERIMENTS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_DEMONIC_EXPERIMENTS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_EXPERIMENTS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_EXPERIMENTS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_LIEUTENANTS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_LIEUTENANTS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_GHOULS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_GHOULS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_SUMMONS:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALLOW_NECROMANCER_SUMMONS:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Desired Good/Evil Square Counts ===&lt;br /&gt;
&lt;br /&gt;
These values change the amount of [[Surroundings#Good|good or evil]] tiles on the map, depending on the size of the region they are being considered for. The counts are for all tiles in all subregions of a given size considered together, ''not'' counts for each subregion considered separately (all tiles in the same subregion share the same [[surroundings]] values).&lt;br /&gt;
&lt;br /&gt;
As used here, a &amp;quot;subregion&amp;quot; is a named world area. Subregion names and locations for a generated world are viewable in legends mode under &amp;quot;Regions&amp;quot;. Subregions are classified by size the same way for all map sizes: 1-24 tiles is Small, 25-99 tiles is Medium, and 100+ tiles is Large.&lt;br /&gt;
&lt;br /&gt;
The counts used here will always be restricted to regions of the given size, no matter how large the count. Also, the count is more of a goal than a minimum or maximum. As a result, you can end up with many more or many fewer than the requested number of squares in some situations. In particular, if you have something like a case where only 3 large regions exist in a world, and you request &amp;quot;1 evil square&amp;quot; in large regions, you will end up with one of the large regions being ''entirely evil''. So any non-zero value in one of these settings essentially means &amp;quot;force at least one region of this size to be all good/evil.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;quot;evilness&amp;quot; of evil biomes is also impacted by savagery. Certain civilizations cannot exist in good and/or evil squares, so too many of one or the other may limit the size of certain types of civilizations - dwarves, for example, need non-aligned biomes. Creating too many evil biomes seems to lead to the danger of many civilizations' early extinction.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GOOD_SQ_COUNTS:&amp;lt;small region&amp;gt;:&amp;lt;med region&amp;gt;:&amp;lt;lg region&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[GOOD_SQ_COUNTS:100:1000:2000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Set count to zero to disable for that region size.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_SQ_COUNTS:&amp;lt;small region&amp;gt;:&amp;lt;med region&amp;gt;:&amp;lt;lg region&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EVIL_SQ_COUNTS:100:1000:2000]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Biome Square Counts ===&lt;br /&gt;
&lt;br /&gt;
These numbers control whether or not a world will be rejected based on a lack of different [[biome|biomes]]. Raising these numbers will '''not''' automatically generate the given number of squares of the given biome! For a biome to exist, certain conditions like elevation and rainfall must exist.&lt;br /&gt;
&lt;br /&gt;
These parameters simply filter out worlds that (for example) randomly fail to have enough high elevation squares to support a given number of mountains, etc. Some settings may cause worlds to always be rejected. For example, if for some reason the maximum elevation parameter is set to a value below what will support mountain biomes, it will be impossible to satisfy a non-zero requirement for mountain squares. The same principle goes for other conditions and biomes such as low elevations and oceans, etc.&lt;br /&gt;
&lt;br /&gt;
Certain civilizations require different biomes to exist (such as dwarves and mountains), so eliminating certain biomes will make it impossible for certain civilizations to form.&lt;br /&gt;
&lt;br /&gt;
These parameters often result in infinite world rejection problems. See [[World rejection]] for information on solving problems related to worlds always being rejected due to one or more of these parameters.&lt;br /&gt;
&lt;br /&gt;
0 means no minimum for rejection - setting it to 0 does not guarantee 0 squares of that biome.&lt;br /&gt;
&lt;br /&gt;
==== Biome Type Requirement Table ====&lt;br /&gt;
&lt;br /&gt;
Terrain requirements for various biomes are described below.{{Verify}} Note that some of the exact ranges are unknown.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Biome&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | Terrain Requirement&lt;br /&gt;
|-&lt;br /&gt;
! Elevation&lt;br /&gt;
! Rainfall&lt;br /&gt;
! Temperature&lt;br /&gt;
! Drainage&lt;br /&gt;
|-&lt;br /&gt;
| Swamp/Marsh&lt;br /&gt;
| 100-299&lt;br /&gt;
| 33-100&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 0-32&lt;br /&gt;
|-&lt;br /&gt;
| Desert/Badland&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-9&lt;br /&gt;
| non-freezing&lt;br /&gt;
| note&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Forest&lt;br /&gt;
| 100-299&lt;br /&gt;
| 66-100&lt;br /&gt;
| non-freezing&lt;br /&gt;
| 66-100&lt;br /&gt;
|-&lt;br /&gt;
| Mountains&lt;br /&gt;
| 300-400&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Ocean&lt;br /&gt;
| 0-99&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Glacier&lt;br /&gt;
| 100-299&lt;br /&gt;
| N/A&lt;br /&gt;
| Freezing&lt;br /&gt;
| 80(?)-100&lt;br /&gt;
|-&lt;br /&gt;
| Tundra&lt;br /&gt;
| 100-299&lt;br /&gt;
| N/A&lt;br /&gt;
| Freezing&lt;br /&gt;
| 0-66&lt;br /&gt;
|-&lt;br /&gt;
| Grassland&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-66&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 0-66&lt;br /&gt;
|-&lt;br /&gt;
| Hills&lt;br /&gt;
| 100-299&lt;br /&gt;
| 0-66&lt;br /&gt;
| Non-Freezing&lt;br /&gt;
| 66-100&lt;br /&gt;
|}&lt;br /&gt;
note&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; drainage: 00-32 sand desert, 33-49 rocky wasteland, 50-65 rocky wasteland but different characters/appearance, 66-100 badlands&lt;br /&gt;
&lt;br /&gt;
==== Minimum Initial Square Count ====&lt;br /&gt;
&lt;br /&gt;
'''Note: The exclusive purpose of these parameters is to cause world rejection.'''&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of squares of the given biome that must exist before things like erosion take place. One thing to keep in mind is the maximum number of squares on a map of a given size - if the total number of squares on a map is lower than the sum of all square count parameters, then you will get infinite world rejection.&lt;br /&gt;
&lt;br /&gt;
To determine the number of squares on a map, just multiply the dimensions. In practice these parameters will need to sum to lower than the maximum because some space is needed for &amp;quot;slack&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Map Size&lt;br /&gt;
! Number of Squares&lt;br /&gt;
|-&lt;br /&gt;
| 17×17&lt;br /&gt;
| 289&lt;br /&gt;
|-&lt;br /&gt;
| 33×33&lt;br /&gt;
| 1089&lt;br /&gt;
|-&lt;br /&gt;
| 65×65&lt;br /&gt;
| 4225&lt;br /&gt;
|-&lt;br /&gt;
| 129×129&lt;br /&gt;
| 16614&lt;br /&gt;
|-&lt;br /&gt;
| 257×257&lt;br /&gt;
| 66049&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Minimum Initial Region Count ====&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of regions of contiguous biome squares that must exist before other processes such as erosion take place.&lt;br /&gt;
&lt;br /&gt;
==== Minimum Final Region Count ====&lt;br /&gt;
&lt;br /&gt;
This many regions of the given biome must exist after erosion and similar phases of generation have been completed.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:SWAMP:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:SWAMP:1032:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:DESERT:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:DESERT:1032:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:FOREST:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:FOREST:4128:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:MOUNTAINS:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:MOUNTAINS:8256:9:9]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:OCEAN:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:OCEAN:8256:7:6]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GLACIER:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GLACIER:0:0:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:TUNDRA:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:TUNDRA:0:0:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GRASSLAND:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:GRASSLAND:8256:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:HILLS:&amp;lt;init sq&amp;gt;:&amp;lt;init rg&amp;gt;:&amp;lt;final rg&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[REGION_COUNTS:HILLS:8256:13:12]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Erosion Cycle Count ===&lt;br /&gt;
&lt;br /&gt;
Tells the world generator how long the world has to erode its tall peaks down to mountainsides during the 'running rivers...' stage of world creation. The higher this number, the less jagged the world will be, and the more wide the major rivers will be. If you use the maximum number, your mountains will dissolve before your eyes into plains which can lead to rejections if there aren't enough mountains to use for river start points and dwarven civilization origin points.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EROSION_CYCLE_COUNT:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[EROSION_CYCLE_COUNT:250]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 1000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum/Desired River Start Locations ===&lt;br /&gt;
&lt;br /&gt;
This is the minimum number of riverheads that must exist before and after erosion takes place. Worlds will be rejected if they fail to meet these numbers. As with minimum biome counts, raising this number doesn't automatically create this many riverheads. Other conditions like terrain and rainfall must exist for rivers to form.&lt;br /&gt;
&lt;br /&gt;
Extremely high pre-erosion values speed erosion greatly, while low post erosion values are useful for limiting rejects due to lack of river origin points. One can try the 800 value to get more lakes.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RIVER_MINS:&amp;lt;min pre-erosion&amp;gt;:&amp;lt;des post-erosion&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RIVER_MINS:200:400]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 800&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Periodically Erode Extreme Cliffs ===&lt;br /&gt;
&lt;br /&gt;
If enabled, makes every impassable rock wall into a series of ramps. Some prefer to pump up erosion to about 250, and turn the &amp;quot;Desired pre-erosion river count&amp;quot; to 0 for good erosion and no extra canyons.&lt;br /&gt;
&lt;br /&gt;
Normally this is set to Yes (1).&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PERIODICALLY_ERODE_EXTREMES:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PERIODICALLY_ERODE_EXTREMES:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Do Orographic Precipitation and Rain Shadows ===&lt;br /&gt;
&lt;br /&gt;
Toggle that allows terrain height to affect rainfall. For example, moist air coming from the ocean blows over the land. As the terrain gets higher, it forces the moist air up, causing it to rain on the seaward side of a mountain. Eventually, all the rain has fallen if the mountain is tall enough. So, when the breeze goes over the top, there's no moisture left to fall on the other side, creating a rain-shadow. In the current version, regions where drainage is above 50 will also create rain shadows, regardless of the underlying biome and elevation.{{cite forum|140685/5484064}}&lt;br /&gt;
&lt;br /&gt;
Turning this on should create a tendency for more extreme rainfall in regions, creating more forests, deserts, marshlands, and grasslands. Also note that it can create rainfall outside of min-max rainfall settings, so even in a world with a 0 max rainfall you may get rainfall biomes. Turning it off should result in more controllable, less complex rainfall conditions based on rainfall parameters as it adds a random element which can distort or otherwise mess up the climates on a pregenerated map.&lt;br /&gt;
&lt;br /&gt;
This should be disabled if you're importing a map or using a preset map file that has weather.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[OROGRAPHIC_PRECIPITATION:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[OROGRAPHIC_PRECIPITATION:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Maximum Number of Subregions ===&lt;br /&gt;
&lt;br /&gt;
This is the number of separate biomes (the flashing regions you see on embark when you hit F1, F2, etc. when there's more than one biome on the embark location) that are allowed to exist on the entire map.&lt;br /&gt;
&lt;br /&gt;
Setting this to very low values will result in numerous rejections depending on [[#X and Y Variance|variance parameters]]. If variance values are set to high numbers, many small biomes will be created causing rejection if this parameter value is not increased beyond the default.&lt;br /&gt;
&lt;br /&gt;
Increasing the value of this tag is often a must when generating &amp;quot;patchwork&amp;quot; worlds with lots of biome variance, but simply increasing it without increasing variance parameters will not guarantee more biomes.&lt;br /&gt;
&lt;br /&gt;
It is also interesting to note that the maximum subregions is 5000 which is more than the total number of squares for a pocket or small map. However, for a medium or large map (16641 or 66049 squares) it quickly becomes a mere fraction of the total number of possible subregions. In fact it would be quite easy on a large map to end up with far too many subregions and get endless rejections of this type.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SUBREGION_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SUBREGION_MAX:2750]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 1 to 5000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Cavern Parameters ===&lt;br /&gt;
[[Caverns]] are the hollow areas underground, which dwarves tend to encounter when they're digging around. The '''Cavern Layer Number''' parameter determines how many cavern systems will be generated, not including the magma layer or the Bottom layer. Defaults to three - setting it to lower values could help FPS.  Setting it to 2 will merge cavern 3 species into the 2nd cavern, and setting it to 1 will merge all into one cavern. However, disabling them entirely by setting it to 0 will make it impossible to grow any underground plants, as none will exist for your civilization to cultivate, nor will they be available on embark.&lt;br /&gt;
&lt;br /&gt;
*Setting caverns to a sub-3 number (Spoiler, highlight to view) &amp;lt;span style='color:#f8f8f8;'&amp;gt;erases about one-third of HFS spires{{Bug|10267}} and prevents dig deep disasters.&amp;lt;/span&amp;gt; Additionally, random plant or animal species can be more frequently absent.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_COUNT:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_COUNT:3]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Cavern Layout Parameters ====&lt;br /&gt;
&lt;br /&gt;
Open caverns and dense passageways are not mutually exclusive. When both are raised, bizarre results can occur, such as layers showing a combination of open caverns, a cluster of network passages, and natural walls sprinkling the inside of an otherwise open cavern. [http://www.bay12forums.com/smf/index.php?topic=76355.msg1936859#msg1936859 Reference]&lt;br /&gt;
&lt;br /&gt;
If you want the largest open spaces possible, then decrease the density and increase the openness. If you want a labyrinth of passageways, lower the openness and raise the passage density.&lt;br /&gt;
&lt;br /&gt;
Another interesting note about the cavern layers is that the seed and number of demon types affect the layout of the caverns.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=200 heights=200 perrow=2&amp;gt;&lt;br /&gt;
File:Open00Density100.jpg|Cavern slice with Openness of 0 and Density of 100&lt;br /&gt;
File:Open100Density00.jpg|Cavern slice with Openness of 100 and Density of 0&lt;br /&gt;
File:Open100Density100.jpg|Cavern slice with Openness of 100 and Density of 100&lt;br /&gt;
File:Open50Density50.jpg|Cavern slice with Openness of 50 and Density of 50&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Layer Openness min/max =====&lt;br /&gt;
&lt;br /&gt;
Dictates the size of cavern passages. When Passage Density (see below) is set to minimum (0), caverns will be open expanses. Raising the maximum will increase the size of the caverns.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_OPENNESS_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Layer Passage Density min/max =====&lt;br /&gt;
&lt;br /&gt;
Determines how many passages form the cavern. If openness (see above) is set to minimum and density increased, then you will get a maze-like network of small criss-crossing passages. Raising the values further increases the number of the maze-like passages.&lt;br /&gt;
&lt;br /&gt;
Caverns will be large, open spaces at 0, and comprised of many small vertical shafts of rock at 100. Setting both values to be the same results in a uniform look for the caverns.{{Verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_PASSAGE_DENSITY_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Layer Water min/max =====&lt;br /&gt;
&lt;br /&gt;
Determines the minimum and maximum percentage of water each cavern can contain.&lt;br /&gt;
&lt;br /&gt;
Caverns with a water level of 10 or higher can support creatures and plants from the &amp;quot;Subterranean Water&amp;quot; biome, and caverns with a water level of 90 or lower can support the &amp;quot;Subterranean Chasm&amp;quot; biome; levels of 10-90 support ''both'' biomes, while levels below 10 or above 90 support only one.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MIN:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 100&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MAX:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVERN_LAYER_WATER_MAX:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Magma Layer ====&lt;br /&gt;
&lt;br /&gt;
This parameter controls whether the [[magma sea]] exists.&lt;br /&gt;
&lt;br /&gt;
Setting 1/Yes causes the magma layer to exist, value 0/No prevents it. Appears not to have any impact on volcanoes nor volcanism, so even if 0/No, there will still be embark locations with magma. If a [[volcano]] exists, it appears to always tap the magma sea, but the magma sea will not be revealed by revealing the volcano.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_1:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_1:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Bottom Layer ====&lt;br /&gt;
&lt;br /&gt;
Determines if the space below the magma sea exists. If Yes the &amp;quot;HFS&amp;quot; layer is always present. Normally you want to leave this set to Yes for maximum fun.&lt;br /&gt;
&lt;br /&gt;
If enabled, this will force the magma layer above it.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_2:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[HAVE_BOTTOM_LAYER_2:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Z Levels (Depth) Settings ===&lt;br /&gt;
&lt;br /&gt;
These parameters control the &amp;quot;thickness&amp;quot; of various &amp;quot;layers&amp;quot; on the map. Note that a &amp;quot;layer&amp;quot; in this case does not refer to one Z-level, but refers to a number of related Z-levels such as &amp;quot;levels above ground&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The following table assumes that you have 3 cavern layers. (out of a minimum of 0-3) The Levels Above Layer settings control how many Z-Levels are above each layer. A layer may itself consist of multiple Z-Levels (and almost always does).&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#F2F2F2;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot; width=&amp;quot;120&amp;quot;|Setting Name&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot; width=&amp;quot;200&amp;quot;|Token&lt;br /&gt;
!style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Description&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Ground&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_GROUND:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| The number of Z-levels of air above the highest surface level.&amp;lt;br /&amp;gt;Has no impact on how many Z-levels deep the surface layer is.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above layer 1&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_1:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of stone above the first cavern layer. Making this higher will guarantee ''at least'' that many levels to build your fortress, but will have no impact on how many z-levels thick the surface layer is. Also, the top of a cavern may be higher than the rest of a cavern, so in practice there will be more &amp;quot;solid&amp;quot; levels than this above the cavern.&lt;br /&gt;
As of version 0.31.25 this setting is inaccurate. The actual number of z-levels may vary in a range of approx. ±5, which may result in non-existence of any solid z-levels between a surface layer and first cavern layer.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 2&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_2:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between the very top of the second cavern and the very bottom of the first cavern.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 3&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_3:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between the very top of the third cavern and the very bottom of the second cavern.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 4&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_4:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Z-levels of earth between the very highest magma and the very bottom of the third cavern.&amp;lt;br /&amp;gt;Spoiler Hidden (select invisible text to read): &amp;lt;span style='color:#eee;'&amp;gt;Making this high will give a large area for HFS veins, so that it never touches caverns, giving more to mine '''if''' it was impacting the cavern previously.&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Above Layer 5&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_ABOVE_LAYER_5:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Uncertain. May control the number of levels of &amp;quot;Semi Molten Rock&amp;quot; between HFS and Magma, may control number of levels of magma, may impact both.&amp;lt;br /&amp;gt;In experimentation, the overall depth of all magma sea and semi-molten rock levels appears to increase, but not consistent enough to say for certain.&amp;lt;br /&amp;gt;Only valid if Magma Layer present.&amp;lt;br /&amp;gt;Spoiler Hidden:&amp;lt;span style='color:#eee;'&amp;gt;Often the HFS vein will only extend as high as the highest magma, making this the only guaranteed way to increase amount of HFS to mine, but unfortunately also creating enormous useless semi-molten z-levels&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| At Bottom&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| &amp;lt;nowiki&amp;gt;[LEVELS_AT_BOTTOM:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|style=&amp;quot;border:1px #AAA solid;padding:0.2em;&amp;quot;| Appears to be number of levels of HFS chamber. Only valid if Bottom Layer present, often having no impact. Values larger than default result in strange things.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Some implications:&lt;br /&gt;
* The number of surface layers (e.g. soil), at this time, cannot be controlled. For example, on a map with 1 layer of peat, then a layer of silt, then a layer of obsidian, there is no control to let you increase either one to be, say, 20 z-levels. (though you may get lucky with the obsidian).&lt;br /&gt;
* There can be multiple stone layers between the cavern and the surface, so, increasing Levels Above Layer 1 may give you more conglomerate or more granite, and you have no control over which stone layer spans those Z-levels.&lt;br /&gt;
* The layers shown on embark span across the cavern layers in an unknown and inconsistent way. Sometimes those 10 different layers of stone are evenly distributed over your 400 z-level deep map, sometimes the first 9 get 1 z-level each and the last gets the other 391 levels. No way to control found yet.&lt;br /&gt;
* The HFS chamber, if present, will always extend into the rock layers, and appears to always make contact with the bottom cave. Large values for levels above layer 5 and layer 4 can result in enormous chambers, but the number of levels at the top (the part with undead) appears to be unaffected.&lt;br /&gt;
* Unconfirmed whether number of levels between caverns has any impact on cavern height. There will be connecting ramps and/or shafts between cavern layers no matter how many levels are between them.&lt;br /&gt;
* '''Very Important''': These values appear to apply across a whole 16x16 region, not just embark areas. That means that if a 16x16 region is completely flat, but has one tall mountain in one far corner, even if you set Levels Above Ground low (e.g. 2 z-levels) you still have all the empty air of the highest mountain in every embark tile (e.g. 200 z-levels). Also can happen to the semi-molten layer, and can lead to unexpected behavior.&lt;br /&gt;
* Very large or small values can cause strange things to happen.&lt;br /&gt;
&lt;br /&gt;
=== Minimum/Maximum Natural Cave Size ===&lt;br /&gt;
It's not clear what effect these currently have, other than changing them can change the location of caves somewhat.{{verify}}&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MIN_SIZE:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MIN_SIZE:5]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 1 to 500&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MAX_SIZE:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[CAVE_MAX_SIZE:25]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Caves ===&lt;br /&gt;
The number of caves generated in mountainous and non-mountainous regions, mountain caves will always be generated on the edge of mountain ranges next to non-mountainous regions. Lurking [[kobold]]s set up shop in caves, and store their stolen items there - a setting of 0 in both will stop kobold civilizations from appearing. Special note: a cave is not initially a [[lair]], although beasts can later use them as their lair.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MOUNTAIN_CAVE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MOUNTAIN_CAVE_MIN:100]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 800&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NON_MOUNTAIN_CAVE_MIN:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[NON_MOUNTAIN_CAVE_MIN:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Mythical Sites ===&lt;br /&gt;
The number of [[mysterious dungeon|mysterious sites]] generated around the world. The extended effects of setting this to 0 has not been determined{{verify|is chosen still available? is quest still given? etc.}}.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MYTHICAL_SITE_NUM:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[MYTHICAL_SITE_NUM:200]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Range: 0 to 800&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Make Caves Visible ===&lt;br /&gt;
If set to no (default) then the location of caves will not be marked on the map. If set to yes, caves will appear on the map so that they may be sought out or avoided as desired.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALL_CAVES_VISIBLE:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ALL_CAVES_VISIBLE:0]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Allow Init Options to Show Tunnels ===&lt;br /&gt;
&lt;br /&gt;
If enabled, you will be able to see the underground tunnels often built by dwarves on the world map, and they will appear as black lines, similar to roads.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SHOW_EMBARK_TUNNEL:&amp;lt;0-2&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SHOW_EMBARK_TUNNEL:2]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 0 = No&amp;lt;br/&amp;gt;1 = Only in Finder&amp;lt;br/&amp;gt;2 = Always&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Number of Civilizations ===&lt;br /&gt;
&lt;br /&gt;
This number of [[civilization]]s will be placed on the map before history generation begins. These civilizations may later die out due to historical events. It is noteworthy that the chance for any given civilization to be destroyed through megabeasts decreases with a higher total number of civilizations present[http://www.bay12forums.com/smf/index.php?PHPSESSID=7348f68f41a9659443c05b2acf534e6c&amp;amp;topic=112465.15 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. The five races are dwarf, elf, human, goblin, and kobold; they will generally be placed in equal numbers until the quota has been reached. If there are not enough biomes or other worldgen prerequisites for an even distribution, certain civs will be much more or less frequent than others[http://www.bay12forums.com/smf/index.php?PHPSESSID=7348f68f41a9659443c05b2acf534e6c&amp;amp;topic=112465.15 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. If there is an odd number of civs (not divisible by 5), then the remainder is distributed randomly. Kobold civs require caves to be placed; if no caves exist, then kobolds are skipped and will not appear. This does not cause rejections [http://www.bay12forums.com/smf/index.php?topic=112465.msg3415125#msg3415125 &amp;lt;sup&amp;gt;data&amp;lt;/sup&amp;gt;]. Goblin civilizations require multiple demons, see the [[#Number_of_Demon_Types|number of demon types]] section above.&lt;br /&gt;
&lt;br /&gt;
Note that a high value here can cause lots of map rejections, particularly on smaller maps as there simply isn't enough room or regions to put them all in.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_NUMBER:&amp;lt;number&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[TOTAL_CIV_NUMBER:40]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Range: 0 to 300&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Playable Civilization Required ===&lt;br /&gt;
&lt;br /&gt;
If this is set to yes (default) then worlds will be rejected if no civilization with [[Entity token|CIV_CONTROLLABLE]] can be placed. In an unmodded game, only the dwarves have this token.&lt;br /&gt;
&lt;br /&gt;
If set to no, the result may be a world that cannot be played in Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PLAYABLE_CIVILIZATION_REQUIRED:&amp;lt;1 or 0&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[PLAYABLE_CIVILIZATION_REQUIRED:1]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| 1/0 = Yes/No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Minimum Number of Mid/Low/High Characteristic Squares ===&lt;br /&gt;
&lt;br /&gt;
Sets the minimum possible number of squares of certain ranges of each of the region qualities, such as elevation, rain, drainage, volcanism, savagery, and temperature. These need to be changed to reflect your regional meshes and weights, and are responsible for a HUGE number of map rejections. These values can all be set to 0 for much fewer map rejections, particularly in the case of more wacky, non-standard maps.&lt;br /&gt;
&lt;br /&gt;
These values will cause worlds to be rejected unless at least the given number of squares of the given type are randomly generated. Setting these values too high could result in worlds always being rejected if other parameters such as the maximum/minimums for elevation, etc., don't allow enough of those squares to get generated.&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|- bgcolor=&amp;quot;#dddddd&amp;quot;&lt;br /&gt;
! Token&lt;br /&gt;
! Example&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[ELEVATION_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Minimum number of squares that must have low, medium, and high amounts of the given attribute.&amp;lt;br/&amp;gt;&lt;br /&gt;
0 = No minimum&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[RAIN_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[DRAINAGE_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[SAVAGERY_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_RANGES:&amp;lt;low sq&amp;gt;:&amp;lt;mid sq&amp;gt;:&amp;lt;high sq&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[VOLCANISM_RANGES:8256:16512:8256]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==World rejection==&lt;br /&gt;
&lt;br /&gt;
:''Main article: [[World rejection]]''&lt;br /&gt;
&lt;br /&gt;
If you are having the common problem of generated worlds always being rejected by the world generator, see [[v0.31:World rejection|Solving World Rejection Problems (v0.31 page)]] as it contains many detailed suggestions on how to troubleshoot and solve these issues.&lt;br /&gt;
&lt;br /&gt;
== Parameter set examples ==&lt;br /&gt;
&lt;br /&gt;
If you're trying to do something specific, then the [[Worldgen examples]] - complete parameter sets that can be copied directly into your ''world_gen.txt'' file and customized as desired - might be helpful.&lt;br /&gt;
If none of the examples suit your needs, [[Worldgen tricks]] has strategies and tips on making a world just right for you.&lt;br /&gt;
&lt;br /&gt;
For many, many more examples see:&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=101280 DF2012 (v0.34) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=140180 DF2014 (v0.40) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=168543.0 DF2014 (v0.44.02+) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=175538 DF2014 (v0.47.01+) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=180805.0 DF2022 (v0.50.01+) WorldGen &amp;quot;Cookbook&amp;quot; Thread]&lt;br /&gt;
&lt;br /&gt;
{{World}}&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Wealth&amp;diff=319134</id>
		<title>Wealth</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Wealth&amp;diff=319134"/>
		<updated>2026-08-18T21:45:34Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: removed bug section with old bug (missing bug template) originally reported on this page as happening in masterwork, there was 9223 but that's marked as resolved, removed extra whitespace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
[[File:wealth_preview.png|right]]Your '''created wealth''' is the sum product of all the labors of your fortress. It is visible on the [[Status#Fortress name and status|wealth tooltip]]* once you have a [[broker]] with the [[appraisal]] [[skill]] and a [[bookkeeper]] maintaining your records, and will update with the continual maintenance of your [[stocks]] by the bookkeeper.&lt;br /&gt;
&lt;br /&gt;
: ''(* On the left of the bar at the top of your screen is your basic fortress info, its name and size. Mouse-hovering over this area reveals the wealth tooltip, a basic breakdown of the fortress' [[wealth]].)&lt;br /&gt;
&lt;br /&gt;
Wealth is the sum of all objects of [[item value|value]] in your fortress, including raw materials like [[stone]]s and [[metal bar]]s, [[building]]s, engravings, and every kind of created good, all of which contribute to your total wealth to various degrees. [[Corpse]]s (''other than certain [[bone]]s, as seen below'') and [[remains]] of creatures have no wealth value.&lt;br /&gt;
&lt;br /&gt;
[[Artifact]] items are usually one of the largest influences on fortress wealth, especially artifacts made out of or [[decorate]]d using valuable materials.&lt;br /&gt;
&lt;br /&gt;
The display of your wealth on the main status screen is broken up into several categories: [[weapon]]s, [[armor]] and [[Clothing|garb]], [[furniture]], other objects (like [[finished goods]]), architecture ([[building]]s, [[constructions]], [[engravings]] and such), [[Display furniture|displayed]], and held/worn (items created internally that have been claimed by dwarves, like clothing). Also the displayed total created wealth is always the sum of the aforementioned categories, but if for any category the shown (wealth) number has either a tilde as a prefix (which means that the value is only an estimate) or a question mark as a suffix (which means that the value is actually only a guess and can be way off mark), then the calculated value for that category is off (and the brokers appraisal skill level is to low to give a better or precise estimate), and thus the total created wealth value will also be wrong (allthough that number will never have a tilde as a prefix or question mark as a suffix).&lt;br /&gt;
&lt;br /&gt;
See [[account]]s for the more abstract wealth count, used in [[world generation]] to determine building ownership and help ground various acts of corruption and [[villain]]y.&lt;br /&gt;
&lt;br /&gt;
== Imports and exports ==&lt;br /&gt;
[[File:Wealth-tooltip.png|thumb|right|327px|[[Status#Fortress name and status|Wealth tooltip]] in Premium. Accuracy is based on your current [[Bookkeeper|Bookkeeping]].]]&lt;br /&gt;
Items made off-site are not counted in your total fortress wealth, and are instead listed as imports. This only applies so long as the object is unchanged; a decorated imported object will be made your own, and its value will be moved from imports to wealth. This is important when trading with caravans, as they will not accept goods stolen or lost by a previous caravan of that civilization. It is listed under &amp;quot;Imported Wealth&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Similarly, items made in the fortress that leave the map after being traded to a [[caravan]] are counted as exports, listed under &amp;quot;Exported Wealth.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Influences ==&lt;br /&gt;
Wealth influences various game features. Having more fortress wealth increases the amount of [[migrant]]s you get per wave. Assuming that you are equipped to handle the new dwarves, this is usually a good thing. However, having an ''extreme'' surplus of wealth can cause your fortress to grow so quickly that the migrant arrivals outpace your ability to house and feed them or give them useful things to do. Drowning in migrants is a very real danger; make sure you are always equipped with surplus food, drink, beds and work stations.&lt;br /&gt;
&lt;br /&gt;
A certain level of exports and overall wealth is required to acquire economically-linked [[holding]]s. However, for smaller sites, fortress wealth is the more important factor in determining economic linkage. Also, having a certain amount of fortress wealth and exported wealth is required to ascend the [[noble]] ladder: a [[baron]] requires 100,000 units of wealth overall and 10,000 wealth worth of exports. These values increase to 200,000 in overall wealth and 20,000 in exports for a [[count]], and 300,000 units of wealth with 30,000 in exports for a [[duke]]. The [[monarch]] has some fairly complicated requirements based on a few different categories.&lt;br /&gt;
&lt;br /&gt;
On the negative side, having more wealth attracts more frequent and larger attacks from enemies. At first, this will be an above-average amount of [[thief|thieves]], but as the game progresses and your wealth continues to grow, this will develop into [[ambush]]es or [[siege]]s from opposing factions and visits from [[megabeast]]s. This keeps the game from being boring, but too much [[fun]] is also a bad thing; if you have a hard time dealing with the numerous waves of immigrants, you're probably not equipped to deal with a full-on siege.&lt;br /&gt;
&lt;br /&gt;
== Building and limiting wealth==&lt;br /&gt;
Building wealth is simple -- just commit more people to useful industries and continue growing. You will want to establish a major [[industry]] and commit a number of skilled dwarves to it, allowing you to spend grand sums on caravans and get everything you absolutely need quickly and painlessly. If you intend to go this route, be sure to create plenty of extra [[bin]]s to ease the transfer of items to the trade depot and prevent stockpiles from becoming too full.&lt;br /&gt;
&lt;br /&gt;
When first starting out, it's typically best to not focus on building fortress wealth too much until you have an effective military that can deal with the [[Megabeast|fun]] [[Werebeasts|things]] that such wealth can cause. However, in your first year, you probably want to create goods to be able to [[trade]] with the autumn dwarven [[caravan]], in order to obtain goods that are not available at your location, or that your fortress cannot produce on its own yet. A simple way to create a decent amount of wealth without much effort is to [[cook]] a surplus of [[lavish meal]]s. Be cautious about selling prepared meals to the [[Elf|elves]] though, as food with meat-based ingredients, and the wooden barrels in which the meals are likely stored, are [[Trading#Unacceptable_items|unacceptable]] to them.&lt;br /&gt;
&lt;br /&gt;
[[Metal]]s are great materials for creating wealth. In particular, many locations have an [[ore]] of [[iron]] or [[silver]] - both are of moderate value and can be made into [[weapon]]s, [[furniture]] or crafts, while [[statue]]s make for high-value furniture. Certain butchered [[animal]]s have high-value bones or skulls. [[Ceramic]]s, especially [[stoneware]] made from [[fire clay]] can provide a continuous source of decent valued goods. Rough [[gem]]s can be hard to find, but a highly skilled [[gem setter]] can decorate objects to add considerable value to furniture or crafts.&lt;br /&gt;
&lt;br /&gt;
On the opposite side, there are the fortresses that would much rather establish a baseline of sorts before embarking on an expansionist binge - getting a full defensive militia or defensive structures up, for instance, or penetrating an [[aquifer]] without having to waste precious reserves on more dwarves and more enemies. These players concentrate on low-value activities like carpentry, masonry, and mining, and only produce enough trade goods to get what is necessary from the caravans. Although they are slower to grow, they also afford their players more time to plan and to lay the groundwork for the future of the fortress.&lt;br /&gt;
&lt;br /&gt;
Note that, no matter what, you ''will'' have to deal with ''some'' growth -- besides the natural expansion of your fortress, there's also the issue of [[artifact]]s. Do what you will, but every once in a while a dwarf will [[Strange mood|claim a workshop]] and produce a valuable trinket, and all you can hope for is that it's not worth too much. It's worth noting that artifact furniture is counted three separate times toward created wealth: as furniture, as architecture, and as displayed. You may wish to hold off on installing that legendary [[coffer]] that's worth three times as much as your fortress when just sitting in a stockpile.&lt;br /&gt;
&lt;br /&gt;
Most players choose to walk the middle line, getting together the necessary industries, but concentrating on the [[metal industry]] early on, to get together their arms and armor. Although [[steel]] is worth its weight in [[gold]], it is much more useful deflecting goblin arrows from your fortress defenders than as a [[statue]] decorating your [[Meeting area|lobby]].&lt;br /&gt;
&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = limâr&lt;br /&gt;
| elvish  = rano&lt;br /&gt;
| goblin  = sloron&lt;br /&gt;
| human   = ostri&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Economy}}&lt;br /&gt;
[[ru:Wealth]]&lt;br /&gt;
[[zh:Wealth]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Settings&amp;diff=319106</id>
		<title>Settings</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Settings&amp;diff=319106"/>
		<updated>2026-08-17T22:42:22Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Dye display */ updated default&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Fine}}&lt;br /&gt;
Settings for ''Dwarf Fortress'' can be accessed with a button on the main menu, which can be accessed in-game with {{Menu icon|Esc}}. They are divided into six groups; Video, Audio, Game, Keybindings, Announcements, and Difficulty. They are stored in several different files, including [[init.txt]], [[d_init.txt]], and [[interface.txt]], with current values in the &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; folder and default values in the &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; folder. The default files in &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; include explanations of each setting, including possible values. The files in both &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; are read when ''Dwarf Fortress'' starts, in that order, with the last value read for each option being used. The location of the &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; folder depends on various factors, see [[Game folders and files]]. Not all of the settings can be changed in game, including [[colors.txt]], [[arena.txt]], and some keybindings.&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
These settings change how the game looks and are all stored in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; and defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;.&lt;br /&gt;
* '''Windowed or Fullscreen''' - the highlighted button is the active one and they correspond with [WINDOWED:YES] or [WINDOWED:NO] in the files. [WINDOWED:PROMPT] can be set in the files to make the game ask when starting up, in which case neither button will be highlighted.&lt;br /&gt;
* '''Resolution''' - the screen mode the game uses when in fullscreen mode, 'Detect' corresponds with [FULLSCREENX:0] and [FULLSCREENY:0] in the files.&lt;br /&gt;
* '''Scale interface''' - whether to scale the font used to draw interface elements such as the menus and minimap to a specific number of character cells, [INTERFACE_SCALING_TO_DESIRED_GRID:YES] in the files.&lt;br /&gt;
* '''Desired grid width and height''' - how much to scale the interface, in how many character cells wide and tall the interface should be. [INTERFACE_SCALING_DESIRED_GRID_WIDTH:170] and [INTERFACE_SCALING_DESIRED_GRID_HEIGHT:64] in the files. No effect if [INTERFACE_SCALING_TO_DESIRED_GRID:NO] is used.&lt;br /&gt;
* '''Interface scale percentage''' - percentage to scale the interface character cell size up when not scaling to specified grid counts, not every value makes a difference since the interface won't display a partial character at the edges. [INTERFACE_SCALING_PERCENTAGE:100] in the files, no effect if [INTERFACE_SCALING_TO_DESIRED_GRID:YES] is used.&lt;br /&gt;
* '''Initial window size''' - when not fullscreen, [WINDOWEDX:1200] and [WINDOWEDY:800] in the files.&lt;br /&gt;
* '''Window resizable''' - when not fullscreen, [RESIZABLE:YES] in the files.&lt;br /&gt;
* '''Maximum interface width''' - what percentage of the display the overlay interface elements can occupy, useful for extra wide displays to make notifications more visible. [MAXIMUM_INTERFACE_PERCENTAGE:100] in the files. The game will still use the entire window/screen and the minimap and elevation bar will stay at the edge.&lt;br /&gt;
* '''Graphical FPS cap''' - how many frames to cap the graphical display rate at. [G_FPS_CAP:50] in the files.&lt;br /&gt;
* '''Classic ASCII''' - [USE_CLASSIC_ASCII:NO] in the files.&lt;br /&gt;
* '''Scaling mode''' - NEAREST, nearest-neighbor, distorts shapes at some zoom levels; LANCZOS, less distortion but fuzzier at some zoom levels; AUTO, the default, will try to select whichever one is more appropriate depending on the zoom level. [TEXTURE_PARAM:AUTO] in the files.&lt;br /&gt;
&lt;br /&gt;
As the interface gets narrower, some elements will be removed from the [[status]] bar when there's not enough room for all of them; some menus may also display elements under other elements or outside their window.&lt;br /&gt;
&lt;br /&gt;
There are a few other file settings that can affect the display, see [[Technical_tricks#Settings_-_init.txt|technical tricks]].&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
These settings change how the game plays sounds and are all stored in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;. All volumes can be from 0 to 255 in the game files, with 255 being 100%.&lt;br /&gt;
* '''Master Volume''' - [MASTER_VOLUME:255] in the files.&lt;br /&gt;
* '''Music Volume (Fortress)''' - [MUSIC_VOLUME:255] in the files.&lt;br /&gt;
* '''Ambience Volume (Fortress)''' - [AMBIENCE_VOLUME:230] in the files.&lt;br /&gt;
* '''Sound Effects Volume (Fortress)''' - [SFX_VOLUME:204] in the files.&lt;br /&gt;
* '''Average Seconds Between Tracks/Interludes (Fortress)''' - [AVERAGE_TIME_BETWEEN_SONGS:240] in the files. The default of 240 gives a range of 180 to 300 seconds, which is 3 to 5 minutes.  Can be anywhere from 10 to 600.&lt;br /&gt;
* '''Music Volume (Adventure)'''{{v|51.01}} - [MUSIC_VOLUME_ADV:217] in the files.&lt;br /&gt;
* '''Ambience Volume (Adventure)'''{{v|51.01}} - [AMBIENCE_VOLUME_ADV:240] in the files.&lt;br /&gt;
* '''Sound Effects Volume (Adventure)'''{{v|51.01}} - [SFX_VOLUME_ADV:230] in the files.&lt;br /&gt;
&lt;br /&gt;
The classic version of the game available on the website only includes the original songs, so most of these will have no effect without the [[premium version]] or mods.&lt;br /&gt;
&lt;br /&gt;
All sound can be disabled completely with [SOUND:NO] in the files. If so, the rest of these settings will be replaced by text explaining that sound is disabled and how to enable it.&lt;br /&gt;
&lt;br /&gt;
== Game ==&lt;br /&gt;
These settings change how the game plays and most are stored in &amp;lt;code&amp;gt;prefs\d_init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\d_init_default.txt&amp;lt;/code&amp;gt;, but some are in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Display all errors ===&lt;br /&gt;
* '''Display all errorlogs on screen'''{{v|53.15}} - when set to yes, all errors will be shown on screen. [DISPLAY_ALL_ERRORLOGS:NO] in init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Portable mode ===&lt;br /&gt;
* '''Portable mode'''{{v|52.01}} - when set to NO, the game stores mods, preferences, and saves in a folder specific to the user, (see [[game folders and files]] for details) when set to YES, it stores them in the game folder. Changing this only changes where the files will be written the next time, it does not immediately move them, or change anything else about them. Changing this to YES creates the empty file &amp;lt;code&amp;gt;prefs\portable.txt&amp;lt;/code&amp;gt;, changing back to NO removes it; manually creating or removing the file changes the setting.&lt;br /&gt;
&lt;br /&gt;
=== Autosaves ===&lt;br /&gt;
{{for/see|more information about autosaves|[[Saved_game_folder#Save_folder_format|Saved game folder]]}}&lt;br /&gt;
* '''Autosave frequency''' - when to autosave, [AUTOSAVE:SEMIANNUAL] in d_init.txt, NONE, SEASONAL, SEMIANNUALLY, or YEARLY.&lt;br /&gt;
* '''Autosave at embark''' - [INITIAL_SAVE:NO] in d_init.txt, YES or NO. Additionally to initial saving the game: If set to YES (and the game is paused in the beginning) then the game is paused (and saved) before a dwarf gets assigned to fishing duty (if water to fish in is available), otherwise (meaning this option is set to NO), if there is water, a dwarf is assigned to fishing duty (even if the game is paused in the beginning).&lt;br /&gt;
&lt;br /&gt;
=== Pausing ===&lt;br /&gt;
* '''Pause after autosave''' - [AUTOSAVE_PAUSE:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Pause after loading''' - [PAUSE_ON_LOAD:YES] in d_init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Embark ===&lt;br /&gt;
* '''Always confirm embark''' - asks for confirmation of the embark location even if there are no warnings such as for [[aquifer]]s, dangerous [[surroundings]], etc, [EMBARK_WARNING_ALWAYS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Confirm preparations''' - [POST_PREPARE_EMBARK_CONFIRMATION:IF_POINTS_REMAIN] in d_init.txt, ALWAYS, IF_POINTS_REMAIN, or NO.&lt;br /&gt;
* '''Show tunnels when embarking''' - for dwarven [[tunnel]]s, shown as a black dashed line or grey double line with classic ASCII, [SHOW_EMBARK_TUNNEL:FINDER] in d_init.txt, FINDER, ALWAYS, or NO.{{verify|is there a difference between ALWAYS and FINDER now?}} More restrictive world generation settings will override these.&lt;br /&gt;
* '''Default embark width and height''' - also determines what is considered a normal embark size and will only warn when the actual embark is larger than this many (width × height) tiles, [EMBARK_RECTANGLE:4:4] in d_init.txt, 2 to 16. See Maximum embark dimension below. (This option is actually listed after the feature toggles on the tab in game.)&lt;br /&gt;
* '''Maximum embark dimension''' - maximum width or height for an embark, larger sizes may be buggy and need much more memory, [MAXIMUM_EMBARK_DIM:6] in d_init.txt, 6 to 16. (This option is actually listed in game near the bottom of the tab, before the dye and scroll options.)&lt;br /&gt;
&lt;br /&gt;
=== Feature toggles ===&lt;br /&gt;
* '''Enable temperature''' - If temperature calculations are off, only a few direct temperature changes will take place; for example, magma will set tiles to high temperatures, but those tiles will never cool, making them unpathable until this setting is enabled. Effects that rely on temperature calculations, such as water freezing, melting, or evaporating, or creatures and items taking temperature-related damage, will not occur. May somewhat affect FPS, but be aware of the likely pathing issues, [TEMPERATURE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable weather''' - toggles rain and snow, rarely affects FPS, [WEATHER:YES] in d_init.txt, YES or NO.{{verify|does this affect wind or evil weather?}}&lt;br /&gt;
* '''Enable caveins''' - toggles [[cave-ins]], [CAVEINS:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable artifact moods''' - toggles [[strange mood]]s and the resulting [[artifact]]s, [ARTIFACTS:YES] in d_init.txt, YES or NO.{{verify|does this affect world gen artifacts?}}&lt;br /&gt;
* '''Enable testing arena''' - [TESTING_ARENA:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Walking spreads spatter (fort mode)''' - toggle the spread of blood spatter and other [[contaminant]]s by creatures on ground tiles in fortress mode. As spatter can infinitely spread, it is recommended to leave this as &amp;quot;NO&amp;quot;. [WALKING_SPREADS_SPATTER_DWF:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Walking spreads spatter (adv mode)'''{{v|51.01}} - toggle the spread of blood spatter and other [[contaminant]]s by creatures on ground tiles in adventure mode. As spatter can help with tracking creatures, it is recommended to leave this as &amp;quot;YES&amp;quot;. [WALKING_SPREADS_SPATTER_ADV:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable keyboard cursor''' - allows for using the keyboard controls for some designations, [KEYBOARD_CURSOR:NO] in d_init.txt, YES or NO. Arrow keys {{k|↑←↓→}} move one tile, {{k|WASD}} 10 tiles, and {{k|Shift|WASD|sep=+}} 20 tiles; also see [[Settings#Keyboard_scroll_amounts|Keyboard scroll amounts]] section below.&lt;br /&gt;
* '''Log world rejects''' - logs the reasons worlds were rejected in ``[[map_rejection_log.txt]]``, useful in [[advanced world generation]] and [[modding]], [LOG_MAP_REJECTS:NO] in d_init.txt, YES or NO. ''Dwarf Fortress'' will keep adding to the file, so you may want to trim or delete it occasionally.&lt;br /&gt;
* '''Multithreading''' - limited multithreading, mainly for line of sight calculations, [MULTITHREADING:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Classic varied ground tiles'''{{v|51.05}} - if changed to NO, ground tiles will be displayed only with periods in ASCII mode, has no effect in graphics mode. [CLASSIC_VARIED_GROUND_TILES:YES] in d_init.txt. (This option is actually listed in game near the bottom of the tab, before the scroll options.)&lt;br /&gt;
* '''Show rectangle dimensions'''{{v|51.06}} - if changed to NO, hides the size display when drawing selection rectangles, [SHOW_RECTANGLE_DIMENSIONS:YES] in d_init.txt. (This option is actually listed in game near the bottom of the tab, before the scroll options.)&lt;br /&gt;
&lt;br /&gt;
=== Pathing costs ===&lt;br /&gt;
* '''Path costs''' - extreme changes to these may cause more lag, [PATH_COST:1:2:5:25] in d_init.txt, 1 to 1000.&lt;br /&gt;
* '''Storage path cost decreases''' - controls how aggressively dwarves place objects in a container with like items (rather than an empty container). The default combine options are very aggressive. All in d_init.txt, 2 to 1000.&lt;br /&gt;
** [STORE_DIST_ITEM_DECREASE:20] - for each object found in a container, one tile is removed from its apparent distance to the dwarf, up to this cap&lt;br /&gt;
** [STORE_DIST_SEED_COMBINE:1000] - a bag with seeds already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BUCKET_COMBINE:1000] - a bucket with the same liquid already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BARREL_COMBINE:1000] - a barrel with the same item type already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BIN_COMBINE:1000] - a bin with the same item type already in it will appear this many tiles closer&lt;br /&gt;
&lt;br /&gt;
=== Population and seed capacities ===&lt;br /&gt;
* '''Population caps''' - can be changed at will to limit migration, strict also prevents births, [POPULATION_CAP:200] and [STRICT_POPULATION_CAP:220] in d_init.txt, 0 to 5000. Certain game features are triggered by population number, see [[difficulty]]. Some of those features may also cause the actual population to slightly go over these.&lt;br /&gt;
* '''Children limits''' - how many and what percentage of total there can be at a time, [BABY_CHILD_CAP:100:1000] in d_init.txt, 0 to 1000. Only prevents further pregnancies, so migrant children, multiple births and existing pregnancies from old saves can still push you over the cap. Setting either number to zero will disallow new pregnancies in the fortress.&lt;br /&gt;
* '''Visitor cap''' - This does not include merchants, diplomats, animals or invaders, but only those dropping by for a temporary visit to a tavern, library or temple, or those seeking permanent employment. Once you accept a petition from a visitor to stay at your fort, they no longer count against the cap, even if they never become a full citizen. [VISITOR_CAP:100] in d_init.txt, 0 to 5000.&lt;br /&gt;
* '''Dead units cull''' - During a season changeover, the game checks if there's a certain number of units in play. If it is above this amount, it removes all the unimportant dead units who died at least two years ago. [CULL_DEAD_UNITS_AT:1000] in d_init.txt, 100 to 5000.&lt;br /&gt;
* '''Seed caps''' - per type and total, when over the total cap, seeds will be periodically removed, starting with the oldest and most worthless. [SPECIFIC_SEED_CAP:200] 0 to 10000 and [FORTRESS_SEED_CAP:3000] 0 to 30000 in d_init.txt.&lt;br /&gt;
&lt;br /&gt;
=== Information display ===&lt;br /&gt;
* '''Engraving display''' - [ENGRAVINGS_START_OBSCURED:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Improvement quality display''' - [SHOW_IMP_QUALITY:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Numeric liquid levels''' - can be toggled in game either with a button next to the minimap or a keybind {{menu icon|f}}, [SHOW_FLOW_AMOUNTS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Ramp arrows''' - can be toggled in game either with a button next to the minimap or a keybind {{menu icon|r}}, [SHOW_RAMP_ARROWS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Elevation layers display''' - [NUMBER_OF_LOWER_ELEVATIONS_SHOWN:8] in d_init.txt, 0 to 8.&lt;br /&gt;
* '''Engraving historical events''' - [SHOW_ALL_HISTORY_IN_DWARF_MODE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Nickname display''' - [NICKNAME_DWARF:REPLACE_FIRST], [NICKNAME_ADVENTURE:REPLACE_FIRST], [NICKNAME_LEGENDS:REPLACE_FIRST] in d_init.txt, REPLACE_FIRST, CENTRALIZE (between first and last), or REPLACE_ALL.&lt;br /&gt;
&lt;br /&gt;
=== Grazing coefficient ===&lt;br /&gt;
* '''Grazing coefficient''' - how much grazers get from grazing, larger numbers mean less food is needed. [GRAZE_COEFFICIENT:100] in d_init.txt, 1 to 1000000.&lt;br /&gt;
&lt;br /&gt;
=== FPS ===&lt;br /&gt;
* '''Show FPS''' - the first number is simulation rate, the number in parentheses is graphical FPS, [FPS:NO] in init.txt, YES or NO.&lt;br /&gt;
* '''Game FPS cap''' - limits how quickly the game runs the simulation, [FPS_CAP:100] in init.txt, 5 to 1000. This cap can also be temporarily changed on the fly by ~10% with {{k|Alt|Equals|sep=+}} and {{k|Alt|Minus|sep=+}}; if '''Show FPS''' is set to yes, then pressing either of those will briefly show what the cap has been changed to.&lt;br /&gt;
&lt;br /&gt;
=== Input timings ===&lt;br /&gt;
* '''Key hold time''' - [KEY_HOLD_MS:250] in init.txt, 100 to 20000.&lt;br /&gt;
* '''Key repeat time''' - [KEY_REPEAT_MS:150] in init.txt, 100 to 20000.&lt;br /&gt;
* '''Key repeat acceleration''' - [KEY_REPEAT_ACCEL_START:10] 1 to 1000 and [KEY_REPEAT_ACCEL_LIMIT:8] 2 to 100 in init.txt.&lt;br /&gt;
* '''Interface shutdown time''' - how long after a view recenter to ignore input, [RECENTER_INTERFACE_SHUTDOWN_MS:0] in init.txt, 0 to 2000.&lt;br /&gt;
* '''Macro timing''' - [MACRO_MS:15] in init.txt, 1 to 2000.&lt;br /&gt;
&lt;br /&gt;
=== Compressed saves ===&lt;br /&gt;
* '''Compressed saves''' - saves drive space (since running out of space while saving '''will''' corrupt the save) at the expense of slowing down save operations, [COMPRESSED_SAVES:YES] in init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Dye display ===&lt;br /&gt;
* '''Display worn clothing dyes (fort mode)'''{{v|50.15}} - if changed to NO, color will be determined by [[profession]], mostly only useful in ASCII mode, [DISPLAY_CLOTHING_WITH_DYES_IN_FORT_MODE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Display worn clothing dyes (adv mode)'''{{v|51.01}} - if changed to NO, color will be determined by profession, [DISPLAY_CLOTHING_WITH_DYES_IN_ADV_MODE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard scroll amounts ===&lt;br /&gt;
* '''Keyboard scroll tiles'''{{v|51.11}} - how many tiles to scroll with the &amp;quot;Move view/cursor&amp;quot; keys (default {{k|WASD}}, the FAST settings are used for {{k|Shift|WASD|sep=+}}) in the normal and world views, as well as the [[Settings#Feature_toggles|keyboard cursor]], though for that, the cursor keys {{k|↑←↓→}} also always move 1 tile, in addition to these values for the &amp;quot;Move view/cursor&amp;quot; keys. 1 to 100, and the following tokens in d_init.txt&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED:10]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_FAST:20]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED:10]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_FAST:20]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_WORLD:10]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_WORLD_FAST:20]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_WORLD:10]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_WORLD_FAST:20]&lt;br /&gt;
&lt;br /&gt;
== Keybindings ==&lt;br /&gt;
{{main|Controls}}{{main|interface.txt}}&lt;br /&gt;
These settings change the controls and are all stored in interface.txt.&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
{{main|Announcement}}{{main|announcements.txt}}&lt;br /&gt;
Used to control how different announcements are displayed in Dwarf Fortress. This can be useful to add alerts for critical combat events, stopping the recentering on birth events, or reducing the constant chatter of announcements like 'quota filled' or 'someone is visiting'.&lt;br /&gt;
&lt;br /&gt;
== Difficulty ==&lt;br /&gt;
{{main|Difficulty}}&lt;br /&gt;
This tab is only available when in a fortress game, and these settings are initially set when starting a fortress game. Since they are specific to each save they are stored as part of the save and are not editable outside the game. They are divided into two groups: enemies and economy; enemies can be disabled, both groups have normal and hard presets, and all of the individual settings can be adjusted in '''Custom settings'''. The values used in each preset can be seen by selecting the preset and then viewing them in '''Custom settings'''.&lt;br /&gt;
&lt;br /&gt;
[[ru:Settings]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Potato&amp;diff=319051</id>
		<title>Potato</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Potato&amp;diff=319051"/>
		<updated>2026-08-13T16:18:56Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: completed reference comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{plantlookup&lt;br /&gt;
|graphic=potato_shrub_sprite.png&lt;br /&gt;
|seedimage=potato_seeds_sprite.png&lt;br /&gt;
|uses=&lt;br /&gt;
*[[Alcohol]]&lt;br /&gt;
*[[Food]]&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{distinguish|sweet potato}}&lt;br /&gt;
&lt;br /&gt;
'''Potatoes''' are an [[aboveground]] [[crop|garden vegetable]]. Potato seeds can be planted in all seasons, while the plants are edible raw or [[cooking|cooked]], and can also be [[brewing|brewed]] into [[alcohol|potato wine]] or processed in a [[dyer's shop]] into beige [[dye]].&lt;br /&gt;
&lt;br /&gt;
Some [[Dwarf|dwarves]] [[preferences|like]] potato plants for their ''edible tubers''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Patates.jpg|thumb|center|300px|Admired for its ''edible tubers''.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: McDonald's Corporation / fast food franchises --&amp;gt;&lt;br /&gt;
One can succeed in making an entire dwarven civilization [[fat|obese]] by starting a chain of [[kitchen]]s that serve +potato biscuits+ made with minced potatoes and finely minced cow tallow, and call it McDwarf's.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: VeggieTales theme song lyric --&amp;gt;&lt;br /&gt;
If you like to waltz with potatoes...&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Plants}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Dye sources]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Squash&amp;diff=319050</id>
		<title>Squash</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Squash&amp;diff=319050"/>
		<updated>2026-08-13T16:18:15Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: completed reference comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{plantlookup&lt;br /&gt;
|graphic=squash_shrub_sprite.png&lt;br /&gt;
|seedimage=squash_seeds_sprite.png&lt;br /&gt;
|uses=&lt;br /&gt;
* [[Food]]|wiki=Cucurbita&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Squash''' is an [[aboveground]] [[crop|garden vegetable]] (though botanically a fruit). They can be planted in all seasons and its fruit is edible raw or [[cooking|cooked]].&lt;br /&gt;
&lt;br /&gt;
Some [[Dwarf|dwarves]] [[preferences|like]] squash vines for their ''fruit''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Squashes at Kew Gardens IncrEdibles 2013.jpg|thumb|center|300px|Admired for its ''fruit''.]]&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&amp;lt;!-- Reference: ? --&amp;gt;&lt;br /&gt;
Squash are worth 50☼ and are invaluable at [[Attack type#Blunt weapons|crushing]] [[undead]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: VeggieTales theme song lyric --&amp;gt;&lt;br /&gt;
If a squash can make you smile...&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Plants}}&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Tomato&amp;diff=319049</id>
		<title>Tomato</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Tomato&amp;diff=319049"/>
		<updated>2026-08-13T16:17:38Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: completed reference comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{plantlookup&lt;br /&gt;
|graphic=tomato_shrub_sprite.png&lt;br /&gt;
|seedimage=tomato_seeds_sprite.png&lt;br /&gt;
|uses=&lt;br /&gt;
* [[Food]]&lt;br /&gt;
* [[Alcohol]]&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Tomatoes''' are an [[aboveground]] [[crop|garden vegetable]]. They can be planted in all seasons, the fruit is edible raw or [[cooking|cooked]], (seeds when cooked), and can also be [[brewing|brewed]] into [[alcohol|tomato wine]] or processed in a [[dyer's shop]] into amber [[dye]].&lt;br /&gt;
&lt;br /&gt;
Some [[Dwarf|dwarves]] [[preferences|like]] tomato plants for their ''fruit''.&lt;br /&gt;
&lt;br /&gt;
Note that this plant, along with buckwheat, is only found in worlds with poles and a Medium or Large size, since it's unique to the Tropical Dry Broadleaf forest biome which only generates under those conditions due to a bug.&lt;br /&gt;
&lt;br /&gt;
[[File:Tomato scanned.jpg|thumb|center|300px|Admired for its ''fruit''.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: historical practice of throwing rotten tomatoes (and other foodstuffs) bad performers --&amp;gt;&lt;br /&gt;
[[Miasma#Rotten items|Withered]] tomatoes are often employed by [[thrower|throwing]] them at [[performer]]s with low [[comedian]] skill who attempt to tell jokes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Reference: VeggieTales theme song lyric --&amp;gt;&lt;br /&gt;
If you like to talk to tomatoes...&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Plants}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Dye sources]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Zone&amp;diff=319014</id>
		<title>Zone</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Zone&amp;diff=319014"/>
		<updated>2026-08-12T13:19:19Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Pit/Pond */ added see also link to Irrigation#via_Buckets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Masterwork}}&lt;br /&gt;
{{av}} &lt;br /&gt;
[[Image:Zones menu v50.03.png|right]]&lt;br /&gt;
A '''zone''' is an area where your citizens will work, socialize, rest, or perform specific duties, such as [[fishing]], dumping objects, or collecting [[water]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Zones can be placed in any [[revealed tile]], including in [[open space]], over a [[river]], on top of a [[building]] or [[stockpile]], or a [[wall]]. They are placed in one of three ways: rectangular, draw, or (for some zones) multi. From within the Zones [[menu]] ({{menu icon|z}}), selecting a zone type will open the zone creation menu. From here, you can select whether to create a zone in a rectangle (at which point you click the two corners for the zone) or simply draw it (where clicking adds single squares to the zone). You can enable erasing at any time and use rectangle and draw to remove squares from the zone. The number shown indicates how many selected floor tiles can be used for that type of zone. After selecting some tiles, two numbers are shown with a plus sign (+) between; the first is the number of valid tiles already in the zone, and the second is how many would be added with the new selection or tile.&lt;br /&gt;
&lt;br /&gt;
Unlike [[stockpiles]], multiple zones can overlap, though this can greatly reduce their value, see [[Zone#Overlapping_Rooms|below]].&lt;br /&gt;
&lt;br /&gt;
For zone types that require a piece of furniture, you can change from Paint to Multi mode, in which you can draw a rectangle over multiple rooms, and each room valid for that zone type will be a separate zone. The number shown is the number of zones created in the last rectangle drawn, and the undo button will only undo the last rectangle created. This will define each room from the furniture building (either built or only designated) out to the walls (including diagonally); this requires some way for the game to know where the room ends, i.e. walls all around and a way in and out, either a door, stair, or ramp. The [[DFHack]] tool &amp;lt;code&amp;gt;[https://docs.dfhack.org/en/stable/docs/tools/burial.html burial]&amp;lt;/code&amp;gt; can create a 1×1 tomb zone for each built coffin, without the need for walls or a door.&lt;br /&gt;
&lt;br /&gt;
Some zones can be further specified into [[location]]s after creation. To do this, first create the relevant zone, then click the Add Location button ([[File:Ui location add.png]]) to further specify it as a location. Multiple zones can be added to a single location, allowing them to span multiple rooms.&lt;br /&gt;
&lt;br /&gt;
In some cases (pen/pasture, pit/pond) additional orders can then be set from the same menu. The location of a zone is only visible while in the Zones menu, and any object lying on the ground will hide the presence of a zone tile. The size of a zone is unlimited.&lt;br /&gt;
&lt;br /&gt;
== Zone Types ==&lt;br /&gt;
&lt;br /&gt;
=== Meeting area ===&lt;br /&gt;
[[File:meeting_icon_preview.png|right]]'''Meeting area zones''' are zones in which idle dwarves and animals will congregate. After a meeting area is designated, it can be left as is, or it can be made into a [[tavern]], [[temple]], [[library]], [[guildhall]] or [[hospital]], but animals will not congegrate to meeting areas, which are assigned to certain locations like temple, tavern or guildhall (and presumably, but not yet tested, library or hospital). Additionally, [[immigration|immigrants]] will collect at a meeting area until their &amp;quot;migrant&amp;quot; status wears off. Note that the [[wagon (embark)|wagon]] you [[embark|arrive with]] constitutes a meeting area until you designate the first meeting area of your own (and it will, at least as long as the embark wagon is around, constitute a meeting area for animals, if all other meeting areas are assigned to locations to which animals do not congregate to). If you start in hostile surroundings, it is important to do so, so as to get your dwarves and animals out of danger quickly. It is a good idea to have at least one meeting area of one form or another: It allows you to make off-duty dwarves and animals gather in an area where they are not vulnerable within the fortress. A meeting area filled with dwarves increases the [[social skill]]s of idlers. It makes idle dwarves a little less idle. Because almost every dwarf visits a meeting area at least occasionally, it's an ideal place to site valuable objects and buildings.  A meeting area exposed to sunlight will additionally prevent dwarves from becoming [[cave adaptation|cave-adapted]]. Note that having dwarves socialize will often result in them forming [[relationship]]s.&lt;br /&gt;
&lt;br /&gt;
It is not advisable to have animals mill around in crowded meeting areas for a prolonged time, as they will pick fights with dwarves and other animals. While this may be negligible in the case of a hen, it also applies to your [[Dog#War dogs|war dogs]] (although this can be partly beneficial, since all your dwarves will get combat experience from being bitten occasionally, especially the children, who mill around constantly).&lt;br /&gt;
&lt;br /&gt;
If the meeting area is made a guildhall or a temple, the icon of the zone will change depending on the room's quality. For a guildhall, the icons are [[File:meeting_quality0_sprite.png|19px]] and [[File:meeting_quality1_sprite.png|19px]]. For a temple, the icons are [[File:temple_quality0_sprite.png|20px]], [[File:temple_quality1_sprite.png|20px]] and [[File:temple_quality2_sprite.png|20px]]. Dwarves may petition for these types of rooms of varying qualities.&lt;br /&gt;
&lt;br /&gt;
=== Office ===&lt;br /&gt;
{{main|Office}}&lt;br /&gt;
&lt;br /&gt;
[[File:office_medium_icon.png|right]]An office is a zone required by some [[Noble|nobles]], and requires a [[chair]]. [[Manager|Managers]] will use the chair to validate and check [[work orders]]. A [[bookkeeper]] will use the office to update the [[stock]]records and increase the precision of the records. A dwarf with an office assigned will sometimes [[eat]] in their own office if there is no communal [[dining hall]] designated in the fortress, but this does not provide any happy [[thought]], no matter how [[#Quality_and_value|luxuriously decorated]] the office may be, and may even generate a bad thought if the chair doesn't have a [[table]] adjacent to it.&lt;br /&gt;
&lt;br /&gt;
=== Bedroom ===&lt;br /&gt;
{{main|Bedroom}}&lt;br /&gt;
&lt;br /&gt;
[[File:bedroom_medium_icon.png|right]]A bedroom is a zone where a single dwarf (and possibly their spouse and children) will sleep and store their belongings in. Requires a [[bed]]. A cabinet can be built for the dwarf to store their [[Wear|old]] clothing; and a chest for dwarves to store their belongings like [[coins]], [[Finished Goods|rings, scepters]] etc. A dwarf with no cabinet, or with low [[Personality facet#ORDERLINESS|orderliness]] personality facet will scatter their old clothing everywhere.&lt;br /&gt;
&lt;br /&gt;
=== Dormitory ===&lt;br /&gt;
{{main|Dormitory}}&lt;br /&gt;
&lt;br /&gt;
[[File:bedroom_medium_icon.png|right]]A dormitory is a zone containing multiple [[Bed|beds]] where all dwarves that do not have a bedroom assigned to them will sleep. However, sleeping in a dormitory will generate a negative [[thought]] (embarrassed after sleeping without a proper room).&lt;br /&gt;
&lt;br /&gt;
=== Dining hall ===&lt;br /&gt;
{{main|Dining hall}}&lt;br /&gt;
&lt;br /&gt;
[[File:dining_medium_icon.png|right]]A Dining Hall is a zone where dwarves go to eat. Requires one or more [[Table|tables]].&lt;br /&gt;
&lt;br /&gt;
=== Barracks ===&lt;br /&gt;
{{main|Barracks}}&lt;br /&gt;
&lt;br /&gt;
[[File:barracks_medium_icon.png|right]]A barracks zone is a zone where a [[military]] will go to sleep, train, or store their equipment.&lt;br /&gt;
&lt;br /&gt;
=== Pen/Pasture ===&lt;br /&gt;
{{main|Pasture}}&lt;br /&gt;
&lt;br /&gt;
[[File:pasture_medium_icon.png|right]]A pen or a pasture is used to contain tame animals. Once one is created, animals must be assigned to it individually from the zone information menu. Dwarves will drag the assigned animals to the pen or pasture automatically. Domestic animals tend to aggregate at [[meeting area]]s instead, as will herbivorous ones, which will probably lead to starvation, unless your meeting area is overgrown with [[grass]] or fungi for some reason. '''Any tame creature with the &amp;quot;grazer&amp;quot; token in the raws should be assigned to a pasture.  This includes mules, cows, goats, horses, yaks, unicorns etc.'''  Animals will not typically wander out of their assigned pasture even if it is not walled in, however animals will abandon their posts and will have to be dragged back to them if they are threatened by enemies, and an exposed pasture may lead to premature slaughter at the hands of invaders. Since pets can be assigned to pen/pastures and a zone can be created under a [[dwarven atom smasher]], this is one of the easiest ways to prevent [[catsplosion]]s.&lt;br /&gt;
&lt;br /&gt;
=== Archery range ===&lt;br /&gt;
{{main|Archery range}}&lt;br /&gt;
&lt;br /&gt;
[[File:archery_medium_icon.png|right]]An archery range is used by [[marksdwarves]] (or [[Bow|bowdwarves]] and [[blowgun|blowgunners]] by editing the raw). A marksdwarf will pick up bolts nearest to them And then shoot at the target. Upon depleting the bolts, the markdwarf will gain a happy thought(feels pleasure after practicing at an archery range). The marksdwarf's XP gain by practicing in an archery range is only [[Experience|half the amount]] compared to using a [[Advanced Marksdwarf Training Guide|live target]]. but it has the advantages of  being easy to set up and needing much less micromanagement. Note that markdwarves cannot shoot adjacent to the [[archery target]]. and there must be at least 1 tile of walkable perimeter that is from the target in order for archery practice to happen.&lt;br /&gt;
&lt;br /&gt;
=== Pit/Pond ===&lt;br /&gt;
{{TipBox2|titlebg=#c00|textbg=#ffd|[[File:warning_icon.png|25px]]&amp;amp;nbsp;Warning!|There have been multiple reports of hostile creatures escaping confinement while pitting. Use of forbidden tightly closed hatches above every hole appears to prevent escape. &lt;br /&gt;
See [[Mass pitting]] for more. If there are walls under the hole's edges rather than open space, they will allow [[Climber|grabbing and climbing]], so you may want to dig out an overhang, or at least [[Smoothing|smooth]] these walls.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[File:pit_medium_icon.png|right]]A Pit/Pond requires a [[ramp]] or hole with adjacent flooring on which a dwarf can stand.  Designate the zone from the top of the ramp or hole, such that the zone designation is floating in the open space above the floor of the pit/pond. By default, the zone will be a pit. To toggle between pit and pond, press corresponding icon in zone information menu ([[File:Ui Pit.png|24px]]/[[File:Ui Pond.png|24px]]).&lt;br /&gt;
&lt;br /&gt;
Creatures can be assigned to a pit/pond ([[File:Ui assign creature.png|24px]]). If the creature is [[cage]]d, a dwarf will release it from the cage (rather than bringing the cage to the pit). The dwarf will lead the beast to the pit and throw it in. If the pit is a ramp rather than a hole, the creature will then wander back out, as it will if the pit has some other exit path (which would include straight back up the hole for flying creatures). Note that some (or possibly all?) hostile creatures may escape on being released from their cage, possibly attacking the dwarf who opened the cage. &lt;br /&gt;
Additionally, dwarves refuse to pit dwarves, hostile or not.&lt;br /&gt;
{{Colored Notice Box||See [[Mass pitting]] for more information on pit design involving hostile creatures.}}&lt;br /&gt;
&lt;br /&gt;
The only real difference between a pit and a pond is that dwarves will attempt to fill a pond with [[water]], carried by [[bucket]] from a water source. They will stand on the floor adjacent to the top of the ramp or hole, and toss the water onto the ramp or into the hole.  This works even if there is a forbidden [[floor hatch]] covering the hole. Each bucketful increases the depth of the water in the tile below by 1/7.  Once the water is dumped from the bucket, the dwarf will either drop the bucket and perform a different task, or choose to fill a pond zone tile again using the bucket (s)he currently holds. Dwarves will stop scheduling the Fill Pond job when the water depth reaches 6/7. Specifying a pond zone is one technique used for [[irrigation]], in order to make [[mud]] for [[farming]] on areas without soil. Currently, no matter how large the designated pond area, only one dwarf at a time will try to fill the pond. In order to fill a large area quickly, it is necessary to designate multiple smaller pond zones (or several zones overlapping the same area).&lt;br /&gt;
&lt;br /&gt;
To make obsidian or cleanse stagnant water with fresh water, the pond zone must be designated an extra tile above the magma/stagnant pool, so that the water falls for a full tile before contacting the surface.&lt;br /&gt;
&lt;br /&gt;
If you have more than one pond designated as a water source, your dwarves may endlessly try to fill each pond with the other pond's water, making a loop of useless duty; this may be undesirable, although otherwise-idle dwarves performing this task won't be making any friends.  Only dwarves with the [[Hauling#Water_hauling|Water hauling]] labor enabled will fill ponds.&lt;br /&gt;
&lt;br /&gt;
Artificial ponds are considered to be the same as Murky Pools - you'll only catch pond fish from them (i.e. turtles). If you want to catch river fish, you must fish from the river's original tiles (or perform some DFHack trickery to mark your new tiles as being part of the river).&lt;br /&gt;
&lt;br /&gt;
:See also [[Irrigation#via_Buckets|irrigating via bucket]]&lt;br /&gt;
&lt;br /&gt;
=== Garbage Dump ===&lt;br /&gt;
{{main|Garbage dump}}&lt;br /&gt;
[[File:trash_medium_icon.png|right]]Garbage dump zones are areas in which dwarves will throw items marked for dumping - either by manual setting of dump status from item information menu, or {{menu icon|i|p}} (bulk dumping; note that this designates ''all'' items on the tiles for dumping, even built [[furniture]] and items inside [[Storage|container]]s). Garbage dumps are ''not'' the same as [[Refuse#Refuse|refuse]] stockpiles, which can be designated to accept specific type(s) of refuse, such as animal [[corpse]]s or [[bones]], and then are automatically filled by haulers whenever the items appear on the map. Despite the name, garbage dump zones are useful for many things beyond [[garbage disposal]]; they can create [[quantum stockpile]]s, transport materials to a job site, send items to the [[trade depot]] when no caravan is present, [[trap design#Falling_debris_trap|drop rocks]] on enemies below, and numerous other uses.&lt;br /&gt;
&lt;br /&gt;
Be aware that if a garbage zone is designated beside a cliff or hole (any open space, either natural or dwarf-made), garbage will be thrown into the open space. If a dump is designated over a [[ramp]] to the next level down, some dwarves may walk down the ramp to dump their items, while others may just toss their items down from above and onto those dwarves, injuring or killing them.&lt;br /&gt;
&lt;br /&gt;
The garbage dump may be inappropriately named, as it's more of a matter compression zone. The specifics are beyond human understanding; however, dwarves are in fact capable of compressing an infinite amount of matter into only one tile, as long as it is specified as a garbage dump. If, for some reason [[Main:Urist|Urist]] is yet again incapable of locating his favorite pair of, say, troll fur socks, he should think to look among the black hole of matter that is the nearest garbage dump, as they could be snugly lodged between a few billion rocks.&lt;br /&gt;
&lt;br /&gt;
=== Water source ===&lt;br /&gt;
[[File:water_medium_icon.png|right]]Dwarves will use these zones to draw water, to satisfy booze-less [[thirst]], to tend to another thirsty dwarf (with the Give Water job), or to fill a [[#Pit/Pond|Pond zone]]. Only tiles ''adjacent'' to water qualify as usable water sources - thus, if you want to place a single-tile zone, place the zone onto a ground tile next to the water, not over the water itself. This zone should ''not'' be used with [[well]]s - this is redundant, as they are already considered their own water source.&lt;br /&gt;
&lt;br /&gt;
If this zone does not exist, any water source can be used. If at least one water source zone exists, then dwarves will only get water from these zones.&lt;br /&gt;
&lt;br /&gt;
Remember that natural bodies of water usually contain aquatic wildlife, some of which may attack your dwarves, or at least spook civilians, and interrupt their tasks. Often it may be best to simply designate a safe body of water as a water source so dwarves aren't allowed to drink/fish anywhere else.&lt;br /&gt;
&lt;br /&gt;
Normally, creatures cannot attack any dwarves through a [[well]] so long as the well is not on the same z-level as the top of the lake/river, thus building one will allow your dwarves safe access to water inhabited by vicious animals (as long as those can't climb).&lt;br /&gt;
&lt;br /&gt;
When dangerous fish are found in the river, one solution is to dig an artificial [[channel]] and place a [[grate]] between it and the river proper, as fish cannot swim through grates, but grates still allow water through. However, beware [[Grate#Bugs|the bug with flow and ''wall'' grates]] - taking water via U-shaped tunnel capped with ''floor'' grates may be safer. If you use a completely isolated smooth reservoir filled with [[pump]]-filtered water, it may still need protection, since the dwarf operating a pump stands right next to its water source tile.&lt;br /&gt;
Placing floor grates over the river or channel may also protect dwarves by preventing them from falling in.&lt;br /&gt;
&lt;br /&gt;
[[Carp]] and other non-[[vermin]] fish suffocate if they are not in water, so in some situations it might be possible to pump the water out of a lake or pond. Conversely, an open water body (river or sea) not only cannot be subjected to temporary drainage, but even if there isn't anything dangerous right now, it may arrive later.&lt;br /&gt;
&lt;br /&gt;
=== Animal Training ===&lt;br /&gt;
{{main|Animal Training}}&lt;br /&gt;
[[File:animaltraining_medium_icon.png|right]]An animal training zone allows [[Animal trainer|animal training]]. Animals cannot be trained, unless they are in a training zone or [[pasture]], or on a [[restraint]]. To be tamed, they must be in a [[cage]]. &lt;br /&gt;
&lt;br /&gt;
For making an animal training zone, it is advisable to create a small room with a [[door]], which can be closed if necessary. The training zone should be combined with a pasture to keep in wild animals. This will make sure your animals don't escape when they are not being trained.&lt;br /&gt;
&lt;br /&gt;
=== Dungeon ===&lt;br /&gt;
{{main|Jail}}&lt;br /&gt;
[[File:dungeon_medium_icon.png|right]]A dungeon is a room designed for [[justice|dwarven justice]]; and in each room, there must be 1 metal [[cage]]  or a [[Restraint|rope/chain]]. Once the prisoner is selected to be imprisoned via the justice screen. the [[fortress guard]]/[[sheriff]] will chain or lock the creature in the selected chain or cage. The prisoner will continuously generate a bad thought while being imprisoned. so with some micromanagement, you can save the poor innocent [[cheese maker]] who violated the [[mayor]]'s export ban, from being overly stressed out, by deconstructing the chain as soon as they were chained up. A chain is recommended over a cage, as the chained up creature can still have access to the 8 tiles adjacent to the chain, granting them access to bed, food stockpile, chair and table, as well as allowing the prisoner to admire the chain if they were made from valuable metal like [[gold]] and [[platinum]]. While a caged prisoner is fully dependent on idle dwarves to deliver them food and drink (and only water instead of alcohol are delivered!). So they are more likely to starve to death than chained prisoners (provided you designate a food &amp;amp; drink stockpile within that can be reached by the chained prisoner). Plus, sleeping on a cage floor is, as expected, [[Stress|not very pleasant]].&lt;br /&gt;
&lt;br /&gt;
=== Tomb ===&lt;br /&gt;
{{main|Tomb}}&lt;br /&gt;
[[File:tomb_medium_icon.png|right]]A tomb is designated to a specific dwarf ([[File:Interface dwarf face.jpg|26px]]), or a pet's corpse ([[File:Interface tomb pet.png|26px]]), to be buried or memorialized in order to prevent the appearance of [[ghosts]]. A tomb zone can only accommodate one dwarf. The primary function of tombs is to keep nobles happy: certain nobles demand their own tomb, and the more self-important the noble is, the higher the quality they will require. In some circumstances a noble will get an unhappy thought if an &amp;quot;inferior&amp;quot; dwarf has a higher-quality tomb, however it is unclear what quality threshold the tomb must be to trigger the thought. Also, a noble that demands a tomb also generates a bad thought at the end of every year if the tomb is yet to be built for them, or did not reach their [[#Quality_and_value|desired rank]]. Nobles may also store certain favored objects in their tombs. To be considered properly buried, at least ''half'' (rounded up, so no less than one) of their existing body parts must be buried.&lt;br /&gt;
&lt;br /&gt;
=== Fishing ===&lt;br /&gt;
[[File:fishing_medium_icon.png|right]]Dwarves will preferably use these zones when [[fishing]], using them up until their supply is exhausted before moving on to the next water source. As with water sources, only tiles ''adjacent'' to water qualify as usable tiles. Far-flung fisherdwarves fishing in a distant [[river]] or [[pool]] are a serious defensive liability in case of an attack, so designating a safer fishing zone and, optionally, restricting non-zone fishing in the [[standing orders]] menu will help keep your fisherdwarves safe. Dwarves can fish through a [[grate]] or even a [[well]], provided there is water in the tile 1 z-level below the activity zone.&lt;br /&gt;
&lt;br /&gt;
The [[Captured live fish|capture live fish]] job can ''only'' be carried out at a designated fishing zone.&lt;br /&gt;
&lt;br /&gt;
=== Gather Fruit ===&lt;br /&gt;
[[File:gather_medium_icon.png|right]]This will automate plant-gathering jobs in this area, necessary if you want your dwarves to collect fruit from the floor ([[File:Ui gather fallen fruits.png|28px]]), from the [[shrub]]s ([[File:Ui gather shrubs.png|28px]]) and from the trees ([[File:Ui gather trees.png|28px]]). If there are fruit-bearing trees in the designated area, a dwarf will fetch a [[stepladder]] to climb into the tree. The ladder-using dwarf will drop harvested fruit to the ground for others to collect and haul. The details can be set in a sub-menu.&lt;br /&gt;
&lt;br /&gt;
=== Sand collection ===&lt;br /&gt;
{{main|Glass industry#Collecting sand}}&lt;br /&gt;
[[File:sandpit_medium_icon.png|right]]A '''sand collection''' zone allows dwarves with the [[item hauling]] labor active to fill an unused [[bag]] with [[sand]] for use in the [[glass industry]]. The 'collect sand' task is created at a [[glass furnace]].&lt;br /&gt;
&lt;br /&gt;
=== Clay collection ===&lt;br /&gt;
{{main|Ceramic industry#Clay collection}}&lt;br /&gt;
[[File:claypit_medium_icon.png|right]]A '''clay collection''' zone allows dwarves with the [[item hauling]] labor active to create [[clay]] for use in the [[ceramic industry]]. The 'collect clay' task is created at a [[kiln]].&lt;br /&gt;
&lt;br /&gt;
== Quality and value ==&lt;br /&gt;
&lt;br /&gt;
Most dwarves don't have high expectations when it comes to rooms - a communal [[dining room]] and [[dormitory]] are enough for the general populace, though making that dining room high-quality and giving them individual quarters will give them happy [[thoughts]], helping to avoid [[tantrum]]s.&lt;br /&gt;
[[Nobles]], on the other hand, require rooms of a particular minimum quality that contain certain [[furniture]].  Not meeting these demands will cause [[Emotion|stressful thoughts]], and may prevent them from functioning at their full capacity. &lt;br /&gt;
&lt;br /&gt;
The thoughts generated by more impressive zones will have a stronger stress–relieving value than the thoughts generated by plain or unimpressive zones. &lt;br /&gt;
&lt;br /&gt;
You can check a current rank of a room in the owner's [[profile]] on the &amp;quot;Rooms&amp;quot; tab. There are 8 rank names for each type of a personal room:&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable unsortable&amp;quot; style=&amp;quot;margin:auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Bedroom name&lt;br /&gt;
! Dining room name&lt;br /&gt;
! Office Name&lt;br /&gt;
! Grave Name&lt;br /&gt;
! Numeric Value&lt;br /&gt;
|-&lt;br /&gt;
| Meager Quarters&lt;br /&gt;
| Meager Dining Room&lt;br /&gt;
| Meager Office&lt;br /&gt;
| Grave&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 0&lt;br /&gt;
|-&lt;br /&gt;
| Modest Quarters&lt;br /&gt;
| Modest Dining Room&lt;br /&gt;
| Modest Office&lt;br /&gt;
| Servant's Burial Chamber&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 100&lt;br /&gt;
|-&lt;br /&gt;
| Quarters&lt;br /&gt;
| Dining Room&lt;br /&gt;
| Office&lt;br /&gt;
| Burial Chamber&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 250&lt;br /&gt;
|-&lt;br /&gt;
| Decent Quarters&lt;br /&gt;
| Decent Dining Room&lt;br /&gt;
| Decent Office&lt;br /&gt;
| Tomb&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 500&lt;br /&gt;
|-&lt;br /&gt;
| Fine Quarters&lt;br /&gt;
| Fine Dining Room&lt;br /&gt;
| Splendid Office&lt;br /&gt;
| Fine Tomb&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 1000&lt;br /&gt;
|-&lt;br /&gt;
| Great Bedroom&lt;br /&gt;
| Great Dining Room&lt;br /&gt;
| Throne Room&lt;br /&gt;
| Mausoleum&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 1500&lt;br /&gt;
|-&lt;br /&gt;
| Grand Bedroom&lt;br /&gt;
| Grand Dining Room&lt;br /&gt;
| Opulent Throne Room&lt;br /&gt;
| Grand Mausoleum&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 2500&lt;br /&gt;
|-&lt;br /&gt;
| Royal Bedroom&lt;br /&gt;
| Royal Dining Room&lt;br /&gt;
| Royal Throne Room&lt;br /&gt;
| Royal Mausoleum&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 10000&lt;br /&gt;
|}&lt;br /&gt;
Note: unassigned (or communal) rooms may be referenced by other descriptors, such as the happy thought &amp;quot;... dined in a legendary dining room ...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== What counts towards room value ===&lt;br /&gt;
&lt;br /&gt;
Room value can be loosely-split into 3 categories: walls, floors, and furniture (everything that is a placeable object goes here, including doors).&lt;br /&gt;
&lt;br /&gt;
A room's furniture value is calculated simply by counting every item of furniture in the room and adding all their [[item value]]s up. Due to the quality-value nerf in v50, furniture is a less effective way to pump up a room's value.&lt;br /&gt;
&lt;br /&gt;
[[Display furniture]] counts towards room value. However, the items ''displayed in it'' only count if the dwarf has a [[preference]] for them. So if your king likes [[sword]]s then any sword in a display case will count towards room value, and any other item (such as a [[crossbow]]), no matter how valuable, won't.&lt;br /&gt;
&lt;br /&gt;
Unlike previous versions where natural surfaces were preferred, now ''placed'' floors and walls have a higher value than natural, with walls having a slightly higher value than floors. Wall and floor values are also calculated by adding all the individual tiles of walls and floor, but first we have to calculate the individual values...&lt;br /&gt;
&lt;br /&gt;
=== Value calculation ===&lt;br /&gt;
The formula for calculating the final room value has changed significantly from prior versions of Dwarf Fortress. Thanks to research by TBTerra{{cite reddit|zzqlfu}}, the new formula has been discovered (and included here with only minor edits).&lt;br /&gt;
&lt;br /&gt;
* '''[[Item value#Material multipliers|Material value]]''' - The value given to an item, floor, wall etc due to the material it is made from. ''Common material types:'' Natural spaces like sky, water, or magma are 1, wood is 1, rocks are 1–3, ores/metals are 2–40, gems are 2–60&lt;br /&gt;
* '''Pre v50 quality multiplier''' - This is still used in some places.&lt;br /&gt;
* '''Current quality multiplier''' - This is used for items.&lt;br /&gt;
* '''Quality bonus''' - a flat bonus added after the multiplier.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:right; margin:auto;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Quality&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Quality multiplier&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Quality bonus&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! Pre v50&lt;br /&gt;
! Current&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot; | -well crafted-&lt;br /&gt;
| 2&lt;br /&gt;
| 1.1&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot; | +finely crafted+&lt;br /&gt;
| 3&lt;br /&gt;
| 1.2&lt;br /&gt;
| 6&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot; | *superior*&lt;br /&gt;
| 4&lt;br /&gt;
| 4⁄3 ≈ 1.3&lt;br /&gt;
| 10&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot; | ≡exceptional≡&lt;br /&gt;
| 5&lt;br /&gt;
| 1.5&lt;br /&gt;
| 15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot; | ☼masterful☼&lt;br /&gt;
| 12&lt;br /&gt;
| 2.0&lt;br /&gt;
| 30&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot; | Artifact&lt;br /&gt;
| 120&lt;br /&gt;
| 20.0&lt;br /&gt;
| 300&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Values of floor tiles ===&lt;br /&gt;
&lt;br /&gt;
The value of an individual floor tile depends on if it's the original cave floor, a smoothed cave floor, or a placed floor. &lt;br /&gt;
&lt;br /&gt;
;raw cave floor&lt;br /&gt;
:1 × material value&lt;br /&gt;
;smoothed cave floor&lt;br /&gt;
:4 × material value&lt;br /&gt;
;placed floor&lt;br /&gt;
:7 × material value&lt;br /&gt;
&lt;br /&gt;
Additionally if the floor is engraved you add an extra 10 × material value × old quality multiplier.&lt;br /&gt;
&lt;br /&gt;
=== Values of wall tiles ===&lt;br /&gt;
&lt;br /&gt;
Again, value depends on whether a tile is original stone, smoothed stone, or placed wall. (Boulders, bars, and blocks of the same material type all have the same value.)&lt;br /&gt;
&lt;br /&gt;
;original wall&lt;br /&gt;
:1 × material value&lt;br /&gt;
;smoothed wall&lt;br /&gt;
:5 × material value&lt;br /&gt;
;placed wall&lt;br /&gt;
:9 × material value&lt;br /&gt;
&lt;br /&gt;
[[Engraving]] with walls is not always a simple matter. In order for an engraved wall to add its engraving to the room value, the room must contain both the wall itself ''and'' the location the engraver was standing when it was engraved. This means that an engraved wall shared between two zones will only add its value to one of those zones, whichever one the engraver was standing in when that engraving was done.&lt;br /&gt;
&lt;br /&gt;
The value of a wall engraving is 10 × old quality multiplier × material value.&lt;br /&gt;
&lt;br /&gt;
=== Overlapping Rooms ===&lt;br /&gt;
[[File:overlapping_zones_preview.png]]{{clear}}&lt;br /&gt;
When room designations such that they share floor tiles, the label of some zones in that same area will be renamed to &amp;quot;Overlapping (Zone)&amp;quot; in red text. When selecting an overlapped area, the player is able to select the zone layers with clickable arrows on either side of the zone name. Zones in this state have their values set to 0{{cite reddit|13097u3/comment/jhwgm0e}}. There is no difference in value between a piece of furniture shared by two rooms, or by forty.&lt;br /&gt;
&lt;br /&gt;
Sharing walls is fine however, and sharing doors is allowed as long as the room contains a wall adjacent to the door. When sharing a door, the floor tile it is on is also shared.&lt;br /&gt;
&lt;br /&gt;
[[Location]]s have individual values and are therefore not affected by overlapping zones (eg. A ''Dining Hall/Tavern'' overlapping a ''Meeting Hall/Temple'' will have both Dining and Meeting halls value to 0, but the Temple and the Tavern will share the same values{{cite forum|181632.msg8475740#msg8475740}}.&lt;br /&gt;
&lt;br /&gt;
=== Building optimally ===&lt;br /&gt;
&lt;br /&gt;
If you are limited on your high-value materials (or have lots of rooms you wish to improve) and don't want to abuse wall sharing or other glitches, here's how best to use those high value mats:&lt;br /&gt;
&lt;br /&gt;
# Use your high-value materials on floor tiles, not furniture. A decently-engraved floor has a value of 37–57 × material value; the only thing that gets close to that is the mechanisms in levers.&lt;br /&gt;
# The floors of doors that go between rooms you wish to increase are of particular importance as they will count for both rooms.&lt;br /&gt;
# Engravings are tedious to redo (For a natural floor, you will need to carve tracks and smooth over before re-engraving. For constructed floors, you will need to build a wall, then carve fortifications, remove the fortification and replace the floor). To minimize the extra work of redoing engravings, leave your highest-value tiles to be done by your most experienced engraver so they will have a high quality on the first try.&lt;br /&gt;
&lt;br /&gt;
=== Breaking room value ===&lt;br /&gt;
&lt;br /&gt;
Since version 50, there is nothing that requires a room to be a single connected piece. This, combined with wall sharing, allows for some… less than fair cheesing of platinum walls that are somehow owned by every single bedroom. And with a trick in the “how to break room value” section, you can have every room royal quality for as little as 4 platinum and 6 basic wood/stone&lt;br /&gt;
&lt;br /&gt;
So you don’t care about using glitches and non–contiguous rooms. Here’s the way you break room value with minimal effort and resources:&lt;br /&gt;
[[File:Zone value breaking example.png|thumb|200px|Steps 2 and 3.]]&lt;br /&gt;
# Make a line of wall with a 1 tile gap on either side (if your engravers are really good this might only need to be 2–3 long).&lt;br /&gt;
# Make the lines of floor either side of this wall out of the most valuable material you can (aluminum or platinum are great, steel and gold also work), and have your best engraver engrave them.&lt;br /&gt;
# Place doors on top of all those engraved tiles, what sort doesn’t really matter, as they will be adding 10–100 value to 2–3k value floor tiles.&lt;br /&gt;
# For every room ''on the same [[z-level]]'' add the doors and the wall (this is a convenient rectangle). The wall makes the doors shareable, and the doors make the engraved floor shareable.&lt;br /&gt;
# For optimal results hide this to the south east of your area, otherwise the zone icons can get rather confusing.&lt;br /&gt;
&lt;br /&gt;
You can also assign arbitrary stretches of space on the same z-level, such as sky, magma, or water, as part of the zone to increase value. Because the standard 4×4 embark contains 192×192=36864 tiles, each with a value of one, designating one entire z-level of sky would instantly create a royal quality zone.&lt;br /&gt;
&lt;br /&gt;
{{Zones}}&lt;br /&gt;
{{V50 menus}}&lt;br /&gt;
{{Category|Fortress mode}}&lt;br /&gt;
{{Category|Zones}}&lt;br /&gt;
[[ru:Zones]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Flood&amp;diff=319013</id>
		<title>Flood</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Flood&amp;diff=319013"/>
		<updated>2026-08-12T13:16:08Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Cleaning up a Flood */ link bucket brigade to Zone#Pit.2FPond&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
[[File:oops1.jpg|thumb|300px|right|It happens.&amp;lt;br /&amp;gt;''Art by kennydalman'']]'''Flooding''' refers to filling a chamber with a liquid, traditionally [[water]], for a variety of reasons. This is achieved through numerous methods, with varying degrees of [[fun]]. For more information as to why on [WORLD_NAME] any dwarf would want to do this, see [[irrigation]], [[trap design]], and [[unfortunate accident]].&lt;br /&gt;
&lt;br /&gt;
==Flooding with Water==&lt;br /&gt;
===Floodgate and River/Brook===&lt;br /&gt;
[[File:v50_floodgate_preview.png|111px|left]]&lt;br /&gt;
{| style=&amp;quot;border-spacing:0;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|&amp;gt;|1:0:1}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{RT|&amp;gt;|1:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|&amp;gt;|1:0:1}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{RT|&amp;gt;|1:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|&amp;gt;|1:0:1}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{RT|&amp;gt;|1:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|{{RT|╗|7:0:1}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{RT|╔|7:0:1}}&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{000}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{H2O}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{000}}&lt;br /&gt;
|-&lt;br /&gt;
|{{000}}&lt;br /&gt;
|{{RT|╠|7:0:1}}&lt;br /&gt;
|{{RT|X|7:7:1}}&lt;br /&gt;
|{{RT|╣|7:0:1}}&lt;br /&gt;
|{{000}}&lt;br /&gt;
|-&lt;br /&gt;
|{{000}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{RT|+|7:0:1}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{000}}&lt;br /&gt;
|-&lt;br /&gt;
|{{000}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{RT|+|7:0:1}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{000}}&lt;br /&gt;
|-&lt;br /&gt;
|{{000}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{RT|+|7:0:1}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{000}}&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
The simplest way to achieve controlled flooding is tunneling right up to a riverbed and placing a [[floodgate]] to stop the flow when the water is initially released. Then, pull the lever to let the water enter the chamber under your careful eye. In order to do this safely, it is recommended that you channel into the riverbed from above instead of puncturing it from the tunnel, and then pull the lever that activates the floodgate. Having a [[pressure plate]] somewhere in the room assures a controlled shutoff.&lt;br /&gt;
&lt;br /&gt;
===Screw Pump and Reservoir/Aquifer===&lt;br /&gt;
{| style=&amp;quot;border-spacing:0;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|╔|7:0:1}}&lt;br /&gt;
|{{RT|═|7:0:1}}&lt;br /&gt;
|{{RT|╗|7:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{RT|≈|1:0:0}}&lt;br /&gt;
|{{RT|O|7:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{RT|%|2:0:1}}&lt;br /&gt;
|{{RT|+|7:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{RT|%|2:0:0}}&lt;br /&gt;
|{{RT|O|7:0:1}}&lt;br /&gt;
|-&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|{{RT|+|7:0:1}}&lt;br /&gt;
|{{RT|║|7:0:1}}&lt;br /&gt;
|}&lt;br /&gt;
When the water in question is one Z-level below the desired level (for more than one level, see [[Screw pump#Pump stack|pump stack]]), particularly in the case of an [[aquifer]], it can be very easy just to set up a dwarf-powered [[screw pump]] near a channel to flood rooms when necessary.&lt;br /&gt;
 &lt;br /&gt;
=== Pressure Flooding ===&lt;br /&gt;
Pressure flooding refers to using [[pressure]] mechanics to push water from a source, through a channel, and up into an area. Unless the destination room is above the source's pressure output level (usually the level of the source; see [[Pressure#Water_in_a_U-Bend|these examples]] for more information), no pumps are necessary. In addition to the possibility of moving the water through a U-bend instead of a straight channel, pressure flooding can deliver more water more quickly than using a standard flow.&lt;br /&gt;
&lt;br /&gt;
== Flooding with Magma ==&lt;br /&gt;
Be warned: Magma is inherently more [[fun]] than water. Screw pumps and floodgates must be made of [[magma-safe]] materials, and a failure to account for [[pressure]] can result in [[fun|hilarious antics]].&lt;br /&gt;
&lt;br /&gt;
== Cleaning up a Flood ==&lt;br /&gt;
If you accidentally circumvented your floodgates (e.g. mining around it), read this section for how to clean up.&lt;br /&gt;
&lt;br /&gt;
Assuming that you have some surviving miners, the easiest way to clean up a flood is to create a drain into a cavern layer below. This is accomplished by digging an up/down stairway parallel to the flooded areas that terminates somewhere in a cavern, then joining the flooded chambers at their lowest point.&lt;br /&gt;
&lt;br /&gt;
If this solution is undesirable, consider draining the liquid into a hastily-constructed [[Screw pump|pump stack]], [[Dwarven atom smasher|atom smasher]], or simply any large space in which the liquid can spread out and evaporate.&lt;br /&gt;
&lt;br /&gt;
As long as there is at least one tile below 2/7, both water and magma will slowly &amp;quot;evaporate&amp;quot; into thin air (yes, water ''and magma''), so once your passages or rooms have been sufficiently drained, the problem should sort itself out eventually. To speed up this process, get the liquid into a larger area so that it can spread out more. If necessary, a screw pump or a [[Zone#Pit.2FPond|bucket brigade]] can help get the water level low enough.&lt;br /&gt;
&lt;br /&gt;
If your flood consisted of water, then any surface that it touched will now be covered in [[mud]]. This could be a benefit if you were attempting [[Irrigation]], an inconvenience if you don't want random plants growing in your muddy hallways, or possibly even a [[Tantrum spiral|dire risk]] if the mud has covered your only [[quality|masterwork]] [[engravings]] (growing [[plant]]s will destroy the engravings, causing severe negative [[thought]]s in your engravers).&lt;br /&gt;
&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = låluth&lt;br /&gt;
| elvish  = wikira&lt;br /&gt;
| goblin  = oda&lt;br /&gt;
| human   = nonu&lt;br /&gt;
}}&lt;br /&gt;
{{Category|Game mechanics}}{{Category|Physics}}&lt;br /&gt;
[[ru:Flood]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.10&amp;diff=318940</id>
		<title>Release information/53.10</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.10&amp;diff=318940"/>
		<updated>2026-08-09T10:03:14Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added patch notes heading&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
&lt;br /&gt;
:This patch fixes a freeze and a display error in some creature lists. We also added the final aquatic portraits.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], January 12, 2026&lt;br /&gt;
&lt;br /&gt;
:This is a tiny small release to fix the freeze issue and the naked dwarves.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], January 12, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183674.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-01-12 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/520861145713608431 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1314268/aquatic-portraits-naked-dwarf-fix-and-more-dwarf-fortress-patch-5310 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
=== General updates ===&lt;br /&gt;
* Stopped game from freezing during some item storage checks related to burrows.&lt;br /&gt;
&lt;br /&gt;
=== Graphics updates ===&lt;br /&gt;
* Added 28 aquatic portraits to finish the set.&lt;br /&gt;
* Made dwarves clothed again in certain lists.&lt;br /&gt;
* Stopped last portrait being shown on small animal sheets if the animal has no portrait.&lt;br /&gt;
* Made female peachick visible again.&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.13&amp;diff=318939</id>
		<title>Release information/53.13</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.13&amp;diff=318939"/>
		<updated>2026-08-09T10:01:34Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added patch notes heading&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:This patch gives messengers more tasks, like the ability to make peace and improve or open trade relations. You can assign messengers in the same menu where you assign other positions like the manager and broker, and you can give them missions from the world screen (button on the lower right.) There are also some optimizations and other fixes.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], May 13, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists,&lt;br /&gt;
:We’ve got another patch/community news hybrid post today! There’s lots on the go right now as we prepare for a packed summer of news and updates. The artists are finishing up dinos and continuing with the art for the Myth and Magic update. You can expect to see the dinosaur update next and we'll be sharing a release date very soon. Tarn is also in full Wizard-mode but in the meantime, he has a new patch with a focus on diplomacy and bugs.&lt;br /&gt;
:See you next time, with dinos!&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], May 13, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183877.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-05-13 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/693135146596958388 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1521849/diplomacy-improvements-20th-anniversary-dwarf-fortress-patch-5313 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes== &lt;br /&gt;
=== Diplomacy ===&lt;br /&gt;
* Your appointed [[messenger]]s can now do a variety of diplomatic [[mission]]s from the [[Civilization_and_World_Info|world screen]]. Make peace, declare war, make contact, and improve [[trade]]. You can also seek alliances if you have the [[monarch]] in your fortress.&lt;br /&gt;
* Increased the priority of messenger actions.&lt;br /&gt;
* It's possible to open trade with [[human]]s and [[elf|elves]] before their usual time if you send a messenger. You can also open trade with multiple [[civilization]]s of the same type.&lt;br /&gt;
* If traders don't make decent profits and you do not engage in [[Trade_agreement|negotiations]], trade will taper off.&lt;br /&gt;
* Added confirmation to mission interface.&lt;br /&gt;
* Changed some colors on mission interface.&lt;br /&gt;
* Added a dialog line for dwarven traders from other civilizations.&lt;br /&gt;
* Fixed issue where [[Difficulty#Individual_enemy_toggles|turning enemies off]] lead to early caravans (requires resetting difficulty to apply).&lt;br /&gt;
&lt;br /&gt;
=== General updates ===&lt;br /&gt;
* Optimization: [[Undead|zombies]] don't consider their surrounding until disturbed.&lt;br /&gt;
* Optimization: throttled creatures trying to repeatedly failing [[path]].&lt;br /&gt;
* Added announcements for residents and creatures that have begun throttling pathing.&lt;br /&gt;
* Can view activity details again from the [[Unit list|residents list]].&lt;br /&gt;
* Stopped scroll bar from disappearing when closing bins near the bottom of the trade list.&lt;br /&gt;
* Increased the maximum number of [[announcement]]s that can be saved.&lt;br /&gt;
* Prioritized the removal of [[sparring]] announcements from the announcement list.&lt;br /&gt;
* Tries to repair corrupted musical [[instrument]]s upon load.&lt;br /&gt;
* Did some exception handing for map saving and loading.&lt;br /&gt;
* Added the ability to display all logged errors on screen (useful for debugging mods etc).&lt;br /&gt;
&lt;br /&gt;
== Tarn and Zach open their Magic: The Gathering cards ==&lt;br /&gt;
In case you missed it, Tarn and Zach just received their copies of the new Secret Lair x Dwarf Fortress collection of Magic: The Gathering cards. [https://youtu.be/2nMRSBXQDpw They open their packs together and reminisce about ASCII Dwarf Fortress and getting into Magic in the 90s]. You can still [https://secretlair.wizards.com/us/product/1250417/secret-lair-x-dwarf-fortress-create-new-world pre-order the cards here].&lt;br /&gt;
&lt;br /&gt;
== 20th Anniversary of Dwarf Fortress ==&lt;br /&gt;
[[File:DF20thAnniversary.png|400px|right]]This year we are celebrating the 20th anniversary of Slaves to Armok: God of Blood Chapter II: Dwarf Fortress. To start, we have a new special logo for the occasion featuring Armok himself, who has never been depicted until now! Credit goes to artist Jacob for the new portrait. You can expect to see more 20th anniversary events throughout the rest of the year. If you’re interested in hosting your own Dwarf Fortress gathering, we’ve opened up a [https://forms.gle/TsimLyvt5zLyTikU7 form where you can apply for merch support here].&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\init\init_default.txt&lt;br /&gt;
** Added DISPLAY_ALL_ERRORLOGS&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.07&amp;diff=318938</id>
		<title>Release information/53.07</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.07&amp;diff=318938"/>
		<updated>2026-08-09T10:00:11Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added patch notes heading and file changes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
&lt;br /&gt;
:Here's another patch for the Siege Update. Dwarves will now have happy thoughts to bolster them after sieges, while invader movement has been made a bit more dynamic. There are lots of new animal portraits. Hundreds of them! And the lua has been brought in line with our full set of procedural creature graphics, so forgotten beasts in new worlds should look extra fancy now.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], December 18, 2025&lt;br /&gt;
&lt;br /&gt;
:Hey Urists,&lt;br /&gt;
:This is our last Dwarf Fortress update for the year and we have patch 53.07, a list of the upcoming major features and a winter Tarn Time video. &lt;br /&gt;
:So that’s all for 2025! We hope you have a relaxing Holidays and your dwarves will be nestled all snug in their beds, while visions of a fey mood dance in their heads. We’ll be back in the new year with a magical mindset!&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], December 18, 2025&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183626.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2025-12-18 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/520859243419533943 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1148917/dwarf-fortress-patch-5307-whats-next-for-sieges-new-animal-portraits Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
=== Siege Updates ===&lt;br /&gt;
* Added a positive thought for everybody in the fortress when a siege is defeated.&lt;br /&gt;
* Made siege leaders a bit more dynamic when cut off.&lt;br /&gt;
* Made fleeing invaders with special movement (flying, magma etc.) escape more cleanly.&lt;br /&gt;
* Added invasion creature cap and strength to the difficulty settings.&lt;br /&gt;
* Pick/wall material now impacts digging speed through natural materials (for invaders and the player).&lt;br /&gt;
* Hunters reserve only 25 bolts at embark now.&lt;br /&gt;
* Default archer uniforms at embark specifies weapon if civilization has only one type.&lt;br /&gt;
* Default archer uniforms at embark created for both leather and metal armor.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Updates ===&lt;br /&gt;
* Added hundreds of new creature portraits, and added new full body graphics for a few natural creatures.&lt;br /&gt;
* Added some new graphical layers to forgotten beasts/demons/titans and enhanced other layers.&lt;br /&gt;
* Added some missing graphical layers and tweaks to forgotten beasts/demons/titans/experiments.&lt;br /&gt;
&lt;br /&gt;
=== General Updates ===&lt;br /&gt;
* Fixed a crash caused by kitchen input with no entries.&lt;br /&gt;
* Fixed a crash related to post-worldgen population growth.&lt;br /&gt;
* Stopped items thrown at visitors by tantruming dwarves from causing an escalation to lethal combat.&lt;br /&gt;
* Stopped drunk/tantrum brawlers from attacking small and vulnerable body parts like the throat.&lt;br /&gt;
* Throwing and pinching are no longer considered brawling-level moves.&lt;br /&gt;
* Added a chance for falling creatures and objects to bounce at each level of stairs or heavy branches, rather than falling all the way down.&lt;br /&gt;
* Added (economic) difficulty setting for fortress dig speed. Currently the same on normal/hard.&lt;br /&gt;
* Tree/axe material impacts tree felling speed.&lt;br /&gt;
* Stopped certain children/animals from being born with negative sizes and/or random ages.&lt;br /&gt;
* Displayed correct age in years on sheets, respecting birthday.&lt;br /&gt;
* Displayed proper experimented-upon historical figure name in experiment description.&lt;br /&gt;
* Stopped fort vampires from attempting to disguise their kills with unique &amp;quot;Zero Kill&amp;quot; text on their kill list.&lt;br /&gt;
* Handled a few more issues with hospital patients and caretakers being frozen.&lt;br /&gt;
* Fixed grazer status only being displayed for grazers with long names.&lt;br /&gt;
* Brought mead value in line with other drinks.&lt;br /&gt;
* Properly respected complete ocean edge minimum settings of 1 and 2 during world generation.&lt;br /&gt;
* Added a mitigation for underground feature save corruption.&lt;br /&gt;
* Fixed some sort issues with lua for RNG stability.&lt;br /&gt;
&lt;br /&gt;
== What's Next for Sieges? ==&lt;br /&gt;
The list does not include the ongoing work on bugfixes and other quality of life improvements that occur simultaneously. We don’t have specific dates or timeframes to share but you can expect a lot of things from the list to arrive in 2026. If you’d rather see the video version, skip down past the text!&lt;br /&gt;
&lt;br /&gt;
Tarn writes: &amp;quot;Following the release of the Siege Update in November 2025, we're continuing on with a series of releases involving magic, armies, villains, site building, and maps. The first Siege Update focused on invasion planning, overcoming fortress defenses, and defensive siege engines. The second release will focus on magic, armies, and diplomacy. We've revised the list below of possible changes, none of which are guaranteed, but which we are aiming for:&lt;br /&gt;
&lt;br /&gt;
=== Magic diverse enough to make sieges and siege defense more exciting ===&lt;br /&gt;
* Kidnapped humans and dwarves trained by demons as sorcerers&lt;br /&gt;
* Deity-based powers and temple ceremonies&lt;br /&gt;
* Other magic based on the supernatural structure of the world&lt;br /&gt;
&lt;br /&gt;
=== Resident wizards ===&lt;br /&gt;
* Help to defend the fortress against magical sieges while you aid them in their work&lt;br /&gt;
* Assign assistants to work in magical workshops and to go off-site for research tasks&lt;br /&gt;
* Laboratory zones can incorporate lab equipment for alchemy and other magical research&lt;br /&gt;
&lt;br /&gt;
=== Improved diplomacy ===&lt;br /&gt;
* Clean up siege negotiations&lt;br /&gt;
* Send messengers to other sites&lt;br /&gt;
* Ability to see existing petitions&lt;br /&gt;
&lt;br /&gt;
=== Using outside armies ===&lt;br /&gt;
* Send out squads to muster armies in the hillocks&lt;br /&gt;
* Use scouts to receive warning before enemy armies arrive&lt;br /&gt;
* Engage, delay, and turn back sieging armies&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
* Changes to cage traps to make it more intensive but still possible to e.g. capture megabeasts&lt;br /&gt;
* Make megabeast and kobold attacks more functional and interesting&lt;br /&gt;
* Fix and improve underground civilization attacks (as far as we can without future map changes)&lt;br /&gt;
* Anything from Combat Flow and Combat Styles that comes up, also a notion of reach&lt;br /&gt;
&lt;br /&gt;
We've promised Adventure mode site building as the first major Adventure mode feature post launch, since it used to be in the game but didn't make it in for the graphical version. This is still the plan, and we'll take care of it after Fortress mode gets some attention with the siege improvements above. In order to further motivate this for everybody, we're planning a foray into cross-mode play and Adventure mode crafting here. Details will follow as we get closer and select our direction.&lt;br /&gt;
&lt;br /&gt;
Post siege improvements, we'd like to start some map rewrites and additions to get us prepared for a more magical and procedural future.&lt;br /&gt;
&lt;br /&gt;
Prior to the Steam/itch work over the last years, we were working on villains, and left quite a bit of work on the table. After the siege improvements are done, and we've made some additional progress, we'll make another post to see how these additions will be incorporated.&lt;br /&gt;
&lt;br /&gt;
And of course, we'd like to start bringing more and more myths and magic and world changes into the game, probably through the avenues of covens and religion, but we'll see how that develops as all of the above progresses, since it will be important to be flexible.”&lt;br /&gt;
&lt;br /&gt;
== Community Requests ==&lt;br /&gt;
We hear you! There are many of you who have been asking for classic keyboard controls from the ascii version to make their way to Steam. We know this is important for the veterans who have developed muscle memory for the last 20 years. In order to do this we are going to move the interface elements out into lua. The expansion of lua is an ongoing project and work on interface widget luafication has already begun. But we don’t have any dates or timelines.&lt;br /&gt;
&lt;br /&gt;
We also get occasional questions about the Mac port, but as we announced earlier in 2025, we have chosen to put that port on hold indefinitely. The improvements and advances made wouldn't have been possible if we had been supporting that platform.&lt;br /&gt;
&lt;br /&gt;
== Tarn Time Winter 2025 ==&lt;br /&gt;
Tarn reflects on the siege update and outlines the features he’s excited to work on next. Watch [https://youtu.be/cbzttKQofFg here].&lt;br /&gt;
&lt;br /&gt;
== Hundreds of new Animal Portraits are in! ==&lt;br /&gt;
Part of today’s update includes over 350 new animal and creature portraits from artist Neoriceisgood/Guido Bos. There’s lots to discover here with everything from the majestic horse to the timid fluffy wambler. We'll be chatting with Guido soon about his art and process, so comment with your question below if you have a specific curiosity!&lt;br /&gt;
&lt;br /&gt;
== Bundle with Songs of Syx ==&lt;br /&gt;
Dwarf Fortress players can get a 10% additional discount on the newly updated fantasy city-builder Songs of Syx by picking up the bundle, on top of its current 25% off sale. This is the perfect game for Dwarf Fortress fans who want even more simulated armies and battle.&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\init\generators.lua and globals.lua,&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures.lua and language.lua,&lt;br /&gt;
* and data\vanilla\vanilla_procedural\scripts\generators\creatures\rcp.lua and shared_info.lua&lt;br /&gt;
** Added pairsByKeys and adjusted various functions to use it or ipairs&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_insects.txt&lt;br /&gt;
** Added MATERIAL_VALUE:2 for [[Mead]] in [[Honey bee|HONEY_BEE]] and [[Bumblebee|BUMBLEBEE]]&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures\rcp.lua and shared_info.lua&lt;br /&gt;
** Many changes for graphics updates&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures.lua&lt;br /&gt;
** Various changes to [[experiment]] description logic&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Dungeon_master&amp;diff=318927</id>
		<title>Dungeon master</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Dungeon_master&amp;diff=318927"/>
		<updated>2026-08-09T01:30:57Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: changed verify to indicate which edit in history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{Noble&lt;br /&gt;
| noble=Dungeon Master&lt;br /&gt;
| office=Office&lt;br /&gt;
| quarters=Quarters&lt;br /&gt;
| dining=Dining Room&lt;br /&gt;
| chests=1&lt;br /&gt;
| cabinets=1&lt;br /&gt;
| racks=1&lt;br /&gt;
| stands=1&lt;br /&gt;
| arrival=&lt;br /&gt;
* Appointed by player&lt;br /&gt;
* Requires [[mayor]]&lt;br /&gt;
| function=&lt;br /&gt;
* [[Intrigue]] target&lt;br /&gt;
}}{{av}}&lt;br /&gt;
The '''dungeon master''' is a [[Dwarf|dwarven]] [[noble]] who can be appointed once your fortress has a [[mayor]]. They are part of the (unfinished) [[intrigue]] system{{cite forum|169696/8309877}} and have been observed either recruiting [[agent]]s, or, less likely, discovering them{{verify|claim by anonymous edit from 130.211.0.185 in June 2020}}. They have mild [[zone|room]] requirements and favor citizens with the [[Schemer]] [[skill]]. Because they do not make mandates or demands, there are no downsides to their existence and they can be appointed for the sole purpose of flavor in your fortress.&lt;br /&gt;
&lt;br /&gt;
Their raws note they hold espionage and managing animals as responsibilities. In previous versions of the game, dungeon masters were responsible for taming exotic creatures, a function which in the current version is done by any dwarf with the [[animal training]] labor enabled, regardless of the fortress having a dungeon master or not. The espionage responsibility is used in the intrigue system, but has no functional use in fortress mode.&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
Many Dungeon masters have high Storytelling skills and possess a fondness for dragons and dice.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = edir kôn | elvish = nuwetha ithera | goblin = bosa âs | human = thudel siñur}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Nobles}}&lt;br /&gt;
{{Category|Appointed Nobles}}&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Dungeon_master&amp;diff=318926</id>
		<title>Dungeon master</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Dungeon_master&amp;diff=318926"/>
		<updated>2026-08-09T01:22:07Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added FotF cite and verify&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{Noble&lt;br /&gt;
| noble=Dungeon Master&lt;br /&gt;
| office=Office&lt;br /&gt;
| quarters=Quarters&lt;br /&gt;
| dining=Dining Room&lt;br /&gt;
| chests=1&lt;br /&gt;
| cabinets=1&lt;br /&gt;
| racks=1&lt;br /&gt;
| stands=1&lt;br /&gt;
| arrival=&lt;br /&gt;
* Appointed by player&lt;br /&gt;
* Requires [[mayor]]&lt;br /&gt;
| function=&lt;br /&gt;
* [[Intrigue]] target&lt;br /&gt;
}}{{av}}&lt;br /&gt;
The '''dungeon master''' is a [[Dwarf|dwarven]] [[noble]] who can be appointed once your fortress has a [[mayor]]. They are part of the (unfinished) [[intrigue]] system{{cite forum|169696/8309877}} and have been observed either recruiting [[agent]]s, or, less likely, discovering them{{verify|What observations and by who?}}. They have mild [[zone|room]] requirements and favor citizens with the [[Schemer]] [[skill]]. Because they do not make mandates or demands, there are no downsides to their existence and they can be appointed for the sole purpose of flavor in your fortress.&lt;br /&gt;
&lt;br /&gt;
Their raws note they hold espionage and managing animals as responsibilities. In previous versions of the game, dungeon masters were responsible for taming exotic creatures, a function which in the current version is done by any dwarf with the [[animal training]] labor enabled, regardless of the fortress having a dungeon master or not. The espionage responsibility is used in the intrigue system, but has no functional use in fortress mode.&lt;br /&gt;
&lt;br /&gt;
{{D for Dwarf}}&lt;br /&gt;
Many Dungeon masters have high Storytelling skills and possess a fondness for dragons and dice.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = edir kôn | elvish = nuwetha ithera | goblin = bosa âs | human = thudel siñur}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{Nobles}}&lt;br /&gt;
{{Category|Appointed Nobles}}&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.08&amp;diff=318892</id>
		<title>Release information/53.08</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.08&amp;diff=318892"/>
		<updated>2026-08-07T04:06:05Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added itch patch notes URL and file changes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:Here's a little patch to clean up some issues that sprang up (broken deconstruction speeds, broken work detail scrollbar.)&lt;br /&gt;
:I've also tried to adjust the new material-based dwarf dig speeds to be faster overall - there had to be give somewhere, so legendary miners now aren't as relatively speedy (they are still twice as fast as a novice.) Native metals were also taking way too long to mine. And the lack of drinks effect was coming on a little too strong too early in mining in a noticeable way.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], December 19, 2025&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183626.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2025-12-19 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/520859243419534469 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1155160/hotfix-patch-5308 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== General updates ==&lt;br /&gt;
* Reduced erroneously long deconstruction speeds.&lt;br /&gt;
* Fixed broken scrollbar for work detail labor list.&lt;br /&gt;
* Changed relationship between mining speed, mining skill, and materials.&lt;br /&gt;
* Fixed broken mining speeds for native metals.&lt;br /&gt;
* Moderated lack of drink effect on work speed.&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\vanilla\vanilla_materials\objects\inorganic_stone_mineral.txt&lt;br /&gt;
** Changed yield, fracture, and strain values for NATIVE_GOLD, NATIVE_SILVER, NATIVE_COPPER, NATIVE_PLATINUM, and NATIVE_ALUMINUM to be the same as stone template&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Beyond_Quality_Awards&amp;diff=318884</id>
		<title>Beyond Quality Awards</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Beyond_Quality_Awards&amp;diff=318884"/>
		<updated>2026-08-07T00:45:02Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added Youtube vod&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
The '''Beyond Quality Awards''' are a set of awards that were given out by [[Bay 12 Games]] to various community members and games other than [[Dwarf Fortress]], as part of the Dwarf Fortress 20th Anniversary Show held on August 5 2026 ([https://www.twitch.tv/videos/2838060900 Twitch VOD]; [https://youtu.be/-X8KEqHdekE YouTube VOD]).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category !! Description !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| Origins Award || The best game that influenced Dwarf Fortress. || [https://en.wikipedia.org/wiki/Angband_(video_game) Angband]&lt;br /&gt;
|-&lt;br /&gt;
| Storyteller Award || For the most memorable Dwarf Fortress stories. || [https://www.youtube.com/channel/UCaifrB5IrvGNPJmPeVOcqBA Kruggsmash]&lt;br /&gt;
|-&lt;br /&gt;
| Best Roguelike Award || The best roguelike according to the Adams brothers. || [https://en.wikipedia.org/wiki/Caves_of_Qud Caves of Qud]&lt;br /&gt;
|-&lt;br /&gt;
| Best Descendant Award || The best game inspired by Dwarf Fortress. || [https://en.wikipedia.org/wiki/RimWorld RimWorld]&lt;br /&gt;
|-&lt;br /&gt;
| Inside Scoop Award || For contribution to the popularization of Dwarf Fortress. || [https://www.youtube.com/channel/UCcqk8pdIsCFU32ofbjJkzOg BlindiRL]&lt;br /&gt;
|-&lt;br /&gt;
| Moment in Time Award || For the best documentary work about Dwarf Fortress. || [https://youtube.com/channel/UC0fDG3byEcMtbOqPMymDNbw Noclip]&lt;br /&gt;
|-&lt;br /&gt;
| Outpost Liaison Award || For contributions to community moderation outside of the [[Bay 12 Forums]]. || [https://www.reddit.com/user/clinodev/ clinodev]&lt;br /&gt;
|-&lt;br /&gt;
| Wizardry Award || For contributions to improving the Dwarf Fortress gaming experience. || [[DFHack]]&lt;br /&gt;
|-&lt;br /&gt;
| Hidden Gem Award || The best recent little-known game. || [https://store.steampowered.com/app/1741640/Shadows_of_Forbidden_Gods/ Shadows of the Forbidden Gods] &amp;lt;!-- A Wikipedia link would be preferable, but that doesn't seem to exist at the time of writing... --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{{Category|Community}}&lt;br /&gt;
[[ru:Beyond Quality Awards]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.16&amp;diff=318874</id>
		<title>Release information/53.16</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.16&amp;diff=318874"/>
		<updated>2026-08-06T20:31:19Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* 20th Anniversary Show */ added YouTube video&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:This patch adds some quality of life features, fixes some bugs, and addresses some issues with the [[Release_information/53.15|extinct creatures patch]]. A key cause of overindulging tavern patrons was fixed. Dinosaurs grow more slowly and dinosaur people have their missing attack types. Divine objects are visible, generally, and visiting scholars should stop walking off with your books and scrolls. And many more!&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], August 5, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists,&lt;br /&gt;
:We're back and celebrating the 20th anniversary of Dwarf Fortress this week with a special show, Myth &amp;amp; Magic at and music updates and a patch. While Myth &amp;amp; Magic work is very much underway, we also have patch 53.16 today which fixes a bunch of things. We are also preparing to go to Gamescom at the end of the month to show a first-look of Myth &amp;amp; Magic gameplay that you'll be able to watch at home! Dabu and Simon also released their latest Dwarf Fortress track today.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], August 5, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=184026.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-08-05 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/676253720257759384 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1617987/20th-anniversary-myth-magic-art-and-music-dwarf-fortress-patch-5316 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
=== General updates ===&lt;br /&gt;
* [[Fanciful]] (but existent) creatures like [[unicorn]]s appear again and have their materials tracked.{{bug|13523}} This also caused some issues with [[zombie]]s coming back to life (and then dying immediately because of their rotted state.{{bug|13519}})&lt;br /&gt;
* [[Tavern]] goers will no longer order a [[drink]] from every single [[tavern keeper]] in the bar and drink them all, causing them to die of acute alcohol [[poison]]ing.&lt;br /&gt;
* Tavern keepers will now refuse orders for drinks if the one ordering it is sufficiently [[drunk]] (if their personality allows.)&lt;br /&gt;
* Dwarves will exercise self-control and not order alcohol from tavern-keepers when drunk (if their personality allows.)&lt;br /&gt;
* [[Save]]s can be sorted by most recently played now.&lt;br /&gt;
* Ordered potential [[memorial]] [[slab]] [[engraving]] [[job]]s by urgency and added some coloration.&lt;br /&gt;
* [[Visitor]]s should no longer steal fortress [[library]] [[book]]s (or other fortress items.)&lt;br /&gt;
* Disabled &amp;quot;be with family&amp;quot; [[need]] until isolated residents have ways to visit, be visited by, or contact distant family.&lt;br /&gt;
* Added confirmation for changing or clearing [[hotkey]] recenter locations.&lt;br /&gt;
* Added various missing attacks to the extinct creature people.&lt;br /&gt;
* Changed growth rates for various [[extinct]] creatures.&lt;br /&gt;
* Changed [[egg]] [[size]] and clutch size for various extinct creatures.&lt;br /&gt;
* Stopped [[caravan]] from bringing [[food]] when it wasn't needed due to seed and drink overcounting{{bug|13530}}.&lt;br /&gt;
* Strengthened effect of unconditional surrender.&lt;br /&gt;
* Stopped player [[messenger]]s from being given conflicting [[diplomacy]] goals (such as declaring war and making an alliance.)&lt;br /&gt;
* Stopped dwarves from being trapped in [[guildhall]] skill [[demonstration]]s when they have unmet social needs.&lt;br /&gt;
* [[Strange mood]] dwarves will no longer make equipment types from outside of their civilization.&lt;br /&gt;
* Fixed broken xml export for historical negotiation events{{bug|13512}}.&lt;br /&gt;
* [[Wilderness]] creature type number further depends on the size of each [[region]].&lt;br /&gt;
* Click the bottom [[stockpile]] button now goes directly to adding a new stockpile.&lt;br /&gt;
* Gave recenter information to building destruction and toppling [[announcement]]s.&lt;br /&gt;
* Stopped [[tantrum]]ing dwarves and others from targeting [[farm plot]]s for destruction.&lt;br /&gt;
* Announcement and report recenter buttons should properly close their menus again.&lt;br /&gt;
* Added description to top of [[burrow]] menu.&lt;br /&gt;
&lt;br /&gt;
=== Graphics updates ===&lt;br /&gt;
* Procedural weapons and armor images appear, and procedural weapons appear when held (worn armor will have to come later.)&lt;br /&gt;
* Stone short sword should now appear as held item properly.&lt;br /&gt;
* Made skill blocks of administrator candidates easier to parse.&lt;br /&gt;
* Improved display of game load/worldgen errors.&lt;br /&gt;
* Quern and millstone cursors appear properly when placing them.&lt;br /&gt;
* Displayed cauldrons properly in [[night troll]] [[lair]]s.&lt;br /&gt;
&lt;br /&gt;
== New artwork ==&lt;br /&gt;
We'd like to reveal [https://clan.fastly.steamstatic.com/images//34693670/f0bf58f49ab4ae225311fe9d7d57b71ffd434c80.png breathtaking new artwork] by Thea Kent for the Myth &amp;amp; Magic update featuring a dwarven wizard, a bunch of wild looking creatures and the God of Blood Armok himself.&lt;br /&gt;
&lt;br /&gt;
== New Song: Myth &amp;amp; Magic ==&lt;br /&gt;
Inspired by the Myth &amp;amp; Magic update, Dabu and Simon Swewer have just released one of two new Dwarf Fortress songs for this year. [https://www.youtube.com/watch?v=0RxKWfkWC74 A song] about a dwarven wizard experimenting with the amazing, destructive powers of magic...&lt;br /&gt;
&lt;br /&gt;
== 20th Anniversary Show ==&lt;br /&gt;
We're celebrating the 20th anniversary of classic Dwarf Fortress with a special show. Join Tarn and Zach as they play the first ever build of the game from 2006 and reminisce about the olden days. It’s been a while since they’ve played the build and it’s very unstable so who knows what will happen? They are also hosting the [[Beyond Quality Awards]], recognizing the devs and community members who have contributed throughout the years.&lt;br /&gt;
&lt;br /&gt;
The show starts today at 11am PT/ 2pm ET/ 7pm BT on the [https://www.twitch.tv/kitfoxgames Kitfox Twitch channel] ([https://www.twitch.tv/videos/2838060900 Twitch VOD]; [https://youtu.be/-X8KEqHdekE YouTube VOD]).&lt;br /&gt;
&lt;br /&gt;
== On Sale now! ==&lt;br /&gt;
Dwarf Fortress is part of the [https://store.steampowered.com/sale/kitfoxfestival2026?snr=1_2108_9__2107 Kitfox Publisher sale] which is running all week. All our games are on sale so now is a great time to get a friend into Dwarf Fortress.&lt;br /&gt;
&lt;br /&gt;
== Updated Beginner Tutorial ==&lt;br /&gt;
And if you're new to Dwarf Fortress, we just collabed with BlindiRL to create a [https://www.youtube.com/watch?v=aRTwK8XR6kE new updated version of the beginner tutorial guide]. It's a great place to start your learning journey.&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\init\[[announcements.txt]]&lt;br /&gt;
** Added BARTENDER_SLACKING&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\[[Creature_variation_token|c_variation_default.txt]]&lt;br /&gt;
** Added CLAW_SCRATCH_ATTACK_STANCE, HORN_ATTACK, PROBOSCIS_BITE_ATTACK, and TOOTH_WHORL_BITE_ATTACK&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_standard.txt&lt;br /&gt;
** Changed SEA_MONSTER PINCER attack token to match verb&lt;br /&gt;
* multiple data\vanilla\vanilla_creatures_extinct\objects\ files&lt;br /&gt;
** Added many missing attacks&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\entities.lua&lt;br /&gt;
** Added many PROCEDURAL_ITEM_GRAPHICS&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.09&amp;diff=318832</id>
		<title>Release information/53.09</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.09&amp;diff=318832"/>
		<updated>2026-08-06T06:04:24Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added patch notes heading and file changes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:Here's a patch with lots of routine fixes. Lots of new portraits and some updated portraits. Small experimental beasts now have their own colorful graphics to match the forgotten beasts.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], January 7, 2026&lt;br /&gt;
&lt;br /&gt;
:We heard your feedback about the portraits and updated a bunch of them that were feeling inconsistent with the tone of the game. I'm still getting a hang of making art direction decisions and wasn't as careful as I should have been. So Guido/Neoriceisgood and I talked more about the portrait art and I gave him more time to rework them.&lt;br /&gt;
:Although we always welcome feedback, it was disappointing to see disrespectful and disparaging comments directed to Guido/Neoriceisgood who was simply working within the confines of his role. And so I ask that folks be more kind to the dev team in future feedback. I also want to clarify that we do not use generative AI for Dwarf Fortress in any step of development. We make things that make things but we make them by hand.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], January 7, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183674.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-01-07 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/520860962365900794 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1309415/portrait-update-other-fixes-dwarf-fortress-patch-5309 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
=== Graphics updates ===&lt;br /&gt;
* New procedural graphics for small experiments.&lt;br /&gt;
* New animal portraits, and some new full body animal tiles.&lt;br /&gt;
* Can pop up basic small animal sheets to view portraits and read descriptions for small animals.&lt;br /&gt;
* Offering place, display furniture, and nest box show proper item materials when placed as buildings.&lt;br /&gt;
* Uses proper list icons for creatures when choosing animals in embark or adventure setup.&lt;br /&gt;
* Added further box highlighting for chosen/hero/ordinary selection in Classic.&lt;br /&gt;
* Added error log for unrecognized tile graphics rectangle tokens.&lt;br /&gt;
* Properly sized giant flying/gray squirrel list icons and corpses.&lt;br /&gt;
* Fixed upright weapon trap display error.&lt;br /&gt;
* Minimap properly updates on certain recenter commands.&lt;br /&gt;
&lt;br /&gt;
=== General updates ===&lt;br /&gt;
* Stopped mood dwarves from choosing inaccessible workshops and causing path cancellation lag.&lt;br /&gt;
* Dwarves no longer try to store pile and tomb items which are located outside their burrows.&lt;br /&gt;
* Dwarves no longer try to store carried objects outside of their burrows.&lt;br /&gt;
* Stopped dwarves with no working grasps from trying to store owned objects and excess equipment.&lt;br /&gt;
* Made armor appear again on many non-sieging units where it was missing.&lt;br /&gt;
* Mothers seeking lost infants no longer respect burrows but do respect chains.&lt;br /&gt;
* Mothers no longer seek ghostly babies.&lt;br /&gt;
* If an egg hatches and the mother is assigned to a zone (e.g. pasture), the baby is now assigned to the zone.&lt;br /&gt;
* Soldiers given an order while hauling will now drop their hauled job items instead of taking them along on duty.&lt;br /&gt;
* Dwarves heading off to meetings will drop hauled items from cancelled jobs.&lt;br /&gt;
* Dwarves are more likely to handle their hauled drink-related items after drinking.&lt;br /&gt;
* Appropriate buildings now stop rain and snow.&lt;br /&gt;
* Added indication during assignment of specific military items whether the item is already assigned elsewhere.&lt;br /&gt;
* Animal traps can catch subterranean water creatures like cave lobsters again.&lt;br /&gt;
* Cave lobsters can be processed in the fishery and their shell can be used for shell crafts.&lt;br /&gt;
* Creatures that leave statue corpses now leave statues of themselves rather than of random creatures.&lt;br /&gt;
* Prophets and other religious people with prophetic belief systems will no longer include incorrect beliefs in their greetings.&lt;br /&gt;
* Stopped pedestals and display cases from being allowed to display themselves.&lt;br /&gt;
* Made mussels and oysters stop appearing on land when animals root around near oceans.&lt;br /&gt;
* Stopped a few illegal werebeast types from being created.&lt;br /&gt;
* Added visual button to back out of art element creation and deletion.&lt;br /&gt;
* Fixed conflicting hauling/hot keys keybindings. You may have to restore defaults or update it yourself if you have custom bindings.&lt;br /&gt;
* Specified amount created in some job names.&lt;br /&gt;
* Fixed some item description grammar.&lt;br /&gt;
* Fixed broken child/baby strings in certain contexts like action reports.&lt;br /&gt;
* Cleaned up procedural creature text a bit.&lt;br /&gt;
* Fixed incorrect name for coral material.&lt;br /&gt;
* Fixed improper text for mythical dream objects.&lt;br /&gt;
* Giant and animal person variants of pool creatures will now appear in savage lakes. (New worlds)&lt;br /&gt;
* Fixed a few typos with key binding text.&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\init\globals.lua&lt;br /&gt;
** Added blank comment/divider before debug variable at line 146&lt;br /&gt;
* data\init\interface.txt&lt;br /&gt;
** Changed D_HAULING to lower case 'h'&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\c_variation_default.txt&lt;br /&gt;
** Added CV_CONVERT_TAG ({{token|BIOME|creature}} {{token|ANY_POOL|biome}} to {{token|ANY_LAKE|biome}}) to [[Animal person|ANIMAL_PERSON]], ANIMAL_PERSON_LEGLESS, and [[Giant|GIANT]]&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_small_ocean.txt&lt;br /&gt;
** Removed {{token|VERMIN_SOIL|creature}} from [[Mussel|MUSSEL]]&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_subterranean.txt&lt;br /&gt;
** Added white [[color]] for [[chitin]] in [[Cave lobster|LOBSTER_CAVE]]&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures\rcp.lua&lt;br /&gt;
** Renamed is_valid_random_creature argument humanoid_only to humanoidable_only&lt;br /&gt;
** In quadruped_function_curry moved BEAST_FRONT_GRASP before any BEAST_QUADRUPED_*&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures\shared_info.lua&lt;br /&gt;
** Many changes related to portrait graphics updates&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\interactions\mythical.lua&lt;br /&gt;
** Corrected &amp;quot;of stone&amp;quot; to &amp;quot;of sleep&amp;quot; in DREAMS in mythical_adjectives&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures.lua&lt;br /&gt;
** More renaming of humanoid_only to humanoidable_only&lt;br /&gt;
** Removed humanoid_only from night_creature_universals, creatures.night_creature.nightmare.default, and creatures.night_creature.werebeast.default&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Noise&amp;diff=318817</id>
		<title>Noise</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Noise&amp;diff=318817"/>
		<updated>2026-08-06T03:17:51Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Avoiding unhappy thoughts caused by noise */ added ghost prevention&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Superior}}&lt;br /&gt;
&lt;br /&gt;
[[File:noise_preview.png|right]]Certain jobs generate '''noise''' which may disturb [[dwarves]] sleeping nearby.  Depending on a job's noise level and proximity, your dwarves could sleep &amp;quot;uneasily due to noise&amp;quot;, &amp;quot;very uneasily due to noise&amp;quot;, or be woken up by noise. These events will produce unhappy [[thought]]s in varying degrees.&lt;br /&gt;
&lt;br /&gt;
Noise in [[cavern]] layers will also agitate [[Forgotten beast|forgotten beasts]], which may cause them to attack sooner. Don't worry about this too much, because your fortress' [[wealth]] has a much greater impact on how soon they attack.&lt;br /&gt;
&lt;br /&gt;
Neither [[wall]]s nor [[door]]s will insulate dwarves from noise - distance and how loud a job is are the only factors determining whether a dwarf's sleep will be disturbed. Noise is produced when a noisy job is completed, but thoughts about noise do not appear until the sleeping dwarf has woken up. &lt;br /&gt;
&lt;br /&gt;
Also, Howling Spirit [[ghost]]s can disrupt sleeping dwarves, who will then complain about noise; this (probably{{verify}}) doesn't affect agitation. While dwarves walking through a sleeping dwarf's room (even over their heads) will not cause noise, which is important for [[bedroom design]].&lt;br /&gt;
&lt;br /&gt;
'''Note''': Contrary to common belief based on [[23a:Noise|earlier versions]], [[workshop]]s do ''not'' currently produce any noise.&lt;br /&gt;
&lt;br /&gt;
==Noisiness of various jobs==&lt;br /&gt;
Only 5 jobs are known to cause noise. These include the following:&lt;br /&gt;
&lt;br /&gt;
* [[Digging]] - 8 tiles&lt;br /&gt;
* [[Wood cutting]] - 8 tiles&lt;br /&gt;
* [[Engraving]] - 4 tiles&lt;br /&gt;
* [[Fortification]] carving - 4 tiles&lt;br /&gt;
* Removing [[construction]]s - 8 tiles&lt;br /&gt;
&lt;br /&gt;
====Visualization====&lt;br /&gt;
&lt;br /&gt;
Noise radiates across [[z-level]]s in the shape of a cube, in all 6 directions (north/south, east/west, ''and'' up/down), so noise that travels 4 tiles will generate noise in a 9x9 pattern on 9 successive floors.  The noise radiates from the center of the noise-producing things.&lt;br /&gt;
&lt;br /&gt;
{{diagram|spaces=yes|&lt;br /&gt;
█ Level 0      Level ± 1    Level ± 2    Level ± 3    Level ± 4    Level ± 5&lt;br /&gt;
 &lt;br /&gt;
 ...........  ...........  ...........  ...........  ...........  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .****[#000][#808000]N****.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 ...........  ...........  ...........  ...........  ...........  ...........}}&lt;br /&gt;
 &lt;br /&gt;
 '''N''' = Origin of noise&lt;br /&gt;
 * = Noise&lt;br /&gt;
 . = No noise&lt;br /&gt;
&lt;br /&gt;
== Avoiding unhappy thoughts caused by noise ==&lt;br /&gt;
* Don't dig near bedrooms when there are dwarves sleeping in them.&lt;br /&gt;
* Smooth your bedrooms before placing the actual furniture.&lt;br /&gt;
* [[tomb|Bury]] or [[memorial]]ize the dead, to prevent ghosts.&lt;br /&gt;
&lt;br /&gt;
== Designing in anticipation of noise ==&lt;br /&gt;
* Putting all your bedrooms 8 levels or lower below ground eliminates noise from wood cutting (''and all other relevant noise-related concerns, that being beside the point'').&lt;br /&gt;
* Remember that [[jail]]s, [[hospital]]s, and sleeping [[barracks]] should also ideally be kept away from noise, in addition to standard and noble bedrooms.&lt;br /&gt;
&lt;br /&gt;
Facilities that ''can'' be safely built around or above/below bedrooms and other sleeping facilities, to separate the area set aside for the &amp;quot;quiet zone&amp;quot;, include anything that does ''not'' make noise.&lt;br /&gt;
&lt;br /&gt;
== In adventurer mode ==&lt;br /&gt;
In [[adventurer mode]], various noises that can be heard in unseen areas will be represented by a respective icon, otherwise the sounds will be shown with exclamation marks of different colors in older versions, or if ASCII mode is turned on in the premium version. Double exclamation marks denote louder noises.&lt;br /&gt;
&lt;br /&gt;
* {{Raw Tile|!|3:0:1}} {{Raw Tile|!|3:0:0}} {{Raw Tile|‼|3:0:1}} {{Raw Tile|‼|3:0:0}} / [[File:story_tell_indicator.png]] [[File:poetry_indicator.png]] [[File:sing_indicator.png]] [[File:preach_indicator.png]]: Talking&lt;br /&gt;
* {{Raw Tile|!|6:0:1}} {{Raw Tile|!|6:0:0}} {{Raw Tile|‼|6:0:1}} {{Raw Tile|‼|6:0:0}} / [[File:sound_indicator.png]]: Movement, such as walking or running&lt;br /&gt;
* {{Raw Tile|!|4:0:1}} {{Raw Tile|!|4:0:0}} {{Raw Tile|‼|4:0:1}} {{Raw Tile|‼|4:0:0}} / [[File:combat_indicator.png]]: [[Combat]]&lt;br /&gt;
* {{Raw Tile|!|2:0:1}} {{Raw Tile|!|2:0:0}} {{Raw Tile|‼|2:0:1}} {{Raw Tile|‼|2:0:0}} / [[File:mechanic_indicator.png]]: Mechanical noises, such as from a [[lever]]-operated [[door]]&lt;br /&gt;
&lt;br /&gt;
Most wildlife will not make any noise in adventurer mode, with a few exceptions, such as [[capybara]]s and [[kakapo]]s.&lt;br /&gt;
&lt;br /&gt;
{{Category|Fortress mode}}&lt;br /&gt;
{{Category|Physics}}&lt;br /&gt;
[[ru:Noise]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Noise&amp;diff=318815</id>
		<title>Noise</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Noise&amp;diff=318815"/>
		<updated>2026-08-06T03:14:36Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: redundant &amp;quot;also&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Superior}}&lt;br /&gt;
&lt;br /&gt;
[[File:noise_preview.png|right]]Certain jobs generate '''noise''' which may disturb [[dwarves]] sleeping nearby.  Depending on a job's noise level and proximity, your dwarves could sleep &amp;quot;uneasily due to noise&amp;quot;, &amp;quot;very uneasily due to noise&amp;quot;, or be woken up by noise. These events will produce unhappy [[thought]]s in varying degrees.&lt;br /&gt;
&lt;br /&gt;
Noise in [[cavern]] layers will also agitate [[Forgotten beast|forgotten beasts]], which may cause them to attack sooner. Don't worry about this too much, because your fortress' [[wealth]] has a much greater impact on how soon they attack.&lt;br /&gt;
&lt;br /&gt;
Neither [[wall]]s nor [[door]]s will insulate dwarves from noise - distance and how loud a job is are the only factors determining whether a dwarf's sleep will be disturbed. Noise is produced when a noisy job is completed, but thoughts about noise do not appear until the sleeping dwarf has woken up. &lt;br /&gt;
&lt;br /&gt;
Also, Howling Spirit [[ghost]]s can disrupt sleeping dwarves, who will then complain about noise; this (probably{{verify}}) doesn't affect agitation. While dwarves walking through a sleeping dwarf's room (even over their heads) will not cause noise, which is important for [[bedroom design]].&lt;br /&gt;
&lt;br /&gt;
'''Note''': Contrary to common belief based on [[23a:Noise|earlier versions]], [[workshop]]s do ''not'' currently produce any noise.&lt;br /&gt;
&lt;br /&gt;
==Noisiness of various jobs==&lt;br /&gt;
Only 5 jobs are known to cause noise. These include the following:&lt;br /&gt;
&lt;br /&gt;
* [[Digging]] - 8 tiles&lt;br /&gt;
* [[Wood cutting]] - 8 tiles&lt;br /&gt;
* [[Engraving]] - 4 tiles&lt;br /&gt;
* [[Fortification]] carving - 4 tiles&lt;br /&gt;
* Removing [[construction]]s - 8 tiles&lt;br /&gt;
&lt;br /&gt;
====Visualization====&lt;br /&gt;
&lt;br /&gt;
Noise radiates across [[z-level]]s in the shape of a cube, in all 6 directions (north/south, east/west, ''and'' up/down), so noise that travels 4 tiles will generate noise in a 9x9 pattern on 9 successive floors.  The noise radiates from the center of the noise-producing things.&lt;br /&gt;
&lt;br /&gt;
{{diagram|spaces=yes|&lt;br /&gt;
█ Level 0      Level ± 1    Level ± 2    Level ± 3    Level ± 4    Level ± 5&lt;br /&gt;
 &lt;br /&gt;
 ...........  ...........  ...........  ...........  ...........  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .****[#000][#808000]N****.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 ...........  ...........  ...........  ...........  ...........  ...........}}&lt;br /&gt;
 &lt;br /&gt;
 '''N''' = Origin of noise&lt;br /&gt;
 * = Noise&lt;br /&gt;
 . = No noise&lt;br /&gt;
&lt;br /&gt;
== Avoiding unhappy thoughts caused by noise ==&lt;br /&gt;
* Don't dig near bedrooms when there are dwarves sleeping in them.&lt;br /&gt;
* Smooth your bedrooms before placing the actual furniture.&lt;br /&gt;
&lt;br /&gt;
== Designing in anticipation of noise ==&lt;br /&gt;
* Putting all your bedrooms 8 levels or lower below ground eliminates noise from wood cutting (''and all other relevant noise-related concerns, that being beside the point'').&lt;br /&gt;
* Remember that [[jail]]s, [[hospital]]s, and sleeping [[barracks]] should also ideally be kept away from noise, in addition to standard and noble bedrooms.&lt;br /&gt;
&lt;br /&gt;
Facilities that ''can'' be safely built around or above/below bedrooms and other sleeping facilities, to separate the area set aside for the &amp;quot;quiet zone&amp;quot;, include anything that does ''not'' make noise.&lt;br /&gt;
&lt;br /&gt;
== In adventurer mode ==&lt;br /&gt;
In [[adventurer mode]], various noises that can be heard in unseen areas will be represented by a respective icon, otherwise the sounds will be shown with exclamation marks of different colors in older versions, or if ASCII mode is turned on in the premium version. Double exclamation marks denote louder noises.&lt;br /&gt;
&lt;br /&gt;
* {{Raw Tile|!|3:0:1}} {{Raw Tile|!|3:0:0}} {{Raw Tile|‼|3:0:1}} {{Raw Tile|‼|3:0:0}} / [[File:story_tell_indicator.png]] [[File:poetry_indicator.png]] [[File:sing_indicator.png]] [[File:preach_indicator.png]]: Talking&lt;br /&gt;
* {{Raw Tile|!|6:0:1}} {{Raw Tile|!|6:0:0}} {{Raw Tile|‼|6:0:1}} {{Raw Tile|‼|6:0:0}} / [[File:sound_indicator.png]]: Movement, such as walking or running&lt;br /&gt;
* {{Raw Tile|!|4:0:1}} {{Raw Tile|!|4:0:0}} {{Raw Tile|‼|4:0:1}} {{Raw Tile|‼|4:0:0}} / [[File:combat_indicator.png]]: [[Combat]]&lt;br /&gt;
* {{Raw Tile|!|2:0:1}} {{Raw Tile|!|2:0:0}} {{Raw Tile|‼|2:0:1}} {{Raw Tile|‼|2:0:0}} / [[File:mechanic_indicator.png]]: Mechanical noises, such as from a [[lever]]-operated [[door]]&lt;br /&gt;
&lt;br /&gt;
Most wildlife will not make any noise in adventurer mode, with a few exceptions, such as [[capybara]]s and [[kakapo]]s.&lt;br /&gt;
&lt;br /&gt;
{{Category|Fortress mode}}&lt;br /&gt;
{{Category|Physics}}&lt;br /&gt;
[[ru:Noise]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Noise&amp;diff=318810</id>
		<title>Noise</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Noise&amp;diff=318810"/>
		<updated>2026-08-06T03:12:29Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added ghost to intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Superior}}&lt;br /&gt;
&lt;br /&gt;
[[File:noise_preview.png|right]]Certain jobs generate '''noise''' which may disturb [[dwarves]] sleeping nearby.  Depending on a job's noise level and proximity, your dwarves could sleep &amp;quot;uneasily due to noise&amp;quot;, &amp;quot;very uneasily due to noise&amp;quot;, or be woken up by noise. These events will produce unhappy [[thought]]s in varying degrees.&lt;br /&gt;
&lt;br /&gt;
Noise in [[cavern]] layers will also agitate [[Forgotten beast|forgotten beasts]], which may cause them to attack sooner. Don't worry about this too much, because your fortress' [[wealth]] has a much greater impact on how soon they attack.&lt;br /&gt;
&lt;br /&gt;
Neither [[wall]]s nor [[door]]s will insulate dwarves from noise - distance and how loud a job is are the only factors determining whether a dwarf's sleep will be disturbed. Noise is produced when a noisy job is completed, but thoughts about noise do not appear until the sleeping dwarf has woken up. &lt;br /&gt;
&lt;br /&gt;
Also, Howling Spirit [[ghost]]s can also disrupt sleeping dwarves, who will then complain about noise; this (probably{{verify}}) doesn't affect agitation. While dwarves walking through a sleeping dwarf's room (even over their heads) will not cause noise, which is important for [[bedroom design]].&lt;br /&gt;
&lt;br /&gt;
'''Note''': Contrary to common belief based on [[23a:Noise|earlier versions]], [[workshop]]s do ''not'' currently produce any noise.&lt;br /&gt;
&lt;br /&gt;
==Noisiness of various jobs==&lt;br /&gt;
Only 5 jobs are known to cause noise. These include the following:&lt;br /&gt;
&lt;br /&gt;
* [[Digging]] - 8 tiles&lt;br /&gt;
* [[Wood cutting]] - 8 tiles&lt;br /&gt;
* [[Engraving]] - 4 tiles&lt;br /&gt;
* [[Fortification]] carving - 4 tiles&lt;br /&gt;
* Removing [[construction]]s - 8 tiles&lt;br /&gt;
&lt;br /&gt;
====Visualization====&lt;br /&gt;
&lt;br /&gt;
Noise radiates across [[z-level]]s in the shape of a cube, in all 6 directions (north/south, east/west, ''and'' up/down), so noise that travels 4 tiles will generate noise in a 9x9 pattern on 9 successive floors.  The noise radiates from the center of the noise-producing things.&lt;br /&gt;
&lt;br /&gt;
{{diagram|spaces=yes|&lt;br /&gt;
█ Level 0      Level ± 1    Level ± 2    Level ± 3    Level ± 4    Level ± 5&lt;br /&gt;
 &lt;br /&gt;
 ...........  ...........  ...........  ...........  ...........  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .****[#000][#808000]N****.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 .*********.  .*********.  .*********.  .*********.  .*********.  ...........&lt;br /&gt;
 ...........  ...........  ...........  ...........  ...........  ...........}}&lt;br /&gt;
 &lt;br /&gt;
 '''N''' = Origin of noise&lt;br /&gt;
 * = Noise&lt;br /&gt;
 . = No noise&lt;br /&gt;
&lt;br /&gt;
== Avoiding unhappy thoughts caused by noise ==&lt;br /&gt;
* Don't dig near bedrooms when there are dwarves sleeping in them.&lt;br /&gt;
* Smooth your bedrooms before placing the actual furniture.&lt;br /&gt;
&lt;br /&gt;
== Designing in anticipation of noise ==&lt;br /&gt;
* Putting all your bedrooms 8 levels or lower below ground eliminates noise from wood cutting (''and all other relevant noise-related concerns, that being beside the point'').&lt;br /&gt;
* Remember that [[jail]]s, [[hospital]]s, and sleeping [[barracks]] should also ideally be kept away from noise, in addition to standard and noble bedrooms.&lt;br /&gt;
&lt;br /&gt;
Facilities that ''can'' be safely built around or above/below bedrooms and other sleeping facilities, to separate the area set aside for the &amp;quot;quiet zone&amp;quot;, include anything that does ''not'' make noise.&lt;br /&gt;
&lt;br /&gt;
== In adventurer mode ==&lt;br /&gt;
In [[adventurer mode]], various noises that can be heard in unseen areas will be represented by a respective icon, otherwise the sounds will be shown with exclamation marks of different colors in older versions, or if ASCII mode is turned on in the premium version. Double exclamation marks denote louder noises.&lt;br /&gt;
&lt;br /&gt;
* {{Raw Tile|!|3:0:1}} {{Raw Tile|!|3:0:0}} {{Raw Tile|‼|3:0:1}} {{Raw Tile|‼|3:0:0}} / [[File:story_tell_indicator.png]] [[File:poetry_indicator.png]] [[File:sing_indicator.png]] [[File:preach_indicator.png]]: Talking&lt;br /&gt;
* {{Raw Tile|!|6:0:1}} {{Raw Tile|!|6:0:0}} {{Raw Tile|‼|6:0:1}} {{Raw Tile|‼|6:0:0}} / [[File:sound_indicator.png]]: Movement, such as walking or running&lt;br /&gt;
* {{Raw Tile|!|4:0:1}} {{Raw Tile|!|4:0:0}} {{Raw Tile|‼|4:0:1}} {{Raw Tile|‼|4:0:0}} / [[File:combat_indicator.png]]: [[Combat]]&lt;br /&gt;
* {{Raw Tile|!|2:0:1}} {{Raw Tile|!|2:0:0}} {{Raw Tile|‼|2:0:1}} {{Raw Tile|‼|2:0:0}} / [[File:mechanic_indicator.png]]: Mechanical noises, such as from a [[lever]]-operated [[door]]&lt;br /&gt;
&lt;br /&gt;
Most wildlife will not make any noise in adventurer mode, with a few exceptions, such as [[capybara]]s and [[kakapo]]s.&lt;br /&gt;
&lt;br /&gt;
{{Category|Fortress mode}}&lt;br /&gt;
{{Category|Physics}}&lt;br /&gt;
[[ru:Noise]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.11&amp;diff=318804</id>
		<title>Release information/53.11</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.11&amp;diff=318804"/>
		<updated>2026-08-06T01:19:15Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added page links in change list, added file changes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
&lt;br /&gt;
:Here's another routine patch. Notably, good food should make dwarves happier and they should seek out better food. I've been sick through February so the changes are a bit sparse, but I should be back at things now.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], March 4, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists,&lt;br /&gt;
:Alexandra here with with today’s patch and a bunch of community news! We've got an AMA on r/dwarffortress, some support for creating your own Dwarf Fortress gatherings and some cool stuff from the community.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], March 4, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183759.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-03-04 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/497222321068572753 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1448582/food-fixes-ama-community-spotlight-and-more-dwarf-fortress-patch-5311 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== General updates ==&lt;br /&gt;
* Made happy [[food]] [[thought]] levels easier to obtain (more in line with newer food values).&lt;br /&gt;
* Dwarves seek good [[meal]]s more aggressively and value better foods over worse ones more precisely.&lt;br /&gt;
* Stopped dwarves from forgetting friends/grudges they rarely meet after a few years.&lt;br /&gt;
* Added item dimension check to [[strange mood]]s to make sure they don't gather e.g. infinite [[cloth]] from [[hospital]] zones.&lt;br /&gt;
* Stopped [[world gen]] interrogations from sometimes disordering known site records.&lt;br /&gt;
* Fixed crash issue with error-logging for certain modded languages.&lt;br /&gt;
* Fixed some potential multithreading stability issues.&lt;br /&gt;
* Added some crash-proofing to conversations.&lt;br /&gt;
* Worldgen now aborts instead of quitting the whole game when a raw object is missing.&lt;br /&gt;
* Fixed issue causing deletion of nemesis records for units.&lt;br /&gt;
* Made several distance calculations euclidean instead of rectangular.&lt;br /&gt;
* Fixed issue with [[temperature]] check so that certain items (butchery products etc.) respond to temperature properly.&lt;br /&gt;
* Changed filesystem for certain setups to support UTF-8 strings.&lt;br /&gt;
* Fixed problem causing [[Adventurer_mode_character_creation#Party_summary|party]] [[Adventurer_mode_gameplay#Party_members|tactical]] AI settings to be unchangeable.&lt;br /&gt;
* Fixed display problem for desired metal [[cage]]s and [[chain]]s in [[dungeon]]s.&lt;br /&gt;
* Fixed problem causing generated creatures to not be immune to their own [[poison]]s.&lt;br /&gt;
* Stopped [[channel]]ing in the undiggable [[underworld]].&lt;br /&gt;
* Made choreographers and composers use existing [[music]] and [[poem]]s for their works instead of always making new ones.&lt;br /&gt;
* Made [[werebeast]] types duplicate if necessary rather than creating blobs (only applies if werebeast curse number set higher than 72).&lt;br /&gt;
* Fixed typo in [[angel]] descriptions.&lt;br /&gt;
&lt;br /&gt;
== AMA with Kitfox Publishing ==&lt;br /&gt;
Tanya, Tina and I are hosting an AMA on r/dwarffortress on March 9th at 11am ET. Ask us about Dwarf Fortress things, publishing things, anything you’d like! You can [https://www.reddit.com/r/dwarffortress/comments/1rk2tvd/ama_with_kitfox_games_publishing/ submit your questions before the AMA starts here] and we'll answer in the same thread. Looking forward to chatting with you all on Monday!&lt;br /&gt;
&lt;br /&gt;
== Wanted: Your Siege Screenshots ==&lt;br /&gt;
Most of the screenshots on Steam are from community-made forts and we’d like to get some new ones showing off the siege fortifications. If you’d like to show off your fort (with credit) on the Dwarf Fortress store pages, send us your screenshots to info@kitfoxgames.com and include how you’d like to be credited.&lt;br /&gt;
&lt;br /&gt;
== Host your own Dwarf Fortress gathering! ==&lt;br /&gt;
In the past, we’ve hosted a few Dwarf Fortress fan meetups called The Fey Mood Society Gatherings during major events like PAX and Gamescom. Since we can’t always make it to those events, and there’s urists from all over the world, we’d like to support you in hosting your own Fey Mood Gathering. If you have a meetup planned for Dwarf Fortress fans, [https://forms.gle/x2L7XxbvAXikwjsM9 fill out this form] and we might send you a merch package and other Dwarf Fortress goodies to use at your event.&lt;br /&gt;
&lt;br /&gt;
== Adventure Mode Vinyl Update ==&lt;br /&gt;
The Adventure Mode vinyls have started shipping! [https://gamemusicrecords.com/product/dwarf-fortress-adventure-mode-soundtrack-vinyl/ There’s still a few copies in stock] so if you'd like to snag the limited edition version with exclusive colours, now is your chance. If you've already pre-ordered keep your eyes out for the mail.&lt;br /&gt;
&lt;br /&gt;
== Soundtrack Interview with Dabu and Simon ==&lt;br /&gt;
Speaking of music, Blindirl recently interviewed Dabu and Simon Swewer about the creation of the Dwarf Fortress soundtracks. It covers everything from the musical backgrounds of the composers, how the soundtracks were created and the trials and tribulations along the way. [https://www.youtube.com/watch?v=J6lL-GD9_YU Give it a watch!]&lt;br /&gt;
&lt;br /&gt;
== Mod Spotlight - HEWN (A Total Graphical Overhaul) ==&lt;br /&gt;
We wanted to shoutout phlegm7qmtvs for creating the first tileset mod for the Steam version. This mod transforms the game into a classic retro style inspired by traditional roguelikes like Caves of Qud and DF Classic. [https://www.bay12forums.com/smf/index.php?topic=183729.0 Forum thread] [https://dffd.bay12games.com/file.php?id=17759 Classic pack with DFHack] [https://steamcommunity.com/sharedfiles/filedetails/?id=3662002056 Steam workshop]&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures\shared_info.lua&lt;br /&gt;
** Added :ALL to {{token|SYN_IMMUNE_CREATURE|syndrome}} in add_poison_bits&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\creatures.lua&lt;br /&gt;
** Added number to internal werebeast name in werebeast_origin_interactions&lt;br /&gt;
** Added werebeast_count and related in creatures.night_creature.werebeast.default&lt;br /&gt;
** Added missing space in angel_description&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.13&amp;diff=318802</id>
		<title>Release information/53.13</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.13&amp;diff=318802"/>
		<updated>2026-08-06T00:29:59Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* 20th Anniversary of Dwarf Fortress */ added file changes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:This patch gives messengers more tasks, like the ability to make peace and improve or open trade relations. You can assign messengers in the same menu where you assign other positions like the manager and broker, and you can give them missions from the world screen (button on the lower right.) There are also some optimizations and other fixes.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], May 13, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists,&lt;br /&gt;
:We’ve got another patch/community news hybrid post today! There’s lots on the go right now as we prepare for a packed summer of news and updates. The artists are finishing up dinos and continuing with the art for the Myth and Magic update. You can expect to see the dinosaur update next and we'll be sharing a release date very soon. Tarn is also in full Wizard-mode but in the meantime, he has a new patch with a focus on diplomacy and bugs.&lt;br /&gt;
:See you next time, with dinos!&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], May 13, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183877.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-05-13 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/693135146596958388 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1521849/diplomacy-improvements-20th-anniversary-dwarf-fortress-patch-5313 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Diplomacy ==&lt;br /&gt;
* Your appointed [[messenger]]s can now do a variety of diplomatic [[mission]]s from the [[Civilization_and_World_Info|world screen]]. Make peace, declare war, make contact, and improve [[trade]]. You can also seek alliances if you have the [[monarch]] in your fortress.&lt;br /&gt;
* Increased the priority of messenger actions.&lt;br /&gt;
* It's possible to open trade with [[human]]s and [[elf|elves]] before their usual time if you send a messenger. You can also open trade with multiple [[civilization]]s of the same type.&lt;br /&gt;
* If traders don't make decent profits and you do not engage in [[Trade_agreement|negotiations]], trade will taper off.&lt;br /&gt;
* Added confirmation to mission interface.&lt;br /&gt;
* Changed some colors on mission interface.&lt;br /&gt;
* Added a dialog line for dwarven traders from other civilizations.&lt;br /&gt;
* Fixed issue where [[Difficulty#Individual_enemy_toggles|turning enemies off]] lead to early caravans (requires resetting difficulty to apply).&lt;br /&gt;
&lt;br /&gt;
== General updates ==&lt;br /&gt;
* Optimization: [[Undead|zombies]] don't consider their surrounding until disturbed.&lt;br /&gt;
* Optimization: throttled creatures trying to repeatedly failing [[path]].&lt;br /&gt;
* Added announcements for residents and creatures that have begun throttling pathing.&lt;br /&gt;
* Can view activity details again from the [[Unit list|residents list]].&lt;br /&gt;
* Stopped scroll bar from disappearing when closing bins near the bottom of the trade list.&lt;br /&gt;
* Increased the maximum number of [[announcement]]s that can be saved.&lt;br /&gt;
* Prioritized the removal of [[sparring]] announcements from the announcement list.&lt;br /&gt;
* Tries to repair corrupted musical [[instrument]]s upon load.&lt;br /&gt;
* Did some exception handing for map saving and loading.&lt;br /&gt;
* Added the ability to display all logged errors on screen (useful for debugging mods etc).&lt;br /&gt;
&lt;br /&gt;
== Tarn and Zach open their Magic: The Gathering cards ==&lt;br /&gt;
In case you missed it, Tarn and Zach just received their copies of the new Secret Lair x Dwarf Fortress collection of Magic: The Gathering cards. [https://youtu.be/2nMRSBXQDpw They open their packs together and reminisce about ASCII Dwarf Fortress and getting into Magic in the 90s]. You can still [https://secretlair.wizards.com/us/product/1250417/secret-lair-x-dwarf-fortress-create-new-world pre-order the cards here].&lt;br /&gt;
&lt;br /&gt;
== 20th Anniversary of Dwarf Fortress ==&lt;br /&gt;
[[File:DF20thAnniversary.png|400px|right]]This year we are celebrating the 20th anniversary of Slaves to Armok: God of Blood Chapter II: Dwarf Fortress. To start, we have a new special logo for the occasion featuring Armok himself, who has never been depicted until now! Credit goes to artist Jacob for the new portrait. You can expect to see more 20th anniversary events throughout the rest of the year. If you’re interested in hosting your own Dwarf Fortress gathering, we’ve opened up a [https://forms.gle/TsimLyvt5zLyTikU7 form where you can apply for merch support here].&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\init\init_default.txt&lt;br /&gt;
** Added DISPLAY_ALL_ERRORLOGS&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.15&amp;diff=318801</id>
		<title>Release information/53.15</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.15&amp;diff=318801"/>
		<updated>2026-08-06T00:08:49Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* File changes */ added the new extinct folders&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:This patch adds a hundred animals that went extinct in the real world. Each of these animals also gets an animal person. You'll need to create a new world to see them. There are five options for the frequency of the extinct animals. You can have them in untamed wilds, small isolated areas, every wilderness, or even domesticated by most civilizations. You can also keep them extinct.&lt;br /&gt;
:This release also brings a graphical update to existing animal people. You can now see their held equipment and some of their bodywear. This should work in your old saves without a new world.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], June 25, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists!&lt;br /&gt;
:The dino update is live now adding 100 extinct creatures to the game. All sprites and portraits are created by Dwarf Fortress artist Guido/Neoriceisgood. We hope you enjoy this update as we continue with development on the Magic update.&lt;br /&gt;
:Enjoy the update, we look forward to seeing how your forts hold up.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], June 25, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183961.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-06-25 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/701020331235606547 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1564025/the-dino-update-is-out-now-dwarf-fortress-patch-5315 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
* 100 new [[Creature#Extinct|extinct animals]] (requires new world):&lt;br /&gt;
** [[wikipedia:Cambrian|Cambrian]]: [[Hallucigenia]], [[Haikouichthys]], [[Opabinia]], [[Anomalocaris]], [[Trilobite]], [[Wiwaxia]]&lt;br /&gt;
** [[wikipedia:Ordovician|Ordovician]]: [[Aegirocassis]]&lt;br /&gt;
** [[wikipedia:Silurian|Silurian]]: [[Jaekelopterus]]&lt;br /&gt;
** [[wikipedia:Devonian|Devonian]]: [[Dunkleosteus]], [[Tiktaalik]], [[Hibbertopterus scouleri]], [[Hibbertopterus peachi]], [[Drepanopterus]], [[Mimetaster]]&lt;br /&gt;
** [[wikipedia:Carboniferous|Carboniferous]]: [[Oestocephalus]], [[Tullimonstrum]], [[Arthropleura]], [[Meganeura]]&lt;br /&gt;
** [[wikipedia:Permian|Permian]]: [[Diplocaulus]], [[Eryops]], [[Helicoprion]], [[Dimetrodon]], [[Diadectes]], [[Anteosaurus]], [[Lystrosaurus]]&lt;br /&gt;
** [[wikipedia:Triassic|Triassic]]: [[Gerrothorax]], [[Eoraptor]], [[Sharovipteryx]], [[Psephoderma]], [[Procompsognathus]], [[Drepanosaurus]]&lt;br /&gt;
** [[wikipedia:Jurassic|Jurassic]]: [[Ichthyosaurus]], [[Torvosaurus]], [[Archaeopteryx]], [[Plesiosaurus]], [[Stegosaurus]], [[Kentrosaurus]], [[Pterodactylus]], [[Jeholopterus]], [[Dilophosaurus]], [[Ceratosaurus]], [[Europasaurus]], [[Brachiosaurus]], [[Diplodocus]], [[Brontosaurus]], [[Allosaurus]], [[Afrovenator]], [[Rhamphorhynchus]], [[Ostenocaris]]&lt;br /&gt;
** [[wikipedia:Cretaceous|Cretaceous]]: [[Ammonite]], [[Archelon]], [[Velociraptor]], [[Mononykus]], [[Linhenykus]], [[Buitreraptor]], [[Deinonychus]], [[Utahraptor]], [[Mosasaurus]], [[Parasaurolophus]], [[Iguanodon]], [[Triceratops]], [[Kosmoceratops]], [[Microceratus]], [[Ankylosaurus]], [[Pachycephalosaurus]], [[Quetzalcoatlus]], [[Colepiocephale]], [[Tsintaosaurus]], [[Therizinosaurus]], [[Suzhousaurus]], [[Nothronychus]], [[Carnotaurus]], [[Spinosaurus aegyptiacus]], [[Tyrannosaurus]], [[Amargasaurus]], [[Oviraptor]], [[Sinopterus]], [[Spinosaurus mirabilis]], [[Hypsilophodon]], [[Nodosaurus]]&lt;br /&gt;
** [[wikipedia:Cenozoic|Cenozoic]]: [[Deinotherium]], [[Smilodon]], [[Pygmy mammoth]], [[Megatherium]], [[Thylacine]], [[Andrewsarchus]], [[Woolly rhinoceros]], [[Miohippus]], [[Glyptodon]], [[Woolly mammoth]], [[Paraceratherium]], [[Dodo]], [[Kelenken]], [[Moa]], [[Megalodon]], [[Megalania]], [[Titanoboa]], [[Platybelodon]], [[Entelodon]], [[Megacerops]]&lt;br /&gt;
* 100 new [[animal people]] based on the extinct animals:&lt;br /&gt;
** Cambrian: [[Hallucigenia man]], [[Haikouichthys man]], [[Opabinia man]], [[Anomalocaris man]], [[Trilobite man]], [[Wiwaxia man]]&lt;br /&gt;
** Ordovician: [[Aegirocassis man]]&lt;br /&gt;
** Silurian: [[Jaekelopterus man]]&lt;br /&gt;
** Devonian: [[Dunkleosteus man]], [[Tiktaalik man]], [[Hibbertopterus scouleri man]], [[Hibbertopterus peachi man]], [[Drepanopterus man]], [[Mimetaster man]]&lt;br /&gt;
** Carboniferous: [[Oestocephalus man]], [[Tullimonstrum man]], [[Arthropleura man]], [[Meganeura man]]&lt;br /&gt;
** Permian: [[Diplocaulus man]], [[Eryops man]], [[Helicoprion man]], [[Dimetrodon man]], [[Diadectes man]], [[Anteosaurus man]], [[Lystrosaurus man]]&lt;br /&gt;
** Triassic: [[Gerrothorax man]], [[Eoraptor man]], [[Sharovipteryx man]], [[Psephoderma man]], [[Procompsognathus man]], [[Drepanosaurus man]]&lt;br /&gt;
** Jurassic: [[Ichthyosaurus man]], [[Torvosaurus man]], [[Archaeopteryx man]], [[Plesiosaurus man]], [[Stegosaurus man]], [[Kentrosaurus man]], [[Pterodactylus man]], [[Jeholopterus man]], [[Dilophosaurus man]], [[Ceratosaurus man]], [[Europasaurus man]], [[Brachiosaurus man]], [[Diplodocus man]], [[Brontosaurus man]], [[Allosaurus man]], [[Afrovenator man]], [[Rhamphorhynchus man]], [[Ostenocaris man]]&lt;br /&gt;
** Cretaceous: [[Ammonite man]], [[Archelon man]], [[Velociraptor man]], [[Mononykus man]], [[Linhenykus man]], [[Buitreraptor man]], [[Deinonychus man]], [[Utahraptor man]], [[Mosasaurus man]], [[Parasaurolophus man]], [[Iguanodon man]], [[Triceratops man]], [[Kosmoceratops man]], [[Microceratus man]], [[Ankylosaurus man]], [[Pachycephalosaurus man]], [[Quetzalcoatlus man]], [[Colepiocephale man]], [[Tsintaosaurus man]], [[Therizinosaurus man]], [[Suzhousaurus man]], [[Nothronychus man]], [[Carnotaurus man]], [[Spinosaurus aegyptiacus man]], [[Tyrannosaurus man]], [[Amargasaurus man]], [[Oviraptor man]], [[Sinopterus man]], [[Spinosaurus mirabilis man]], [[Hypsilophodon man]], [[Nodosaurus man]]&lt;br /&gt;
** Cenozoic: [[Deinotherium man]], [[Smilodon man]], [[Pygmy mammoth man]], [[Megatherium man]], [[Thylacine man]], [[Andrewsarchus man]], [[Woolly rhinoceros man]], [[Miohippus man]], [[Glyptodon man]], [[Woolly mammoth man]], [[Paraceratherium man]], [[Dodo man]], [[Kelenken man]], [[Moa man]], [[Megalodon man]], [[Megalania man]], [[Titanoboa man]], [[Platybelodon man]], [[Entelodon man]], [[Megacerops man]]&lt;br /&gt;
* Many of the new animals can be [[Animal trainer|trained]] for war or hunting.&lt;br /&gt;
* Keep the new creatures as [[pet]]s or use them in [[industry]].&lt;br /&gt;
* Be [[Invader|terrorized]] by the extinct creatures as elves and others ride them into [[Siege|battle]] against your fortress.&lt;br /&gt;
* You can [[World generation|set]] the frequency of extinct animals, from often domesticated to untamed wilds only to isolated areas to still extinct.&lt;br /&gt;
* All animal people are shown wearing their equipment and some of their bodywear (works in old world.)&lt;br /&gt;
&lt;br /&gt;
== Anniversary Celebration Stream ==&lt;br /&gt;
[[File:DF20thAnniversary.png|200px|left]]To celebrate the 20th anniversary of the original Dwarf Fortress, we are hosting a celebratory stream on August 5th. You'll see Tarn and Zach play the original build from 2006, and we'll also be giving out awards to gamedevs and creators who have inspired us over the decades. You won't want to miss it! More details to come, but feel free to follow the Kitfox Twitch channel ahead of time.&lt;br /&gt;
&lt;br /&gt;
== Celebrating Dinos! ==&lt;br /&gt;
We received a sample of the gorlak plushie that will be included in the Serenity Forge 20th Anniversary box set. It looks like he's also encountered some dinos of his own kind! You can still pre-order the set which includes the gorlak plush [https://store.serenityforge.com/products/dwarf-fortress-20th-anniversary-archival-collectors-edition here].&lt;br /&gt;
&lt;br /&gt;
== Other changes ==&lt;br /&gt;
* Added [[announcement]]s for stuck citizens and creatures.&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* Added data\vanilla\vanilla_creatures_extinct and data\vanilla\vanilla_creatures_extinct_graphics folders&lt;br /&gt;
* data\init\[[announcements.txt]]&lt;br /&gt;
** Added CREATURE_STUCK and CITIZEN_STUCK&lt;br /&gt;
* data\vanilla\vanilla_bodies\objects\b_detail_plan_default.txt&lt;br /&gt;
** Added STURDY_GROWTH [[body part]]s&lt;br /&gt;
* data\vanilla\vanilla_bodies\objects\body_default.txt&lt;br /&gt;
** Added various body templates for new creatures&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\c_variation_default.txt&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_subterranean.txt&lt;br /&gt;
** Added CREATURE_CLASS:[[Animal person|ANIMAL_PERSON]] to ANIMAL_PERSON, ANIMAL_PERSON_LEGLESS, and ANT_MAN&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_large_tropical.txt&lt;br /&gt;
** Added TRADE_CAPACITY to [[Elephant|ELEPHANT]]&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_tropical_new.txt&lt;br /&gt;
** Added GENERAL_CHILD_NAME to [[Sloth|SLOTH]]&lt;br /&gt;
* data\vanilla\vanilla_descriptors\objects\descriptor_pattern_special.txt&lt;br /&gt;
** Added STRIPES_TAN_BROWN, STRIPES_GREEN_PINK, and STRIPES_COPPER_CHESTNUT&lt;br /&gt;
* Classic data\init\init_default.txt&lt;br /&gt;
** Removed DISPLAY_ALL_ERRORLOGS, but the option is still in [[Settings#Display_all_errors|settings]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.15&amp;diff=318800</id>
		<title>Release information/53.15</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.15&amp;diff=318800"/>
		<updated>2026-08-06T00:05:07Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Other changes */ removed setting added in earlier version, added file changes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:This patch adds a hundred animals that went extinct in the real world. Each of these animals also gets an animal person. You'll need to create a new world to see them. There are five options for the frequency of the extinct animals. You can have them in untamed wilds, small isolated areas, every wilderness, or even domesticated by most civilizations. You can also keep them extinct.&lt;br /&gt;
:This release also brings a graphical update to existing animal people. You can now see their held equipment and some of their bodywear. This should work in your old saves without a new world.&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], June 25, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists!&lt;br /&gt;
:The dino update is live now adding 100 extinct creatures to the game. All sprites and portraits are created by Dwarf Fortress artist Guido/Neoriceisgood. We hope you enjoy this update as we continue with development on the Magic update.&lt;br /&gt;
:Enjoy the update, we look forward to seeing how your forts hold up.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], June 25, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=183961.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-06-25 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/701020331235606547 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1564025/the-dino-update-is-out-now-dwarf-fortress-patch-5315 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
* 100 new [[Creature#Extinct|extinct animals]] (requires new world):&lt;br /&gt;
** [[wikipedia:Cambrian|Cambrian]]: [[Hallucigenia]], [[Haikouichthys]], [[Opabinia]], [[Anomalocaris]], [[Trilobite]], [[Wiwaxia]]&lt;br /&gt;
** [[wikipedia:Ordovician|Ordovician]]: [[Aegirocassis]]&lt;br /&gt;
** [[wikipedia:Silurian|Silurian]]: [[Jaekelopterus]]&lt;br /&gt;
** [[wikipedia:Devonian|Devonian]]: [[Dunkleosteus]], [[Tiktaalik]], [[Hibbertopterus scouleri]], [[Hibbertopterus peachi]], [[Drepanopterus]], [[Mimetaster]]&lt;br /&gt;
** [[wikipedia:Carboniferous|Carboniferous]]: [[Oestocephalus]], [[Tullimonstrum]], [[Arthropleura]], [[Meganeura]]&lt;br /&gt;
** [[wikipedia:Permian|Permian]]: [[Diplocaulus]], [[Eryops]], [[Helicoprion]], [[Dimetrodon]], [[Diadectes]], [[Anteosaurus]], [[Lystrosaurus]]&lt;br /&gt;
** [[wikipedia:Triassic|Triassic]]: [[Gerrothorax]], [[Eoraptor]], [[Sharovipteryx]], [[Psephoderma]], [[Procompsognathus]], [[Drepanosaurus]]&lt;br /&gt;
** [[wikipedia:Jurassic|Jurassic]]: [[Ichthyosaurus]], [[Torvosaurus]], [[Archaeopteryx]], [[Plesiosaurus]], [[Stegosaurus]], [[Kentrosaurus]], [[Pterodactylus]], [[Jeholopterus]], [[Dilophosaurus]], [[Ceratosaurus]], [[Europasaurus]], [[Brachiosaurus]], [[Diplodocus]], [[Brontosaurus]], [[Allosaurus]], [[Afrovenator]], [[Rhamphorhynchus]], [[Ostenocaris]]&lt;br /&gt;
** [[wikipedia:Cretaceous|Cretaceous]]: [[Ammonite]], [[Archelon]], [[Velociraptor]], [[Mononykus]], [[Linhenykus]], [[Buitreraptor]], [[Deinonychus]], [[Utahraptor]], [[Mosasaurus]], [[Parasaurolophus]], [[Iguanodon]], [[Triceratops]], [[Kosmoceratops]], [[Microceratus]], [[Ankylosaurus]], [[Pachycephalosaurus]], [[Quetzalcoatlus]], [[Colepiocephale]], [[Tsintaosaurus]], [[Therizinosaurus]], [[Suzhousaurus]], [[Nothronychus]], [[Carnotaurus]], [[Spinosaurus aegyptiacus]], [[Tyrannosaurus]], [[Amargasaurus]], [[Oviraptor]], [[Sinopterus]], [[Spinosaurus mirabilis]], [[Hypsilophodon]], [[Nodosaurus]]&lt;br /&gt;
** [[wikipedia:Cenozoic|Cenozoic]]: [[Deinotherium]], [[Smilodon]], [[Pygmy mammoth]], [[Megatherium]], [[Thylacine]], [[Andrewsarchus]], [[Woolly rhinoceros]], [[Miohippus]], [[Glyptodon]], [[Woolly mammoth]], [[Paraceratherium]], [[Dodo]], [[Kelenken]], [[Moa]], [[Megalodon]], [[Megalania]], [[Titanoboa]], [[Platybelodon]], [[Entelodon]], [[Megacerops]]&lt;br /&gt;
* 100 new [[animal people]] based on the extinct animals:&lt;br /&gt;
** Cambrian: [[Hallucigenia man]], [[Haikouichthys man]], [[Opabinia man]], [[Anomalocaris man]], [[Trilobite man]], [[Wiwaxia man]]&lt;br /&gt;
** Ordovician: [[Aegirocassis man]]&lt;br /&gt;
** Silurian: [[Jaekelopterus man]]&lt;br /&gt;
** Devonian: [[Dunkleosteus man]], [[Tiktaalik man]], [[Hibbertopterus scouleri man]], [[Hibbertopterus peachi man]], [[Drepanopterus man]], [[Mimetaster man]]&lt;br /&gt;
** Carboniferous: [[Oestocephalus man]], [[Tullimonstrum man]], [[Arthropleura man]], [[Meganeura man]]&lt;br /&gt;
** Permian: [[Diplocaulus man]], [[Eryops man]], [[Helicoprion man]], [[Dimetrodon man]], [[Diadectes man]], [[Anteosaurus man]], [[Lystrosaurus man]]&lt;br /&gt;
** Triassic: [[Gerrothorax man]], [[Eoraptor man]], [[Sharovipteryx man]], [[Psephoderma man]], [[Procompsognathus man]], [[Drepanosaurus man]]&lt;br /&gt;
** Jurassic: [[Ichthyosaurus man]], [[Torvosaurus man]], [[Archaeopteryx man]], [[Plesiosaurus man]], [[Stegosaurus man]], [[Kentrosaurus man]], [[Pterodactylus man]], [[Jeholopterus man]], [[Dilophosaurus man]], [[Ceratosaurus man]], [[Europasaurus man]], [[Brachiosaurus man]], [[Diplodocus man]], [[Brontosaurus man]], [[Allosaurus man]], [[Afrovenator man]], [[Rhamphorhynchus man]], [[Ostenocaris man]]&lt;br /&gt;
** Cretaceous: [[Ammonite man]], [[Archelon man]], [[Velociraptor man]], [[Mononykus man]], [[Linhenykus man]], [[Buitreraptor man]], [[Deinonychus man]], [[Utahraptor man]], [[Mosasaurus man]], [[Parasaurolophus man]], [[Iguanodon man]], [[Triceratops man]], [[Kosmoceratops man]], [[Microceratus man]], [[Ankylosaurus man]], [[Pachycephalosaurus man]], [[Quetzalcoatlus man]], [[Colepiocephale man]], [[Tsintaosaurus man]], [[Therizinosaurus man]], [[Suzhousaurus man]], [[Nothronychus man]], [[Carnotaurus man]], [[Spinosaurus aegyptiacus man]], [[Tyrannosaurus man]], [[Amargasaurus man]], [[Oviraptor man]], [[Sinopterus man]], [[Spinosaurus mirabilis man]], [[Hypsilophodon man]], [[Nodosaurus man]]&lt;br /&gt;
** Cenozoic: [[Deinotherium man]], [[Smilodon man]], [[Pygmy mammoth man]], [[Megatherium man]], [[Thylacine man]], [[Andrewsarchus man]], [[Woolly rhinoceros man]], [[Miohippus man]], [[Glyptodon man]], [[Woolly mammoth man]], [[Paraceratherium man]], [[Dodo man]], [[Kelenken man]], [[Moa man]], [[Megalodon man]], [[Megalania man]], [[Titanoboa man]], [[Platybelodon man]], [[Entelodon man]], [[Megacerops man]]&lt;br /&gt;
* Many of the new animals can be [[Animal trainer|trained]] for war or hunting.&lt;br /&gt;
* Keep the new creatures as [[pet]]s or use them in [[industry]].&lt;br /&gt;
* Be [[Invader|terrorized]] by the extinct creatures as elves and others ride them into [[Siege|battle]] against your fortress.&lt;br /&gt;
* You can [[World generation|set]] the frequency of extinct animals, from often domesticated to untamed wilds only to isolated areas to still extinct.&lt;br /&gt;
* All animal people are shown wearing their equipment and some of their bodywear (works in old world.)&lt;br /&gt;
&lt;br /&gt;
== Anniversary Celebration Stream ==&lt;br /&gt;
[[File:DF20thAnniversary.png|200px|left]]To celebrate the 20th anniversary of the original Dwarf Fortress, we are hosting a celebratory stream on August 5th. You'll see Tarn and Zach play the original build from 2006, and we'll also be giving out awards to gamedevs and creators who have inspired us over the decades. You won't want to miss it! More details to come, but feel free to follow the Kitfox Twitch channel ahead of time.&lt;br /&gt;
&lt;br /&gt;
== Celebrating Dinos! ==&lt;br /&gt;
We received a sample of the gorlak plushie that will be included in the Serenity Forge 20th Anniversary box set. It looks like he's also encountered some dinos of his own kind! You can still pre-order the set which includes the gorlak plush [https://store.serenityforge.com/products/dwarf-fortress-20th-anniversary-archival-collectors-edition here].&lt;br /&gt;
&lt;br /&gt;
== Other changes ==&lt;br /&gt;
* Added [[announcement]]s for stuck citizens and creatures.&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\init\[[announcements.txt]]&lt;br /&gt;
** Added CREATURE_STUCK and CITIZEN_STUCK&lt;br /&gt;
* data\vanilla\vanilla_bodies\objects\b_detail_plan_default.txt&lt;br /&gt;
** Added STURDY_GROWTH [[body part]]s&lt;br /&gt;
* data\vanilla\vanilla_bodies\objects\body_default.txt&lt;br /&gt;
** Added various body templates for new creatures&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\c_variation_default.txt&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_subterranean.txt&lt;br /&gt;
** Added CREATURE_CLASS:[[Animal person|ANIMAL_PERSON]] to ANIMAL_PERSON, ANIMAL_PERSON_LEGLESS, and ANT_MAN&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_large_tropical.txt&lt;br /&gt;
** Added TRADE_CAPACITY to [[Elephant|ELEPHANT]]&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_tropical_new.txt&lt;br /&gt;
** Added GENERAL_CHILD_NAME to [[Sloth|SLOTH]]&lt;br /&gt;
* data\vanilla\vanilla_descriptors\objects\descriptor_pattern_special.txt&lt;br /&gt;
** Added STRIPES_TAN_BROWN, STRIPES_GREEN_PINK, and STRIPES_COPPER_CHESTNUT&lt;br /&gt;
* Classic data\init\init_default.txt&lt;br /&gt;
** Removed DISPLAY_ALL_ERRORLOGS, but the option is still in [[Settings#Display_all_errors|settings]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.16&amp;diff=318799</id>
		<title>Release information/53.16</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.16&amp;diff=318799"/>
		<updated>2026-08-05T22:51:28Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added file changes section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:This patch adds some quality of life features, fixes some bugs, and addresses some issues with the [[Release_information/53.15|extinct creatures patch]]. A key cause of overindulging tavern patrons was fixed. Dinosaurs grow more slowly and dinosaur people have their missing attack types. Divine objects are visible, generally, and visiting scholars should stop walking off with your books and scrolls. And many more!&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], August 5, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists,&lt;br /&gt;
:We're back and celebrating the 20th anniversary of Dwarf Fortress this week with a special show, Myth &amp;amp; Magic at and music updates and a patch. While Myth &amp;amp; Magic work is very much underway, we also have patch 53.16 today which fixes a bunch of things. We are also preparing to go to Gamescom at the end of the month to show a first-look of Myth &amp;amp; Magic gameplay that you'll be able to watch at home! Dabu and Simon also released their latest Dwarf Fortress track today.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], August 5, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=184026.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-08-05 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/676253720257759384 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1617987/20th-anniversary-myth-magic-art-and-music-dwarf-fortress-patch-5316 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
=== General updates ===&lt;br /&gt;
* [[Fanciful]] (but existent) creatures like [[unicorn]]s appear again and have their materials tracked.{{bug|13523}} This also caused some issues with [[zombie]]s coming back to life (and then dying immediately because of their rotted state.{{bug|13519}})&lt;br /&gt;
* [[Tavern]] goers will no longer order a [[drink]] from every single [[tavern keeper]] in the bar and drink them all, causing them to die of acute alcohol [[poison]]ing.&lt;br /&gt;
* Tavern keepers will now refuse orders for drinks if the one ordering it is sufficiently [[drunk]] (if their personality allows.)&lt;br /&gt;
* Dwarves will exercise self-control and not order alcohol from tavern-keepers when drunk (if their personality allows.)&lt;br /&gt;
* [[Save]]s can be sorted by most recently played now.&lt;br /&gt;
* Ordered potential [[memorial]] [[slab]] [[engraving]] [[job]]s by urgency and added some coloration.&lt;br /&gt;
* [[Visitor]]s should no longer steal fortress [[library]] [[book]]s (or other fortress items.)&lt;br /&gt;
* Disabled &amp;quot;be with family&amp;quot; [[need]] until isolated residents have ways to visit, be visited by, or contact distant family.&lt;br /&gt;
* Added confirmation for changing or clearing [[hotkey]] recenter locations.&lt;br /&gt;
* Added various missing attacks to the extinct creature people.&lt;br /&gt;
* Changed growth rates for various [[extinct]] creatures.&lt;br /&gt;
* Changed [[egg]] [[size]] and clutch size for various extinct creatures.&lt;br /&gt;
* Stopped [[caravan]] from bringing [[food]] when it wasn't needed due to seed and drink overcounting{{bug|13530}}.&lt;br /&gt;
* Strengthened effect of unconditional surrender.&lt;br /&gt;
* Stopped player [[messenger]]s from being given conflicting [[diplomacy]] goals (such as declaring war and making an alliance.)&lt;br /&gt;
* Stopped dwarves from being trapped in [[guildhall]] skill [[demonstration]]s when they have unmet social needs.&lt;br /&gt;
* [[Strange mood]] dwarves will no longer make equipment types from outside of their civilization.&lt;br /&gt;
* Fixed broken xml export for historical negotiation events{{bug|13512}}.&lt;br /&gt;
* [[Wilderness]] creature type number further depends on the size of each [[region]].&lt;br /&gt;
* Click the bottom [[stockpile]] button now goes directly to adding a new stockpile.&lt;br /&gt;
* Gave recenter information to building destruction and toppling [[announcement]]s.&lt;br /&gt;
* Stopped [[tantrum]]ing dwarves and others from targeting [[farm plot]]s for destruction.&lt;br /&gt;
* Announcement and report recenter buttons should properly close their menus again.&lt;br /&gt;
* Added description to top of [[burrow]] menu.&lt;br /&gt;
&lt;br /&gt;
=== Graphics updates ===&lt;br /&gt;
* Procedural weapons and armor images appear, and procedural weapons appear when held (worn armor will have to come later.)&lt;br /&gt;
* Stone short sword should now appear as held item properly.&lt;br /&gt;
* Made skill blocks of administrator candidates easier to parse.&lt;br /&gt;
* Improved display of game load/worldgen errors.&lt;br /&gt;
* Quern and millstone cursors appear properly when placing them.&lt;br /&gt;
* Displayed cauldrons properly in [[night troll]] [[lair]]s.&lt;br /&gt;
&lt;br /&gt;
== New artwork ==&lt;br /&gt;
We'd like to reveal [https://clan.fastly.steamstatic.com/images//34693670/f0bf58f49ab4ae225311fe9d7d57b71ffd434c80.png breathtaking new artwork] by Thea Kent for the Myth &amp;amp; Magic update featuring a dwarven wizard, a bunch of wild looking creatures and the God of Blood Armok himself.&lt;br /&gt;
&lt;br /&gt;
== New Song: Myth &amp;amp; Magic ==&lt;br /&gt;
Inspired by the Myth &amp;amp; Magic update, Dabu and Simon Swewer have just released one of two new Dwarf Fortress songs for this year. [https://www.youtube.com/watch?v=0RxKWfkWC74 A song] about a dwarven wizard experimenting with the amazing, destructive powers of magic...&lt;br /&gt;
&lt;br /&gt;
== 20th Anniversary Show ==&lt;br /&gt;
We're celebrating the 20th anniversary of classic Dwarf Fortress with a special show. Join Tarn and Zach as they play the first ever build of the game from 2006 and reminisce about the olden days. It’s been a while since they’ve played the build and it’s very unstable so who knows what will happen? They are also hosting the Beyond Quality Awards, recognizing the devs and community members who have contributed throughout the years.&lt;br /&gt;
&lt;br /&gt;
The show starts today at 11am PT/ 2pm ET/ 7pm BT on the [https://www.twitch.tv/kitfoxgames Kitfox Twitch channel] ([https://www.twitch.tv/videos/2838060900 VOD]).&lt;br /&gt;
&lt;br /&gt;
== On Sale now! ==&lt;br /&gt;
Dwarf Fortress is part of the [https://store.steampowered.com/sale/kitfoxfestival2026?snr=1_2108_9__2107 Kitfox Publisher sale] which is running all week. All our games are on sale so now is a great time to get a friend into Dwarf Fortress.&lt;br /&gt;
&lt;br /&gt;
== Updated Beginner Tutorial ==&lt;br /&gt;
And if you're new to Dwarf Fortress, we just collabed with BlindiRL to create a [https://www.youtube.com/watch?v=aRTwK8XR6kE new updated version of the beginner tutorial guide]. It's a great place to start your learning journey.&lt;br /&gt;
&lt;br /&gt;
== File changes ==&lt;br /&gt;
* data\init\[[announcements.txt]]&lt;br /&gt;
** Added BARTENDER_SLACKING&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\[[Creature_variation_token|c_variation_default.txt]]&lt;br /&gt;
** Added CLAW_SCRATCH_ATTACK_STANCE, HORN_ATTACK, PROBOSCIS_BITE_ATTACK, and TOOTH_WHORL_BITE_ATTACK&lt;br /&gt;
* data\vanilla\vanilla_creatures\objects\creature_standard.txt&lt;br /&gt;
** Changed SEA_MONSTER PINCER attack token to match verb&lt;br /&gt;
* multiple data\vanilla\vanilla_creatures_extinct\objects\ files&lt;br /&gt;
** Added many missing attacks&lt;br /&gt;
* data\vanilla\vanilla_procedural\scripts\generators\entities.lua&lt;br /&gt;
** Added many PROCEDURAL_ITEM_GRAPHICS&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/53.16&amp;diff=318798</id>
		<title>Release information/53.16</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/53.16&amp;diff=318798"/>
		<updated>2026-08-05T22:08:39Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: Creating release notes for v53.16&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes}}&lt;br /&gt;
:This patch adds some quality of life features, fixes some bugs, and addresses some issues with the [[Release_information/53.15|extinct creatures patch]]. A key cause of overindulging tavern patrons was fixed. Dinosaurs grow more slowly and dinosaur people have their missing attack types. Divine objects are visible, generally, and visiting scholars should stop walking off with your books and scrolls. And many more!&lt;br /&gt;
:&amp;amp;mdash;[[Toady One]], August 5, 2026&lt;br /&gt;
&lt;br /&gt;
:Hey Urists,&lt;br /&gt;
:We're back and celebrating the 20th anniversary of Dwarf Fortress this week with a special show, Myth &amp;amp; Magic at and music updates and a patch. While Myth &amp;amp; Magic work is very much underway, we also have patch 53.16 today which fixes a bunch of things. We are also preparing to go to Gamescom at the end of the month to show a first-look of Myth &amp;amp; Magic gameplay that you'll be able to watch at home! Dabu and Simon also released their latest Dwarf Fortress track today.&lt;br /&gt;
:&amp;amp;mdash;[[Alexandra]], August 5, 2026&lt;br /&gt;
* [https://www.bay12forums.com/smf/index.php?topic=184026.0 Bay 12 Forum thread]&lt;br /&gt;
* [https://www.bay12games.com/dwarves/index.html#2026-08-05 Patch notes on Bay 12 Games]&lt;br /&gt;
* [https://store.steampowered.com/news/app/975370/view/676253720257759384 Patch notes on Steam]&lt;br /&gt;
* [https://kitfoxgames.itch.io/dwarf-fortress/devlog/1617987/20th-anniversary-myth-magic-art-and-music-dwarf-fortress-patch-5316 Patch notes on itch.io]&lt;br /&gt;
&lt;br /&gt;
== Patch notes ==&lt;br /&gt;
=== General updates ===&lt;br /&gt;
* [[Fanciful]] (but existent) creatures like [[unicorn]]s appear again and have their materials tracked.{{bug|13523}} This also caused some issues with [[zombie]]s coming back to life (and then dying immediately because of their rotted state.{{bug|13519}})&lt;br /&gt;
* [[Tavern]] goers will no longer order a [[drink]] from every single [[tavern keeper]] in the bar and drink them all, causing them to die of acute alcohol [[poison]]ing.&lt;br /&gt;
* Tavern keepers will now refuse orders for drinks if the one ordering it is sufficiently [[drunk]] (if their personality allows.)&lt;br /&gt;
* Dwarves will exercise self-control and not order alcohol from tavern-keepers when drunk (if their personality allows.)&lt;br /&gt;
* [[Save]]s can be sorted by most recently played now.&lt;br /&gt;
* Ordered potential [[memorial]] [[slab]] [[engraving]] [[job]]s by urgency and added some coloration.&lt;br /&gt;
* [[Visitor]]s should no longer steal fortress [[library]] [[book]]s (or other fortress items.)&lt;br /&gt;
* Disabled &amp;quot;be with family&amp;quot; [[need]] until isolated residents have ways to visit, be visited by, or contact distant family.&lt;br /&gt;
* Added confirmation for changing or clearing [[hotkey]] recenter locations.&lt;br /&gt;
* Added various missing attacks to the extinct creature people.&lt;br /&gt;
* Changed growth rates for various [[extinct]] creatures.&lt;br /&gt;
* Changed [[egg]] [[size]] and clutch size for various extinct creatures.&lt;br /&gt;
* Stopped [[caravan]] from bringing [[food]] when it wasn't needed due to seed and drink overcounting{{bug|13530}}.&lt;br /&gt;
* Strengthened effect of unconditional surrender.&lt;br /&gt;
* Stopped player [[messenger]]s from being given conflicting [[diplomacy]] goals (such as declaring war and making an alliance.)&lt;br /&gt;
* Stopped dwarves from being trapped in [[guildhall]] skill [[demonstration]]s when they have unmet social needs.&lt;br /&gt;
* [[Strange mood]] dwarves will no longer make equipment types from outside of their civilization.&lt;br /&gt;
* Fixed broken xml export for historical negotiation events{{bug|13512}}.&lt;br /&gt;
* [[Wilderness]] creature type number further depends on the size of each [[region]].&lt;br /&gt;
* Click the bottom [[stockpile]] button now goes directly to adding a new stockpile.&lt;br /&gt;
* Gave recenter information to building destruction and toppling [[announcement]]s.&lt;br /&gt;
* Stopped [[tantrum]]ing dwarves and others from targeting [[farm plot]]s for destruction.&lt;br /&gt;
* Announcement and report recenter buttons should properly close their menus again.&lt;br /&gt;
* Added description to top of [[burrow]] menu.&lt;br /&gt;
&lt;br /&gt;
=== Graphics updates ===&lt;br /&gt;
* Procedural weapons and armor images appear, and procedural weapons appear when held (worn armor will have to come later.)&lt;br /&gt;
* Stone short sword should now appear as held item properly.&lt;br /&gt;
* Made skill blocks of administrator candidates easier to parse.&lt;br /&gt;
* Improved display of game load/worldgen errors.&lt;br /&gt;
* Quern and millstone cursors appear properly when placing them.&lt;br /&gt;
* Displayed cauldrons properly in [[night troll]] [[lair]]s.&lt;br /&gt;
&lt;br /&gt;
== New artwork ==&lt;br /&gt;
We'd like to reveal [https://clan.fastly.steamstatic.com/images//34693670/f0bf58f49ab4ae225311fe9d7d57b71ffd434c80.png breathtaking new artwork] by Thea Kent for the Myth &amp;amp; Magic update featuring a dwarven wizard, a bunch of wild looking creatures and the God of Blood Armok himself.&lt;br /&gt;
&lt;br /&gt;
== New Song: Myth &amp;amp; Magic ==&lt;br /&gt;
Inspired by the Myth &amp;amp; Magic update, Dabu and Simon Swewer have just released one of two new Dwarf Fortress songs for this year. [https://www.youtube.com/watch?v=0RxKWfkWC74 A song] about a dwarven wizard experimenting with the amazing, destructive powers of magic...&lt;br /&gt;
&lt;br /&gt;
== 20th Anniversary Show ==&lt;br /&gt;
We're celebrating the 20th anniversary of classic Dwarf Fortress with a special show. Join Tarn and Zach as they play the first ever build of the game from 2006 and reminisce about the olden days. It’s been a while since they’ve played the build and it’s very unstable so who knows what will happen? They are also hosting the Beyond Quality Awards, recognizing the devs and community members who have contributed throughout the years.&lt;br /&gt;
&lt;br /&gt;
The show starts today at 11am PT/ 2pm ET/ 7pm BT on the [https://www.twitch.tv/kitfoxgames Kitfox Twitch channel] ([https://www.twitch.tv/videos/2838060900 VOD]).&lt;br /&gt;
&lt;br /&gt;
== On Sale now! ==&lt;br /&gt;
Dwarf Fortress is part of the [https://store.steampowered.com/sale/kitfoxfestival2026?snr=1_2108_9__2107 Kitfox Publisher sale] which is running all week. All our games are on sale so now is a great time to get a friend into Dwarf Fortress.&lt;br /&gt;
&lt;br /&gt;
== Updated Beginner Tutorial ==&lt;br /&gt;
And if you're new to Dwarf Fortress, we just collabed with BlindiRL to create a [https://www.youtube.com/watch?v=aRTwK8XR6kE new updated version of the beginner tutorial guide]. It's a great place to start your learning journey.&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Version_history&amp;diff=318797</id>
		<title>Version history</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Version_history&amp;diff=318797"/>
		<updated>2026-08-05T21:33:36Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Dwarf Fortress v53 */ .16&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page documents the complete release history of ''Dwarf Fortress'', starting from the very first public release of [[23a:Release information/0.21.93.19a|0.21.93.19a]]. See each release's page for more information.&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v53 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.16|53.16]] || 2026-8-5&lt;br /&gt;
| QoL, general, and extinct creatures fixes and tweaks&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.15|53.15]] || 2026-6-25&lt;br /&gt;
| '''Dino Update''': Extinct animals, animal people equipment graphics&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.14|53.14]] || 2026-5-20&lt;br /&gt;
| ''Hotfix'' for announcements crash&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.13|53.13]] || 2026-5-13&lt;br /&gt;
| More messenger actions, idle undead and pathing optimizations, and general fixes&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.12|53.12]] || 2026-4-14&lt;br /&gt;
| General QoL tweaks for petitions, trade, mining, squads, and more&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.11|53.11]] || 2026-3-4&lt;br /&gt;
| General fixes&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.10|53.10]] || 2026-1-12&lt;br /&gt;
| ''Hotfixes'' and more aquatic animal portraits&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.09|53.09]] || 2026-1-7&lt;br /&gt;
| General fixes, new portraits, experiment graphics&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.08|53.08]] || 2025-12-19&lt;br /&gt;
| ''Hotfix'' for mining and deconstruction speed&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.07|53.07]] || 2025-12-18&lt;br /&gt;
| Siege related ''Bugfixes'' and more animal portraits&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.06|53.06]] || 2025-11-24&lt;br /&gt;
| Siege related ''Bugfixes'' and a new song&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.05|53.05]] || 2025-11-18&lt;br /&gt;
| Quick fix for a few sorting issues.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.04|53.04]] || 2025-11-17&lt;br /&gt;
| ''Hotfix'' for Siege Update and other ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.03|53.03]] || 2025-11-10&lt;br /&gt;
| ''Hotfix'' for Siege Update.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.02|53.02]] || 2025-11-04&lt;br /&gt;
| ''Hotfix'' for Siege Update.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/53.01|53.01]] || 2025-11-03&lt;br /&gt;
| '''Siege Update''': Invaders can dig, destroy, build, and plan. Improved siege engines including new [[bolt thrower]].&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v52 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.05|52.05]] || 2025-10-01&lt;br /&gt;
| Miscellaneous ''Bugfixes''&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.04|52.04]] || 2025-08-28&lt;br /&gt;
| ''Bugfixes'' relating to traveling squads&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.03|52.03]] || 2025-08-07&lt;br /&gt;
| Added new [[Dye]] related plants and features&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.02|52.02]] || 2025-07-24&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/52.01|52.01]] || 2025-07-21&lt;br /&gt;
| Lua update for easier mod making and future advanced systems&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v51 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.13|51.13]] || 2025-06-27&lt;br /&gt;
| ''Hotfix'' for dehydration issues&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.12|51.12]] || 2025-06-26&lt;br /&gt;
| Ranged weapon updates&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.11|51.11]] || 2025-04-21&lt;br /&gt;
| Turned off underground humanoid invasions until fixed, traveling creatures retain room ownership, artifact weapon images&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.10|51.10]] || 2025-04-03&lt;br /&gt;
| ''Hotfix'' for path overflow fix&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.09|51.09]] || 2025-04-02&lt;br /&gt;
| [[Forbidden]] [[coffin]]s now unusable; [[mining]], [[woodcutting]], [[hunting]] [[labor]]s now mutually exclusive; stopped [[Reclaim_fortress_mode|reclaim/unretire]] [[magma]] overflows&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.08|51.08]] || 2025-03-13&lt;br /&gt;
| ''Hotfix'' for issue preventing player input during fast travel in Adventure Mode after a popup appears&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.07|51.07]] || 2025-03-12&lt;br /&gt;
| Quick-pick most-recently-used material for constructions, ordinary adventurers can start anywhere in their civilization, several ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.06|51.06]] || 2025-02-26&lt;br /&gt;
| Nerfs prepared food value, adjusts metal settings, adds option to disable rectangle size info box, several ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.05|51.05]] || 2025-02-12&lt;br /&gt;
| Adds Adventure mode speedometer and fixes ASCII Travel map. Adds tree growth graphics. Re-implements non-varied terrain in ASCII mode. ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.04|51.04]] || 2025-01-27&lt;br /&gt;
| Fixed Steam modding workshop support. ''Steam only''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.03|51.03]] || 2025-01-25&lt;br /&gt;
| Fixed two screeching ogg vorbis audio files and made an unknown binary change. ''Premium-only''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.02|51.02]] || 2025-01-22&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;2025-01-23&lt;br /&gt;
| '''Public Adventure release''': Audio changes, keyboard look, ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/51.01|51.01]] || 2024-04-17&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;2025-01-21&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| '''Adventure beta''': [[Adventure mode]] now available, with a new [[soundtrack]] and [[interface]]. Graphics changes, skill archetypes, [[Chosen]] mode, [[mysterious dungeon]]s. ''Steam only''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;: Dwarf Fortress v51.02 was initially released on the beta branch on Steam ~24 hours before the official release.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;: Adventure mode had an extended beta testing period, with 28 updates being worked on concurrently with v50 releases. This is the initial launch date.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;: The final version of 51.01 was released to the beta branch on this date, and is not listed in-game as a beta.&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v50 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.15|50.15]] || 2024-12-12&lt;br /&gt;
| More container graphics, color clothing by dye or profession, negatively-aged migrant fix, more ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.14|50.14]] || 2024-09-25&lt;br /&gt;
| Child/baby graphics for 5 major civs, more crop &amp;amp; equipment graphics, ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.13|50.13]] || 2024-04-23&lt;br /&gt;
| Added portraits for most races, ''Bugfixes''.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.12|50.12]] || 2024-03-06&lt;br /&gt;
| ''Bugfixes'', improvements to UI and UX. &lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.11|50.11]] || 2023-10-03&lt;br /&gt;
| ''Bugfixes''&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.10|50.10]] || 2023-09-19&lt;br /&gt;
| [[Alerts]] and combat [[reports]] can be viewed. Linux support. Crash logging. In game [[Settings#Announcements|Announcement Settings]].&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.09|50.09]] || 2023-06-28&lt;br /&gt;
| Updated to SDL2, performance optimization, experimental multithreading (field of view calculations became a separate thread).&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.08|50.08]] || 2023-05-02&lt;br /&gt;
| Re-introduced [[XML dump|XML]] export in [[legends mode]], аdded graphics for many plants and child/baby creatures.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.07|50.07]] || 2023-02-07&lt;br /&gt;
| ''Hotfix'' - embark warning fix&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.06|50.06]] || 2023-02-07&lt;br /&gt;
| Re-introduced [[arena mode]].&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.05|50.05]] || 2023-01-05&lt;br /&gt;
| ''Bugfixes and optimizations''&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.04|50.04]] || 2022-12-22&lt;br /&gt;
| '''Classic release''': released the free [[Classic]] version on [https://www.bay12games.com/dwarves/ bay12games.com], and enabled classic mode in the Premium version. Added ability to advance time by one frame, and assign everyone to a burrow.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.03|50.03]] || 2022-12-12&lt;br /&gt;
| ''Premium-only bugfixes''. Improved UX for selecting building materials.&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.02|50.02]] || 2022-12-08&lt;br /&gt;
| ''Premium-only bugfixes''&lt;br /&gt;
|-&lt;br /&gt;
| [[Release information/50.01|50.01]] || 2022-12-06&lt;br /&gt;
| '''Premium release''': launched  the paid [[Premium]] version on Steam and itch.io. Introduced [[graphics]], full [[Mouse control|mouse support]], a new user [[interface]], tutorials, and new [[soundtrack|music]] and sound effects. A number of features from v0.47 were lost in 50.01 (see [[Missing features]]).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v0.47 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.05|0.47.05]] || 2021-01-28&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.04|0.47.04]] || 2020-02-29&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.03|0.47.03]] || 2020-02-16&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.02|0.47.02]] || 2020-02-06&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.47.01|0.47.01]] || 2020-01-29&lt;br /&gt;
| ''Release'': introduced creation of [[guildhall]]s and [[temple]]s. Introduced [[traitor]]s and [[villain]]s. Many new events in world generation, organizations, sites, pets and mounts in adventure mode, [[Aquifier#Light aquifers|light aquifers]]. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v0.44 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.12|0.44.12]] || 2018-06-23&lt;br /&gt;
| ''Hotfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.11|0.44.11]] || 2018-06-23&lt;br /&gt;
| Civilizations create nearby sites and associate them with your fortress, can request/send workers, long-term memories can lead to personality changes&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.10|0.44.10]] || 2018-05-05&lt;br /&gt;
| Dwarves now have short-term and long-term memories of emotional events, Adventurer mode log improved&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.09|0.44.09]] || 2018-04-01&lt;br /&gt;
| ''Hotfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.08|0.44.08]] || 2018-03-29&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.07|0.44.07]] || 2018-03-12&lt;br /&gt;
| ''Hotfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.06|0.44.06]] || 2018-03-09&lt;br /&gt;
| Raids can pillage/raze sites and demand tribute, will gain skills (e.g. military tactics) during missions&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.05|0.44.05]] || 2018-01-14&lt;br /&gt;
| ''Hotfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.04|0.44.04]] || 2018-01-10&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.03|0.44.03]] || 2017-12-25&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.02|0.44.02]] || 2017-11-23&lt;br /&gt;
| ''Hotfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.44.01|0.44.01]] || 2017-11-22&lt;br /&gt;
| ''Release''; can now send raids to other sites, build museums using pedestals and display cases, artifacts created during worldgen, civilizations can send spies to gather information on artifacts&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v0.43 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.05|0.43.05]] || 2016-06-20&lt;br /&gt;
| '''64-bit support''', bugfixes&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.04|0.43.04]] || 2016-06-20&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.03|0.43.03]] || 2016-05-22&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.02|0.43.02]] || 2016-05-11&lt;br /&gt;
| ''Hotfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.43.01|0.43.01]] || 2016-05-09&lt;br /&gt;
| ''Release''; Adventurers can create sites, make stone axes, fell trees, perform carpentry, and construct buildings; Fortress mode work orders can now specify start conditions, restart frequencies, and how many workshops can be used&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v0.42 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.06|0.42.06]] || 2016-02-10&lt;br /&gt;
| Can specify exact materials for jobs, make specific crafts, apply specific decorations, and even customize the details of art images; Adventurers can now do bone carving, complete with custom images&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.05|0.42.05]] || 2016-01-17&lt;br /&gt;
| Reputations for hunters and protection from bandits&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.04|0.42.04]] || 2015-12-26&lt;br /&gt;
| More varieties of [[animal people]] and giant animals, Vampire purges during worldgen, bugfixes&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.03|0.42.03]] || 2015-12-12&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.02|0.42.02]] || 2015-12-05&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.42.01|0.42.01]] || 2015-12-01&lt;br /&gt;
| ''Release''; introduced taverns, temples, and libraries, added new musical instruments and performance skills, introduced [[need]]s to replace dwarves going On Break, added visitors who can petition for fortress membership, scholars and historians can write books and spread knowledge, and drinking alcohol actually causes inebriation (and eventually fatal alcohol poisoning)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v0.40 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.24|0.40.24]] || 2015-01-07&lt;br /&gt;
| ''Bugfix''; Misc. bugfixes; allowing 1x1 forts&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.23|0.40.23]] || 2014-12-24&lt;br /&gt;
| ''Bugfix''; Fixed farming job cancellations, armies camping forever, typos, and channeling bug&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.22|0.40.22]] || 2014-12-21&lt;br /&gt;
| ''Bugfix''; Fixed multi-item jobs and toggle marker tweak&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.21|0.40.21]] || 2014-12-19&lt;br /&gt;
| ''Hotfix''; Fixed a crash bug and other issues&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.20|0.40.20]] || 2014-12-18&lt;br /&gt;
| Job priorities rewrite; vein and cluster automining&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.19|0.40.19]] || 2014-11-26&lt;br /&gt;
| [[Gelding]] and related profession/skill/etc&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.18|0.40.18]] || 2014-11-20&lt;br /&gt;
| ''Hotfix''; Fixed a smelting issue on Windows&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.17|0.40.17]] || 2014-11-19&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.16|0.40.16]] || 2014-11-12&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.15|0.40.15]] || 2014-11-05&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.14|0.40.14]] || 2014-10-25&lt;br /&gt;
| Thought/emotion rewrite, stopped site invaders from always winning&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.13|0.40.13]] || 2014-09-17&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.12|0.40.12]] || 2014-09-10&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.11|0.40.11]] || 2014-09-03&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.10|0.40.10]] || 2014-08-24&lt;br /&gt;
| ''Bugfix'';&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.09|0.40.09]] || 2014-08-17&lt;br /&gt;
| ''Bugfix''; Misc. bugfixes&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.08|0.40.08]] || 2014-08-11&lt;br /&gt;
| ''Hotfix''; Fixed a crash bug and issues with constructions &lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.07|0.40.07]] || 2014-08-10&lt;br /&gt;
| ''Bugfix''; AI and invasion fixes&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.06|0.40.06]] || 2014-08-03&lt;br /&gt;
| ''Bugfix''; stack bugfixes.&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.05|0.40.05]] || 2014-07-27&lt;br /&gt;
| ''Bugfix''; fixed large world slowdown, decreased rampant tree growth, many old and new bugfixes.&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.04|0.40.04]] || 2014-07-20&lt;br /&gt;
| ''Bugfix''; several crash fixes, made saplings grow properly.&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.03|0.40.03]] || 2014-07-13&lt;br /&gt;
| ''Bugfix''; broke save game compatibility again due to more save corruption, several crash fixes.&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.02|0.40.02]] || 2014-07-10&lt;br /&gt;
| ''Bugfix''; broke save game compatibility due to save corruption, several crash fixes.&lt;br /&gt;
|-&lt;br /&gt;
| [[DF2014:Release information/0.40.01|0.40.01]] || 2014-07-07&lt;br /&gt;
| ''Release''; Introduced world generation running in the background while fortresses and adventurers progress, un-retiring of fortresses, multiple tile trees, climbing &amp;amp; jumping, and more.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v0.34 ==&lt;br /&gt;
In a [http://www.bay12games.com/dwarves/index.html devlog] entry for 2011-01-30, Threetoe announced plans for a series of nine numbered releases (&amp;quot;Short-term Goals&amp;quot; on the [http://www.bay12games.com/dwarves/dev.html dev page]) to finish off the long-planned &amp;quot;caravan&amp;quot; development arc. Release 1, improving towns and introducing markets, along with a variety of supernatural creature types, was predicted to have a version number of [http://www.bay12games.com/media/df_talk_14_transcript.html#14.16 0.33 or 0.34] and was released on Valentine's Day 2012 as version 0.34.01.&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.11|0.34.11]] || 2012-06-04&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.10|0.34.10]] || 2012-05-21&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.09|0.34.09]] || 2012-05-17&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.08|0.34.08]] || 2012-05-14&lt;br /&gt;
| Hauling overhaul - minecarts and wheelbarrows, more accurate projectiles, reduced mining yields, advanced stockpile/workshop links&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.07|0.34.07]] || 2012-03-30&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.06|0.34.06]] || 2012-03-23&lt;br /&gt;
| Updates to animal training ([[dungeon master]] removed, having been nonfunctional since 0.31.01), return of good/evil trees and shrubs&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.05|0.34.05]] || 2012-03-06&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.04|0.34.04]] || 2012-02-29&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.03|0.34.03]] || 2012-02-28&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.02|0.34.02]] || 2012-02-18&lt;br /&gt;
| ''Bugfix''; broke save compatibility due to save corruption, numerous fixes for old issues&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.34:Release information/0.34.01|0.34.01]] || 2012-02-14&lt;br /&gt;
| Introduction of human cities (shops, marketplaces, sewers, dungeons) and tombs, addition of [[interaction]]s ([[necromancer]]s, [[werebeast]]s, [[vampire]]s, etc.), historical migrants, truly evil regions, updated [[justice]] system, many [[Animal sponsorship drive|&amp;quot;sponsorship&amp;quot; creatures]], [[Gem#Gem cuts|gem cuts]], many adventure mode tweaks and minor features&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dwarf Fortress v0.31 ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.25|0.31.25]] || 2011-03-28&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.24|0.31.24]] || 2011-03-27&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.23|0.31.23]] || 2011-03-26&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.22|0.31.22]] || 2011-03-24&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.21|0.31.21]] || 2011-03-06&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.20|0.31.20]] || 2011-03-06&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.19|0.31.19]] || 2011-02-16&lt;br /&gt;
| Worldgen starvation, usually wiping out kobolds; grazing; ceramics; jugs, pots, nest boxes, beehives (and bees); site finder changes. Last major 0.31 release, and the (unnumbered) beginning of the caravan arc series.&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.18|0.31.18]] || 2010-11-16&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.17|0.31.17]] || 2010-11-11&lt;br /&gt;
| Bandits, Night Creatures, Bogeyman, Adventure mode improvements, combat aiming, castles&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.16|0.31.16]] || 2010-10-04&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.15|0.31.15]] || 2010-10-03&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.14|0.31.14]] || 2010-09-23&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.13|0.31.13]] || 2010-09-15&lt;br /&gt;
| Entity populations, sprawl, river density tweaking, TrueType font support&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.12|0.31.12]] || 2010-07-25&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.11|0.31.11]] || 2010-07-23&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.10|0.31.10]] || 2010-07-11&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.09|0.31.09]] || 2010-07-10&lt;br /&gt;
| Adventure mode knapping and butchery, combat improvements&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.08|0.31.08]] || 2010-06-19&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.07|0.31.07]] || 2010-06-19&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.06|0.31.06]] || 2010-06-09&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.05|0.31.05]] || 2010-06-04&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.04|0.31.04]] || 2010-05-16&lt;br /&gt;
| Merge with the 40d19 branch bringing the return of Mac downloads, SDL and Linux downloads, OpenGL optimizations, macros, and zooming&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.03|0.31.03]] || 2010-04-12&lt;br /&gt;
| Ability to create undead in arena&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.02|0.31.02]] || 2010-04-08&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[v0.31:Release information/0.31.01|0.31.01]] || 2010-04-01&lt;br /&gt;
| Overhaul of many aspects of the game: new material system, new fortress military system, healthcare and combat system was heavily expanded, creatures now have 19 [[attributes]] which affect [[skills]], body features influences gameplay, underground areas have been totally redone, introduced [[raws]], [[genetics]], [[caste]]s, [[burrow]]s, [[poison]]s, [[Tree#Underground trees|underground trees]], [[forgotten beast]]s, [[arena mode]], and dozens of minor changes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 3D Version (before 2010) ==&lt;br /&gt;
A test branch including 0.28.181.40d2 thru 0.28.181.40d19: OpenGL optimizations, macros, zooming, and native Linux support. Not available on [[Bay 12 Games]], but can be found on the [https://archive.org/details/dwarf-fortress?tab=collection&amp;amp;and%5B%5D=year%3A%5B2009+TO+2010%5D Internet Archive]&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40d|0.28.181.40d]] || 2008-09-06&lt;br /&gt;
| ''Bugfix''; [[40d:Cat cancels Store Item in Stockpile: Too injured|Cat bug introduced]]&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40c|0.28.181.40c]] || 2008-08-21&lt;br /&gt;
| ''Hotfix'', partial print now allows specifying a frame count&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40b|0.28.181.40b]] || 2008-08-20&lt;br /&gt;
| Partial print, windowed/fullscreen gridsizes&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.40a|0.28.181.40a]] || 2008-08-18&lt;br /&gt;
| Embark profiles added, [[note]]s extended to embark map, customizable forbid [[orders]] added (used ammunition, dead creatures' possessions, etc.), and dwarves now try to store items in partially-filled containers instead of empty ones&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39f|0.28.181.39f]] || 2008-08-09&lt;br /&gt;
| [[Custom grid]] sizes added&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39e|0.28.181.39e]] || 2008-07-23&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39d|0.28.181.39d]] || 2008-07-23&lt;br /&gt;
| Added [[Site finder]], can display hidden map features when choosing a site, [[Note]] support implemented, and worldgen presets added&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39c|0.28.181.39c]] || 2008-07-16&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39b|0.28.181.39b]] || 2008-07-14&lt;br /&gt;
| ''Hotfix''; trees in [[Elf|Elven]] forest retreats no longer have names&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.28.181.39a|0.28.181.39a]] || 2008-07-13&lt;br /&gt;
| Lots of worldgen changes, including ethics (leading to wars and conquered sites), dynamic era naming, worldgen roads/bridges/tunnels, megabeasts being killed during worldgen, megabeasts being undead; cats and trained animals are now named on adoption, human weapon stores stock more stuff (including ammo), placing [[construction]]s now destroys engravings, and flying creatures no longer give birth in mid-air&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.176.38c|0.27.176.38c]] || 2008-02-24&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.176.38b|0.27.176.38b]] || 2008-02-23&lt;br /&gt;
| First Macintosh-compatible release; Dwarves no longer carry their artifacts around, booze food no longer melts, worlds can now have custom sizes&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.176.38a|0.27.176.38a]] || 2008-02-15&lt;br /&gt;
| Magma pipes now refill, ZERO_RENT and BABY_CHILD_CAP init.txt options were added, strange moods no longer convert workshops, metal crossbows now made by [[weaponsmith]]s instead of [[bowyer]]s, dwarves chat and make friends/grudges and get married, unhappy thoughts from [[masterpiece]] destruction are now reduced based on the number of masterpieces the dwarf has made, and plants can now drown in deep water&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.173.38a|0.27.173.38a]] || 2008-02-04&lt;br /&gt;
| [[Sphere]]s added, lots of new entity tags, numerous worldgen improvements, religions implemented, undead [[ruin]]s removed&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33g|0.27.169.33g]] || 2007-12-21&lt;br /&gt;
| Mud no longer dries up during winter, occupied cages are named according to their contents, brand new &amp;quot;Bring to depot&amp;quot; interface, [[strange mood]]s no longer require glass until you actually make some&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33f|0.27.169.33f]] || 2007-12-14&lt;br /&gt;
| ''Bugfix''; mud and blood no longer spread, auto-[[forbid]] fired ammunition, donkey/horse foals are now named properly, graphics sets can now use custom tiles for appointed nobles, and flux stones now have a value of 2 again.&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33e|0.27.169.33e]] || 2007-12-08&lt;br /&gt;
| ''Bugfix''; in particular, nobles no longer order themselves to be punished for failed mandates, donkeys can now breed, most types of vermin no longer have bones, and most types of fish no longer have lungs or throats&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33d|0.27.169.33d]] || 2007-11-30&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33c|0.27.169.33c]] || 2007-11-23&lt;br /&gt;
| Animals screen now labels war dogs and hunting dogs correctly, [[sliver barb]]s now have seeds, and process priority can now be configured in init.txt&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33b|0.27.169.33b]] || 2007-11-16&lt;br /&gt;
| [[Carp]] and other fish no longer gain [[swimming]] skill (making them ''slightly'' less dangerous), and various ore types now properly show up as '*' when mined.&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.33a|0.27.169.33a]] || 2007-11-01&lt;br /&gt;
| added [[wood]]en [[block]]s, renamed aluminum ore to &amp;quot;native aluminum&amp;quot;, [[mountain gnome]]s and [[dark gnome]]s no longer butcherable&lt;br /&gt;
|-&lt;br /&gt;
| [[40d:Release information/0.27.169.32a|0.27.169.32a]] || 2007-10-29&lt;br /&gt;
| The very first fully 3D version&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 2D Version ==&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! style=&amp;quot;width:85px&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;width:100px&amp;quot;|Date of release&lt;br /&gt;
! Note&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.23.130.23a|0.23.130.23a]] || 2007-01-18&lt;br /&gt;
| ''Hotfix'' - Final version&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.23.125.23b|0.23.125.23b]] || 2007-01-16&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.23.125.23a|0.23.125.23a]] || 2007-01-16&lt;br /&gt;
| Temperature support was further improved, population/FPS caps were added, coffins could now be restricted to only dwarves or only pets, and animals could now be marked for slaughter from their {{K|v}}-{{K|p}} screen. Spirits of fire also got a '''lot''' hotter. For some reason, [[23a:horse|horse]]s are now made of [[iron]].&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.123.23a|0.22.123.23a]] || 2006-12-21&lt;br /&gt;
| More workshop orders were added - auto collect webs, auto slaughter, auto butcher, auto tan; male cows are now called bulls, and whips can no longer get stuck in opponents&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.121.23b|0.22.121.23b]] || 2006-12-16&lt;br /&gt;
| The ability to disable temperature and weather were added (to boost FPS)&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.121.23a|0.22.121.23a]] || 2006-12-14&lt;br /&gt;
| Bins could now be made from metal, and the embark screen now described your biome and listed what civilizations were nearby&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.120.23b|0.22.120.23b]] || 2006-12-10&lt;br /&gt;
| Improved temperature support was added&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.120.23a|0.22.120.23a]] || 2006-11-23&lt;br /&gt;
| The ability to use custom [[graphics sets]] was added&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.23c|0.22.110.23c]] || 2006-11-17&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.23b|0.22.110.23b]] || 2006-11-15&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.23a|0.22.110.23a]] || 2006-11-14 {{cite devlog|2006|11|14}}&lt;br /&gt;
| [[Dye]]s and dyeing were implemented, allowed sewing cloth/leather images into goods, as well as more detailed [[decoration|art]] (historical figures and events, special shapes); standing orders now allowed auto collecting webs and only using dyed cloth&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22f|0.22.110.22f]] || 2006-11-03&lt;br /&gt;
| ''Bugfix''; additionally, butterflies, fireflies, and dragonflies can no longer be kept as pets. [[Boatmurdered]] began in this version.&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22e|0.22.110.22e]] || 2006-10-29&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22d|0.22.110.22d]] || 2006-10-29&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22c|0.22.110.22c]] || 2006-10-29&lt;br /&gt;
| Custom [[stockpile]]s were added (previously, there were only 16 basic stockpile types; things like [[potash]] would be stored with your metal bars and you could not force [[seed]]s to be kept near the farm).&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22b|0.22.110.22b]] || 2006-10-21&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.110.22a|0.22.110.22a]] || 2006-10-21&lt;br /&gt;
| Inventory system changes (most notably, gloves and boots were split into two items (left &amp;amp; right for gloves))&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.22.107.21a|0.22.107.21a]] || 2006-10-02&lt;br /&gt;
| Various changes to [[adventurer mode]] - guards and families, plus &amp;quot;.&amp;quot; as a wait key&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.105.21a|0.21.105.21a]] || 2006-09-25&lt;br /&gt;
| ''Hotfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.21c|0.21.104.21c]] || 2006-09-25&lt;br /&gt;
| Making potash no longer required making ashes into lye first.&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.21b|0.21.104.21b]] || 2006-09-16&lt;br /&gt;
| Workshop profiles were added, along with showing genders on the Animal status screen&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.21a|0.21.104.21a]] || 2006-09-08&lt;br /&gt;
| [[Designation|Designating]] with the mouse was added&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19d|0.21.104.19d]] || 2006-09-02&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19c|0.21.104.19c]] || 2006-09-02&lt;br /&gt;
| The ability to hide engravings was added, announcement consolidation (x15), seasonal blood cleanup was temporarily added (and would remain until version 0.31)&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19b|0.21.104.19b]] || 2006-08-27&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.104.19a|0.21.104.19a]] || 2006-08-27&lt;br /&gt;
| The ability to &amp;quot;chasm&amp;quot; items was added (complete with attacks from chasm creatures as a result), as well as butchering cats&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.102.19a|0.21.102.19a]] || 2006-08-24&lt;br /&gt;
| Dwarves could now have custom nicknames and professions, fullscreen could be toggled, starting animals would have mixed genders, horses could breed&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19d|0.21.101.19d]] || 2006-08-21&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19c|0.21.101.19c]] || 2006-08-20&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19b|0.21.101.19b]] || 2006-08-20&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.101.19a|0.21.101.19a]] || 2006-08-19&lt;br /&gt;
| Adventurers could now have custom first names&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.100.19a|0.21.100.19a]] || 2006-08-16&lt;br /&gt;
| Gender symbol was added to unit views, config options for disabling sound and the intro movie, command-line world generation, ability to export local map&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.95.19c|0.21.95.19c]] || 2006-08-14&lt;br /&gt;
| Farm plot fertilization could be controlled directly&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.95.19b|0.21.95.19b]] || 2006-08-13&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.95.19a|0.21.95.19a]] || 2006-08-12&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.93.19c|0.21.93.19c]] || 2006-08-10&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.93.19b|0.21.93.19b]] || 2006-08-10&lt;br /&gt;
| ''Bugfix''&lt;br /&gt;
|-&lt;br /&gt;
| [[23a:Release information/0.21.93.19a|0.21.93.19a]] || 2006-08-08&lt;br /&gt;
| Initial public release&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Game development]]&lt;br /&gt;
[[Category:Release information]]&lt;br /&gt;
[[ru:Version history]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Release_information/List&amp;diff=318796</id>
		<title>Release information/List</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Release_information/List&amp;diff=318796"/>
		<updated>2026-08-05T21:30:27Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: 53.16&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{release notes link|50.01|compat=no}}&lt;br /&gt;
{{release notes link|50.02}}&lt;br /&gt;
{{release notes link|50.03}}&lt;br /&gt;
{{release notes link|50.04}}&lt;br /&gt;
{{release notes link|50.05}}&lt;br /&gt;
{{release notes link|50.06}}&lt;br /&gt;
{{release notes link|50.07}}&lt;br /&gt;
{{release notes link|50.08}}&lt;br /&gt;
{{release notes link|50.09}}&lt;br /&gt;
{{release notes link|50.10}}&lt;br /&gt;
{{release notes link|50.11}}&lt;br /&gt;
{{release notes link|50.12}}&lt;br /&gt;
{{release notes link|50.13}}&lt;br /&gt;
{{release notes link|50.14}}&lt;br /&gt;
{{release notes link|50.15}}&lt;br /&gt;
{{release notes link|51.01}}&lt;br /&gt;
{{release notes link|51.02}}&lt;br /&gt;
{{release notes link|51.03}}&lt;br /&gt;
{{release notes link|51.04}}&lt;br /&gt;
{{release notes link|51.05}}&lt;br /&gt;
{{release notes link|51.06}}&lt;br /&gt;
{{release notes link|51.07}}&lt;br /&gt;
{{release notes link|51.08}}&lt;br /&gt;
{{release notes link|51.09}}&lt;br /&gt;
{{release notes link|51.10}}&lt;br /&gt;
{{release notes link|51.11}}&lt;br /&gt;
{{release notes link|51.12}}&lt;br /&gt;
{{release notes link|51.13}}&lt;br /&gt;
{{release notes link|52.01}}&lt;br /&gt;
{{release notes link|52.02}}&lt;br /&gt;
{{release notes link|52.03}}&lt;br /&gt;
{{release notes link|52.04}}&lt;br /&gt;
{{release notes link|52.05}}&lt;br /&gt;
{{release notes link|53.01}}&lt;br /&gt;
{{release notes link|53.02}}&lt;br /&gt;
{{release notes link|53.03}}&lt;br /&gt;
{{release notes link|53.04}}&lt;br /&gt;
{{release notes link|53.05}}&lt;br /&gt;
{{release notes link|53.06}}&lt;br /&gt;
{{release notes link|53.07}}&lt;br /&gt;
{{release notes link|53.08}}&lt;br /&gt;
{{release notes link|53.09}}&lt;br /&gt;
{{release notes link|53.10}}&lt;br /&gt;
{{release notes link|53.11}}&lt;br /&gt;
{{release notes link|53.12}}&lt;br /&gt;
{{release notes link|53.13}}&lt;br /&gt;
{{release notes link|53.14}}&lt;br /&gt;
{{release notes link|53.15}}&lt;br /&gt;
{{release notes link|53.16}}&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Template:Current/lastupdate&amp;diff=318795</id>
		<title>Template:Current/lastupdate</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Template:Current/lastupdate&amp;diff=318795"/>
		<updated>2026-08-05T21:29:27Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: 53.16&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;August 5, 2026&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template is the date that the latest version was released. (hopefully).&lt;br /&gt;
Include it in places that you want to refer to that date.&lt;br /&gt;
&lt;br /&gt;
If this template isn't up to date, feel free to correct it.&lt;br /&gt;
&lt;br /&gt;
[[Category:Version {{current/version}}]][[category:wiki]][[Category:Version templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Cartilage&amp;diff=318532</id>
		<title>Cartilage</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Cartilage&amp;diff=318532"/>
		<updated>2026-08-03T02:59:47Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: Undo revision 318523 by Silverwing235 (talk) clobbered another valid edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Unrated}}{{av}}&lt;br /&gt;
&lt;br /&gt;
'''Cartilage''' is a body part generated from [[butcher]]ing most animals. It has no use in the [[meat industry]], and can be dumped without a second thought. &lt;br /&gt;
&lt;br /&gt;
Its category in stockpiles is &amp;quot;Body parts&amp;quot; inside &amp;quot;Refuse&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Some fish, such as [[shark]]s, are notable for having cartilaginous skeletons. These fish do not drop bones, only cartilage.&lt;br /&gt;
&lt;br /&gt;
Note that dwarves consider cartilage useful (like bones), so they will not dump it automatically, even if you have the {{menu icon|y}}→Standing orders→&amp;quot;Workers dump other objects&amp;quot; option enabled. It does not rot on its own either.&lt;br /&gt;
&lt;br /&gt;
[[File:cartilage.jpg|thumb|300px|center|Bodily material between bones.]]&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{materials}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Materials}}&lt;br /&gt;
{{Category|Body parts}}&lt;br /&gt;
[[ru:Cartilage]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Tileset_repository&amp;diff=318268</id>
		<title>Tileset repository</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Tileset_repository&amp;diff=318268"/>
		<updated>2026-07-29T06:56:07Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Installation */ added up-front explanation of when file conversion is needed, added that PNG-&amp;gt;BMP shouldn't be needed (based on testing), trimmed redundancy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{For/see|user-created graphic sets|[[Graphics set repository]]}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Mod}}&lt;br /&gt;
&lt;br /&gt;
A character set, or simply [[tilesets|tileset]], is an image in BMP or PNG format that contains the 256 different tiles, corresponding to the [[Main:Character table|IBM Code Page 437]] (sometimes called Extended ASCII). They are used to display the text elements in graphics mode and everything in ASCII mode. This page serves as a repository for custom tilesets made by users, including instructions on how to install them.&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
&lt;br /&gt;
The default tilesets (640×300 and 800×600) render 8×12 and 10×12 characters respectively, with majuscule latin letters occupying a 7×9 box, and appear broadly similar to the IBM MDA font based on the shape of the &amp;quot;0&amp;quot;, &amp;quot;g&amp;quot;, and &amp;quot;f&amp;quot; characters (but with slight differences including the &amp;quot;0&amp;quot;, &amp;quot;W&amp;quot;, and &amp;quot;y&amp;quot;). The exact origin of the DF font is unknown.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&amp;lt;!-- last tested 53.10 --&amp;gt;&lt;br /&gt;
{{TipBox|#fb0|float=center|'''Currently, using some tilesets can cause the lower and right edges of the screen to not react to the mouse.'''{{bug|13462}} This is dependent on size; the 8×12 and 10×12 that come with the game are fine, but the 16×16 is not. Maximizing the window or [[Settings|setting]] the game to fullscreen may avoid this.}}&lt;br /&gt;
Other issues that can appear when using a different tileset:&lt;br /&gt;
* In graphics mode, the minimap frame will scale to the tileset, but the minimap image will not.&lt;br /&gt;
* In graphics mode, using a tileset with a different aspect ratio will stretch UI elements.&lt;br /&gt;
* In graphics mode, some UI elements do not scale to the tileset.&lt;br /&gt;
* In either mode, and even with the default tileset at some scales and game display sizes, some menus may not have enough space to display all elements; the [[Noble#Menu|Nobles menu]] especially.&lt;br /&gt;
&lt;br /&gt;
To use a specific tileset with ''Dwarf Fortress'', you must perform the following steps:&lt;br /&gt;
&lt;br /&gt;
# Download the tileset to your computer. Each tileset is just an image, so there is no separate download link. ('''Right-Click''' on the tileset image and '''Save-As'''.) Alternatively, export a BMP from [https://github.com/viler-int10h/Fontraption Fontraption].&lt;br /&gt;
# If using very old versions of ''Dwarf Fortress'', it is necessary to convert the tileset to the BMP image format:&lt;br /&gt;
## You '''must not''' just change the extension to .bmp or .png or the tileset will be '''unusable''', because only the extension is changed, but not the file header and encoding; you '''must''' use a program like MS Paint to convert and save it properly.&lt;br /&gt;
## For ''[[40d:Release information/0.28.181.40d|DF 0.28.181.40d]] or older:'' open the PNG file in an image editor and save it as a '''24-bit bitmap''' (BMP).&lt;br /&gt;
## For ''[[v0.31:Release information/0.31.01|DF 0.31.01]] or newer:'' it is not necessary to convert images, since these versions should be able to use either format, however, to do so, open the BMP file in an image editor and save it as a '''PNG'''  with ''transparency''.&lt;br /&gt;
# Move or copy the file to the DF art directory ({{tt|data/art}}), which is in the game installation folder.&lt;br /&gt;
## Alternatively, depending on the the [[Settings#Portable_mode|portable mode setting]], files in the ''Local User''{{tt|/data/art}} folder will override the files in the installation folder.&lt;br /&gt;
# Edit the {{tt|data/init/init_default.txt}} file to specify the tileset file to use. There are three lines that can be changed:&lt;br /&gt;
## '''[FONT:''&amp;lt;filename&amp;gt;'']''' — the tileset for a windowed display.&lt;br /&gt;
## '''[FULLFONT:''&amp;lt;filename&amp;gt;'']''' — the tileset for a full-screen display.&lt;br /&gt;
## '''[BASIC_FONT:''&amp;lt;filename&amp;gt;'']''' — the tileset for initial loading and menu display.&lt;br /&gt;
## All three can be set to the same file. In fact, setting them to different files can give unexpected results.&lt;br /&gt;
## Once you have made the changes you need to remember to save the file.&lt;br /&gt;
# If the selected tileset requires modifications to the [[Raw]]s, you will have to make those edits.  What those changes are will depend on the tileset itself, and may only be valid for older versions. Likewise, some tilesets may suggest changes to {{tt|d_init.txt}}, such as {{tt|[PILLAR_TILE:255]}}, but those options, sadly, no longer exist.&lt;br /&gt;
&lt;br /&gt;
Once the file is saved and the required changes are made, you are ready to play DF with your new tileset! The game does not save these FONT options in {{tt|prefs/init.txt}}, so adding them there will only be temporary.&lt;br /&gt;
&lt;br /&gt;
=Square tilesets=&lt;br /&gt;
&lt;br /&gt;
==1&amp;amp;times;1==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Monoscii Lite.png&lt;br /&gt;
|image=[[Image:Monoscii_Lite.png]]&lt;br /&gt;
|author=Loud Whispers&lt;br /&gt;
|dated=2015-03-30&lt;br /&gt;
|size=1&amp;amp;times;1&lt;br /&gt;
|resolution=80&amp;amp;times;25&lt;br /&gt;
|comments=So on suggestion I made the new version of Monoscii which has every tile be 1 pixel, the entire map nearly fits into the screen just fine. Monoscii Lite is superior in every way, the information is denser, crisper and cleaner. pUrists will finally be one step closer to the most pUrist DF possible. ([http://www.bay12forums.com/smf/index.php?topic=149759.msg6131651#msg6131651 forum post link])&lt;br /&gt;
|demo=[[Image:Monoscii lite large world screenshot.png|thumb|right|Monoscii Lite]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==5&amp;amp;times;5==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kein_400x125.png&lt;br /&gt;
|author=[[User:Kein|Kein]]&lt;br /&gt;
|dated=2008-8-7&lt;br /&gt;
|size=5&amp;amp;times;5&lt;br /&gt;
|resolution=400&amp;amp;times;125&lt;br /&gt;
|comments=A large 257x257 DFMA world gen map can be found [http://mkv25.net/dfma/map-3278-5x5largeworldmap here.]Updated 08/06/08. Changed most text characters as well as some others to 4x4 with blackspace to avoid tiling. Most characters have been revised to be spaced out to be more distinguishable in such a small set. After seeing the dev update earlier today about increasing your view size I decided to create this small font. This has been built completely from scratch, mostly while at work today. I may be making a shaded version in the future. The first image to the right is from the Abbeyverse succession game.&lt;br /&gt;
|demo=[[Image:Kein_400x125.gif|thumb|right|Kein's 5x5]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zaratustra_custom_5x5.png&lt;br /&gt;
|author=[[User:Zaratustra|Zaratustra]]&lt;br /&gt;
|dated=2008-11-20&lt;br /&gt;
|size=5&amp;amp;times;5&lt;br /&gt;
|resolution=400&amp;amp;times;125, 800&amp;amp;times;250, 800&amp;amp;times;500&lt;br /&gt;
|comments=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==6&amp;amp;times;6==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Geti_custom_6x6.png&lt;br /&gt;
|author=[[User:Geti|Geti]]&lt;br /&gt;
|dated=2010-08-04&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150, 960times;300&lt;br /&gt;
|comments=A 6x6 Tileset optimised for legibility through personal use. Not shaded on most glyphs, aiming for a crisper look. Best at 2x2 pixels.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lord Nightmare 6x6font01.png&lt;br /&gt;
|author=Lord Nightmare&lt;br /&gt;
|dated=2007-11-5&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150&lt;br /&gt;
|comments=Made in 5 hours on 11/5/07 (I was bored and dissatisfied with other fonts). Most glyphs are really 5&amp;amp;times;6, with a separator column.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lord Nightmare 6x6font02.png&lt;br /&gt;
|author=Lord Nightmare&lt;br /&gt;
|dated=2007-11-12&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150&lt;br /&gt;
|comments=Version 2.05. Updated 11/12/07 to de-fuzz uppercase letters, added serifs and clarified lowercase letters, made horizontal spacing consistent throughout character set, fixed one error in the double horizontal-left-right, single-vertical-up-down character, made exclamation points consistent, thinned out question mark and inverse question mark, sharpened sideways stemless arrows, clarified international characters, and clarified some Greek letters. Since v2.0: fixed 'i' 'g', fixed Yen symbol, fixed smiley 0x01 to not have an extra line to its right, lowered the period and colon characters, fixed position of 'x'. Thanks to Markavian for ideas on how to improve the font, as well as an occasional character glyph.&lt;br /&gt;
|demo=[[Image:Nightmare_6x6_v2.jpg|thumb|right|Lord Nightmare's 6x6 v2]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Mkv_curses_480x150.png&lt;br /&gt;
|author=[[User:Markavian|Markavian]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150&lt;br /&gt;
|comments=The first version of the tiny tileset, superseded by the version below.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Mkv_curses_480x150_v2.png&lt;br /&gt;
|author=[[User:Markavian|Markavian]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150&lt;br /&gt;
|comments=My second version of the tiny tileset, for uber small resolution DF, with improved visibility of several symbols.&lt;br /&gt;
Available in [http://mkv25.net/showcase/df/mkv_curses%2012x12%20and%206x6%20v2.zip mkv curses 12&amp;amp;times;12 and 6&amp;amp;times;6 v2.zip].&lt;br /&gt;
|demo=[[Image:mark_6x6_v2.jpg|thumb|right|Markavian's 6x6 v2]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=nobbins6x6.png&lt;br /&gt;
|author=[[User:Nobbins|Nobbins]]&lt;br /&gt;
|dated=2010-01-10&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150, 960&amp;amp;times;300&lt;br /&gt;
|comments=Tiny tileset for small screens, with experimental colour blending and pseudo-curved walls.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=nobbin_ts_v2.png&lt;br /&gt;
|author=[[User:Nobbins|Nobbins]]&lt;br /&gt;
|dated=2010-06-28&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150, 960&amp;amp;times;300&lt;br /&gt;
|comments=Tiny tileset for small screens/large projects, using slightly Monaco-styled serifs. Transparency-supporting version needed. [http://www.bay12games.com/forum/index.php?topic=47680 Forum thread.]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=unbeatable.png&lt;br /&gt;
|author=[[User:Qazwsxplm|Qazwsxplm]]&lt;br /&gt;
|dated=2026-07-27&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150&lt;br /&gt;
|comments=the ones above looks too ugly in my eyes. so i designed this 5x5 tileset that no one, '''No One''', '''&amp;lt;big&amp;gt;NO ONE&amp;lt;/big&amp;gt;''' can ever beat.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=unbeatable_shadowed.png&lt;br /&gt;
|author=[[User:Qazwsxplm|Qazwsxplm]]&lt;br /&gt;
|dated=2026-07-29&lt;br /&gt;
|size=6&amp;amp;times;6&lt;br /&gt;
|resolution=480&amp;amp;times;150&lt;br /&gt;
|comments=Thanks to [https://ibispaint.com/?lang=en-US ibisPaint], now with shadows!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==7&amp;amp;times;7==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=Herrbdog_7x7_tileset.gif&lt;br /&gt;
|author=[[User:herrbdog|herrbdog]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=7&amp;amp;times;7&lt;br /&gt;
|resolution=560&amp;amp;times;175&lt;br /&gt;
|comments=&lt;br /&gt;
|demo=[[Image:Herrbdog_7x7.jpg|thumb|right|herrbdog's 7x7 tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=terbert_7x7.png&lt;br /&gt;
|author=[[User:Terbert|Terbert]]&lt;br /&gt;
|dated=2009-6-30&lt;br /&gt;
|size=7&amp;amp;times;7&lt;br /&gt;
|resolution=560&amp;amp;times;175&lt;br /&gt;
|comments=This is a 7x7 tileset made for overseeing large constructions &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;8==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Anikki_square_8x8.png&lt;br /&gt;
|author=[[User:Anikki|Anikki]]&lt;br /&gt;
|dated=2008-7-27&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 native.&lt;br /&gt;
|comments=Based on the original IBM CGA Character set with a lot of tweaks. The characters remain as descriptive yet universal as possible. I chose the CGA set because it is in my opinion the square set with the best readability. This set is for those who like the basic ASCII look where every pixel has meaning or (multiple meanings). [http://www.anikki.com/share/df/Anikki_square_8x8.bmp Download the BMP]&lt;br /&gt;
&lt;br /&gt;
There is also an upscaled [[#Anikki_square_16x16.png|16x16 version]] of this set available for fullscreen use below.&lt;br /&gt;
|demo=[[Image:df_anikki_2.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|title=cheepicus_8x8&lt;br /&gt;
|filename=cheepicus_8x8.png&lt;br /&gt;
|author=[[User:Cheepicus|Cheepicus]]&lt;br /&gt;
|dated=2014-4-3&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200&lt;br /&gt;
|comments=An 8x8 tileset I made. Hand-made, mostly ASCII, with just a few special characters, like my other tilesets.&lt;br /&gt;
|demo=[[Image:cheepicus_8x8_ss.png|thumb|right|cheepicus_8x8 sample]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Jdpage_8x8.png&lt;br /&gt;
|author=[[User:Jdpage|Jdpage]]&lt;br /&gt;
|dated=2010-09-15&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 native.&lt;br /&gt;
|comments=Modified version of the [[#Anikki_square_8x8.png|Anikki 8x8 tileset]]. Just prettifies it a bit; some characters are tweaked to make them work slightly better for one of their jobs without disturbing the rest. Others are redesigned entirely. Most importantly, dwarves were given beards.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=NICER40C OG?.png&lt;br /&gt;
|author=[https://int10h.org/ VileR]/IBM?&lt;br /&gt;
|dated=2019-05-16&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200&lt;br /&gt;
|comments=When you don't listen to him&lt;br /&gt;
&lt;br /&gt;
Tool used: https://www.imageresizer.work/stretch-image-online&lt;br /&gt;
&lt;br /&gt;
𝓻 𝓸 𝓯 𝓵 𝓶 𝓫 𝓯 𝓪 𝓸&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=CGA8x8thick.png&lt;br /&gt;
|author=Lord Nightmare/IBM&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=The original IBM CGA Character set, thick variant, dumped from addresses 0x1800-0x1fff the 5788005 IBM Character Generator ROM. This is the far more common 'thick' variant. Best viewed at 8:5 aspect ratio.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=CGA8x8thin.png&lt;br /&gt;
|author=Lord Nightmare/IBM&lt;br /&gt;
|dated=2008-6-6&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=The original IBM CGA Character set, thin variant, dumped from addresses 0x1000-0x17ff the 5788005 IBM Character Generator ROM. This is the less common 'thin' variant, which required soldering on two pins and jumpering them on the CGA card to use. Best viewed at 8:5 aspect ratio.&lt;br /&gt;
|demo=[[Image:Nightmare_cga_8x8.jpg|thumb|right|Lord Nightmare's 8&amp;amp;times;8 CGA tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=LN_EGA8x8.png&lt;br /&gt;
|author=Lord Nightmare/IBM&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=The IBM EGA 8&amp;amp;times;8 Character set, dumped from the 6277356 IBM EGA BIOS ROM. This is ALMOST 100% IDENTICAL to the CGA thick font, but has minor modifications (23 pixels total) done to four characters: the capital 'S', the club sign, the spade sign, and the large asterisk (the one with a hole in the middle, char 0x0f, not the shift-8 one which is char 0x2a). There is no thin variant of this font. Best viewed at 8:5 aspect ratio.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=RDE_8x8.png&lt;br /&gt;
|author=[[User:RedDeadElite|RedDeadElite]]&lt;br /&gt;
|dated=2018-08-17&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200&lt;br /&gt;
|comments=Meant to resemble the vanilla curses tileset, which itself is similar to Microsoft's 8x12 Terminal font. Glyphs sourced from various bitmap fonts and/or modified by hand.&lt;br /&gt;
|demo=[[Image:RDE_8x8_screencap.png|thumb|right|RedDeadElite's 8x8 tileset with [[Graphics_set_repository#Phoebus.27_Graphics_Set|Phoebus's color scheme]].]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Pastiche_8x8.png&lt;br /&gt;
|author=[[User:Tejón|tejón]]&lt;br /&gt;
|dated=2012-6-12&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 @ 80&amp;amp;times;25.&lt;br /&gt;
|comments=A mishmash of the CGA, Acorn and C64 character fonts (and just a hint of Fixedsys), with a few pixels nudged here and there and several symbols shifted to make world maps look nicer.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Potash_8x8.png&lt;br /&gt;
|author=[[User:Tejón|tejón]]&lt;br /&gt;
|dated=2012-6-12&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 @ 80&amp;amp;times;25.&lt;br /&gt;
|comments=I like packing as much on the screen as I can, but 8&amp;amp;times;8 is just too crowded for 1920&amp;amp;times;1080 fullscreen. I intended to make a 10&amp;amp;times;10 version of Pastiche, but I had to make countless little changes to maintain visual consistency between the two sizes. I finally gave up, called it a new font, and changed some more stuff just because! Like Pastiche, Potash is a pure ASCII/CP437 font, suitable for use outside of ''Dwarf Fortress'' should you happen to find yourself stuck in 1985.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Acorntileset8x8.png&lt;br /&gt;
|author=[[User:Xenomorph|Xenomorph]]&lt;br /&gt;
|dated=2008-8-9&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200&lt;br /&gt;
|comments=This is the tileset used by Acorn computers, starting with the BBC Micro.  This version is as it would have appeared in 40-column modes (and shuffled a little to adapt it to CP437).  It also looks nice at double resolution. [http://dffd.bay12games.com/file.php?id=407 Download the BMP.]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=yayo_c64_640x200.png&lt;br /&gt;
|author=[[User:Yayo|Yayo]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200&lt;br /&gt;
|comments=Name: Yayo's C64; Based on the charset of the Commodore 64. It's a flat style, but it's clean and also highly readable. I recreated all the missing chars like letters with accents and symbols, trying to get a c64 style as much as possible. If it's too small, use the 16&amp;amp;times;16 version [[#Yayo_c64_1280x400_83b157.png|below]]. :)&lt;br /&gt;
|demo=[[Image:yayo_c64_640x200_screenshot.png|thumb|right|yayo's c64 Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zaratustra_msx.png&lt;br /&gt;
|author=[[User:Zaratustra|Zaratustra]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 or 640&amp;amp;times;400&lt;br /&gt;
|comments= The MSX and MSX2 font, shuffled around to fit the char set. Double lines were added.&lt;br /&gt;
|demo=[[Image:Zara_8x8.jpg|thumb|right|Zaratustra's 8&amp;amp;times;8 tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=IBM PC Convertible.png&lt;br /&gt;
|author=IBM&lt;br /&gt;
|dated=1986-04-03&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200&lt;br /&gt;
|comments=Dumped from original IBM PC Convertible ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Sharp PC-3000.png&lt;br /&gt;
|author=Sharp&lt;br /&gt;
|dated=1991&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 or 640&amp;amp;times;400&lt;br /&gt;
|comments=Dumped from original Sharp PC-3000 ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Sharp PC-3000 Thin.png&lt;br /&gt;
|author=Sharp&lt;br /&gt;
|dated=1991&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 or 640&amp;amp;times;400&lt;br /&gt;
|comments=Dumped from original Sharp PC-3000 ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==9&amp;amp;times;9==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=720x225_SmoothWalls.PNG&lt;br /&gt;
|author=[[User:Dorten|Dorten]]&lt;br /&gt;
|dated=2009-2-13&lt;br /&gt;
|size=9&amp;amp;times;9&lt;br /&gt;
|resolution=720&amp;amp;times;225&lt;br /&gt;
|comments=It's improved Savok's tileset, which is changed to make walls look smooth. Plus another little differences.&lt;br /&gt;
|demo=[[Image:Snap.PNG|thumb|right|Dorten's smooth-walled version of Savok's tileset. (Without fix for 7s)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=720x225_SmoothWalls7.png&lt;br /&gt;
|author=[[User:Dorten|Dorten]]&lt;br /&gt;
|dated=2009-2-13&lt;br /&gt;
|size=9&amp;amp;times;9&lt;br /&gt;
|resolution=720&amp;amp;times;225&lt;br /&gt;
|comments=Minor tweak so the 7's don't look like question marks.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Nostalgia_720x225.png&lt;br /&gt;
|author=[[User:Maus|maus]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=9&amp;amp;times;9&lt;br /&gt;
|resolution=720&amp;amp;times;225&lt;br /&gt;
|comments=Another square tileset that's usable on low resolutions, modelled after a common font used on the Nintendo Entertainment System. I also made a [[#Nostalgia_1440x450_3e4a08.png|18x18 version]] to fit my 1440x900 screen, back when the aspect ratio of DF was locked. If you like your set a bit more graphical, check out [[#Teeto_K_18x18.PNG|Teeto_K's version]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=DortenSolid.png&lt;br /&gt;
|author=[[User:Qjet|Qjet]]&lt;br /&gt;
|dated=2009-2-13&lt;br /&gt;
|size=9&amp;amp;times;9&lt;br /&gt;
|resolution=720&amp;amp;times;225&lt;br /&gt;
|comments=Mod of Dortens super sexy 9*9 tileset, this time to provide solid backgrounds to tiles, avoids designation problems by using PNG transparency.&lt;br /&gt;
|demo=[[Image:DortenSolidex1.png|thumb|right|Qjet's solid-background mod of Dorten's smooth-walled edit of Savok's tileset.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses_720x225_8d6752.png&lt;br /&gt;
|author=[[User:Savok|Savok]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=9&amp;amp;times;9&lt;br /&gt;
|resolution=720&amp;amp;times;225&lt;br /&gt;
|comments=There is no doubt that this tileset is old. This must be distinctly understood if anything wonderful is to come of your use of it. You may like [[#720x225_SmoothWalls.PNG|Dorten's revision]] more. The following is the original description:&amp;lt;br&amp;gt;I dislike curses_640x300.bmp due to its lack of any kind of graphics for things like a bed or a barrel and the fact that it distorts my beautiful circles, so I made a similarish tileset to fix those.&lt;br /&gt;
|demo=[[Image:Screenshot_41ea57.png|thumb|right|Savok's tiny, non-updated tileset.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==10&amp;amp;times;10==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Anikki_square_10x10.png&lt;br /&gt;
|author=[[User:Anikki|Anikki]]&lt;br /&gt;
|dated=2008-7-27&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|resolution=800&amp;amp;times;250 native.&lt;br /&gt;
|comments=Based primarily on Tocky and Plac1d's sets (which are brilliant). The characters remain as descriptive as possible with some tweaks to the font for better readability and some changes to symbols for more consistency. This set is for those who like the basic ASCII look where every pixel has meaning or (multiple meanings). [http://www.anikki.com/share/df/Anikki_square_10x10.bmp Download the BMP]&lt;br /&gt;
(Note: The up and down ramps are reversed.)&lt;br /&gt;
|demo=[[Image:df_anikki_1.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=buddy.png&lt;br /&gt;
|author=buddy&lt;br /&gt;
|dated=2014-07-12&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|comments=I wanted every character in this set to be the very best text symbol it could possibly be, while still looking good in-game.&lt;br /&gt;
&lt;br /&gt;
A hidden feature of this tileset is that the border around the white tile only has its red color-component changed, which means that a nice clear grid shows up over (brown) designations, while (blue) ice walls still look perfectly smooth.&lt;br /&gt;
&lt;br /&gt;
[PILLAR_TILE:10]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=buddy--graphical.png&lt;br /&gt;
|author=buddy&lt;br /&gt;
|dated=2014-07-16&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|comments=The graphical version of my tileset.&lt;br /&gt;
&lt;br /&gt;
data/init/d_init.txt:&amp;lt;br/&amp;gt;&lt;br /&gt;
[PILLAR_TILE:10]&amp;lt;br/&amp;gt;&lt;br /&gt;
[TREE_BRANCHES:171]&lt;br /&gt;
&lt;br /&gt;
raw/objects/creature_standard.txt:&amp;lt;br/&amp;gt;&lt;br /&gt;
[CREATURE:GOBLIN] ... [CREATURE_TILE:255]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=ddw.png&lt;br /&gt;
|author=[[User:Ddw|Ddw]]&lt;br /&gt;
|dated=2011-03-10&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|resolution=800&amp;amp;times;250 native&lt;br /&gt;
|comments=Based on [[#Anikki_square_10x10.png|Anikki]], with some simplifications and modifications. I like Markavian's walls, so I did something similar. The bottom right tile, number 255, I use for pillars. You can set that in your d_init.txt, the line should look like [PILLAR_TILE:255] &lt;br /&gt;
[http://www.dougwhiteley.co.uk/images/ddw_shot.png Example].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Paul_10x10.png&lt;br /&gt;
|author=[[User:Paul|Paul]]&lt;br /&gt;
|dated=2008-9-5&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|resolution=800&amp;amp;times;250 for 80&amp;amp;times;25 grid size, others just multiply grid by 10.&lt;br /&gt;
|comments=Custom tileset I made for my own use when the adjustable grid sizes were released for DF. Some accented letters cut slightly to allow for larger letter display. Contains several of Tocky's tiles (barrels, some trees, dimple cups, coins, slightly modified armor stand). Others are either made by me or adjusted from curses_800x600 tiles.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Potash_10x10.png&lt;br /&gt;
|author=[[User:Tejón|tejón]]&lt;br /&gt;
|dated=2012-6-12&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|resolution=800&amp;amp;times;250 @ 80&amp;amp;times;25.&lt;br /&gt;
|comments=The &amp;quot;full size&amp;quot; version of Potash. I insist on using a square font to maintain sanity when judging sizes and distances, but I'm not a fan of how text usually looks with square glyphs -- the letters are either too wide, or spaced too far apart. I've tried balance those two flaws against each other as much as possible, and I think this font is very readable as a result. Nearly all the 10&amp;amp;times;10 glyphs have empty borders on all four sides, to prevent confusing (or just ugly) connections between adjacent tiles.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Taffer 10x10.png&lt;br /&gt;
|author=[[User:Taffer|Taffer]]&lt;br /&gt;
|dated=2017-01-10&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|resolution=Looks decent at almost any resolution.&lt;br /&gt;
|comments=A sharp looking, vanilla styled tileset that strives to strike a good balance between nice, attractive graphics, while avoiding graphical oddities.  I find the cumulative differences from the ASCII add to the game. Feel free to leave me a [http://dwarffortresswiki.org/index.php/User_talk:Taffer note]. This has turned into a [http://www.bay12forums.com/smf/index.php?topic=107924.0], and includes alternate walls, fonts, and racial graphics.&lt;br /&gt;
|demo=[[Image:Taffer.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Terbert_10x10.png&lt;br /&gt;
|author=[[User:Terbert|Terbert]]&lt;br /&gt;
|dated=2009-6-30&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|resolution=800&amp;amp;times;250&lt;br /&gt;
|comments=This is Terbert's First tileset&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Tocky_square_10x10.png&lt;br /&gt;
|author=[[User:Tocky|Tocky]]&lt;br /&gt;
|dated=2007-11-15&lt;br /&gt;
|size=10&amp;amp;times;10&lt;br /&gt;
|resolution=800&amp;amp;times;250 native, 800&amp;amp;times;500 for fullscreen.&lt;br /&gt;
|comments=I tried to make all the pictographic symbols as descriptive as possible: the only ones I've spotted that show up in odd places are the staircase symbols, '&amp;lt;' and '&amp;gt;', which are used as tags on barrel descriptions, and don't match -- but I'm willing to live with that in order to be able to tell up-stairs from down-ones. With everything else, I just tried to maximize clarity and readability and to keep them consistent. I'm really very pleased with how this set turned out. &lt;br /&gt;
|demo=[[Image:Df_tock10_1.PNG|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==11&amp;amp;times;11==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=terminus.png&lt;br /&gt;
|author=[[User:Gekz|Gekz]]&lt;br /&gt;
|dated=2010-1-08&lt;br /&gt;
|size=11&amp;amp;times;11&lt;br /&gt;
|resolution=880&amp;amp;times;275&lt;br /&gt;
|comments=This works great on my EeePCs shoddy resolution of 1024x600, and this is why I made it. This is basically the [http://www.is-vn.bg/hamster/ Terminus font] converted for use on DF. I chose this font due to its readability at a low resolutions, and soon I'll convert some of the non-letter characters into actually objects like beds and dwarves, so keep a look out for an updated version that I'll add below.&lt;br /&gt;
&lt;br /&gt;
[http://www.bay12games.com/forum/index.php?topic=47570.0 This forum thread] has the slightly 'graphical' test version. Quite amusing. Check there for updates.&lt;br /&gt;
|demo=[[Image:terminus-sc.png|thumb|right|Terminus Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==12&amp;amp;times;12==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=DB_curses_12x12.PNG&lt;br /&gt;
|author=[[User:Hanuman|Hanuman]]&lt;br /&gt;
|dated=2008-7-23&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=900&amp;amp;times;300&lt;br /&gt;
|comments=This is basically the curses_800x600.bmp file converted to 12x12. It may be slightly different but it is close enough for me. [http://dffd.wimbli.com/file.php?id=318 Get the .BMP here.]&lt;br /&gt;
Note: If the tileset doesn't look right played at 900x300, try changing the resolution to 966x325.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Alloy_curses_12x12.png&lt;br /&gt;
|author=[[User:Alloy|Alloy]]&lt;br /&gt;
|dated=2010-12-3 - v1.1&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300 native.&lt;br /&gt;
|comments=Much like [[Tileset_repository#Hanuman|Hanuman's conversion]], this is based on the default curses_640x300 tileset, converted to 12x12. There are no significant modifications to the tiles, smoothing, etc - just some cosmetic changes mostly to take advantage of 4 extra horizontal pixels. For people who like the original tileset's look and size but want a square version of it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Haberdash_curses_12x12.png&lt;br /&gt;
|author=[[User:Haberdash|Haberdash]]&lt;br /&gt;
|dated=2014-07-24&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=Similar to [[Tileset_repository#Alloy|Alloy's conversion]], this is based on the default curses_800x600 tileset, converted to 12x12. I wrote a GIMP python plugin to add padding to bring each tile up to the required size, and then I manually tidied up the places where the images no longer went all the way to the edge of the tile. This ensures that the positioning of each image within each tile stays exactly the same as in the original tileset, but with a single pixel column added on both sides of the tile to bring it up to size. For people who like the 800x600 original tileset's look and size but want a square version of it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses_classic_square_12x12.png&lt;br /&gt;
|author=DPh Kraken&lt;br /&gt;
|dated=2025-1-1&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=1024&amp;amp;times;768&lt;br /&gt;
|comments=The vanilla tileset, resized to 12x12 with no added frills. Some non-text characters have been additionally centered within the wider margins.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|title=cheepicus_12x12&lt;br /&gt;
|filename=cheepicus_12x12.png&lt;br /&gt;
|author=[[User:Cheepicus|Cheepicus]]&lt;br /&gt;
|dated=2010-8-4&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=I wanted a 12x12 ASCII graphics set, sharp, with pleasant text, so I wound up making one myself from scratch. It's a little influenced by Guybrush, which I love, but after awhile the blurriness got to me.&lt;br /&gt;
&lt;br /&gt;
(This tileset is not entirely ASCII; I changed the equals sign to a pattern, so that stockpiles would look the way I like.)&lt;br /&gt;
|demo=[[Image:cheepicus_12x12_ss.png|thumb|right|cheepicus_12x12 sample]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Unknown curses 12x12 &amp;amp; Markvii Walls.png&lt;br /&gt;
|author=DDR &amp;amp; Others&lt;br /&gt;
|dated=2010-9-3&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300 native&lt;br /&gt;
|comments=A remix of the Unknown 12x12 curses with Markvii's diagonal walls. Works quite nicely together.&lt;br /&gt;
|demo=[[Image:Unknown curses 12x12 &amp;amp; Markvii Walls example screenshot.jpeg|thumb|right|A dwarf practicing archery. He died later.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Herrbdog_144.png&lt;br /&gt;
|author=Herrbdog&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=A larger version of this tileset is available [[#Herrbdog_16x16_tileset.gif|below]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Dullard_Exponent_12x12.png&lt;br /&gt;
|author=Lord Dullard/Exponent&lt;br /&gt;
|dated=2009-3-30&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300 native&lt;br /&gt;
|comments=Adjusted by Exponent, and with new dwarf characters added. A version of the Unknown 12×12 tileset with smoothed walls. Example: [http://mkv25.net/dfma/map-5243-wiltedblight Wiltedblight].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=mkv_solidcurses_stairs_960x300.png&lt;br /&gt;
|author=[[User:Markavian|Markavian]]&lt;br /&gt;
|dated=2007-12-4&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=This revision is designed to work with DF version 0.27.169.33a with special tiles for [[stair]]s and [[ramp]]s, as well as the changes present in the earlier version such as bones, walls, trees and swords.&amp;lt;br&amp;gt; Available in [http://mkv25.net/showcase/df/mkv_curses%2012x12%20and%206x6%20v2.zip mkv curses 12&amp;amp;times;12 and 6x6 v2.zip]. As seen in the fortress of [http://mkv25.net/dfma/map-1329-axegear Axegear].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Mkv_solidcurses_960x300.png&lt;br /&gt;
|author=[[User:Markavian|Markavian]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=An older revision of my square tileset, featuring more detailed symbols, with alterations to certain text characters to look more like ingame items. The walls are infilled now.&amp;lt;br&amp;gt; &lt;br /&gt;
Available in [http://mkv25.net/showcase/df/mkv_curses%2012x12%20and%206x6%20v2.zip mkv curses 12&amp;amp;times;12 and 6x6 v2.zip]. As seen in the fortress of [http://mkv25.net/dfma/map-800-inflew. Inkflew].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Markvii.png&lt;br /&gt;
|author=[[User:Turnip|Turnip]]&lt;br /&gt;
|dated=2009-7-9&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=My revision of Markavian's tileset, made to be more &amp;quot;curvy&amp;quot;&lt;br /&gt;
|demo=[[Image:Rev7.PNG|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Tileset_unknown_960x300_02.png&lt;br /&gt;
|author=Unknown&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=This is a tileset submitted by an unknown user from the IP address 86.43.81.125. &amp;lt;!-- no need to say that for the default characters --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Unknown_curses_12x12.png&lt;br /&gt;
|author=Unknown&lt;br /&gt;
|dated=2007-11-24&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300&lt;br /&gt;
|comments=This is very similar to the above tileset, but has some noticeable differences. I have no idea where I got it from. It's great on a 1024x768 CRT monitor in windowed mode. I use it in a 1000x500 window with [BLACKSPACE:YES]. --[[User:JT|JT]]&lt;br /&gt;
|demo=[[Image:Unknown_12x12.jpg|thumb|right|Unknown 12&amp;amp;times;12 v2]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=nice_curses_12x12.png&lt;br /&gt;
|author=[[User:Vidumec|Vidumec]]&lt;br /&gt;
|dated=2013-01-30&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300 native&lt;br /&gt;
|comments=This tileset is a square version of Plac1d's tileset with some modifications, like duller ground tiles and other.&lt;br /&gt;
|demo=[[Image:Screenshot_nice_curses_12x12.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=zesty_curses_12x12.png&lt;br /&gt;
|author=[[User:ZesT|ZesT]]&lt;br /&gt;
|dated=2022-11-3&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300 native&lt;br /&gt;
|comments= A fresh spin on Vidumec's &amp;quot;nice curses&amp;quot; tileset - includes a couple different graphics that both keep the ASCII feel and provide better visual representations while preventing text artefacts, including new graphics for sheets, plus a Moai statue since making the statue specifically humanoid didn't feel generalisable enough.&amp;lt;br&amp;gt;A [[Tileset repository#zesty_curses_24x24.png|24x24 version]] is available.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==13&amp;amp;times;13==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kren_13x13.png&lt;br /&gt;
|author=[[User:Krenshala|krenshala]]&lt;br /&gt;
|dated=2015-12-27 (Updated 2017-08-27)&lt;br /&gt;
|size=13&amp;amp;times;13&lt;br /&gt;
|comments=I wanted a tileset smaller than 15x15 that would still display nicely on a netbook (e.g. 1366&amp;amp;times;768), but still be clearly legible.  I think I have succeeded in that goal.  On a 1680&amp;amp;times;1050 display the resolution is 129&amp;amp;times;80 with this tileset.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=yayo_tunur_1040x325.png&lt;br /&gt;
|author=[[User:Yayo|Yayo]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=13&amp;amp;times;13&lt;br /&gt;
|resolution=1040&amp;amp;times;325&lt;br /&gt;
|comments=Name: Yayo's Tunur; According to the language files of DF, Tunur means &amp;quot;style&amp;quot; in dwarf language. It may require a bit to get used to some symbols, but it's a very clean tileset. (It's just a bit weird. :P)&lt;br /&gt;
|demo=[[Image:yayo_tunur_1040x325_screenshot.png|thumb|right|yayo's Tunur Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==14&amp;amp;times;14==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|title=cheepicus_14x14&lt;br /&gt;
|filename=cheepicus_14x14.png&lt;br /&gt;
|author=[[User:Cheepicus|Cheepicus]]&lt;br /&gt;
|dated=2018-11-28&lt;br /&gt;
|size=14&amp;amp;times;14&lt;br /&gt;
|resolution=1120&amp;amp;times;350&lt;br /&gt;
|comments=Back on my bullshit. I made this because I wanted a bold, low-eyestrain tileset.&lt;br /&gt;
|demo=[[Image:cheepicus_14x14_ss2.png|thumb|right|cheepicus_14x14 sample]]&lt;br /&gt;
|demo2=[[Image:cheepicus_14x14_ss1.png|thumb|right|cheepicus_14x14 sample]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==15&amp;amp;times;15==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|title=cheepicus_15x15&lt;br /&gt;
|filename=cheepicus_15x15.png&lt;br /&gt;
|author=[[User:Cheepicus|Cheepicus]]&lt;br /&gt;
|dated=2012-5-6&lt;br /&gt;
|size=15&amp;amp;times;15&lt;br /&gt;
|resolution=1200&amp;amp;times;375&lt;br /&gt;
|comments=I find the text hard to read in most other tilesets, so I made a new one.  Mostly ASCII with a few graphical nods.  Lower right char is for PILLAR:255 in df_init.&lt;br /&gt;
|demo=[[Image:cheepicus_15x15_ss1.png|thumb|right|cheepicus_15x15 sample]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Talryth_square_15x15.png&lt;br /&gt;
|author=[[User:Talryth|Talryth]]&lt;br /&gt;
|dated=2010-06-18&lt;br /&gt;
|size=15&amp;amp;times;15&lt;br /&gt;
|resolution=1440&amp;amp;times;900 (96&amp;amp;times;60 grid size)&amp;lt;br/&amp;gt;1680&amp;amp;times;1050 (112&amp;amp;times;70 grid size)&lt;br /&gt;
|comments=Built from scratch, this ASCII tileset is made with two common 16:10 resolutions in mind. The odd tile size fills the above resolutions without artifacts and it gives an advantage in design, making for sharp features and equal spacing between characters. The manual anti-aliasing gives the set a nice and clean look. Transparent PNG support is needed for this one.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Vidumec_15x15.png&lt;br /&gt;
|author=[[User:Vidumec|Vidumec]]&lt;br /&gt;
|dated=2011-09-05&lt;br /&gt;
|size=15&amp;amp;times;15&lt;br /&gt;
|resolution=1440&amp;amp;times;900 (96&amp;amp;times;60 grid size)&amp;lt;br/&amp;gt;1680&amp;amp;times;1050 (112&amp;amp;times;70 grid size)&amp;lt;br/&amp;gt;Actually looks good on any resolution&lt;br /&gt;
|comments=I liked the great Talryth square 15x15 very much! However dwarves tiles were a litlle bit out of the style, so I changed them to default-like ones. Also added background so the there is no more black background which with bright ASCII was hard to my eyes. Again thanks to Talryth for his amazing job!&lt;br /&gt;
|demo=[[Image:Df_screen1.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==16&amp;amp;times;16==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Anno_16x16.png&lt;br /&gt;
|author=[[User:AbuDhabi|AbuDhabi]]&lt;br /&gt;
|dated=2011-03-19&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=Based on [[#Anikki_square_16x16.png|Anikki's 16x16 tileset]], but smoothed/enhanced and with the dwarf images reworked.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Aesomatica_16x16.png&lt;br /&gt;
|author=[[User:Aesomatica|Aesomatica]]&lt;br /&gt;
|dated=2008-11-29&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=Tileset intended to build upon [[User:Sphr|Sphr's]] and [[User:Jackard|Jackard's]] work, as well as others. Some tiles are original, some are variants and most are copied from various sets the author found pleasing. Notable originals include the broken bolt/ashes tiles, the ballista heads/large hills, the small hills, the ore (gear animation is pleasing, though axle animation is unimproved), ground tiles, and vermin. Also, bins look decent and up/down stairs look okay. This set looks its best with Sphr's graphics.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=LCD_Tileset.png&lt;br /&gt;
|author=[[User:Agm|Agm]]&lt;br /&gt;
|dated=2020-02-07&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Semi-graphical ASCII tileset, original work. Font used is Kelora. Suggested that you set [PILLAR_TILE:255] in d_init.txt.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=16x16-RogueYun-AgmEdit.png&lt;br /&gt;
|author=[[User:Agm|Agm]]&lt;br /&gt;
|dated=2017-10-21&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=ASCII Edit of [[User:RogueYun|Rogue Yun]]'s tileset with diagonal walls and other edited tiles. Suggested that you set [PILLAR_TILE:255] in d_init.txt.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Anikki_square_16x16.png&lt;br /&gt;
|author=[[User:Anikki|Anikki]]&lt;br /&gt;
|dated=2008-7-27&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=Based on the original IBM CGA Character set with a lot of tweaks. The characters remain as descriptive yet universal as possible. I chose the CGA set because it is in my opinion the square set with the best readability. This set is for those who like the basic ASCII look where every pixel has meaning or (multiple meanings). This is a scaled up version for fullscreen use. [http://www.anikki.com/share/df/Anikki_square_16x16.bmp Download the BMP]&lt;br /&gt;
|demo=[[Image:df_anikki_2.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bisasam_16x16.png&lt;br /&gt;
|author=Bisasam&lt;br /&gt;
|dated=2010-01-11&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=This is the 16x16 version of my 24x24 tileset. A DF version supporting transparent PNGs must be used. In order to use unscaled tiles, horizontal resolution must be at least 1280.&lt;br /&gt;
|demo=[[Image:Bisasam_16x16_preview.png|thumb|right]]&lt;br /&gt;
|demo2=[[Image:Bisasam_16x16_preview_stocks.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|title=cheepicus_8x8x2&lt;br /&gt;
|filename=cheepicus_8x8x2.png&lt;br /&gt;
|author=[[User:Cheepicus|Cheepicus]]&lt;br /&gt;
|dated=2014-4-3&lt;br /&gt;
|size=16&amp;amp;times;16 (doubled 8x8)&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=I liked the font on my 8x8 tileset, but it was too small to use every day. So I doubled it and the result has a nice 8-bit feel.  Hand-made, mostly ASCII.&lt;br /&gt;
|demo=[[Image:cheepicus_8x8x2_ss.png|thumb|right|cheepicus_8x8x2 sample]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|title=cheepicus_16x16&lt;br /&gt;
|filename=cheepicus_16x16.png&lt;br /&gt;
|author=[[User:Cheepicus|Cheepicus]]&lt;br /&gt;
|dated=2014-5-10&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=Mostly ASCII 16x16 with an art deco/Nixie tube inspired kind of font.&lt;br /&gt;
|demo=[[Image:cheepicus_18x18_ss01.png|thumb|right|cheepicus_16x16 sample]]&lt;br /&gt;
|demo2=[[Image:cheepicus_16x16_ss02.png|thumb|right|cheepicus_16x16 sample]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Cooz_curses_square_16x16.png&lt;br /&gt;
|author=[[User:Cooz|Cooz]]&lt;br /&gt;
|dated=2009-2-28&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=v1.1 - 3px wide walls and some other tweaks. Based on Klokjammer and Marble Dice tilesets. Some tiles were taken from other sets, some were made from scratch. The aim was to keep feel of default curses font in 16&amp;amp;times;16 tileset. There's also [http://i.imgur.com/rKRKz.png version without shading].&lt;br /&gt;
|demo=[[Image:Cooz_Tileset_Screenshot.png|thumb|right|Cooz's Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=Guybrush_square_16x16.png&lt;br /&gt;
|author=[[User:Guybrush|Guybrush]]&lt;br /&gt;
|dated=2007-11-15&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A 16&amp;amp;times;16 tileset based on the very nice Herrbdog's one, and for use with the superb [[40d:Graphics_set_repository#Dystopian_Rhetoric|Dystopian Rhetoric objects]]. A slightly modified version of Herrbdog's tileset is available below if you want to keep the original ASCII symbols for some objects (just do some cut &amp;amp; paste). It's just a little brighter and with some very slight changes. The tileset shown is a tileset with graphic objects added, for use with Fortress Mode.&lt;br /&gt;
&lt;br /&gt;
I recommend to have a look at the [[color schemes|color schemes page]] to find your favorite color settings. The color scheme I used for the screenshots is [[Color_Schemes#.28Yet.29_Another_scheme|this one]].&lt;br /&gt;
|demo=[[Image:GuybrushScreenshot1.PNG|thumb|right|Guybrush Tileset]]&lt;br /&gt;
|demo2=[[Image:GuybrushScreenshot2.PNG|thumb|right|the wilderness...]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=GuybrushASCII_curses_square_16x16.png&lt;br /&gt;
|author=Herrbdog, modified by [[User:Guybrush|Guybrush]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Here is the slightly modified version of Herrbdog's tileset which still has all the ASCII characters intact&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Herrbdog_16x16_tileset.gif&lt;br /&gt;
|author=Herrbdog&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=The 16&amp;amp;times;16 version of Herrbdog's tileset.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Oddball_16x16.png&lt;br /&gt;
|author=[[User:HexaBlu|HexaBlu]]&lt;br /&gt;
|title=Oddball-16&lt;br /&gt;
|dated=2021-07-05&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=&amp;quot;A silly and whimsical 16x16 Tileset focused on unique graphics, Made completely from scratch. The font is designed off of my bad handwriting. &amp;quot;[http://www.bay12forums.com/smf/index.php?topic=178707 Forum Page]&lt;br /&gt;
|demo=[[Image:Oddball_16x16_Gameplay.png|thumb|right|A screenshot of what the landscape looks like using Oddball-16.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=MRC_square_16x16.png&lt;br /&gt;
|author=Inquisitor Saturn&lt;br /&gt;
|dated=2008-5-18&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Another 16 by 16 tileset. This one is notable because of the subtle shadowing and a completely original, hand-made font.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=Redjack17.png&lt;br /&gt;
|author=[[User:Jackard|Jackard]]&lt;br /&gt;
|dated=2008-7-22&lt;br /&gt;
|size=16x16&lt;br /&gt;
|resolution=1280x400&lt;br /&gt;
|comments=This combines content from other tilesets with Nintendo sprites to give the game a classic dungeon look.  ''Note: Bins are hard to see using this tileset because the &amp;quot;bin&amp;quot; tile is also used as the &amp;quot;up/down staircase&amp;quot; tile.  [[Tileset_repository#Aesomatica |Aesomatica]] and [[Tileset_repository#Martin|Martin]] improve upon this tileset making the bin tile easier to see.''&lt;br /&gt;
&lt;br /&gt;
[http://dffd.wimbli.com/file.php?id=7 You may download all variations of this tileset here.]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kai-1280x400-v2 7512b5.png&lt;br /&gt;
|author=Kaishaku&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A square 1280&amp;amp;times;400 font. Simple and legible. Converted from roarl's 16&amp;amp;times;16 nethack font, on top of super foul egg's template, extended manually and with ideas from lucida console. This is version 1, created in one morning. Screenshots available [http://kaishaku.org/dwarfort here].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kelora_16x16_diagonal.png&lt;br /&gt;
|author=[[User:Kelora|Kelora]]&lt;br /&gt;
|dated=2009-7-26&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=&lt;br /&gt;
|comments=A square tileset using the diagonal wall concept from Belal and others but simplified drastically to improve the appearance. All the walls line up correctly and have consistent widths.&lt;br /&gt;
I did not use much of the pretty but confusing art I see in many of the other sets. I tried for a while to incorporate many of these but found that with the multiple uses for most characters they were just wrong far too often to be useful. The only ones that seem to work are the dwarves which I took from Flying Mage / Guybrush. The pretty 3Dish fonts as well just seem to look muddier and be less legible. I love it and my husband has been happily playing it for months.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kelora_16x16_diagonal-clouds.png&lt;br /&gt;
|author=[[User:Kelora|Kelora]]&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=&lt;br /&gt;
|comments=A square tileset using the diagonal wall concept from Belal and others but simplified drastically to improve the appearance. All the walls line up correctly and have consistent widths.&lt;br /&gt;
I did not use much of the pretty but confusing art I see in many of the other sets. I tried for a while to incorporate many of these but found that with the multiple uses for most characters they were just wrong far too often to be useful. The only ones that seem to work are the dwarves which I took from Flying Mage / Guybrush. The pretty 3Dish fonts as well just seem to look muddier and be less legible. This tileset is a copy of my first with more realistic clouds I hope.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kenran.png&lt;br /&gt;
|author=[[User:Kenran|Kenran]]&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=&lt;br /&gt;
|comments=This tileset is for the most part identical to the great one by Kelora above. I fixed an error with the single lines and curves (used for instance for rivers on the world map) where two tiles didn't connect correctly. I also adjusted the diagonal walls a bit.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kjammer square 16x16 v02.png&lt;br /&gt;
|author=[[User:Klokjammer|Klokjammer]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Name: ''&amp;quot;Masked Adventurer&amp;quot;'' - after tile (0,4), where '@' used to be. A somewhat abstract version of the original curses square tileset, but with the alpha numeric characters shaped so as not to look distorted. Other symbols are either borrowed from or improved from curses, and some (including the dwarves) were created from the ground up. Alternate variations, are available [[User:Klokjammer#My Tilesets|here]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kjammer square 16x16 v00.png&lt;br /&gt;
|author=[[User:Klokjammer|Klokjammer]]&lt;br /&gt;
|dated=2007-10-31&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A &amp;quot;clean&amp;quot; version of the above set, one without any fancy tiles (except for the dwarves).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Md_curses_16x16.png&lt;br /&gt;
|author=[[User:Marble Dice|Marble Dice]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=This tileset attempts to modify the size and aspect ratio of the classic 8x12 terminal/curses font employed by many roguelikes without sacrificing the distinctive character.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Runeset_16x16.png&lt;br /&gt;
|author=monkeyfritz&lt;br /&gt;
|dated=2018-3-23&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=256&amp;amp;times;256&lt;br /&gt;
|comments= Runeset is an RSCII (Runic Standard Code for Information Interchange) font pack for ''Dwarf Fortress''. Much more dwarfy than that American standards stuff. Best used with [[Color_scheme#Runeset Mapmaker|Runeset Mapmaker]] or [[Color_scheme#Runeset|Runeset]] color schemes.&lt;br /&gt;
|demo=[[Image:Runeset Example.jpg|thumb|right|Runeset Maps]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=PTTGV2tiles.png&lt;br /&gt;
|author=[[User:PTTG|PTTG]]&lt;br /&gt;
|dated=2007-11-21&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A new version! Clean, sharp, and clear. All-original, and large size for big screens! Also features coloured indicators for levers, helping to remove the guesswork. It is good stand-alone, or with my [[List of user graphics sets#PTTG|graphics set]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Fnord 16x16.png&lt;br /&gt;
|author=PopTart&lt;br /&gt;
|dated=2016-5-08&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=&amp;quot;FnordSet contributes a bold Roman font that takes advantage of the square tile. Baskerville served as the main model. This set was also inspired by (and borrows from) the bold geometry of Rogue Yun's Simple Mood and the seriffed grace of the Duerer set. It also draws inspiration from the Ishmeria tileset, which I think complements it nicely as text in TWBT. (Nowadays I use the nicely contrasting sans serif tileset Jecfox for the text font.)&amp;quot; [http://www.bay12forums.com/smf/index.php?topic=158009 Forum thread]&lt;br /&gt;
|demo=[[Image:Fnordgameplay.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Msgothic.png&lt;br /&gt;
|author=[[User:Random832]]&lt;br /&gt;
|dated=2009-4-22&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;800 etc&lt;br /&gt;
|comments=Based on the ＭＳ ゴシック (MS Gothic) japanese font, with some gaps filled in from the VGA 8x16 font, and some other characters tweaked by hand.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Raving_1280x400.png&lt;br /&gt;
|author=[[User:RavingManiac|RavingManiac]]&lt;br /&gt;
|dated=2010-3-13&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A heavily modified version of Tyrving's tileset, with smoothed walls based on those from Tahin's. This tileset was made to retain the feel of the original curses in a square tileset with smoothed walls.&lt;br /&gt;
[http://dffd.wimbli.com/file.php?id=1920 Download the BMP.]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=16x16_sm.png&lt;br /&gt;
|author=[[User:RogueYun|Rogue Yun]]&lt;br /&gt;
|dated=2015-06-09&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=I recommend setting all the pillar tiles in d_init.txt to tile 10. Possible updates may be on [http://www.bay12forums.com/smf/index.php?topic=144897.0 this thread].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=16x16_sb_ascii.png&lt;br /&gt;
|author=[[User:RogueYun|Rogue Yun]]&lt;br /&gt;
|dated=2018-11-04&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A good solid ASCII Tileset. See the [http://www.bay12forums.com/smf/index.php?topic=172536.0 Something Boxy] thread for more information and updates.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Sapphos_square_16x16.png&lt;br /&gt;
|author=Sappho&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Another square font, target resolution 1280&amp;amp;times;400. This one is exactly the same as the default font except it has been made square, painstakingly edited to ensure that nothing looks squished.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Savok_curses_1280x400_517caa.png&lt;br /&gt;
|author=[[User:Savok|Savok]]&lt;br /&gt;
|dated=2008-6-16&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Unsatisfied with any existing tileset, I decided to go about creating my own. Since I can't create from scratch, I had to take tiles from other tilesets and modify them, in an evolution-like manner, until they became how I wanted them. Since most are dramatically different from the tileset I took them from, I believe I can call them original.&amp;lt;br&amp;gt;In the raws, change the tag [TILE:'U'] for humans to [TILE:172]. This changes both the image and corpse of humans to a unique image, which creature graphics cannot do. The elves also get a different tile, [TILE:171]. I plan to make a separate goblin symbol.&amp;lt;br&amp;gt;If you use it and like it, please leave a message for at [[User talk:Savok|my talk page]] or at [http://dffd.wimbli.com/file.php?id=201 the DFFD page]. This will greatly speed progress, since I won't be doing it just for myself.&amp;lt;br&amp;gt;Note: The [http://dffd.wimbli.com/file.php?id=201 DFFD version] is updated more frequently and has the changelist.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=SFE_Curses_square_16x16.png&lt;br /&gt;
|author=Super Foul Egg&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=The font is rough as hell and some of the characters still need attention, but it'll do for now. Since this tileset is for graphics mode I'd rather wait for more complete object support than hack in pictures and gum up the UI. Uppercase from [http://www.zee-3.com/pickfordbros/archive/bitmapfonts.php this site]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Tahin_16x16_rounded.png&lt;br /&gt;
|author=[[User:Tahin|Tahin]]&lt;br /&gt;
|dated=2007-12-28&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Based on Marble Dice's tileset, above. Smoothed corners are &amp;quot;rounded&amp;quot;, which takes some getting used to but look quite nice, in my opinion. I have managed to get all of the standard &amp;quot;L&amp;quot; tiles to fit together nicely, but &amp;quot;T&amp;quot; and &amp;quot;+&amp;quot; don't quite match up. It's not a problem that comes up often, and it still doesn't look that bad, but I'll get to it eventually.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=DF-Nordic_v1.png&lt;br /&gt;
|author=[[User:Techhead|Techhead]]&lt;br /&gt;
|dated=2009-3-26&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=My first attempt at a unique curses-style tileset with a Nordic Theme. Some characters have been altered.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Markx.png&lt;br /&gt;
|author=[[User:TurnipII|TurnipII]]&lt;br /&gt;
|dated=2018-8-2&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Descended from the original MarkVII tileset. Has Markavian inspired walls, and many of Anikki's characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Tyr_1280x400.PNG&lt;br /&gt;
|author=[[User:Tyrving|Tyrving]]&lt;br /&gt;
|dated=2008-2-15&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=None of the existing modifications of curses_square satisfied me, so I made my own. The bulk of it is from Klokjammer's set, with the dwarf symbols and @ taken from Sappho's. Quite a few minor alterations have been made, and I feel that it's become distinct enough to release it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Winterwing_Curses_16x16_lucon.png&lt;br /&gt;
|author=[[User:Winterwing|Winterwing]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Like usual, lucida console with cleartype. Creative, huh. :)&lt;br /&gt;
|demo=[[Image:Winterwing_Dfort-tiles-lucon.png|thumb|right|Lucida Console with Dystopian Rhetoric objects]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Yayo_c64_1280x400_83b157.png&lt;br /&gt;
|author=[[User:Yayo|Yayo]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Name: Yayo's C64; The 16&amp;amp;times;16 version of Yayo's tileset.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zaratustra_16x16.png&lt;br /&gt;
|author=[[User:Zaratustra|Zaratustra]]&lt;br /&gt;
|dated=2007-11-10&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Because everyone is making one.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zilk_16x16.png&lt;br /&gt;
|author=[[User:Zilk|Zilk]]&lt;br /&gt;
|dated=2015-7-15&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=This tileset is based on Lord Nightmare's IBM CGA character set. I made a lot of minor modifications to clean the tiles up and give them symmetry in all directions. The result is a wide tileset that looks relatively similar to the default 8x12 curses tileset.&lt;br /&gt;
|demo=[[Image:Zilk_16x16_screenshot.png|thumb|right|Preview with a high-contrast [[Color_scheme#Solarized|Solarized]] color scheme]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Minecraft-ish.png&lt;br /&gt;
|author=[[User:Qazwsxplm|Qazwsxplm]]&lt;br /&gt;
|dated=2026-01-31&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=I like Minecraft and if the font is on DF that will be cooler. So I made this Minecraft-ish Tileset. Hope you guys love it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Minecraft-ish_Metal.png&lt;br /&gt;
|author=[[User:Qazwsxplm|Qazwsxplm]]&lt;br /&gt;
|dated=2026-01-31&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=It's Minecraft-ish, but Metallic. Also changed '''some''' characters.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==18&amp;amp;times;18==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Haowan_Curses_1440x450.png&lt;br /&gt;
|author=Haowan&lt;br /&gt;
|dated=2007-11-2&lt;br /&gt;
|size=18&amp;amp;times;18&lt;br /&gt;
|resolution=1440&amp;amp;times;450&lt;br /&gt;
|comments=An enlarged version of a square version of the default set.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Teeto_K_18x18.PNG&lt;br /&gt;
|author=[[User:Teeto_K|Teeto_K]]&lt;br /&gt;
|dated=2008-10-24&lt;br /&gt;
|size=18&amp;amp;times;18&lt;br /&gt;
|resolution=1440&amp;amp;times;450&lt;br /&gt;
|comments=A tileset based on [[#Nostalgia_1440x450_3e4a08.png|Maus's 18x18 version of his &amp;quot;Nostalgia&amp;quot; tileset]], however, it has been heavily revised. The entire font has been &amp;quot;smoothed over&amp;quot;, and many of the symbols changed to more &amp;quot;graphical&amp;quot; representations of the items they represent. An attempt to fill the void of &amp;quot;graphic heavy&amp;quot; tilesets in the 18x18 tile-size. A special emphasis is placed on maximizing the text's readability, while still providing a &amp;quot;graphics enhanced&amp;quot; play area. Special thanks to Maus for the font, and Guybrush for the inspiration.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Nostalgia 1440x450 3e4a08.png&lt;br /&gt;
|author=[[User:maus|maus]]&lt;br /&gt;
|dated=2009-10-04&lt;br /&gt;
|size=18&amp;amp;times;18&lt;br /&gt;
|resolution=1440&amp;amp;times;450&lt;br /&gt;
|comments=18x18 version of [[#Nostalgia_720x225.png|Nostalgia_720x225.png]]. Scaled up to 200%.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==20&amp;amp;times;20==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Anikki_square_20x20.png&lt;br /&gt;
|author=[[User:Anikki|Anikki]]&lt;br /&gt;
|dated=2008-7-27&lt;br /&gt;
|size=20&amp;amp;times;20&lt;br /&gt;
|resolution=1600&amp;amp;times;500 native.&lt;br /&gt;
|comments=Based primarily on Tocky and Plac1d. This is a scaled-up version of [[#Anikki_square_10x10.png|the 10x10 tileset]] for fullscreen use. [http://www.anikki.com/share/df/Anikki_square_20x20.bmp Download the BMP]&lt;br /&gt;
(Note: The up and down ramps are reversed.)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bisasam_20x20.png&lt;br /&gt;
|author=Bisasam&lt;br /&gt;
|dated=2010-05-15&lt;br /&gt;
|size=20&amp;amp;times;20&lt;br /&gt;
|resolution=1600&amp;amp;times;500 (80x25 grid size); 1600&amp;amp;times;1000 (80x50 grid size)&lt;br /&gt;
|comments=This is the 20x20 version of my 24x24 tileset. A DF version supporting transparent PNGs must be used. In order to use unscaled tiles, horizontal resolution must be at least 1600.&lt;br /&gt;
|demo=[[Image:Bisasam_20x20_preview.png|thumb|right]]&lt;br /&gt;
|demo2=[[Image:Bisasam_20x20_preview_stocks.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bisasam_20x20_ascii.png&lt;br /&gt;
|author=Bisasam&lt;br /&gt;
|dated=2010-05-15&lt;br /&gt;
|size=20&amp;amp;times;20&lt;br /&gt;
|resolution=1600&amp;amp;times;500 (80x25 grid size); 1600&amp;amp;times;1000 (80x50 grid size)&lt;br /&gt;
|comments=This is the 20x20 version of my 24x24 tileset. Graphical tiles have been replaced by ASCII ones. A DF version supporting transparent PNGs must be used. In order to use unscaled tiles, horizontal resolution must be at least 1600.&lt;br /&gt;
|demo=[[Image:Bisasam_20x20_ascii_preview.png|thumb|right]]&lt;br /&gt;
|demo2=[[Image:Bisasam_20x20_ascii_preview_stocks.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Rose_20x20.png&lt;br /&gt;
|author=[[User:Japa|Rose]]&lt;br /&gt;
|dated=2019-04-29&lt;br /&gt;
|size=20&amp;amp;times;20&lt;br /&gt;
|resolution=1600&amp;amp;times;500 (80x25 grid size); 1600&amp;amp;times;1000 (80x50 grid size)&lt;br /&gt;
|comments=This is the 20x20 version of the default curses_800x600 tileset, hand-tweaked to give as similar a feel to the original as possible, while still being square and larger, without any resizing artifacts. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Taffer_20x20.png&lt;br /&gt;
|author=[[User:Taffer|Taffer]]&lt;br /&gt;
|dated=2017-01-10&lt;br /&gt;
|size=20&amp;amp;times;20&lt;br /&gt;
|resolution=Looks best at high resolutions, or on very large monitors.&lt;br /&gt;
|comments=A sharp looking, vanilla styled tileset that strives to strike a good balance between nice, attractive graphics, while avoiding graphical oddities.  I find the cumulative differences from the ASCII add to the game. Feel free to leave me a [http://dwarffortresswiki.org/index.php/User_talk:Taffer note]. This has turned into a [http://www.bay12forums.com/smf/index.php?topic=107924.0], and includes alternate walls, fonts, and racial graphics.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Oreslam_1920x1200_20x20.png&lt;br /&gt;
|author=[[User:Yayo|Yayo]]&lt;br /&gt;
|dated=2009-09-12&lt;br /&gt;
|size=20&amp;amp;times;20&lt;br /&gt;
|resolution=1920&amp;amp;times;1200&lt;br /&gt;
|comments=Name: Yayo's Oreslam; Just like the previous one, this tileset is named according to the dwarf language: or-es-lam means &amp;quot;Large Clear Stone&amp;quot;. I decided to create this tileset to fit my usual screen resolution (1920x1200). I tried giving it a clean look. To use it in windowed mode try these settings in the init file: WINDOWEDX:1900, WINDOWEDY:1160, GRID:95:58.&lt;br /&gt;
|demo=[[Image:Oreslam_1900x1200_20x20_screenshot.png|thumb|right|yayo's Oreslam Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bisasam_20x20_mod_T.png&lt;br /&gt;
|author=yobbo&lt;br /&gt;
|dated=2014-07-13&lt;br /&gt;
|size=20&amp;amp;times;20&lt;br /&gt;
|resolution=1600&amp;amp;times;500 (80x25 grid size); 1600&amp;amp;times;1000 (80x50 grid size)&lt;br /&gt;
|comments=A modified version of Bisasam's 20x20 tileset above. Walls were changed to make smooth curves and circles, broken arrows were changed to look broken, periods and commas were raised to center more closely on the tile, the seed tile was changed to help distinguish the current level and the one below, and a leaf / root tile was added for the new trees. There may have been a couple other minor changes, but the feel of the tileset should still be the same.&lt;br /&gt;
|demo=[[Image:Bisasam_20x20_mod_T_preview.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==24&amp;amp;times;24==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses square 24.png&lt;br /&gt;
|author=DragonDePlatino&lt;br /&gt;
|dated=2015-06-01&lt;br /&gt;
|size=24&amp;amp;times;24&lt;br /&gt;
|resolution=1920&amp;amp;times;600&lt;br /&gt;
|comments=A larger hand-drawn version of curses_square_16. This was created to be as faithful as possible to the original tileset while taking advantage of the larger resolution.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bisasam_24x24.png&lt;br /&gt;
|author=Bisasam&lt;br /&gt;
|dated=2010-01-01&lt;br /&gt;
|size=24&amp;amp;times;24&lt;br /&gt;
|resolution=1920&amp;amp;times;600 (80x25 grid size); 1920&amp;amp;times;1200 (80x50 grid size)&lt;br /&gt;
|comments=Inspired by the Terminus24 tileset, I created this square 24x24 tileset. Almost all symbols have been redrawn antialiased; so a DF version supporting transparent PNGs must be used. In order to use unscaled tiles, horizontal resolution must be at least 1920.&lt;br /&gt;
|demo=[[Image:Bisasam_24x24_preview.png|thumb|right]]&lt;br /&gt;
|demo2=[[Image:Bisasam_24x24_preview_stocks.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Nagidal24x24shade.png&lt;br /&gt;
|author=[[User:Nagidal|Nagidal]]&lt;br /&gt;
|dated=2012-06-07&lt;br /&gt;
|size=24&amp;amp;times;24&lt;br /&gt;
|resolution=1920&amp;amp;times;600 (80&amp;amp;times;25 grid size); 1920&amp;amp;times;1080 (80&amp;amp;times;45 grid size)&lt;br /&gt;
|comments=I love the original curses_640x300, but could not find anything like it for full HD gameplay, so I made this. There is also a [[:Image:Nagidal24x24.png|non-shaded version]], [[:Image:Nagidal24x24Beards.png|non-shaded bearded version]], and [[:Image:Nagidal24x24shadeBeards.png|shaded and bearded version]].&lt;br /&gt;
For further info see [http://www.bay12forums.com/smf/index.php?topic=101657.0 this forum thread].&lt;br /&gt;
|demo=[[Image:Nagidal_classic_24x24.png|thumb|right|Nagidal's 24&amp;amp;times;24 tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Runeset_24x24.png&lt;br /&gt;
|author=monkeyfritz&lt;br /&gt;
|dated=2018-3-23&lt;br /&gt;
|size=24&amp;amp;times;24&lt;br /&gt;
|resolution=384&amp;amp;times;384&lt;br /&gt;
|comments= Runeset is an RSCII (Runic Standard Code for Information Interchange) font pack for ''Dwarf Fortress''. Much more dwarfy than that American standards stuff. Best used with [[Color_scheme#Runeset Mapmaker|Runeset Mapmaker]] or [[Color_scheme#Runeset|Runeset]] color schemes.&lt;br /&gt;
|demo=[[Image:Runeset Example.jpg|thumb|right|Runeset Maps]]&lt;br /&gt;
|demo2=[[Image:Runeset Gameplay.jpg|thumb|right|Runeset Example]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=zesty_curses_24x24.png&lt;br /&gt;
|author=[[User:ZesT|ZesT]]&lt;br /&gt;
|dated=2022-11-3&lt;br /&gt;
|size=12&amp;amp;times;12&lt;br /&gt;
|resolution=960&amp;amp;times;300 native&lt;br /&gt;
|comments= An upscaled alternative to [[Tileset_repository#zesty_curses_12x12.png|my 12x12 tileset]].&amp;lt;br&amp;gt;'''Original description:''' A fresh spin on Vidumec's &amp;quot;nice curses&amp;quot; tileset - includes a couple different graphics that both keep the ASCII feel and provide better visual representations while preventing text artefacts, including new graphics for sheets, plus a Moai statue since making the statue specifically humanoid didn't feel generalisable enough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==32&amp;amp;times;32==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Runeset_32x32.png&lt;br /&gt;
|image=[[:Image:Runeset_32x32.png|Not shown due to size]]&lt;br /&gt;
|author=monkeyfritz&lt;br /&gt;
|dated=2018-3-23&lt;br /&gt;
|size=32&amp;amp;times;32&lt;br /&gt;
|resolution=512&amp;amp;times;512&lt;br /&gt;
|comments= Runeset is an RSCII (Runic Standard Code for Information Interchange) font pack for ''Dwarf Fortress''. Much more dwarfy than that American standards stuff. Best used with [[Color_scheme#Runeset Mapmaker|Runeset Mapmaker]] or [[Color_scheme#Runeset|Runeset]] color schemes.&lt;br /&gt;
|demo=[[Image:Runeset Example.jpg|thumb|right|Runeset Maps]]&lt;br /&gt;
|demo2=[[Image:Runeset Gameplay.jpg|thumb|right|Runeset Example]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Sir_Henry's_32x32.png&lt;br /&gt;
|image=[[:Image:Sir_Henry's_32x32.png|Not shown due to size]]&lt;br /&gt;
|author=Sir Henry&lt;br /&gt;
|dated=2009-8-19&lt;br /&gt;
|size=32&amp;amp;times;32&lt;br /&gt;
|resolution=2560&amp;amp;times;800&lt;br /&gt;
|comments=Recently I learned of a monitor displaying 2560 pixels horizontally, and I decided it needed a tileset to put to use. Taking the tileset I use (Kelora 16x16 diagonal) and doubling it, I was able to get a decent tileset. Smoothing the edges, and redoing some glyphs to get a better look (or just messing up some to bad to fix), I was able to achieve this. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==48&amp;amp;times;48==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=RDE_vector_48x48.png&lt;br /&gt;
|image=[[:Image:RDE_vector_48x48.png|Not shown due to size]]&lt;br /&gt;
|author=[[User:RedDeadElite|RedDeadElite]]&lt;br /&gt;
|dated=2021-04-21&lt;br /&gt;
|size=48&amp;amp;times;48&lt;br /&gt;
|resolution=3840&amp;amp;times;1200&lt;br /&gt;
|comments=A render of a vectorized version of [[:File:RDE_8x8.png|RDE_8x8]], with ASCII smileys substituting bearded dwarves.&amp;lt;/br&amp;gt;Original vector image and additional renders available at the [https://dffd.bay12games.com/file.php?id=15509 DF File Depot].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==64&amp;amp;times;64==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=hack_square_64x64.png&lt;br /&gt;
|image=[[:Image:hack_square_64x64.png|Not shown due to size]]&lt;br /&gt;
|author=Taywee&lt;br /&gt;
|dated=2016-06-21&lt;br /&gt;
|size=64&amp;amp;times;64&lt;br /&gt;
|resolution=1024&amp;amp;times;1024&lt;br /&gt;
|comments=Built this from the fantastic [https://github.com/chrissimpkins/Hack Hack] font, as I have a high-dpi monitor and wanted a good-looking text tileset of a decent resolution.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=HarmonyOS Sans.png&lt;br /&gt;
|image=[[:Image:HarmonyOS Sans.png|Not shown due to size]]&lt;br /&gt;
|author=Huawei&lt;br /&gt;
|dated=2022-07-04&lt;br /&gt;
|size=64&amp;amp;times;64&lt;br /&gt;
|resolution=1024&amp;amp;times;1024&lt;br /&gt;
|comments=Yeah, yeah. What a crazy idea.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Square tilesets for edited raws=&lt;br /&gt;
&lt;br /&gt;
:''If you cannot find the altered raws of a tileset for your version of ''Dwarf Fortress'' have a look at the [[Raw tile selector]] tool.''&lt;br /&gt;
&lt;br /&gt;
These tilesets require modified [[raws]] to work properly. Specifically, the tile numbers assigned to some objects (critters, stones, plants) need to be changed and accented characters usually need to be removed from all languages.&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;8==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Crazy 8x8s.png&lt;br /&gt;
|author=PigtailLlama&lt;br /&gt;
|dated=2012-6-14&lt;br /&gt;
|size=8&amp;amp;times;8&lt;br /&gt;
|resolution=640&amp;amp;times;200 or 640&amp;amp;times;400&lt;br /&gt;
|comments= They're a collaboration of 8x8 tiles I made, in the standard monotone style - They're great if you want to give your game a bit of a Commodore 64 feel to it, or if you're tired of vanilla dimensions. You also get a boatload of extra tiles to customize and personalize your own set!&lt;br /&gt;
:''See [http://www.bay12forums.com/smf/index.php?topic=126363.0 Forum Thread] for download and installation details.''&lt;br /&gt;
|demo=[[Image:Crazy 8x8s earlyfort.png|thumb|right|PigtailLlama's Crazy 8x8s tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==12&amp;amp;times;12==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Jolly12x12.png&lt;br /&gt;
|author=Alexander Ocias&lt;br /&gt;
|dated=2012-3-11&lt;br /&gt;
|size=12&amp;amp;times;12 (also available in 9&amp;amp;times;12)&lt;br /&gt;
|resolution=1024&amp;amp;times;768&lt;br /&gt;
|comments= Dwarf Fortress looks too serious and gritty, especially when it's filled with so much fun, ☼Fun☼ and comedy. There are four main handy-dandy aspects of this mod: Injecting some more personality and brightness into the visuals; Making important stuff easier to see, smoothing over unimportant things (9x12 or 12x12 ASCII!); Delicious icon :D&lt;br /&gt;
:''See  [http://www.bay12forums.com/smf/index.php?topic=104261.0 Official Forum Page] for download and installation details.''&lt;br /&gt;
|demo=[[Image:Jolly Bastion Screenies2-1.png|thumb|right|Jolly Bastion screenshot]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Grim Fortress sample tileset.png&lt;br /&gt;
|author=Lightrow&lt;br /&gt;
|dated=2013-2-3&lt;br /&gt;
|size=12&amp;amp;times;12 (also available in 9&amp;amp;times;12)&lt;br /&gt;
|resolution=1024&amp;amp;times;768&lt;br /&gt;
|comments= I always liked the simplicity and feeling of ASCII tilesets but at the same time I really missed solid backgrounds and some interesting tiles from graphical tilesets. So my first try was to apply a solid background to all tiles of Talryth square tileset ( except few ones ), but it came out looking like a bunch of vermin swimming in a goblin's vomit... anyway I tried further and began to experiment with different base tilesets and finally made my own, using elements from tilesets of other authors ( mainly Tocky's one, big thanks to him! ). Then I spotted Alexander's Jolly Bastion and took some ideas from him ( big thanks to Alexander too! ) like sky tiles and color. Then I applied Lee's Natural Color Scheme with modified &amp;quot;BLACK&amp;quot; value and here it is! Grim Fortress. It is pretty dark, kinda foggy and I think the name &amp;quot;Grim Fortress&amp;quot; fits well. &lt;br /&gt;
:''See  [http://www.bay12forums.com/smf/index.php?topic=122421.0 Official Forum Page] for download and installation details.''&lt;br /&gt;
|demo=[[Image:Grim Fortress Logo.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==16&amp;amp;times;16==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Belal_Smooth_Walls.png&lt;br /&gt;
|author=[[User:Belal|Belal]]&lt;br /&gt;
|dated=2009-1-9&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=Based on the Mike Mayday tileset and using angled smoothed walls as in [[User:Dorten|Dorten's]] Tileset.  I like the look of the walls for doing near circular or honeycomb layouts. [http://mkv25.net/dfma/poi-9935-seethewallshere Example Fort] &lt;br /&gt;
|demo=[[Image:Belal_Example.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=DarkondDigsDeeper_16x16.png &lt;br /&gt;
|author=[[User:Darkond2100|Darkond2100]]&lt;br /&gt;
|dated=2010-3-6&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=I like Dig Dwarfier, but I don't like their tileset so much. I fused DigDeeperNEW_16x16 with Aesomatica_16x16 to make this. I just took what I liked and put it in. I hope that others like it too! This will work with Dig Dwarfier v0.85, I am not yet aware of whether or not it will work with Dig Deeper put into vanilla.  &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Gold_plated_16x16_v2.png&lt;br /&gt;
|title = '''Gold Plated'''&lt;br /&gt;
|author=[[User:DrD_AVEL|DrD_AVEL]]&lt;br /&gt;
|dated=2010-Jun-17 &lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=Gold Plated is updated. Improvements complete. Some tiles were redrawn and corrected.&lt;br /&gt;
This tileset contains the best graphic tiles (in my opinion) that were collected from many other tilesets and other games; I took [[User:Lemunde|Lemunde's]] tileset as a basis (thanx a lot, Lemunde). Some of tiles were drawn by me. Many tiles were reworked and improved with some additional colours. I hope you enjoy with this tiles. ;)&lt;br /&gt;
&lt;br /&gt;
[http://dffd.wimbli.com/file.php?id=2021 Graphical version of DF2010 v0.31.08 with Gold Plated tileset]&lt;br /&gt;
[http://www.bay12games.com/forum/index.php?topic=49479.0 Discussion of this tileset is here]&lt;br /&gt;
|demo=[[Image:Gold_Plated_preview.png|thumb|right|Presentation of Gold Plated (v.1)]]&lt;br /&gt;
|demo2=[[Image:Gold_Plated_text_preview.png|thumb|right|Text preview(v.1)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Gold-plated-bmp-16x16.png&lt;br /&gt;
|title = '''Gold Plated (bmp-version)'''&lt;br /&gt;
|author=[[User:DrD_AVEL|DrD_AVEL]]&lt;br /&gt;
|dated=2010-Apr-02 &lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=Gold Plated is redrawn to magenta BMP. So you can use it with versions of DF2010, that don't understand .png (v31.01). This is a preliminary version for DF2010, but it works well. Don't forget to convert this image to '''.bmp''' before use in new version. Enjoy! ;) &lt;br /&gt;
|demo=[[Image:Scrdf01.png|thumb|right|Preview of Gold Plated (bmp-version)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Synergy.png&lt;br /&gt;
|author=[[User:Dvorovic|Dvorovic]]&lt;br /&gt;
|dated=2010-10-8&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Tileset based on DrD_AVEL's, Phoebus', Ironhand's projects. [http://dffd.wimbli.com/file.php?id=2983 Download] [http://mkv25.net/dfma/map-9553-ardentdikes Demo Fortress Map on the DFMA]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=Flying_Mage_square_16x16.png&lt;br /&gt;
|author=[[User:Flying Mage|Flying Mage]]&lt;br /&gt;
|dated=2008-4-12&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A 16&amp;amp;times;16 tileset based on several other tilesets by various authors. I did some changes because I like some things in different ways, but the base for tileset was made by another users and for this I thankful. List of major and minor changes you can see below. And I hope you'll enjoy this. There is some tiles I really proud of :)&amp;lt;br&amp;gt;&lt;br /&gt;
*[[:Image:Flying_Mage_square_16x16_Major_Changes.png|Major changes]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[:Image:Flying_Mage_square_16x16_Minor_Changes.png|Minor changes]]&lt;br /&gt;
*[[:Image:Flying_Mage_square_16x16_Stone_Type.png|Some ''rough/smoothed/engraved stone'' improvement]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Hermano.png&lt;br /&gt;
|author=[[User:hermano|hermano]]&lt;br /&gt;
|dated=2010-2-6&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400 native.&lt;br /&gt;
|comments=A tileset with colored backgrounds that keeps texts readable. It uses tiles from belal and ranting rodent. &lt;br /&gt;
A Package for 0.31.16 (df2010) can be downloaded [http://dffd.wimbli.com/file.php?id=2031 here].&lt;br /&gt;
The altered raws for 40d# can be downloaded [http://dffd.wimbli.com/file.php?id=1838 here].&lt;br /&gt;
|demo=[[Image:Hermano example.png|thumb|right|example]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=16x16_isenhertz_v2.png&lt;br /&gt;
|author=[[User:Isenhertz|Isenhertz]]&lt;br /&gt;
|dated=2008-7-14&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Impressed with the genius of using sprites as tiles, I cobbled together this tileset of my own. It uses Super Foul Egg's superb font as a base, with several sprites also found in other users' sets. Because a lot of letters are used for graphics, I suggest that you [[User:Jackard|remove accented letters from names]] with this set. I also suggest you shift some items to other icons, such as the coniferous trees (change Pine, Cedar, Larch from 024 to 147), the turtle (change 15 to 151), and Quarry Bush leaves (change from 006 to 003).&lt;br /&gt;
V2 now with new graphics for walls and liquids, as well as some other tweaks here and there and a first attempt at using dual-color sprites using a cyan base instead of simple greyscale. (Right now implemented for beds, wood and statues.)&lt;br /&gt;
V1 can still be found [[:Image:16x16_isenhertz_v1.png|here]].&lt;br /&gt;
|demo=[[Image:isenhertz_v2_screenshot.png|thumb|right|Isenhertz's tileset in action.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lemunde_16x16.png&lt;br /&gt;
|author=[[User:Lemunde|Lemunde]]&lt;br /&gt;
|dated=2010-6-11&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=This is a modified version of Mike Mayday's/Herrbdog's tileset. It has a more textured feel to the walls and makes heavy use of the new transparency features to make some of the tiles a little more dynamic.  You can view a preview map [http://mkv25.net/dfma/map-7000-dragonskull here].  I recommend changing the sky settings in the init.txt file to [SKY:249:1:0:0] for a more natural look.&lt;br /&gt;
&lt;br /&gt;
Update June 11, 2010: Updated to work with the 31.xx versions of Mike Mayday's set.  It will probably not look right using it with vanilla Dwarf Fortress.&lt;br /&gt;
|demo=[[Image:LemundeTilesetPreview2.png|thumb|right|Lemunde's Tileset.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=DwarfletterGothic.PNG&lt;br /&gt;
|author=LordZorinthrox&lt;br /&gt;
|dated=2009-7-20&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=[http://dffd.wimbli.com/file.php?id=1205|Download here]&amp;lt;br /&amp;gt;&lt;br /&gt;
;see also &lt;br /&gt;
:[[:File:Dwarfletter2.png|Status screen - Font]]&lt;br /&gt;
:[[:File:Dwarfletter3.png|Foliage]]&lt;br /&gt;
:[[:File:Dwarfletter4.png|Ballista]]&lt;br /&gt;
|demo=[[Image:Dwarfletter1.png|thumb|right|Dwarfletter - Stockpile]]&lt;br /&gt;
&amp;lt;!--|demo2=[[Image:Dwarfletter2.png|thumb|right|Dwarfletter - Status screen - font]]&lt;br /&gt;
|demo3=[[Image:Dwarfletter3.png|thumb|right|Foliage]]&lt;br /&gt;
|demo4=[[Image:Dwarfletter4.png|thumb|right|Ballista]]--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Martin_16x16.png&lt;br /&gt;
|author=[[User:Martin|Martin]]&lt;br /&gt;
|dated=2009-8-8&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=This is a 16x16 tileset based on Redjack and Flying Mage sets (and possible tiles taken from others that I've since lost track of - apologies). Some tiles are original or have been tweaked, mainly to provide a much more subtle background than most. A completely new character set is used to improve legibility, tweaked and anti-aliased for dark backgrounds. &lt;br /&gt;
&lt;br /&gt;
[http://dffd.wimbli.com/file.php?id=1316 Download]&lt;br /&gt;
[http://mkv25.net/dfma/map-6239-lashedwines Demo fortress at DFMA]&lt;br /&gt;
|demo=[[Image:Martin_16x16_sample.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Phoebus_16x16.png&lt;br /&gt;
|download link=[http://www.bay12forums.com/smf/index.php?topic=137096.0]&lt;br /&gt;
|author=[[User:Phoebus|Phoebus]]&lt;br /&gt;
|dated=2011-04-04&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=For more information, and to download the full package, see the thread on the official forums: [http://www.bay12forums.com/smf/index.php?topic=137096.0 Phoebus' Graphic Set]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Phssthpok_16x16.png&lt;br /&gt;
|author=[[User:Phssthpok|Phssthpok]]&lt;br /&gt;
|dated=2010-03-07&lt;br /&gt;
|size=16&amp;amp;times;16, 24&amp;amp;times;24, 32&amp;amp;times;32&lt;br /&gt;
|resolution=2560&amp;amp;times;800&lt;br /&gt;
|comments=A high resolution tileset with a focus on readable text, simple shaded shapes, and plenty of negative space. Uses PNG transparency features in 40d16 and newer. Requires [http://dffd.wimbli.com/file.php?id=794 RantingRodent's edited raws].&lt;br /&gt;
&lt;br /&gt;
[[:Image:Phssthpok 32x32.png|32x32 version]]&lt;br /&gt;
&lt;br /&gt;
[[:Image:Phssthpok 24x24.png|24x24 version]]&lt;br /&gt;
&lt;br /&gt;
[[:Image:Phssthpok 16x16.png|16x16 version]]&lt;br /&gt;
&lt;br /&gt;
[http://mkv25.net/dfma/map-8189-blockadewhips Sample Fortress]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
filename=SL_square_16x16.png&lt;br /&gt;
|author=[[User:SL]]&lt;br /&gt;
|dated=2008-8-3&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=(Requires a download, not just the image) Art based on Flying Mage's, Guybrush's, and previous tilesets in that lineage. Uses ModBase to relocate relocatable art and de-accentify certain accented letters to reduce graphical bizarreness while still improving some art. [http://www.bay12games.com/forum/index.php?topic=22154.0 Forum Thread] [http://dffd.wimbli.com/file.php?id=370 Download] [http://mkv25.net/dfma/map-3203-flamespear Demo Fortress Map on the DFMA]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Autonomous_Font.png&lt;br /&gt;
|author=Spreggo&lt;br /&gt;
|dated=2009-2-2&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Started off inspired by Belal's diagonal support, and ended up doing almost every tile from scratch. Added different tiles for each type of stone, and new ones for ore, but the matgloss files need to be edited for that functionality(see image details).&lt;br /&gt;
|demo=[[Image:Autonomous_Font_example.png|thumb|right|The Autonomous Font in action.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Moons_square_16x16.PNG&lt;br /&gt;
|author=[[User:The-Moon|The-Moon]]&lt;br /&gt;
|dated=2008-3-24&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=Edited Character set of [[User:mikemayday|mikemayday]] and [[User:Jackard|Jackard]]&lt;br /&gt;
|demo=[[Image:SS_moons_square_16x16.PNG|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=tigrex3d.PNG&lt;br /&gt;
|author=[[User:Tigrex|Tigrex]]&lt;br /&gt;
|dated=2009-2-22&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=This is my tileset, modified from Dorten's 2d diagonal wall set.  It incorporates many original creations of mine, and I hope you like it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=tigrex3drunes.PNG&lt;br /&gt;
|author=[[User:Tigrex|Tigrex]]&lt;br /&gt;
|dated=2009-4-10&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=This is a modification of the above, that takes advantage of Norse runes for a more authentic Dwarven experience.  CAUTION!  This tileset has little practical value, and may induce myopia, blindness, or death.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Tims_16x16.png&lt;br /&gt;
|author=[[User:Timmeh|Timmeh]]&lt;br /&gt;
|dated=2009-8-12&lt;br /&gt;
|size=16&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;400&lt;br /&gt;
|comments=A tileset using heavily modified versions of the diagonal walls from Belal's set, a modified version of the floor from Spreggo's set, most of the furniture and objects are from Flying Mage's set, and some various other bits and pieces from other sets.  Replaces the black box that normally surrounds the walls with a copy of the floor tile.  [http://mkv25.net/dfma/map-5740-foresthold Example Fort]&lt;br /&gt;
|demo=[[Image:example_tims.png|thumb|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Non-Square Tilesets=&lt;br /&gt;
&lt;br /&gt;
==1&amp;amp;times;1.1875==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=analfabetico_80x60.png&lt;br /&gt;
|author=Fitmoos&lt;br /&gt;
|dated=2021-01-01&lt;br /&gt;
|size=1&amp;amp;times;1.1875&lt;br /&gt;
|resolution=80x60 (at 80x50 window size)&lt;br /&gt;
|comments= [http://www.bay12forums.com/smf/index.php?topic=177855.0 Based on the idea] of Monoscii, this is a blank tileset, with an analphabetic aspect ratio.&lt;br /&gt;
See [[#Analfabetico_640x300.png]] for a large version as well.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==4&amp;amp;times;6==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lord-Nightmare-Terminal-4x6.png&lt;br /&gt;
|author=Lord Nightmare/Microsoft&lt;br /&gt;
|dated=2008-1-27&lt;br /&gt;
|size=4&amp;amp;times;6&lt;br /&gt;
|resolution=320&amp;amp;times;150&lt;br /&gt;
|comments=A DF conversion of the 4x6 variant of Microsoft's 'Terminal' Font. Note that I have left the font entirely alone other than converting it, so several glyphs are indistinguishable from one another!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zaratustra_custom_4x6.png&lt;br /&gt;
|author=[[User:Zaratustra|Zaratustra]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=4&amp;amp;times;6&lt;br /&gt;
|resolution=320&amp;amp;times;150&lt;br /&gt;
|comments=&lt;br /&gt;
|demo=[[Image:Zara_4x6.jpg|thumb|right|Zaratustra's 4x6]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==5&amp;amp;times;6==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zaratustra_custom_5x6.png&lt;br /&gt;
|author=[[User:Zaratustra|Zaratustra]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=5&amp;amp;times;6&lt;br /&gt;
|resolution=400&amp;amp;times;150, 800&amp;amp;times;300, 800&amp;amp;times;600&lt;br /&gt;
|comments=&lt;br /&gt;
|demo=[[Image:Zara_5x6.jpg|thumb|right|Zaratustra's 5x6]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==6&amp;amp;times;8==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Ti84.png&lt;br /&gt;
|author=[[User:Agm|Agm]]&lt;br /&gt;
|dated=2018-01-12&lt;br /&gt;
|size=6&amp;amp;times;8&lt;br /&gt;
|resolution=480&amp;amp;times;200, 960&amp;amp;times;400, 1152&amp;amp;times;864&lt;br /&gt;
|comments=Based on Texas Instruments graphing calculators TI83/TI84/+. [https://pastebin.com/EWuDXjbg Color scheme] [https://pastebin.com/YhgiP0kq Inverted (dark) color scheme)]&lt;br /&gt;
|demo=[[Image:Ti84-demo-BothColorSchemes.png|thumb|right|6x8 tileset based on the TI84 graphing calculator.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Font6x8.png&lt;br /&gt;
|author=[[User:Thief^|Thief^]]&lt;br /&gt;
|dated=2011-04-05&lt;br /&gt;
|size=6&amp;amp;times;8&lt;br /&gt;
|resolution=480&amp;amp;times;200, 960&amp;amp;times;400, 1152&amp;amp;times;864&lt;br /&gt;
|comments=A 6x8 tileset I originally created for an LCD electronics project, expanded to extended ASCII for DF. [http://mkv25.net/dfma/map-10274-mistmatched Example]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==6&amp;amp;times;9==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses6x9.png&lt;br /&gt;
|author=Madk&lt;br /&gt;
|dated=2010-6-21&lt;br /&gt;
|size=6&amp;amp;times;9&lt;br /&gt;
|resolution=480&amp;amp;times;225&lt;br /&gt;
|comments=Check the [http://www.bay12forums.com/smf/index.php?topic=59851.0 original thread] for more info.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==6&amp;amp;times;10==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bedstead-10-df.png&lt;br /&gt;
|author=[[User:Bjh21|Ben Harris]]&lt;br /&gt;
|dated=2013-11-24, updated 2020-03-29&lt;br /&gt;
|size=6&amp;amp;times;10&lt;br /&gt;
|resolution=480&amp;amp;times;250&lt;br /&gt;
|comments=This is generated from my font [http://bjh21.me.uk/bedstead/ Bedstead], which in turn is based on the Mullard SAA5050 teletext character generator, with lots of extra glyphs of my own design.  There's a larger version [[#Bedstead-20-df.png|below]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;6==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=TMFONT.F6.png&lt;br /&gt;
|author=[http://adoxa.altervista.org/ Jason Hood]&lt;br /&gt;
|dated=2000-02&lt;br /&gt;
|size=8&amp;amp;times;6&lt;br /&gt;
|resolution=640&amp;amp;times;150&lt;br /&gt;
|comments=This is generated and extracted from his [http://adoxa.altervista.org/tm/ Text Mode] program.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;10==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Philips -YES.png&lt;br /&gt;
|author=Philips&lt;br /&gt;
|dated=1985&lt;br /&gt;
|size=8&amp;amp;times;10&lt;br /&gt;
|resolution=640&amp;amp;times;250&lt;br /&gt;
|comments=Dumped from original Philips :YES ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;12==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Andux_cp866ish.png&lt;br /&gt;
|author=[[User:Andux|Andux]]&lt;br /&gt;
|dated=2011-05-03&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;480&lt;br /&gt;
|comments=A [http://en.wikipedia.org/wiki/Code_page_866 CP866]-based version of the default curses_640x300 tileset. Note that characters 240-255 were not all updated, in order to preserve tiles required by hard-coded stuff.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Andux_sleipnir_8x12_tf.png&lt;br /&gt;
|author=[[User:Andux|Andux]]&lt;br /&gt;
|dated=2012-08-07 (updated 2024-10-01)&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;480&lt;br /&gt;
|comments=A modified version of the default curses_640x300 tileset, partly inspired by the font [https://www.myfonts.com/collections/loki-font-facetype Loki] by Marcus Sterz/FaceType.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=DF+Tileset.png&lt;br /&gt;
|author=[[User:Coaldiamond|Coaldiamond]]&lt;br /&gt;
|dated=2010-6-18&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments= An update of [[user:Plac1d|Plac1d's]] tile set, now updated for DF2010. This tileset also presents an elegant solution for modifying the {{K|%}} tile to get good pumps, rocks, and meals. This tileset was made to serve three purposes; a) To always make text understandable, b) to make DF games more visually interesting, and c) to keep symbols simple so that the player can imagine multiple meanings for the same symbol. &lt;br /&gt;
See the [[user:Coaldiamond|screencaps]] or just get the whole [http://dffd.wimbli.com/file.php?id=2533 DF+graphics] repack.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Analfabetico_640x300.png&lt;br /&gt;
|author=Fitmoos&lt;br /&gt;
|dated=2021-01-01&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments= [http://www.bay12forums.com/smf/index.php?topic=177855.0 Based on the idea] of Monoscii, this is a blank tileset, with an analphabetic aspect ratio.&lt;br /&gt;
See [[#analfabetico_80x60.png]] for a tiny version as well.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kein_640x300.png&lt;br /&gt;
|author=Kein&lt;br /&gt;
|dated=2008-8-9&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments=Updated 08/09/09. Updated most characters, the biggest change is the 3d style walls. If you use my set I'd highly recommend [[40d:Graphics set repository#Plac1d's graphics set|Plac1d's character graphic set]]. My 640&amp;amp;times;300, everything completely shaded.&lt;br /&gt;
|demo=[[Image:Kein-curs.gif|thumb|right|Kein's Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Plac1d_640x300tileset.png&lt;br /&gt;
|author=[[User:Plac1d|Plac1d]]&lt;br /&gt;
|dated=2008-3-13&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments=A tweaked version of [[#Tocky_square_10x10.png|Tocky's 10&amp;amp;times;10 tileset]] converted to 8&amp;amp;times;12. Try using this with my [[40d:Graphics set repository#Plac1d's graphics set|graphics set]]!&lt;br /&gt;
&lt;br /&gt;
[http://dffd.wimbli.com/file.php?id=63 Download the .BMP]&lt;br /&gt;
|demo=[[Image:Plac1d_640x300EZ_1.png|thumb|right|Plac1d's Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Pythset_8x12.png&lt;br /&gt;
|author=Pythania&lt;br /&gt;
|dated=2026-5-27&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments=A tileset commissioned by Avenkyr Pakacit for public usage.&lt;br /&gt;
|demo=[[Image:Pythania_Pythset_8x12_Example_image.png|thumb|right|Pythset 8x12]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=SyrenalianVeidancyr_8x12_updated.png&lt;br /&gt;
|author=[[User:AvenkyrPakacit|Avenkyr Pakacit]]&lt;br /&gt;
|dated=2025-4-28&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments=A graphical tileset that combines style &amp;amp; design. The official repository can be found [https://github.com/AvenkyrPakacit/Syrenalian-Veidancyr/tree/main/Tilesets here].&lt;br /&gt;
|demo=[[Image:SV_Tileset_image_8x12.png|thumb|right|Syrenalian Veidancyr 8x12 Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses 640x300diag.png&lt;br /&gt;
|author=Taritus&lt;br /&gt;
|dated=2009-03-23&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments=Yuppers.  I requested it a long time ago when everyone else was requesting different sized square tilesets with diagonal walls, and nobody ever fulfilled the request.  I decided, &amp;quot;Oh, it's not like I have some menial and huge English project that's due tomorrow to work on, I'm going to make that.&amp;quot; And I did.--[[User:Taritus|Taritus]] 20:53, 22 March 2009 (UTC)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=TMFONT.F12.png&lt;br /&gt;
|author=[http://adoxa.altervista.org/ Jason Hood]&lt;br /&gt;
|dated=2000-02&lt;br /&gt;
|size=8&amp;amp;times;12&lt;br /&gt;
|resolution=640&amp;amp;times;300&lt;br /&gt;
|comments=This is generated and extracted from his [http://adoxa.altervista.org/tm/ Text Mode] program.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;14==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=MDA8x14.png&lt;br /&gt;
|author=Lord Nightmare/IBM&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;14&lt;br /&gt;
|resolution=640&amp;amp;times;350&lt;br /&gt;
|comments=The original IBM MDA character set, dumped from addresses 0x0000-0x0fff the 5788005 IBM Character Generator ROM. This font is as would be displayed on an EGA/VGA with the 9-pixel-width mode disabled. Best for a 64:35 aspect ratio. The required resolution is strange, so run fullscreen with BLACK_SPACE:YES and resolution at 640x480. The MDA card did not actually support displaying the font in 8x14, but ONLY 9x14 mode, see below. Theoretically, you CAN upload this font into EGA video memory though and use it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=EGA8x14.png&lt;br /&gt;
|author=Lord Nightmare/IBM&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;14&lt;br /&gt;
|resolution=640&amp;amp;times;350&lt;br /&gt;
|comments=The IBM EGA character set, dumped from the 6277356 IBM EGA BIOS ROM. This font is as would be displayed on an EGA/VGA with the 9-pixel-width mode disabled. Best for a 64:35 aspect ratio. The required resolution is strange, so run fullscreen with BLACK_SPACE:YES and resolution at 640x480. This font is different from the MDA version in that many characters are slightly narrower to avoid 'running into' each other, and many characters have been shifted slightly to the left.&lt;br /&gt;
Thanks to Zaratustra for poking me into getting this done, and for related help.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=CP850.png&lt;br /&gt;
|author=Tae/IBM&lt;br /&gt;
|dated=2009-9-06&lt;br /&gt;
|size=8&amp;amp;times;14&lt;br /&gt;
|resolution=640&amp;amp;times;350&lt;br /&gt;
|comments=Play the Dwarf Fortress game in CP 850.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zaratustra_megazeux2.png&lt;br /&gt;
|author=[[User:Zaratustra|Zaratustra]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;14&lt;br /&gt;
|resolution=640&amp;amp;times;350&lt;br /&gt;
|comments=EGA font with added Megazeux modifications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=IBM 3270.png&lt;br /&gt;
|author=IBM&lt;br /&gt;
|dated=1983-10&lt;br /&gt;
|size=8&amp;amp;times;14&lt;br /&gt;
|resolution=640&amp;amp;times;350&lt;br /&gt;
|comments=Dumped from original IBM 3270 ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Siemens PC-D.png&lt;br /&gt;
|author=Siemens&lt;br /&gt;
|dated=Circa 1982&lt;br /&gt;
|size=8&amp;amp;times;14&lt;br /&gt;
|resolution=640&amp;amp;times;350&lt;br /&gt;
|comments=Dumped from original Siemens PC-D ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;15==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lord_Nightmare-Fixedsys-02.png&lt;br /&gt;
|author=Lord Nightmare/Microsoft&lt;br /&gt;
|dated=2007-12-20&lt;br /&gt;
|size=8&amp;amp;times;15&lt;br /&gt;
|resolution=640&amp;amp;times;375&lt;br /&gt;
|comments=v2.2 - (v1.0 is [[:Image:Lord_Nightmare-Fixedsys.png|here]]) - Based on Microsoft's Fixedsys font (which dates back to Windows 1.0!), Many glyphs needed redoing by hand since they were absent from the font, since it is an 'ansi' character set and not a code-page 437 one like DF expects. v2.0 Based on Microsoft's Fixedsys font. Updated new glyphs to be more consistent with the Fixedsys style. - v2.1 - update a few more glyphs, namely the integral, the infinity symbol, and the spade, and a few others I'm forgetting. - v2.2 - update the club and spade, and the music notes - v2.3 - fix the fact that 0xF9 and 0xFA were inadvertently swapped.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;16==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=VGA8x16.png&lt;br /&gt;
|author=Lord Nightmare/IBM?&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=The original? IBM VGA 8x16 character set, (from http://madscientistroom.org/fpga/default-8x16-bram.html) as would be displayed on a VGA card with the 9-pixel-width disabled. Best for an 8:5 aspect ratio. The required resolution is strange, so run fullscreen with BLACK_SPACE:YES and resolution at 640x480. This rom has not yet been dumped from a real VGA card, and is coming from a secondary source, so it may be replaced later if I find the real font is different.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lord_Nightmare-Fixedsys-03.png&lt;br /&gt;
|author=Lord Nightmare/Microsoft&lt;br /&gt;
|dated=2007-12-20&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=v3.0 - changed font size to 8x16, altered glyphs to respect this. - v3.1 - fix the fact that 0xF9 and 0xFA were inadvertently swapped.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Acorntileset.png&lt;br /&gt;
|author=[[User:Xenomorph|Xenomorph]]&lt;br /&gt;
|dated=2008-8-9&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=This is the tileset used by Acorn computers, starting with the BBC Micro.  This version is as it would have appeared in 80-column modes (albeit adapted to CP437). [http://dffd.wimbli.com/file.php?id=408 Download the BMP.]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=cowboy-ish.png&lt;br /&gt;
|author=Unknown&lt;br /&gt;
|dated=Unknown&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=NICER40C.png&lt;br /&gt;
|author=[https://int10h.org/ VileR]/IBM?&lt;br /&gt;
|dated=2019-05-16&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=VileR made both NICER40C and THIN40C to de-uglify 40-column text games for VGA. NICER40C closely follows the optics and metrics of the CGA font, at a higher resolution. More information [https://int10h.org/blog/2019/05/de-uglifying-40-column-text-games-for-vga/ here].&lt;br /&gt;
&lt;br /&gt;
Don't click [[#NICER40C OG?.png|this button]]. If you did, don't look up. You'll gonna laugh.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=THIN40C.png&lt;br /&gt;
|author=[https://int10h.org/ VileR]&lt;br /&gt;
|dated=2019-05-16&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=VileR made both NICER40C and THIN40C to de-uglify 40-column text games for VGA. THIN40C is derived from the FM Towns system charset, adapted to the default DOS/PC codepage. More information [https://int10h.org/blog/2019/05/de-uglifying-40-column-text-games-for-vga/ here].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Nixdorf 8810 M15.png&lt;br /&gt;
|author=Nixdorf&lt;br /&gt;
|dated=1986&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=Dumped from original Nixdorf 8810 M15 ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Unscii.png&lt;br /&gt;
|author=[https://viznut.fi viznut]&lt;br /&gt;
|dated=2021&lt;br /&gt;
|size=8&amp;amp;times;16&lt;br /&gt;
|resolution=640&amp;amp;times;400&lt;br /&gt;
|comments=A bitmapped Unscii font based on classic system fonts. See http://viznut.fi/unscii/ for more.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==8&amp;amp;times;19==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=AST Premium Exec.png&lt;br /&gt;
|author=AST Research&lt;br /&gt;
|dated=1991&lt;br /&gt;
|size=8&amp;amp;times;19&lt;br /&gt;
|resolution=640&amp;amp;times;475&lt;br /&gt;
|comments=Dumped from original AST Premium Exec 386SX/20 ROM.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== 8&amp;amp;times;32==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=font-cl.xb.png&lt;br /&gt;
|author=[https://16colo.rs/pack/newschool-01 new school]&lt;br /&gt;
|dated=Unknown&lt;br /&gt;
|size=8&amp;amp;times;32&lt;br /&gt;
|resolution=640&amp;amp;times;800&lt;br /&gt;
|comments=It was accessible before, but no longer now. I'm in China.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==9&amp;amp;times;12==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Yoshis_island.png&lt;br /&gt;
|author=[[User:Nobbins|Nobbins]]&lt;br /&gt;
|dated=2011-03-20&lt;br /&gt;
|size=9&amp;amp;times;12&lt;br /&gt;
|resolution=720&amp;amp;times;300, 720&amp;amp;times;600 (non-recommended)&lt;br /&gt;
|comments=Heavily based on the text style from Yoshi's Island, with most letters being direct copies. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==9&amp;amp;times;14==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=MDA9x14.png&lt;br /&gt;
|author=Lord Nightmare/IBM&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=9&amp;amp;times;14&lt;br /&gt;
|resolution=720&amp;amp;times;350&lt;br /&gt;
|comments=The original IBM MDA character set, dumped from addresses 0x0000-0x0fff the 5788005 IBM Character Generator ROM. This font is as would be displayed on a real MDA card (use a black/dkgreen/ltgreen palette for full monochrome effect) or on an EGA/VGA card with the 9-pixel-width mode enabled. Best for a 72:35 aspect ratio. The required resolution is strange, so run fullscreen with BLACK_SPACE:YES and resolution at 720x480.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=EGA9x14.png&lt;br /&gt;
|author=Lord Nightmare/IBM&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=9&amp;amp;times;14&lt;br /&gt;
|resolution=720&amp;amp;times;350&lt;br /&gt;
|comments=The IBM EGA character set, dumped from the 6277356 IBM EGA BIOS ROM. This font is as would be displayed on an EGA/VGA with the 9-pixel-width mode enabled. Best for a 72:35 aspect ratio. The required resolution is strange, so run fullscreen with BLACK_SPACE:YES and resolution at 640x480. This font is actually different from the 8x14 version in that 20 characters have been replaced with the original MDA wide versions. These 'extra' wide characters are sandwiched in between the end of the 8x14 and beginning of the 8&amp;amp;times;8 font in the EGA BIOS ROM. The changed characters, in ASCII order, are: arrow-left-and-right, '&amp;quot;', '+', '-', 'M', 'T', 'V', 'W', 'X', 'Y', 'Z', 'm', 'v', 'w', 'ae', cent sign, yen, peseta, plus-minus, and division sign. Other than these characters, all characters are the same, with rightmost-row duplicated on the C and D rows like the MDA (though I don't actually know if this is technically correct).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==9&amp;amp;times;16==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=VGA9x16.png&lt;br /&gt;
|author=Quietust/IBM?&lt;br /&gt;
|dated=2009-7-24&lt;br /&gt;
|size=9&amp;amp;times;16&lt;br /&gt;
|resolution=720&amp;amp;times;400&lt;br /&gt;
|comments=The original? IBM VGA 9x16 character set, as would be displayed on a VGA card with the 9-pixel-width enabled.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==10&amp;amp;times;12==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses_800x600_shade.png&lt;br /&gt;
|author=[[User:Chinkeeyong|Chinkeeyong]]&lt;br /&gt;
|dated=2009-6-11&lt;br /&gt;
|size=10&amp;amp;times;12&lt;br /&gt;
|resolution=800&amp;amp;times;600&lt;br /&gt;
|comments=Partially inspired by Eagle of Fire's tiles, below. Essentially, this is the default tileset with a little bevel-style shading around the edges to make it look neater. Also, I fixed the accented 'e' tails to look closer to the standard 'e'.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=eofshaded800x600pb9_f64ded.png&lt;br /&gt;
|author=[[User:Eagle of Fire|Eagle of Fire]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=10&amp;amp;times;12&lt;br /&gt;
|resolution=800&amp;amp;times;600&lt;br /&gt;
|comments=Designed for fullscreen. Inspired by Herrbdog's tileset, I created a shaded tileset targeting the default fullscreen 800x600 resolution. Basicaly, you have the exact same &amp;quot;curses&amp;quot; default tileset but with some shading done to the lower right of each letters and items. I've left alone everything which was related to mining or was meant to be plain, for example the smoothered tiles and the plain tiles in the demo. The reason behind that is that I didn't find much logic to have those graphics shaded as they could possibly connect on any direction on the screen, which would make the shading a little strange. Please note that this tileset is only a &amp;quot;beta&amp;quot;. I might work on it again if there is enough people who like it and would like improvements. You can discuss the matter [http://www.bay12games.com/cgi-local/ultimatebb.cgi?ubb=get_topic&amp;amp;f=11&amp;amp;t=000645 here].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Sleroux_800x300.png&lt;br /&gt;
|author=Sergius&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=10&amp;amp;times;12&lt;br /&gt;
|resolution=800&amp;amp;times;300&lt;br /&gt;
|comments=Mostly vanilla tileset, dwarves have graphic from intro [[Utilities#CMVPlayer|Movie]], with some tweaks (for soldiers). I find it helpful for playing (instead of happy faces).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kyzers_thin.png&lt;br /&gt;
|author=[[User:KyzerB|KyzerB]]&lt;br /&gt;
|dated=2018-11-11&lt;br /&gt;
|size=10&amp;amp;times;12&lt;br /&gt;
|resolution=853&amp;amp;times;480, 1280&amp;amp;times;720, 1920&amp;amp;times;1080, 3840&amp;amp;times;2160; looks fine at most others, legible down to 240p (for the most part).&lt;br /&gt;
|comments=Tileset designed to be a little easier to read and crisp. Very useful for lower resolutions, as it stays crisp down to 480p. 98% of the sprites have been changed, many received changes to their white-space, and the Dwarves have new and easily distinguishable sprites. Took about a week to make.&lt;br /&gt;
|demo=[[Image:Kyzers_thin_medmap.png|thumb|right|Kyzer's Thin Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=UncleSporky_curses_800x600.png&lt;br /&gt;
|author=UncleSporky&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=10&amp;amp;times;12&lt;br /&gt;
|resolution=800&amp;amp;times;300&lt;br /&gt;
|comments=&lt;br /&gt;
|demo=[[Image:UncleSporky_DFTiles1.png|thumb|right|UncleSporky Tileset]] &lt;br /&gt;
|demo2=[[Image:UncleSporky_DFTiles2.png|thumb|right|UncleSporky Tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=nice_curses_10x12.png&lt;br /&gt;
|author=[[User:Vidumec|Vidumec]]&lt;br /&gt;
|dated=2013-01-31&lt;br /&gt;
|size=10&amp;amp;times;12&lt;br /&gt;
|resolution=800&amp;amp;times;300 &lt;br /&gt;
|comments=Non-square version of my 12x12 tileset, based on Plac1d's one with some additional features and modifications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Zaratustra_custom800x300ca3.png&lt;br /&gt;
|author=[[User:Zaratustra|Zaratustra]]&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=10&amp;amp;times;12&lt;br /&gt;
|resolution=800&amp;amp;times;300, 800&amp;amp;times;600 (non-recommended)&lt;br /&gt;
|comments=Has an appropriate [http://archive.dwarffortresswiki.net/index.php/Object_Tilesets#10x12_version object tileset for v0.23.130.23a (now outdated)]. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==10&amp;amp;times;16==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lord_Nightmare_Freehand_10x16.png&lt;br /&gt;
|author=Lord Nightmare&lt;br /&gt;
|dated=2007-12-23&lt;br /&gt;
|size=10&amp;amp;times;16&lt;br /&gt;
|resolution=800&amp;amp;times;400&lt;br /&gt;
|comments=v1.0 - A character set drawn entirely in freehand on the tablet PC... with MINIMAL EDITING! Yes, its SUPPOSED to look like that. v1.1 - fixed character 0x02 background (filled smiley), filled in the card suits, minor touch up to the comma, fix black instead of magenta on the greyscale blocks and other tweaks to them, redrew the square block (was 'too clean' before) v1.1a - fixed spade by adding 1 pixel at tip so it doesn't look like another club&lt;br /&gt;
|demo=[[Image:Lord_Nightmare_Freehand_screenshot_2b7d67.png|thumb|right|Freehand screenie... ooh, neat! Unreadable.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lord_Nightmare_Freehand^2_10x16.png&lt;br /&gt;
|author=Lord Nightmare&lt;br /&gt;
|dated=2008-3-28&lt;br /&gt;
|size=10&amp;amp;times;16&lt;br /&gt;
|resolution=800&amp;amp;times;400&lt;br /&gt;
|comments=Freehand^2, v1.2 - A heavily edited version of Freehand, now hopefully less unreadable. V1.2 is the current version, see the image link changelog/older versions.&lt;br /&gt;
|demo=[[Image:Lord_Nightmare_Freehand_screenshot_2_05c04b.png|thumb|right|Freehand^2 screenie... ooh, neat! Readable. But ugly.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Vintl01.png&lt;br /&gt;
|author=Lord Nightmare/Victor-Sirius&lt;br /&gt;
|dated=2007-12-19&lt;br /&gt;
|size=10&amp;amp;times;16&lt;br /&gt;
|resolution=800&amp;amp;times;400&lt;br /&gt;
|comments=The Victor 9000/Sirius 1 computer character set, extracted from vintl01.chr.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Andux_SleipnirLt_10x16_tf.png&lt;br /&gt;
|author=[[User:Andux|Andux]]&lt;br /&gt;
|dated=2024-10-01&lt;br /&gt;
|size=10&amp;amp;times;16&lt;br /&gt;
|resolution=1280&amp;amp;times;768&lt;br /&gt;
|comments=Larger variant of my 8&amp;amp;times;12 Sleipnir tileset.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==12&amp;amp;times;20==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bedstead-20-df.png&lt;br /&gt;
|author=[[User:Bjh21|Ben Harris]]&lt;br /&gt;
|dated=2013-11-24, updated 2020-03-29&lt;br /&gt;
|size=12&amp;amp;times;20&lt;br /&gt;
|resolution=960&amp;amp;times;500&lt;br /&gt;
|comments=This is generated from my font [http://bjh21.me.uk/bedstead/ Bedstead], which in turn is based on the Mullard SAA5050 teletext character generator, with lots of extra glyphs of my own design.  There's a smaller version [[#Bedstead-10-df.png|above]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==14&amp;amp;times;16==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Cooz_curses_14x16.png&lt;br /&gt;
|author=Anonymous/[[User:Cooz|Cooz]]&lt;br /&gt;
|dated=2017-05-12&lt;br /&gt;
|size=14&amp;amp;times;16&lt;br /&gt;
|resolution=1120&amp;amp;times;400&lt;br /&gt;
|comments=I was looking for a narrower, more readable tileset with the aesthetic of Cooz's shaded square 16x16 one and didn't see one, so I made this from it. Like the original, it's just rounded ASCII characters with no special glyphs.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==16&amp;amp;times;20==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Shizzle_1280x500.png&lt;br /&gt;
|author=[[User:MasterShizzle|MasterShizzle]]&lt;br /&gt;
|dated=2012-12-10&lt;br /&gt;
|size=16&amp;amp;times;20&lt;br /&gt;
|resolution=1280&amp;amp;times;500&lt;br /&gt;
|comments=Couldn't find a 16x20 set, so I made my own: a good compromise between form and function. Completely original font adapted by hand from the standard curses with minimal shading, designed to run natively on HD monitors.&lt;br /&gt;
|demo=[[Image:Shizzle16x20Screenshot.png|thumb|right|MasterShizzle's 16x20 tileset]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==16&amp;amp;times;24==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=MRC_1280x600.png&lt;br /&gt;
|author=[[User:InquisitorSaturn|Inquisitor Saturn]]&lt;br /&gt;
|dated=2008-2-28&lt;br /&gt;
|size=16&amp;amp;times;24&lt;br /&gt;
|resolution=1280&amp;amp;times;600&lt;br /&gt;
|comments=Designed for a double-sized window mode. Based on the default set, but more detailed and with a few custom characters. Good for those who want larger characters but enjoy the aesthetics of the default set.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Bmac smooth 16x24.png&lt;br /&gt;
|author=[[User:BMacZero|BMacZero]]&lt;br /&gt;
|dated=2020-11-07&lt;br /&gt;
|size=16&amp;amp;times;24&lt;br /&gt;
|resolution=1280&amp;amp;times;600&lt;br /&gt;
|comments=A smaller version of [[#Kyzsmooth.png|Kyzsmooth.png]] (24x32), with standard curses dwarf icons. Effectively, curses_640x300.png at 200% and smoothed.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==16&amp;amp;times;32==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Lumin_Graphical_1280x800.png&lt;br /&gt;
|author=Lumin&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=16&amp;amp;times;32&lt;br /&gt;
|resolution=1280&amp;amp;times;800&lt;br /&gt;
|comments=Ideas used from several others on this page. I've also added more detail and color to some objects.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==20&amp;amp;times;32==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses_24pt_cleartype_ThomModifications.PNG&lt;br /&gt;
|author=Herrbdog&lt;br /&gt;
|dated=2007-10-30&lt;br /&gt;
|size=20&amp;amp;times;32&lt;br /&gt;
|resolution=1600&amp;amp;times;800&lt;br /&gt;
|comments=Hi res won't slow the game as it doesn't use graphics, so if your monitor can display it, go for it, really...&amp;lt;br&amp;gt;I strongly recommend to enable blackspace in the init: [BLACK_SPACE:YES]&amp;lt;br&amp;gt;Made from the 24pts cleartype lucida console above (from winterwing). I added some stuff (some original, some ideas taken from others tilesets). Basically I try to avoid symbols that are often seen in menus, etc. The main &amp;quot;problem&amp;quot; is the bag, because its the male symbol, but it was too good looking to not put it ;) Hope you enjoy :) &amp;lt;br&amp;gt;&amp;lt;font color=white&amp;gt;. . .&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=TerminusAliased_handedit_gal.png&lt;br /&gt;
|author=[[User:Shaja|Shaja]]&lt;br /&gt;
|dated=2008-3-27&lt;br /&gt;
|size=20&amp;amp;times;32&lt;br /&gt;
|resolution=1600&amp;amp;times;800&lt;br /&gt;
|comments=Alphanumerics based on Dimitar Zhekov's [http://www.is-vn.bg/hamster/jimmy-en.html Terminus] font with light antialias shading added, walls and some symbols redrawn, others carried over from Thom's 20x32 tileset.&lt;br /&gt;
|demo=[[Image:Shaja_10-27-09.png|thumb|right|TerminusAliased text]]&lt;br /&gt;
|demo2=[[Image:Shaja_10-13-09.png|thumbnail|right|Terminus24 text]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==24&amp;amp;times;32==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Terminus24.png&lt;br /&gt;
|author=[[User:Shaja|Shaja]]&lt;br /&gt;
|dated=2008-5-19&lt;br /&gt;
|size=24&amp;amp;times;32&lt;br /&gt;
|resolution=1920&amp;amp;times;800&lt;br /&gt;
|comments=Revised version of my earlier Terminus 20x32 character set for 1920x800 display.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==24&amp;amp;times;36==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Curses_1920x900.png&lt;br /&gt;
|author=IBM, I think&lt;br /&gt;
|dated=2017-02-28&lt;br /&gt;
|size=24&amp;amp;times;36&lt;br /&gt;
|resolution=1920&amp;amp;times;900 (80&amp;amp;times;25 grid size); 1920&amp;amp;times;1080 (80&amp;amp;times;30 grid size, double for 4k)&lt;br /&gt;
|comments=Original curses_640x300.png enlarged to 300%. Good for FullHD displays.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Kyzsmooth.png&lt;br /&gt;
|author=KyzerB&lt;br /&gt;
|dated=2019-07-02&lt;br /&gt;
|size=24&amp;amp;times;36&lt;br /&gt;
|resolution=1920&amp;amp;times;900 (80&amp;amp;times;25 grid size); 1920&amp;amp;times;1080 (80&amp;amp;times;30 grid size, double for 4k)&lt;br /&gt;
|comments=Original curses_640x300.png enlarged to 300%, intricately smoothed for readability and a lack of chunkiness.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==48&amp;amp;times;72==&lt;br /&gt;
&lt;br /&gt;
{{Tileset|&lt;br /&gt;
|filename=Vector square 48x72.png&lt;br /&gt;
|image=[[:Image:Vector square 48x72.png|Not shown due to size]]&lt;br /&gt;
|author=[[User:DragonDePlatino|DragonDePlatino]]&lt;br /&gt;
|dated=2016-11-22&lt;br /&gt;
|size=48&amp;amp;times;72&lt;br /&gt;
|resolution=3820&amp;amp;times;1920 (4k)&lt;br /&gt;
|comments=A resolution-independent tileset based off of curses_640x300.bmp. The tileset was hand-vectorized in Inkscape then exported in multiple resolutions up to 4k. More information and resolutions can be found at the forum thread [http://www.bay12forums.com/smf/index.php?topic=161328.0 here].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mods]]&lt;br /&gt;
[[Category:Interface]]&lt;br /&gt;
[[ru:Tileset repository]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Settings&amp;diff=318203</id>
		<title>Settings</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Settings&amp;diff=318203"/>
		<updated>2026-07-28T04:23:51Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Feature toggles */ added temperature and pathing, removed &amp;quot;experimental&amp;quot; from multithreading since on by default now, added varied ground tiles not affecting graphics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Fine}}&lt;br /&gt;
Settings for ''Dwarf Fortress'' can be accessed with a button on the main menu, which can be accessed in-game with {{Menu icon|Esc}}. They are divided into six groups; Video, Audio, Game, Keybindings, Announcements, and Difficulty. They are stored in several different files, including [[init.txt]], [[d_init.txt]], and [[interface.txt]], with current values in the &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; folder and default values in the &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; folder. The default files in &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; include explanations of each setting, including possible values. The files in both &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; are read when ''Dwarf Fortress'' starts, in that order, with the last value read for each option being used. The location of the &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; folder depends on various factors, see [[Game folders and files]]. Not all of the settings can be changed in game, including [[colors.txt]], [[arena.txt]], and some keybindings.&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
These settings change how the game looks and are all stored in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; and defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;.&lt;br /&gt;
* '''Windowed or Fullscreen''' - the highlighted button is the active one and they correspond with [WINDOWED:YES] or [WINDOWED:NO] in the files. [WINDOWED:PROMPT] can be set in the files to make the game ask when starting up, in which case neither button will be highlighted.&lt;br /&gt;
* '''Resolution''' - the screen mode the game uses when in fullscreen mode, 'Detect' corresponds with [FULLSCREENX:0] and [FULLSCREENY:0] in the files.&lt;br /&gt;
* '''Scale interface''' - whether to scale the font used to draw interface elements such as the menus and minimap to a specific number of character cells, [INTERFACE_SCALING_TO_DESIRED_GRID:YES] in the files.&lt;br /&gt;
* '''Desired grid width and height''' - how much to scale the interface, in how many character cells wide and tall the interface should be. [INTERFACE_SCALING_DESIRED_GRID_WIDTH:170] and [INTERFACE_SCALING_DESIRED_GRID_HEIGHT:64] in the files. No effect if [INTERFACE_SCALING_TO_DESIRED_GRID:NO] is used.&lt;br /&gt;
* '''Interface scale percentage''' - percentage to scale the interface character cell size up when not scaling to specified grid counts, not every value makes a difference since the interface won't display a partial character at the edges. [INTERFACE_SCALING_PERCENTAGE:100] in the files, no effect if [INTERFACE_SCALING_TO_DESIRED_GRID:YES] is used.&lt;br /&gt;
* '''Initial window size''' - when not fullscreen, [WINDOWEDX:1200] and [WINDOWEDY:800] in the files.&lt;br /&gt;
* '''Window resizable''' - when not fullscreen, [RESIZABLE:YES] in the files.&lt;br /&gt;
* '''Maximum interface width''' - what percentage of the display the overlay interface elements can occupy, useful for extra wide displays to make notifications more visible. [MAXIMUM_INTERFACE_PERCENTAGE:100] in the files. The game will still use the entire window/screen and the minimap and elevation bar will stay at the edge.&lt;br /&gt;
* '''Graphical FPS cap''' - how many frames to cap the graphical display rate at. [G_FPS_CAP:50] in the files.&lt;br /&gt;
* '''Classic ASCII''' - [USE_CLASSIC_ASCII:NO] in the files.&lt;br /&gt;
* '''Scaling mode''' - NEAREST, nearest-neighbor, distorts shapes at some zoom levels; LANCZOS, less distortion but fuzzier at some zoom levels; AUTO, the default, will try to select whichever one is more appropriate depending on the zoom level. [TEXTURE_PARAM:AUTO] in the files.&lt;br /&gt;
&lt;br /&gt;
As the interface gets narrower, some elements will be removed from the [[status]] bar when there's not enough room for all of them; some menus may also display elements under other elements or outside their window.&lt;br /&gt;
&lt;br /&gt;
There are a few other file settings that can affect the display, see [[Technical_tricks#Settings_-_init.txt|technical tricks]].&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
These settings change how the game plays sounds and are all stored in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;. All volumes can be from 0 to 255 in the game files, with 255 being 100%.&lt;br /&gt;
* '''Master Volume''' - [MASTER_VOLUME:255] in the files.&lt;br /&gt;
* '''Music Volume (Fortress)''' - [MUSIC_VOLUME:255] in the files.&lt;br /&gt;
* '''Ambience Volume (Fortress)''' - [AMBIENCE_VOLUME:230] in the files.&lt;br /&gt;
* '''Sound Effects Volume (Fortress)''' - [SFX_VOLUME:204] in the files.&lt;br /&gt;
* '''Average Seconds Between Tracks/Interludes (Fortress)''' - [AVERAGE_TIME_BETWEEN_SONGS:240] in the files. The default of 240 gives a range of 180 to 300 seconds, which is 3 to 5 minutes.  Can be anywhere from 10 to 600.&lt;br /&gt;
* '''Music Volume (Adventure)'''{{v|51.01}} - [MUSIC_VOLUME_ADV:217] in the files.&lt;br /&gt;
* '''Ambience Volume (Adventure)'''{{v|51.01}} - [AMBIENCE_VOLUME_ADV:240] in the files.&lt;br /&gt;
* '''Sound Effects Volume (Adventure)'''{{v|51.01}} - [SFX_VOLUME_ADV:230] in the files.&lt;br /&gt;
&lt;br /&gt;
The classic version of the game available on the website only includes the original songs, so most of these will have no effect without the [[premium version]] or mods.&lt;br /&gt;
&lt;br /&gt;
All sound can be disabled completely with [SOUND:NO] in the files. If so, the rest of these settings will be replaced by text explaining that sound is disabled and how to enable it.&lt;br /&gt;
&lt;br /&gt;
== Game ==&lt;br /&gt;
These settings change how the game plays and most are stored in &amp;lt;code&amp;gt;prefs\d_init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\d_init_default.txt&amp;lt;/code&amp;gt;, but some are in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Display all errors ===&lt;br /&gt;
* '''Display all errorlogs on screen'''{{v|53.15}} - when set to yes, all errors will be shown on screen. [DISPLAY_ALL_ERRORLOGS:NO] in init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Portable mode ===&lt;br /&gt;
* '''Portable mode'''{{v|52.01}} - when set to NO, the game stores mods, preferences, and saves in a folder specific to the user, (see [[game folders and files]] for details) when set to YES, it stores them in the game folder. Changing this only changes where the files will be written the next time, it does not immediately move them, or change anything else about them. Changing this to YES creates the empty file &amp;lt;code&amp;gt;prefs\portable.txt&amp;lt;/code&amp;gt;, changing back to NO removes it; manually creating or removing the file changes the setting.&lt;br /&gt;
&lt;br /&gt;
=== Autosaves ===&lt;br /&gt;
{{for/see|more information about autosaves|[[Saved_game_folder#Save_folder_format|Saved game folder]]}}&lt;br /&gt;
* '''Autosave frequency''' - when to autosave, [AUTOSAVE:SEMIANNUAL] in d_init.txt, NONE, SEASONAL, SEMIANNUALLY, or YEARLY.&lt;br /&gt;
* '''Autosave at embark''' - [INITIAL_SAVE:NO] in d_init.txt, YES or NO. Additionally to initial saving the game: If set to YES (and the game is paused in the beginning) then the game is paused (and saved) before a dwarf gets assigned to fishing duty (if water to fish in is available), otherwise (meaning this option is set to NO), if there is water, a dwarf is assigned to fishing duty (even if the game is paused in the beginning).&lt;br /&gt;
&lt;br /&gt;
=== Pausing ===&lt;br /&gt;
* '''Pause after autosave''' - [AUTOSAVE_PAUSE:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Pause after loading''' - [PAUSE_ON_LOAD:YES] in d_init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Embark ===&lt;br /&gt;
* '''Always confirm embark''' - asks for confirmation of the embark location even if there are no warnings such as for [[aquifer]]s, dangerous [[surroundings]], etc, [EMBARK_WARNING_ALWAYS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Confirm preparations''' - [POST_PREPARE_EMBARK_CONFIRMATION:IF_POINTS_REMAIN] in d_init.txt, ALWAYS, IF_POINTS_REMAIN, or NO.&lt;br /&gt;
* '''Show tunnels when embarking''' - for dwarven [[tunnel]]s, shown as a black dashed line or grey double line with classic ASCII, [SHOW_EMBARK_TUNNEL:FINDER] in d_init.txt, FINDER, ALWAYS, or NO.{{verify|is there a difference between ALWAYS and FINDER now?}} More restrictive world generation settings will override these.&lt;br /&gt;
* '''Default embark width and height''' - also determines what is considered a normal embark size and will only warn when the actual embark is larger than this many (width × height) tiles, [EMBARK_RECTANGLE:4:4] in d_init.txt, 2 to 16. See Maximum embark dimension below. (This option is actually listed after the feature toggles on the tab in game.)&lt;br /&gt;
* '''Maximum embark dimension''' - maximum width or height for an embark, larger sizes may be buggy and need much more memory, [MAXIMUM_EMBARK_DIM:6] in d_init.txt, 6 to 16. (This option is actually listed in game near the bottom of the tab, before the dye and scroll options.)&lt;br /&gt;
&lt;br /&gt;
=== Feature toggles ===&lt;br /&gt;
* '''Enable temperature''' - If temperature calculations are off, only a few direct temperature changes will take place; for example, magma will set tiles to high temperatures, but those tiles will never cool, making them unpathable until this setting is enabled. Effects that rely on temperature calculations, such as water freezing, melting, or evaporating, or creatures and items taking temperature-related damage, will not occur. May somewhat affect FPS, but be aware of the likely pathing issues, [TEMPERATURE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable weather''' - toggles rain and snow, rarely affects FPS, [WEATHER:YES] in d_init.txt, YES or NO.{{verify|does this affect wind or evil weather?}}&lt;br /&gt;
* '''Enable caveins''' - toggles [[cave-ins]], [CAVEINS:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable artifact moods''' - toggles [[strange mood]]s and the resulting [[artifact]]s, [ARTIFACTS:YES] in d_init.txt, YES or NO.{{verify|does this affect world gen artifacts?}}&lt;br /&gt;
* '''Enable testing arena''' - [TESTING_ARENA:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Walking spreads spatter (fort mode)''' - toggle the spread of blood spatter and other [[contaminant]]s by creatures on ground tiles in fortress mode. As spatter can infinitely spread, it is recommended to leave this as &amp;quot;NO&amp;quot;. [WALKING_SPREADS_SPATTER_DWF:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Walking spreads spatter (adv mode)'''{{v|51.01}} - toggle the spread of blood spatter and other [[contaminant]]s by creatures on ground tiles in adventure mode. As spatter can help with tracking creatures, it is recommended to leave this as &amp;quot;YES&amp;quot;. [WALKING_SPREADS_SPATTER_ADV:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable keyboard cursor''' - allows for using the keyboard controls for some designations, [KEYBOARD_CURSOR:NO] in d_init.txt, YES or NO. Arrow keys {{k|↑←↓→}} move one tile, {{k|WASD}} 10 tiles, and {{k|Shift|WASD|sep=+}} 20 tiles; also see [[Settings#Keyboard_scroll_amounts|Keyboard scroll amounts]] section below.&lt;br /&gt;
* '''Log world rejects''' - logs the reasons worlds were rejected in ``[[map_rejection_log.txt]]``, useful in [[advanced world generation]] and [[modding]], [LOG_MAP_REJECTS:NO] in d_init.txt, YES or NO. ''Dwarf Fortress'' will keep adding to the file, so you may want to trim or delete it occasionally.&lt;br /&gt;
* '''Multithreading''' - limited multithreading, mainly for line of sight calculations, [MULTITHREADING:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Classic varied ground tiles'''{{v|51.05}} - if changed to NO, ground tiles will be displayed only with periods in ASCII mode, has no effect in graphics mode. [CLASSIC_VARIED_GROUND_TILES:YES] in d_init.txt. (This option is actually listed in game near the bottom of the tab, before the scroll options.)&lt;br /&gt;
* '''Show rectangle dimensions'''{{v|51.06}} - if changed to NO, hides the size display when drawing selection rectangles, [SHOW_RECTANGLE_DIMENSIONS:YES] in d_init.txt. (This option is actually listed in game near the bottom of the tab, before the scroll options.)&lt;br /&gt;
&lt;br /&gt;
=== Pathing costs ===&lt;br /&gt;
* '''Path costs''' - extreme changes to these may cause more lag, [PATH_COST:1:2:5:25] in d_init.txt, 1 to 1000.&lt;br /&gt;
* '''Storage path cost decreases''' - controls how aggressively dwarves place objects in a container with like items (rather than an empty container). The default combine options are very aggressive. All in d_init.txt, 2 to 1000.&lt;br /&gt;
** [STORE_DIST_ITEM_DECREASE:20] - for each object found in a container, one tile is removed from its apparent distance to the dwarf, up to this cap&lt;br /&gt;
** [STORE_DIST_SEED_COMBINE:1000] - a bag with seeds already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BUCKET_COMBINE:1000] - a bucket with the same liquid already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BARREL_COMBINE:1000] - a barrel with the same item type already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BIN_COMBINE:1000] - a bin with the same item type already in it will appear this many tiles closer&lt;br /&gt;
&lt;br /&gt;
=== Population and seed capacities ===&lt;br /&gt;
* '''Population caps''' - can be changed at will to limit migration, strict also prevents births, [POPULATION_CAP:200] and [STRICT_POPULATION_CAP:220] in d_init.txt, 0 to 5000. Certain game features are triggered by population number, see [[difficulty]]. Some of those features may also cause the actual population to slightly go over these.&lt;br /&gt;
* '''Children limits''' - how many and what percentage of total there can be at a time, [BABY_CHILD_CAP:100:1000] in d_init.txt, 0 to 1000. Only prevents further pregnancies, so migrant children, multiple births and existing pregnancies from old saves can still push you over the cap. Setting either number to zero will disallow new pregnancies in the fortress.&lt;br /&gt;
* '''Visitor cap''' - This does not include merchants, diplomats, animals or invaders, but only those dropping by for a temporary visit to a tavern, library or temple, or those seeking permanent employment. Once you accept a petition from a visitor to stay at your fort, they no longer count against the cap, even if they never become a full citizen. [VISITOR_CAP:100] in d_init.txt, 0 to 5000.&lt;br /&gt;
* '''Dead units cull''' - During a season changeover, the game checks if there's a certain number of units in play. If it is above this amount, it removes all the unimportant dead units who died at least two years ago. [CULL_DEAD_UNITS_AT:1000] in d_init.txt, 100 to 5000.&lt;br /&gt;
* '''Seed caps''' - per type and total, when over the total cap, seeds will be periodically removed, starting with the oldest and most worthless. [SPECIFIC_SEED_CAP:200] 0 to 10000 and [FORTRESS_SEED_CAP:3000] 0 to 30000 in d_init.txt.&lt;br /&gt;
&lt;br /&gt;
=== Information display ===&lt;br /&gt;
* '''Engraving display''' - [ENGRAVINGS_START_OBSCURED:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Improvement quality display''' - [SHOW_IMP_QUALITY:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Numeric liquid levels''' - can be toggled in game either with a button next to the minimap or a keybind {{menu icon|f}}, [SHOW_FLOW_AMOUNTS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Ramp arrows''' - can be toggled in game either with a button next to the minimap or a keybind {{menu icon|r}}, [SHOW_RAMP_ARROWS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Elevation layers display''' - [NUMBER_OF_LOWER_ELEVATIONS_SHOWN:8] in d_init.txt, 0 to 8.&lt;br /&gt;
* '''Engraving historical events''' - [SHOW_ALL_HISTORY_IN_DWARF_MODE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Nickname display''' - [NICKNAME_DWARF:REPLACE_FIRST], [NICKNAME_ADVENTURE:REPLACE_FIRST], [NICKNAME_LEGENDS:REPLACE_FIRST] in d_init.txt, REPLACE_FIRST, CENTRALIZE (between first and last), or REPLACE_ALL.&lt;br /&gt;
&lt;br /&gt;
=== Grazing coefficient ===&lt;br /&gt;
* '''Grazing coefficient''' - how much grazers get from grazing, larger numbers mean less food is needed. [GRAZE_COEFFICIENT:100] in d_init.txt, 1 to 1000000.&lt;br /&gt;
&lt;br /&gt;
=== FPS ===&lt;br /&gt;
* '''Show FPS''' - the first number is simulation rate, the number in parentheses is graphical FPS, [FPS:NO] in init.txt, YES or NO.&lt;br /&gt;
* '''Game FPS cap''' - limits how quickly the game runs the simulation, [FPS_CAP:100] in init.txt, 5 to 1000. This cap can also be temporarily changed on the fly by ~10% with {{k|Alt|Equals|sep=+}} and {{k|Alt|Minus|sep=+}}; if '''Show FPS''' is set to yes, then pressing either of those will briefly show what the cap has been changed to.&lt;br /&gt;
&lt;br /&gt;
=== Input timings ===&lt;br /&gt;
* '''Key hold time''' - [KEY_HOLD_MS:250] in init.txt, 100 to 20000.&lt;br /&gt;
* '''Key repeat time''' - [KEY_REPEAT_MS:150] in init.txt, 100 to 20000.&lt;br /&gt;
* '''Key repeat acceleration''' - [KEY_REPEAT_ACCEL_START:10] 1 to 1000 and [KEY_REPEAT_ACCEL_LIMIT:8] 2 to 100 in init.txt.&lt;br /&gt;
* '''Interface shutdown time''' - how long after a view recenter to ignore input, [RECENTER_INTERFACE_SHUTDOWN_MS:0] in init.txt, 0 to 2000.&lt;br /&gt;
* '''Macro timing''' - [MACRO_MS:15] in init.txt, 1 to 2000.&lt;br /&gt;
&lt;br /&gt;
=== Compressed saves ===&lt;br /&gt;
* '''Compressed saves''' - saves drive space (since running out of space while saving '''will''' corrupt the save) at the expense of slowing down save operations, [COMPRESSED_SAVES:YES] in init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Dye display ===&lt;br /&gt;
* '''Display worn clothing dyes (fort mode)'''{{v|50.15}} - if set to the default NO, color will be determined by [[profession]], mostly only useful in ASCII mode, [DISPLAY_CLOTHING_WITH_DYES_IN_FORT_MODE:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Display worn clothing dyes (adv mode)'''{{v|51.01}} - if changed to NO, color will be determined by profession, [DISPLAY_CLOTHING_WITH_DYES_IN_ADV_MODE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard scroll amounts ===&lt;br /&gt;
* '''Keyboard scroll tiles'''{{v|51.11}} - how many tiles to scroll with the &amp;quot;Move view/cursor&amp;quot; keys (default {{k|WASD}}, the FAST settings are used for {{k|Shift|WASD|sep=+}}) in the normal and world views, as well as the [[Settings#Feature_toggles|keyboard cursor]], though for that, the cursor keys {{k|↑←↓→}} also always move 1 tile, in addition to these values for the &amp;quot;Move view/cursor&amp;quot; keys. 1 to 100, and the following tokens in d_init.txt&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED:10]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_FAST:20]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED:10]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_FAST:20]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_WORLD:10]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_WORLD_FAST:20]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_WORLD:10]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_WORLD_FAST:20]&lt;br /&gt;
&lt;br /&gt;
== Keybindings ==&lt;br /&gt;
{{main|Controls}}{{main|interface.txt}}&lt;br /&gt;
These settings change the controls and are all stored in interface.txt.&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
{{main|Announcement}}{{main|announcements.txt}}&lt;br /&gt;
Used to control how different announcements are displayed in Dwarf Fortress. This can be useful to add alerts for critical combat events, stopping the recentering on birth events, or reducing the constant chatter of announcements like 'quota filled' or 'someone is visiting'.&lt;br /&gt;
&lt;br /&gt;
== Difficulty ==&lt;br /&gt;
{{main|Difficulty}}&lt;br /&gt;
This tab is only available when in a fortress game, and these settings are initially set when starting a fortress game. Since they are specific to each save they are stored as part of the save and are not editable outside the game. They are divided into two groups: enemies and economy; enemies can be disabled, both groups have normal and hard presets, and all of the individual settings can be adjusted in '''Custom settings'''. The values used in each preset can be seen by selecting the preset and then viewing them in '''Custom settings'''.&lt;br /&gt;
&lt;br /&gt;
[[ru:Settings]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Stockpile_design&amp;diff=318077</id>
		<title>Stockpile design</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Stockpile_design&amp;diff=318077"/>
		<updated>2026-07-20T20:05:05Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Avoiding hauling-caused job cancellations */ added outdated template and reason&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
[[Image:DFflowchart.png|thumb|200px|'''Production flowchart for most workshops'''.&amp;lt;br /&amp;gt; Not all items are represented!&amp;lt;br /&amp;gt;''(Click to enlarge)'']]&lt;br /&gt;
&lt;br /&gt;
[[Stockpile]]s can be created almost anywhere, can have almost any size, and have many different options. Choosing where to place them, how big to make them, and how to configure their settings constitutes the art of '''stockpile design'''. Efficient stockpile design is one of the most critical aspects of overall fortress efficiency. Stockpile and workflow design is, perhaps, the third most important thing you need to do in your fortress, after keeping dwarves fed and protected. A fortress with poor stockpile layouts will grind to an [[FPS]] death much faster than one designed with efficiency in mind.&lt;br /&gt;
&lt;br /&gt;
== Avoiding hauling-caused job cancellations ==&lt;br /&gt;
{{Outdatedsection}}&lt;br /&gt;
:Cancellation due to bins were supposed to have been fixed in [[Release_information/50.01|50.01]] and be much less of a problem now, but this section needs in game verification of whether any of these are still issues.&lt;br /&gt;
One of the major problems you will face in a fortress with inefficient stockpile design is the endless &amp;quot;spam&amp;quot; of job cancellations due to items being hauled. While an item is being hauled, ''or is inside a container which is tasked for hauling'', it can't be used. If a hauling job takes a month, then all the items involved in that job are unavailable for an entire month.&lt;br /&gt;
&lt;br /&gt;
The solution to this issue is to minimize the amount of time a container full of items spends being hauled, either by avoiding the use of containers altogether, or by minimizing the distance a container will travel.&lt;br /&gt;
&lt;br /&gt;
The classic example of this problem is the seed stockpile. Your planters need seeds to sow crops in farm plots. Seeds are stored in food stockpiles, in [[bag]]s; the bags in turn will be stored in [[barrel]]s or large pots if you allow it, and if enough empty barrels/pots are available. If you simply create a food stockpile next to the farm, and disable everything except seeds, the default settings will allow the use of barrels to store the seed bags. This will lead to job cancellations. Let's take a closer look at why this happens.&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;stockpile at rest&amp;quot; (when no new seeds have been generated in a long time), we will most likely have 1 or 2 barrels full of seed bags, plus one empty barrel. (All barrel- and bin-using stockpiles try to keep one empty container for future use.) The barrels can hold a huge number of seed bags, so there will be a small number of very full barrels.&lt;br /&gt;
&lt;br /&gt;
Now, suppose some dwarf eats a [[plump helmet]] and generates a plump helmet spawn. The stockpile will eventually realize this has occurred, and will generate a job to acquire the seed. If there is already a bag of plump helmet spawn in the stockpile, then the job will be &amp;quot;Store Item in Bag&amp;quot;. Some dwarf will be assigned to take the bag of plump helmet spawn ''out'' of the stockpile, bring it to the dining room where the seed is, and put the seed into the bag. However, as soon as this job has been '''created''', the bag is marked as being part of the hauling job. All the seeds in it are now unavailable for use -- and the dwarf hasn't even picked it up yet!&lt;br /&gt;
&lt;br /&gt;
But it gets worse. Once the bag has been taken to the dining room and has acquired one (or possibly several) new seeds, the stockpile will generate another job to bring the bag back. Since there is a non-full barrel already in the stockpile, the job will be &amp;quot;Store Item in Barrel&amp;quot;. Some dwarf will be assigned to take the barrel ''out'' of the stockpile, drag it to the dining room where the bag is, and put the bag into the barrel. As soon as this job is created, the '''whole barrel full of seed bags''' (which may be every seed in the entire fortress) is marked for hauling and is unavailable for any other purpose, including planting crops. The planter can't use any of those seeds until the barrel has been dragged out, and then finally dragged back to the original stockpile. And if any new seeds have been generated while that's going on, then the cycle never ends.&lt;br /&gt;
&lt;br /&gt;
There are a few designs that try to mitigate this problem. The simplest design is to '''disallow barrels''' in the seed stockpile. Seeds will continue to be stored in bags (you cannot stop this by any means, if empty, unforbidden bags exist). You will continue to get some planting job cancellations when a bag is removed to pick up new seeds, but it is nowhere near as bad as the situation you get with barrels.&lt;br /&gt;
&lt;br /&gt;
== Multiple stockpile designs ==&lt;br /&gt;
&lt;br /&gt;
=== Double stockpile ===&lt;br /&gt;
&lt;br /&gt;
Another design that works well for seeds uses two stockpiles. The first stockpile is set to &amp;quot;take from anywhere&amp;quot;, and disallows barrels. This stockpile is typically quite small, because it only holds items temporarily. The second stockpile is set to &amp;quot;take from links only&amp;quot;, and is linked to take from the first stockpile (and the two stockpiles are extremely close together). This second stockpile may permit barrels. This design gives you the increased storage capacity of the stockpile with containers (for long term storage), while minimizing the amount of the time the barrels spend out of their stockpile. Rather than being dragged all the way from the seed stockpile to the dining room (or still, or farmer's workshop, etc.) the barrel only has to move a few tiles to the neighboring stockpile.&lt;br /&gt;
&lt;br /&gt;
Neither of these designs will completely eliminate job cancellations, but they reduce the spam (and the time a planter spends waiting for seeds) immensely.&lt;br /&gt;
&lt;br /&gt;
The double-stockpile design is also particularly good for heavy items, like armor. An armor stockpile that accepts items from anywhere and permits bins will cause dwarves to drag bins full of metal armor all the way down to the forges and back. If you're using magma forges a hundred levels down, along corridors that have to twist around caverns, such a trip can take literally weeks. The armor in that bin is unavailable for that entire time. But if you make a small &amp;quot;feeder&amp;quot; stockpile with no bins that takes from anywhere, dwarves will simply carry pieces of armor one at a time from the forge to the feeder stockpile. A larger long-term storage stockpile has bins, takes from links only, and takes from the nearby feeder stockpile. The heavy bins will only have to be moved a few tiles, and the armor in them is unavailable for a much shorter time.&lt;br /&gt;
&lt;br /&gt;
=== Single source distribution ===&lt;br /&gt;
&lt;br /&gt;
This design works well for inputs that come from a single location (e.g. plants from [[farming|farm plots]]), and are used in many other locations. Rather than simply putting a plant stockpile by each workshop that uses plants (which would mean a great deal of hauling barrels from those workshops to the farm plots to pick up new plants), place one &amp;quot;source&amp;quot; plant stockpile by the farms which disallows barrels, and takes from anywhere. All the farm crops will go there first (directly, because no barrels are involved).&lt;br /&gt;
&lt;br /&gt;
Now, place a plant stockpile by each workshop that uses plants ([[still]], [[farmer's workshop]], etc.), set it to take from links only, and link it to take from the &amp;quot;source&amp;quot; stockpile. Ideally, each of these workshop-feeding stockpiles will take only an appropriately chosen subset of the plants (the still takes only brewable plants, while the farmer's workshop for the textile industry only takes plants that can be processed into [[thread]], and so on). You may choose whether to allow barrels on a case by case basis, depending on how many of each plant you expect to have at once, how time-critical their processing is, etc.&lt;br /&gt;
&lt;br /&gt;
If you are so inclined, you can use a [[Exploit#The_Minecart_Stop|quantum stockpile]] as the &amp;quot;source&amp;quot;. This allows an infinite amount of storage in a tiny space. In the specific case of plants, this means your harvest ''always'' has somewhere to go, and will never wilt on the ground (unless your haulers are all busy elsewhere).&lt;br /&gt;
&lt;br /&gt;
== Workshop layout for efficient hauling ==&lt;br /&gt;
&lt;br /&gt;
It is virtually impossible to discuss stockpile design without simultaneously addressing workshop (or workflow) design. They are two sides of the same coin.&lt;br /&gt;
&lt;br /&gt;
Most workshops take some items as ''input'' and produce other items as ''output''. Consider an entire chain of workshops and products from raw materials to finished products. The closer each workshop's inputs are, the faster your dwarves can process them. When the outputs are in turn used as inputs in another workshop, it makes sense to keep those two workshops close together, to minimize the amount of distance each intermediate product has to move. In many cases, you may not even ''need'' a stockpile for the intermediate products; just let them sit in the first workshop until the second workshop is ready for them. (This depends on the workshop and the products.)&lt;br /&gt;
&lt;br /&gt;
It's also worth mentioning that heavily congested corridors are extremely inefficient. Your most heavily traveled tunnels should be at ''least'' two tiles wide, and three tiles is better. When dwarves have to squeeze past each other, one of them has to stop moving to let the other go by. Worse, dwarves who are ''about'' to collide will run a path-finding algorithm (which takes computer time), and if an alternative route is available, they'll go out of their way - possibly a ''long'' way out of their way - rather than simply stop and let the other dwarf squeeze by. Try to avoid this.&lt;br /&gt;
&lt;br /&gt;
=== Stockpile placement ===&lt;br /&gt;
&lt;br /&gt;
One strategy is to place the feeder stockpile immediately around the workshop.  This works well for single workshops with just one input (like a [[mason's workshop|mason's]] or [[mechanic's workshop]]).&lt;br /&gt;
&lt;br /&gt;
  SSSSS   S feeder stockpile&lt;br /&gt;
  SWWWS   W workshop&lt;br /&gt;
  SWWWS&lt;br /&gt;
  SWWWS&lt;br /&gt;
  SSSSS&lt;br /&gt;
&lt;br /&gt;
Another strategy is to put the workshop's stockpile above or below it.  This keeps the stockpiles close to the workshops, and lets the workshops expand, even adding workshops on additional Z-levels as necessary.  It works particularly well with multiple similar workshops working off the same stockpile.&lt;br /&gt;
&lt;br /&gt;
           adjacent z-level&lt;br /&gt;
  WWW WWW      SSSSSSS&lt;br /&gt;
  WWW&amp;lt;WWW      SSS&amp;gt;SSS&lt;br /&gt;
  WWW WWW      SSSSSSS&lt;br /&gt;
&lt;br /&gt;
== Specific industry designs ==&lt;br /&gt;
&lt;br /&gt;
=== Farm-centric ===&lt;br /&gt;
&lt;br /&gt;
[[Farming|Farms]] feed a wide array of workshops.  Plants from farms may directly feed the [[kitchen]], [[still]], [[millstone]] (or [[quern]]) and [[farmer's workshop]].  The mill and farmer's workshop feed the [[loom]] and [[dyer]] which feed the [[clothier]].  Farms are in turn supplied seeds from the still, mill, farmer's workshop and dining rooms, completing the cycle of plant life.&lt;br /&gt;
&lt;br /&gt;
As such, it's a good idea to design all (or at least, many) of these workshops and their [[stockpile]]s around each other.  Above-ground farms can only be built in certain places, and underground farms are much ''easier'' to build in soil layers, so in many cases this dictates the location and layout.&lt;br /&gt;
&lt;br /&gt;
=== Butcher &amp;amp; Tanning ===&lt;br /&gt;
&lt;br /&gt;
Because tanners are supplied directly from a butcher it's best to put them right next to each other.  Designate a refuse stockpile taking Corpses for the butcher. Let the hides sit in the [[butcher's shop]], and the tanner will take them directly to the [[tanner's shop]] with no hauling jobs required.&lt;br /&gt;
&lt;br /&gt;
Consider placing a [[stockpile#Refuse|refuse stockpile]] somewhere behind an airlock (to keep out the [[miasma]]), to take the cartilage and other useless by-products.&lt;br /&gt;
&lt;br /&gt;
* Note: When near a [[necromancer|necromancer tower]], butcher shops and refuse piles where corpses are collected should be kept within the fortress out of line of sight of any necromancer. When in an evil [[biome]] which causes the dead to reanimate, corpses should be disposed of promptly, preferably in magma.&lt;br /&gt;
&lt;br /&gt;
=== Kitchen ===&lt;br /&gt;
&lt;br /&gt;
A food stockpile accepting meat/fish, raw edible [[crop|plants]]*†, [[cheese]], [[Quarry bush|leaves]], cookable [[millstone|milled]] plants (everything but the [[dye|dyes]]), [[fat]]†, cookable [[extract|extracts]] ([[Dwarven syrup]] and all the [[milk|milks]]†).  If you cook [[Alcohol|booze]], include that.  If you want to reserve some edible plants for [[still|brewing]], leave them out.  Allow the maximum barrels. Remember to turn off prepared food.&lt;br /&gt;
:''(* [[plump helmet]], [[muck root]], [[bloated tuber]], [[prickle berry]], [[strawberry]], [[rat weed]], [[fisher berry]] and [[sun berry]])'' &amp;lt;!-- Needs 0.40 plant list update! --&amp;gt;&lt;br /&gt;
:''(† These items generally have better uses than cooking: [[milk]] for [[cheese]], [[fat]] for [[tallow]] which is used in [[soap]] and [[crop|plants]] for brewing as cooking will not return seeds.  See [[kitchen]] for more information.)''&lt;br /&gt;
&lt;br /&gt;
=== Brewing ===&lt;br /&gt;
&lt;br /&gt;
A food stockpile accepting brewable [[plant|plants]].  Some of these have other uses, like pig tail for making thread, so you might want to disallow them if you plan on using them for something else.  Remember to turn off prepared food.&lt;br /&gt;
&lt;br /&gt;
Also include a barrel stockpile near your [[still]] to ensure a steady supply of empty barrels.&lt;br /&gt;
&lt;br /&gt;
== Use of wheelbarrows ==&lt;br /&gt;
&lt;br /&gt;
[[Wheelbarrow]]s are tremendously useful tools, when properly applied. They allow a dwarf to move a single item at the dwarf's normal walking speed, ''regardless of the item's weight''. But they have trade-offs, so they should not be used in every stockpile.&lt;br /&gt;
&lt;br /&gt;
A major trade-off is that the dwarf has to walk to the stockpile first to fetch the wheelbarrow, then take the wheelbarrow to the item, and finally back to the stockpile. So, each hauling job may involve a much greater travel distance, and even though all the walking done at full speed, the total time spent may actually increase if you aren't careful.&lt;br /&gt;
&lt;br /&gt;
Wheelbarrows are used by default in stone stockpiles, and for good reason -- stones are ''heavy''! Dwarves, especially [[Attribute#Strength|weak]] ones, will move extremely slowly when hauling a stone without a wheelbarrow or [[minecart]]. It is strongly recommend that if you have any workshops which process stones, you use a feeder stockpile near them (linked to give to the workshop, so the mason doesn't carry a stone all the way from her bedroom!), and use wheelbarrows in that stockpile. This way, the stone is only ever carried by hand for a few tiles, from the stockpile to the workshop, by the mason/mechanic/craftsdwarf doing the work.&lt;br /&gt;
&lt;br /&gt;
Furniture stockpiles are another good use of wheelbarrows, as many pieces of furniture are extremely heavy (a granite statue weighs 156Γ, and a gold statue weighs 1159Γ, despite being made out of 3 gold bars that weigh 115Γ apiece -- dwarves aren't great at math).&lt;br /&gt;
&lt;br /&gt;
By contrast, wheelbarrows are not a great choice for a wood stockpile. Most logs of wood weigh about 30Γ, which will not slow a dwarf of average strength. Forcing the use of wheelbarrows would just increase the time spent per log, as well as reducing the number of simultaneous log hauling jobs. (Weak or very weak dwarves ''will'' be slowed when hauling typical logs; you may wish to disable wood hauling on these dwarves. Ironically, very weak dwarves make great stone haulers, because they can push a wheelbarrow perfectly well.)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
*[[Minecart]]&lt;br /&gt;
*[[Exploit#Quantum_stockpiles|Quantum stockpiles]]&lt;br /&gt;
&lt;br /&gt;
{{Category|Design}}&lt;br /&gt;
{{Category|Guides}}&lt;br /&gt;
{{Category|Stockpiles}}&lt;br /&gt;
[[ru:Stockpile design]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Standing_orders&amp;diff=317898</id>
		<title>Standing orders</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Standing_orders&amp;diff=317898"/>
		<updated>2026-07-10T22:36:53Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Other */ clarified that dig cancel toggles stop even the announcement (only tested damp, not warm), added announcement link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
:[[File:v50_standing_orders_preview.png|300px|right]]'''''Standing orders''' are non-military orders that apply to the entire fortress, including civilians. If you were looking for information on how to get your military to patrol or defend areas without actively managing them, see '''[[Scheduling]]'''. If you were looking for information on how to order your squads to move around on command and attack designated creatures, see '''[[Squads]]'''.&lt;br /&gt;
&lt;br /&gt;
'''Standing orders''' that apply to the whole fortress can be accessed by opening the Labor menu with {{Menu icon|y}} and then clicking on the '''Standing orders''' tab.&lt;br /&gt;
&lt;br /&gt;
==Automated Workshops==&lt;br /&gt;
* '''Automatically weave all thread''' toggles whether [[loom]]s will automatically weave available thread (or available dyed thread) into cloth&lt;br /&gt;
* '''Use any cloth''' toggles whether [[clothier's shop]]s will use only dyed cloth or all cloth. Since finished clothing cannot be dyed, this is one way to make sure the clothing is of the best quality possible.&lt;br /&gt;
* '''Automatically collect webs''' toggles whether [[weaver]]s will automatically go out and collect spider [[web]]s&lt;br /&gt;
* '''Slaughter any marked animal''' toggles whether animals marked for slaughter will automatically add slaughter tasks to [[butcher's shop]]s&lt;br /&gt;
* '''Automatically butcher carcasses''' toggles whether butcherable corpses will have butcher tasks automatically generated at [[butcher's shop]]s&lt;br /&gt;
* '''Automatically clean fish''' toggles whether &amp;quot;prepare raw fish&amp;quot; tasks will be automatically added to [[fishery]]s after raw fish are caught&lt;br /&gt;
* '''Automate kitchen''' toggles whether automatic [[reactions]] (&amp;quot;render fat&amp;quot;) will be added at [[kitchen]]s&lt;br /&gt;
* '''Automate tannery''' toggles whether automatic [[reactions]] (&amp;quot;tan a hide&amp;quot;) will be added at [[tanner's shop]]s&lt;br /&gt;
&lt;br /&gt;
==Hauling==&lt;br /&gt;
* '''Workers gather animals''' toggles whether dwarves will move caged [[animal]]s to a stockpile&lt;br /&gt;
* '''Workers gather food''' toggles whether dwarves will move [[food]] to a stockpile&lt;br /&gt;
* '''Workers gather furniture''' toggles whether dwarves will move [[furniture]] to a stockpile&lt;br /&gt;
* '''Workers gather bodies''' toggles whether dwarves will move [[corpse]]s to a stockpile&lt;br /&gt;
* '''Workers gather minerals''' toggles whether dwarves will move [[stone]] to a stockpile&lt;br /&gt;
* '''Workers gather wood''' toggles whether dwarves will move [[wood]] to a stockpile&lt;br /&gt;
&lt;br /&gt;
==Refuse and dumping==&lt;br /&gt;
Dwarves can do different things with different types of [[refuse]].&lt;br /&gt;
&lt;br /&gt;
You can tell them to ignore refuse altogether by toggling off '''Workers gather refuse''' for a smelly fort, or toggle on '''Workers gather outdoor refuse''' which is mainly useful for collecting animals killed by military dwarves.&lt;br /&gt;
&lt;br /&gt;
Various refuse types can be toggled between &amp;quot;save&amp;quot; (bring to a stockpile) and &amp;quot;dump&amp;quot; (throw in a garbage dump [[activity zone]]). Setting a type of refuse as &amp;quot;dump&amp;quot; will make dwarves start automatically dumping refuse of that type, even ones pre-stored in a refuse stockpile.&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have outdoor refuse stockpiles set up with give and take chains (to shift garbage away from your fortress, for example,) you must turn on collecting outdoor refuse if you want your dwarves to move the piles.&lt;br /&gt;
&lt;br /&gt;
*'''Workers gather refuse''' toggles whether dwarves will ignore refuse completely&lt;br /&gt;
*'''Workers gather outdoor refuse''' toggles whether dwarves will gather refuse [[Tile_attributes|outside]]&lt;br /&gt;
*'''Workers ignore outdoor vermin remains''' toggles whether dwarves will gather [[vermin]] remains from outside (only available when '''Workers gather outdoor refuse''' is on)&lt;br /&gt;
*'''Workers save corpses''' toggles whether [[corpse]]s, [[body part]]s, and other parts not applied to the options below are stored or dumped, including [[Ivory|ivory/teeth]], [[horn]]s, [[nervous tissue]], and [[cartilage]]&lt;br /&gt;
*'''Workers save skulls'''  toggles whether [[skull]]s are stored or dumped&lt;br /&gt;
*'''Workers save bones''' [[bone]]s are stored or dumped&lt;br /&gt;
*'''Workers save shells'''  [[shell]]s are stored or dumped&lt;br /&gt;
*'''Workers save skins'''  toggles whether [[skin]]s, [[chitin]] or [[scale]]s are stored or dumped&lt;br /&gt;
*'''Workers save hair and wool''' toggles whether [[hair]] or [[wool]] are stored or dumped&lt;br /&gt;
*'''Workers save other objects''' toggles other refuse not mentioned above, including vermin remains, rotten products, withered plants, damaged furniture, or [[Wear|tattered]] clothes (&amp;quot;Gather Vermin Remains&amp;quot; must be on for outdoor vermin remains to be collected)&lt;br /&gt;
&lt;br /&gt;
==Sieges and forbidding==&lt;br /&gt;
Dwarves can automatically [[forbid]] certain types of items, automatically forbid these items only during sieges, or not automatically forbid them at all.&lt;br /&gt;
*'''Forbid used ammunition''' toggles whether shot ammunition is automatically forbidden&lt;br /&gt;
*'''Claim your dead''' toggles whether dead citizens are automatically forbidden&lt;br /&gt;
*'''Forbid your death items''' toggles whether dead citizens' items are automatically forbidden&lt;br /&gt;
*'''Claim other dead''' toggles whether other dead creatures are automatically forbidden&lt;br /&gt;
*'''Claim other death items''' toggles whether other dead creatures' items are automatically forbidden&lt;br /&gt;
*'''Forbid floor/wall cleaning''' toggles when dwarves will clean contaminants such as [[vomit]] and [[blood]] from floors and walls.&lt;br /&gt;
*'''Forbid trap cleaning''' toggles when dwarves will clean [[trap]]s.&lt;br /&gt;
*'''Forbid trap rearming''' toggles when dwarves will rearm traps.&lt;br /&gt;
*'''Forbid cages from sprung traps''' toggles whether filled cages from traps will be automatically forbidden&lt;br /&gt;
*'''Forbid toppled building items''' toggles whether remnants of [[building destroyer|smashed buildings]] will be automatically forbidden&lt;br /&gt;
&lt;br /&gt;
==Chores==&lt;br /&gt;
The Chores tab allows you to select what tasks [[children]] will automatically do. You can select '''Children don't do chores''' to forbid all children from doing work tasks or toggle tasks from the list of &amp;quot;Feeding Patients/Prisoners&amp;quot;, &amp;quot;Milking&amp;quot;, hauling tasks, &amp;quot;Cleaning&amp;quot;, and &amp;quot;Lever Operation&amp;quot;. The tab lists all of the children in your fort and you can also select individual children to do either all or none of the tasks you've selected. If either list has a scroll bar, only click the arrows at the top and bottom of the scroll bar to scroll the list; otherwise (after scrolling) the selecting and deselecting of children or options might not work (until the menu is closed and reopened){{bug|13461}}.&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*'''Announce some job cancellations''' adjusts the level of job cancellation [[announcement]]s that are shown&lt;br /&gt;
*'''Mining cancelled near new damp stone'''{{version|53.12}} toggles the announcement and [[Digging designation canceled|cancellation of digging designations]] for walls next to [[water]] or [[aquifer]]s&lt;br /&gt;
*'''Mining cancelled near new warm stone'''{{version|53.12}} toggles the announcement and cancellation of digging designations for walls next to [[magma]]&lt;br /&gt;
*'''Everybody harvests''' toggles who will harvest plants from [[farm plot|farm plots]]; see [[Planter#All_dwarves_harvest|Planter]] for details&lt;br /&gt;
*'''Mix similar foods in barrels''' toggles whether different types of food can be put in one barrel at a stockpile&lt;br /&gt;
*'''Prefer zones for water drinking''' toggles whether dwarves can drink at water sources not marked as zones&lt;br /&gt;
*'''Prefer zones for fishing''' toggles whether fisherdwarves can fish at water sources not marked as zones&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''Set hunter ammunition''' opens a separate tab where you can configure the material, type and amount of [[ammunition]] available to [[hunter]]s.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = savot lotol | elvish = rino feri | goblin = axod axusp | human = wur cika}}&lt;br /&gt;
&lt;br /&gt;
{{V50 menus}}&lt;br /&gt;
{{Category|Fortress mode}}&lt;br /&gt;
{{Category|Interface}}&lt;br /&gt;
[[ru:Standing orders]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Vomit&amp;diff=317896</id>
		<title>Vomit</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Vomit&amp;diff=317896"/>
		<updated>2026-07-10T21:43:56Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added Cleaning link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
[[File:vomit_tiles_v50.png|right]]&lt;br /&gt;
:''For removing vomit see [[Cleaning]]''&lt;br /&gt;
Under certain conditions, [[creature]]s (such as your [[dwarf|dwarves]]) will '''vomit''', creating a [[contaminant|puddle of vomit]]. This may occur from an injury to an organ (usually the stomach, pancreas, and such), or from [[cave adaptation]]. Vomiting does not seem to create an unhappy thought (&amp;quot;nauseated by the sun&amp;quot; is from cave adaptation). Eating too much in [[adventurer mode]] will cause an adventurer to vomit. After vomiting once, a creature will begin to retch, bringing up nothing. The retching will continue in place of vomiting until the creature eats again. For example, dwarves that have been stationed for too long without food or water will occasionally eat vomit, causing an unhappy thought.&lt;br /&gt;
&lt;br /&gt;
[[Titan]]s, [[forgotten beast]]s, and [[demon]]s are occasionally made of vomit, though, unless paired with a dangerous attack, these creatures are relatively weak due to liquids like vomit being extremely fragile to damage.&lt;br /&gt;
[[Image:Vomit_Trail.png‎|thumb|center|280px|Both vomit and [[Finished goods|useless crap]] are common markers of a dwarf trail on the surface. Seen in ASCII form.]]&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = ôggon&lt;br /&gt;
| elvish  = cemato&lt;br /&gt;
| goblin  = strastnas&lt;br /&gt;
| human   = sethbap&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata|{{raw|DF2014:hardcoded_materials.txt|MATERIAL|VOMIT}}}}&lt;br /&gt;
{{materials}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Materials}}&lt;br /&gt;
[[ru:Vomit]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Aquifer&amp;diff=317874</id>
		<title>Aquifer</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Aquifer&amp;diff=317874"/>
		<updated>2026-07-10T09:53:10Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: reworded bits to account for standing order dig cancel option&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
[[File:aquifer_preview.png|right]]&lt;br /&gt;
An '''aquifer''' is a subterranean [[layer]] of [[soil]] or [[stone]] that holds groundwater. Once exposed it will start leaking [[water]], which can lead to a lot of [[Fun]] [[flood]]ing if left unmanaged. Each [[embark]] tile within the embark rectangle might contain an aquifer.&lt;br /&gt;
&lt;br /&gt;
== Leaking ==&lt;br /&gt;
Aquifer tiles produce water in any ''neighboring'' open tiles – '''north, south, east, west,''' &amp;lt;u&amp;gt;and '''below'''&amp;lt;/u&amp;gt;. The amount of water an aquifer produces depends on what type it is. '''Heavy aquifers''' are faster to produce water and much harder to manage compared to '''light aquifers'''. Aquifers cannot be drained; the groundwater is limitless, with even a single isolated tile leaking water forever. However, [[smoothing|smoothed]], mined, carved staircase, or [[channel]]ed aquifer tiles no longer produce water. Aquifers located in [[ocean]] [[biome]]s will produce salty water; aquifers in other biomes will produce freshwater.&lt;br /&gt;
&lt;br /&gt;
== Identifying ==&lt;br /&gt;
If you are digging an up/down staircase in the downward direction and you hit an aquifer, the aquifer tile will be revealed as [[damp stone|damp soil]] or stone and the dig designation cancelled for that tile, though the cancellation can be disabled in [[Standing_orders#Other|Standing orders]]{{version|53.12}}. If you are mining horizontally, you will similarly be warned of &amp;quot;damp stone&amp;quot; before breaching the aquifer. If there is no water next to or above these tiles, these are aquifer tiles. If you are digging an up/down staircase in the ''upward'' direction, or a ramp, and you hit an aquifer from below, the aquifer tile will immediately start producing water in the stairwell.&lt;br /&gt;
&lt;br /&gt;
== Types of aquifers ==&lt;br /&gt;
[[File:aqua_varied.png|thumb|158px|Embark screen: Area with a varied aquifer.]]&lt;br /&gt;
The type of aquifers contained within the [[embark]] location can be reviewed in the [[embark screen]], and each tile in the embark rectangle (default 4×4) may contain an aquifer independently of the others. In addition to heavy or light aquifer, ''Dwarf Fortress'' can also display &amp;quot;Varied aquifer&amp;quot; if both types are present within the embark rectangle (also note that the biomes of neighboring tiles can &amp;quot;spill over&amp;quot; into a tile, resulting in different, unannounced aquifers in those parts).&lt;br /&gt;
&lt;br /&gt;
=== Light aquifers ===&lt;br /&gt;
Light aquifers are by far the most common (being ~19 out of every 20 aquifers), and produce water slowly enough that they can easily be penetrated with minimal effort by digging out one level at a time and walling it off reasonably quickly. Light aquifers can be useful for low-water applications such as slowly filling a cistern for wells, or feeding a [[waterfall]].&lt;br /&gt;
&lt;br /&gt;
An open tile will receive water from a light aquifer only if it is directly '''north of, south of, east of, west of, or below''' a tile of the aquifer (not in the tile '''above''' them, nor in any diagonally-adjacent tiles). The amount of water that the open tile receives is random, on average four per month, possibly reaching as low as two or as high as six. The same amount of water is received regardless of the number of adjacent aquifer tiles.&lt;br /&gt;
&lt;br /&gt;
Since water will leak into tiles '''below''' an aquifer, you must dig out and wall off or smooth the same tiles in every single damp [[Z-level]] you wish to utilize, or else find all lower z-levels flooded from a seemingly unknown source; the rough aquifer walls above. It may seem as though the [[floor]] is leaking water, but it is actually the ceiling. There is no need to smooth or construct floors, as only rough wall tiles will leak water. However, if what you're trying to do is dig out a cistern, the most efficient way is to simply dig a large area out from directly under an aquifer layer, since every single tile will fill with water at a steady rate until it reaches 7/7. You'll know you're digging in the right level to make a cistern when every single tile you're trying to dig out is damp stone, but the layer below is dry.&lt;br /&gt;
&lt;br /&gt;
If you wish to excavate a large area within a light aquifer without painstakingly and continually walling it off, dig regular drains to an open area in a non-aquifer layer where the water can evaporate more quickly than it arrives. Note, however, that the open area that the water drains to will need to be much larger than the area of the aquifer that has been dug out. Or drain the water off the edge of the map.&lt;br /&gt;
&lt;br /&gt;
Unlike heavy aquifers, light aquifer tiles do not absorb (drain away) water.&lt;br /&gt;
&lt;br /&gt;
Although digging through light aquifer walls is not very dangerous, your dwarves will continuously cancel designations with the &amp;quot;damp stone&amp;quot; warning with each new tile revealed, unless that is disabled in [[Standing_orders#Other|Standing orders]]{{version|53.12}}, otherwise the player must repeatedly re-designate light aquifer squares to get the dwarves to mine it, making it a tedious affair.&lt;br /&gt;
&lt;br /&gt;
=== Heavy aquifers ===&lt;br /&gt;
Unlike light aquifers, heavy aquifers produce water almost immediately, effectively halting excavation at or 1 z-level below the aquifer level. This, in conjunction with the fact that they are often located in areas rich in [[loam]] and [[sand]], makes it difficult to find great quantities of [[stone]] in areas with heavy aquifers, making them more challenging.&lt;br /&gt;
&lt;br /&gt;
Rough heavy aquifer walls also act as an infinite ''sink'' for water, just like an open map edge. A single aquifer tile can absorb any amount of [[pressure|pressurized]] water each tick, limited only by the supply. One less obvious consequence is that if an opening is made through a multi-layer aquifer, only the lowest opened layer will ever fill with water.&lt;br /&gt;
&lt;br /&gt;
Empirically, heavy aquifers gain approximately 1/7 water every 14 ticks, though production has been observed to vary from 2-28 ticks. This rate does not appear to change significantly based on the number of adjacent aquifer tiles.&lt;br /&gt;
&lt;br /&gt;
== Where they are found ==&lt;br /&gt;
Aquifers appear based on the drainage of the terrain. Low elevations - particularly those near [[river]]s and oceans - are more prone to having an aquifer present, while locations closer to mountains are much less likely, but still possible. Depending on the [[embark]] location's biomes, you may embark to an area containing no aquifers, or up to several aquifers throughout your map.&lt;br /&gt;
&lt;br /&gt;
Layers which '''can''' contain aquifers:&lt;br /&gt;
{{columns-list|colwidth=20em|&lt;br /&gt;
* [[sandy clay loam]]&lt;br /&gt;
* [[silty clay loam]]&lt;br /&gt;
* [[loam]]&lt;br /&gt;
* [[sandy loam]]&lt;br /&gt;
* [[silt loam]]&lt;br /&gt;
* [[loamy sand]]&lt;br /&gt;
* [[silt]]&lt;br /&gt;
* [[sand (tan)|sand]]&lt;br /&gt;
* [[yellow sand]]&lt;br /&gt;
* [[white sand]]&lt;br /&gt;
* [[black sand]]&lt;br /&gt;
* [[red sand]]&lt;br /&gt;
* [[peat]]&lt;br /&gt;
* [[pelagic clay]]&lt;br /&gt;
* [[calcareous ooze]]&lt;br /&gt;
* [[siliceous ooze]]&lt;br /&gt;
* [[sandstone]]&lt;br /&gt;
* [[conglomerate]]&lt;br /&gt;
* [[puddingstone]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Note: only layers with the [AQUIFER] token can support aquifers. Other layers can appear directly below an aquifer and will blink &amp;quot;damp&amp;quot;, but they are not actually part of the aquifer - digging into them will still cause water to come from above. Please check the raws for the [AQUIFER] token before adding to this list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Layers which '''cannot''' contain aquifers, despite their names suggesting otherwise:&lt;br /&gt;
{{columns-list|colwidth=20em|&lt;br /&gt;
* [[clay]]&lt;br /&gt;
* [[silty clay]]&lt;br /&gt;
* [[sandy clay]]&lt;br /&gt;
* [[clay loam]]&lt;br /&gt;
* [[siltstone]]&lt;br /&gt;
* [[mudstone]]&lt;br /&gt;
* [[claystone]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Working in aquifers ==&lt;br /&gt;
Some points to keep in mind:&lt;br /&gt;
* Water on the tile where a worker is standing will cause job cancellations if it gets too high. A construction job (e.g. wall building) will be suspended by 2/7 depth, but a mining job will only be stopped by 4/7 depth of water.&lt;br /&gt;
* Flowing water will cause parents to drop their infants, leading to job cancellations, and occasionally [[fun]].&lt;br /&gt;
* Aquifers do not create water in diagonal tiles, but do create water in open tiles directly below them. Therefore, you will want to dig two z-levels below the lowest aquifer layer before continuing with your fortress.&lt;br /&gt;
&lt;br /&gt;
=== Probing an aquifer ===&lt;br /&gt;
You can discover what layer lies below an aquifer layer by digging up/down [[stairs]] into the aquifer. This will reveal the tile below the aquifer layer, and if this is non-aquifer (such as [[clay]], [[ore]], or bedrock) then you know the aquifer is only 1 Z-level deep at that location. This method can only be used to determine whether the aquifer is 1 layer deep, or multiple layers deep, but this is still enough information to help plan how to penetrate it. Using a pump-based method is highly recommended for multiple layer heavy aquifers.&lt;br /&gt;
&lt;br /&gt;
== Dealing with heavy aquifers ==&lt;br /&gt;
===Going around===&lt;br /&gt;
If your embark site is covered by multiple biomes, there is a chance the heavy aquifer is not present in every biome. In some maps this may be indicated by an outcropping of stone in a landscape otherwise composed of soil; in other maps the change in biome might be visible as a change in soil type, vegetation type or density. You might be able to dig down through a biome that doesn't have a heavy aquifer, to a Z-level below the heavy aquifer, and then (if you wish) tunnel beneath the heavy aquifer to the previously-inaccessible region.&lt;br /&gt;
&lt;br /&gt;
Even if all the biomes of your site contain aquifers, they might not all be at the same Z-level, so you still might be able to dig down in one biome, reaching a Z-level beneath the aquifer in another biome.&lt;br /&gt;
&lt;br /&gt;
Additionally, if your biome contains deep cliffs (such as a river gorge), it may be possible to build a staircase down the side of the gorge past the aquifer.&lt;br /&gt;
&lt;br /&gt;
=== The double slit method ===&lt;br /&gt;
{{Main|Double-slit method}}&lt;br /&gt;
This is one of the most commonly-used methods, due to its convenience and power. It was originally developed by QuantumMenace, and is also mentioned below under [[#The pump method|the pump method]].&lt;br /&gt;
&lt;br /&gt;
=== The hatch trick ===&lt;br /&gt;
The [[hatch]] trick is a simple method for putting one or two dwarves through a single heavy aquifer layer. (This is not to be mistaken with only working for a single layer aquifer.) You can use the trick to essentially bypass the problematic final layer of a multi-layer aquifer, allowing access to the rock layers and caverns before you've put a sealed staircase through the aquifer.&lt;br /&gt;
&lt;br /&gt;
First you must dig a pair of up/down stairs into the aquifer (i.e. as in twin slit), while draining one of the tiles with a [[screw pump]], simply build a hatch on the tile (the hatch must be built on a downstairs or up/down stairs for the trick to work). Once the hatch is constructed, with the pump still operating, designate an up/down staircase under the hatch, a miner will dig the staircase out while standing 'on top' of the hatch, he can then pass through the hatch to continue digging, the hatch will let 1-2 water through with him before closing and preventing further water from following the miner. The miner is now safely under the aquifer and can dig down to the caverns or to the map edge and establish a drain, allowing you to use the much faster [[#The drainage method|drainage from below method]] to finish penetrating the aquifer. This can save a lot of time for multiple-layer aquifers where the final layer is sand. It is also quicker and cleaner than cave-in for single layer aquifers if you plan to extend a staircase straight down to the caverns anyway (making the drain essentially free).&lt;br /&gt;
&lt;br /&gt;
===The ore method===&lt;br /&gt;
On maps where the aquifer is not held in a layer of soil, but instead is held in a [[sedimentary layer]] such as sandstone, it may be possible to tunnel down through deposits of ore such as [[magnetite]]. For this to work you have to find a spot where there is coincidentally an ore deposit on each Z-level you need to dig through. This is only possible through tiresome trial and error, or through the use of a utility like DFHack's &amp;lt;tt&amp;gt;reveal&amp;lt;/tt&amp;gt;. The trial and error method can be accomplished somewhat more easily by digging up/down stairs to reveal the layer underneath them without actually digging into the underlying layer. This method is more complicated with aquifers located in layers of [[conglomerate]], as large clusters of [[puddingstone]] will support the aquifer and thus cannot be used to provide a path through it.&lt;br /&gt;
&lt;br /&gt;
=== The &amp;quot;Chicken Run&amp;quot; technique ===&lt;br /&gt;
When a newly revealed damp tile cancels a mining designation, and without any other mining designations, the miner will revert to &amp;quot;No Job&amp;quot; status and will take a few dozen ticks to resume mining. In that time, the miner will walk away and the site will be flooded, making the tile below unreachable. However, the cancellation can be disabled in [[Standing_orders#Other|Standing orders]]{{version|53.12}}. A sufficiently fast miner (Professional or so should do for soil layers, depending on agility) can then dig a stair in one of the tiles, and before that tile floods, channel out an adjacent tile, removing that tile and breaching the layer below; if that layer is also a heavy aquifer, it will act as an infinite drain for water from above. This then opens the possibility of digging space to work in the upper layer.&lt;br /&gt;
&lt;br /&gt;
While not a direct staircase in the original method, establishing a drain with just a pick is also possible with a dabbling miner. One can channel an aquifer tile from up to four ramps dug at the corners of the tile to be channeled, such that the channel priority is higher than the ramp-digging priority. Using this, one can establish drains into the next level of a soil aquifer, as digging progress accumulates in revealed tiles.&lt;br /&gt;
&lt;br /&gt;
If you fail to mine fast enough, or if flowing water pushes your miner down the channeled ramp, the dwarf will usually walk up the stairs to safety, but it is possible that the miner might &amp;lt;s&amp;gt;drown&amp;lt;/s&amp;gt; have fun. In stone aquifers, a legendary miner can manage with one attempt at channeling, and at minimum, a proficient miner can manage with four, though in the second case they'll risk drowning and can take weeks to dig the next channel to expand the drain.&lt;br /&gt;
&lt;br /&gt;
=== Exploiting cave-ins ===&lt;br /&gt;
Conceptually this method involves removing the aquifer-bearing sand, soil or rock using channeling, and then dropping an island of dry sand, soil or clay into the resulting pond, a staircase can then be dug through the center of the resulting artificial island. This requires at least one natural dry layer, but is more flexible if two or more are available. An advantage of these methods is that they can be carried out by a single miner with no resources other than a pick.&lt;br /&gt;
&lt;br /&gt;
This does not work with [[construction|constructed]] walls since they deconstruct on cave-in.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' There is a bug{{bug|1206}} that can occasionally prevent this method from working. Collapsed layers often turn into the layer type that was dug out at the level where they land (e.g. dry loam becomes dry sand). On occasion, a dry layer collapsed into an aquifer will also transform into actual aquifer tiles (e.g. dry loam becomes water-producing sand). It is unknown what triggers this behavior, but when it occurs it will be impossible to pierce the aquifer using cave-ins.&lt;br /&gt;
&lt;br /&gt;
When unmined tiles collapse into a liquid, the displaced liquid teleports to sit ''on top'' of the collapsed tiles. Thus, when plugging an aquifer, it is usually advisable to incorporate aquifer drain space into the design to dispose of the displaced water.&lt;br /&gt;
&lt;br /&gt;
==== Cave-in example ====&lt;br /&gt;
[[File:Aquifer-Plug.png|frame|none|Side view]]&lt;br /&gt;
*Dig stairs down to the aquifer. Dig over the aquifer layer but under your &amp;quot;plug&amp;quot;. You'll need a 5x5 landmass. (Slide 2)&lt;br /&gt;
*Channel out the area the plug will fall into. (Slide 3)&lt;br /&gt;
*Leave a single floor tile on top of the plug and dig out the outer layer of your plug. The plug should be a 3x3 landmass now. The single floor tile must keep the plug from falling. (Slide 3)&lt;br /&gt;
*Channel out the floor tile holding up the plug. (Slides 4 &amp;amp; 5)&lt;br /&gt;
*Construct floor tiles to reach the plug and dig through the middle to get under the aquifer. (Slide 6)&lt;br /&gt;
&lt;br /&gt;
==== Concentric ring method for multiple layers ====&lt;br /&gt;
If you build many rings inside one another in your top drop layer, you can breach multi-level aquifers with as little as 2 natural layers of dry soil above it. Drop the rings from the outside to the inside using constructed arms to hold the center rings in place. Once a ring drops into the water below it, pump out the water in the center and dig down another layer. When that is complete, drop the next ring and continue the process until you are through. Since you start dropping rings from the outside it is necessary to know how many levels deep the aquifer is before you begin. Tutorial for more than one aquifer can be found here: [[User:Rhenaya/HowtoDualAquifer]]&lt;br /&gt;
&lt;br /&gt;
==== &amp;quot;Chicken-Run&amp;quot; plug ====&lt;br /&gt;
This method was developed for a single-pick challenge on a hostile biome. In the specific (but common) case of a 2-Z thick soil aquifer, with two dry layers above, it is possible to very quickly penetrate the aquifer using a cave-in without breaching the surface and compromising the fort's security. The method starts with a Chicken Run (see above), after which an area of the upper aquifer level is cleared out with drainage into the lower level. The lower dry level is then collapsed, which means that the sub-surface level only needs to be mined (to release the plug) rather than collapsed as part of the plug.&lt;br /&gt;
&lt;br /&gt;
The procedure is described in detail {{Forum|129994.msg4620421#msg4620421|in this and the following posts}}.&lt;br /&gt;
&lt;br /&gt;
While not yet demonstrated, it should be possible to use successive cycles of chicken-running and clearing to pierce arbitrarily deep soil aquifers this way.&lt;br /&gt;
&lt;br /&gt;
=== The pump method ===&lt;br /&gt;
The pumping method uses one or more [[screw pump|pumps]] to keep an area dry long enough to smooth or [[wall]] off the sides, stopping the flow of water. It requires no special environment or resources, other than wood and dwarves (and patience). Most commonly, a modestly-sized section of the aquifer layer is channeled out and several screw pumps are built facing it. Directly behind each of the screw pumps a few tiles are channeled out to receive and dispose of the pumped water. When the pumps are activated, they should pump water faster than the aquifer can produce it, allowing masons to smooth or build walls around your future staircase. You ''will'' get job cancellations during this process, as stray 2/7's of water interrupt the building process. Just unsuspend the construction when this happens, as long a dwarf manages to touch the wall before canceling, it will move incrementally toward completion and eventually finish. Depending on the availability of screw pumps and dwarves, you may need to wall off one corner or side at a time, then move the pumps and repeat. When drilling through more than one aquifer layer, be sure to leave yourself enough room to build additional layers of pumps and water disposal channels on lower levels.&lt;br /&gt;
&lt;br /&gt;
Things to consider:&lt;br /&gt;
* The smaller your work area, the less water your dwarves will have to remove and the faster construction will finish. For a single-layer soil aquifer, you only need to mine five tiles (your stairway and walls directly North, South, East, and West of it); single-layer stone aquifers require only a single tile be channeled.&lt;br /&gt;
* Mechanical [[power]] may come in handy, but dwarf power works just fine and is much more portable.&lt;br /&gt;
* Channels can sometimes be used in place of walls, causing water produced by the aquifer on one level to immediately fall and be consumed by the aquifer on the level below.&lt;br /&gt;
* This method may take a while.&lt;br /&gt;
&lt;br /&gt;
==== Specific pump methods in detail ====&lt;br /&gt;
QuantumMenace's [[double-slit method]] can pierce an aquifer of any depth using only wood and dwarven labor. Taken from [http://www.bay12forums.com/smf/index.php?topic=79224.15 this forum post].&lt;br /&gt;
&lt;br /&gt;
`http://www.bay12forums.com/smf/index.php?topic=79224.0#msg2058307 Earlier] in the same thread, Hans Lemurson laid out a very dwarfy method that can also pierce aquifers of any depth, using several pumps and machinery.&lt;br /&gt;
&lt;br /&gt;
A convenient method without job cancellation using a [[pump stack]] was presented by kingubu in [http://www.bay12forums.com/smf/index.php?topic=143064.0 this forum post], see [[Pump-stack_method]]&lt;br /&gt;
&lt;br /&gt;
Leonidas posted a [http://www.bay12forums.com/smf/index.php?topic=169616.0 detailed procedure], copiously illustrated, for tunneling through any aquifer with limited resources and relative safety.&lt;br /&gt;
&lt;br /&gt;
===The freezing method===&lt;br /&gt;
If you are playing in a freezing or very cold landscape, where it snows in winter and instantly freezes water on the map, you can dig out a 3x3 hole in the ground using [[channel]]s, and make it deeper and deeper until you reach the aquifer level. Once you reach the damp rock, tunnel into it with up/down staircases, then channel out the downstairs, the exposed water will turn to ice, digging the up/downstairs before channeling allows the tiles to safely fill with 7/7 water before being frozen, this avoids the hazard of miners being encased in ice and avoids a bug(?) where frozen water which is less than 7/7 deep does not produce a floor above it. The central square of the 3x3 hole should be tunnelable ice, so you can get to the rock beneath.&lt;br /&gt;
&lt;br /&gt;
If your fortress is in a zone that gets warm, build walls around the inside of the hole to stop the water coming in once the ice melts. In order to build a wall around a 1x1 staircase it will be necessary to have a 5x5 hole, since you need to leave an outer ring of ice to seal the aquifer.&lt;br /&gt;
&lt;br /&gt;
If the aquifer is multiple layers deep you will need to start with a sufficiently large hole to account for both an ice wall to seal the aquifer and a constructed wall to seal the ice wall for each layer of the aquifer. A pump based method might be preferable.&lt;br /&gt;
&lt;br /&gt;
As an alternative to building a second wall to seal the ice wall, you can establish a drain into the caverns, and build a constructed wall when the melt comes.&lt;br /&gt;
&lt;br /&gt;
===The magma/obsidian method===&lt;br /&gt;
If you have access to a supply of magma, you can create your own obsidian caissons. By channeling into the aquifer layer and then filling these channels with magma, or by digging staircases and pouring magma down the staircases, it is possible to create a wall of obsidian between your working area and the [[water]]-bearing rock or [[soil]]. However, changes to world generation with the last version have made this method more difficult than it once was, as it is now harder to find magma vents that extend above the aquifer level.&lt;br /&gt;
&lt;br /&gt;
===The drainage method===&lt;br /&gt;
Having made an initial hole in the aquifer, you may wish to punch another larger hole through, say for example to grow wild strawberries in the caverns. Or you may simply want an additional (natural stone!) staircase. Once you have access from below this is much easier than digging from above, and it has the additional benefit of producing a shaft of exactly the size you want.&lt;br /&gt;
&lt;br /&gt;
Locate the caverns and dig a drainage shaft of up/down stairs or downward stairs up from the caverns to the aquifer (downward stairs function as grates and are far safer than channeling). Once the drainage shaft is complete punch the shaft up through the aquifer (using up/down stairs) until you hit dry dirt. Now mine out the walls around the shaft and build constructed walls to seal the aquifer. It's even faster if the walls are dug out using down stairs instead, constructed walls can be built on the stairs and water falls straight through, thus construction can always be started and is never suspended. Always build the walls from the highest layer down, so the dwarves aren't having water dumped on them from above.&lt;br /&gt;
&lt;br /&gt;
This method can be used to create arbitrarily large (and shaped) holes. Large holes, which would be impractical to dig from above, are very easy using this technique. It's also extremely useful for digging straight shafts through &amp;quot;layercake&amp;quot; aquifers where aquifer tiles and non-aquifer tiles are intermixed.&lt;br /&gt;
&lt;br /&gt;
Just be very aware that your framerate is bound to suffer, if you are not fast with plugging the aquifer walls.&lt;br /&gt;
&lt;br /&gt;
===The modding method===&lt;br /&gt;
{{Mod}}&lt;br /&gt;
By editing the raws and removing the [AQUIFER] tag from all of the appropriate entries in inorganic_stone_layer.txt, inorganic_stone_mineral.txt, and inorganic_stone_soil.txt it is possible to remove all aquifers from the world. This can be done before creating a new world or after, if you find a particularly neat location ruined only by the presence of an aquifer. In order to modify an existing world, you must delete the [AQUIFER] tag from the raws in the savegame's folder.&lt;br /&gt;
&lt;br /&gt;
==== With DFHack ====&lt;br /&gt;
The [[Utility:DFHack|DFHack]] command &amp;lt;code&amp;gt;light-aquifers-only&amp;lt;/code&amp;gt; changes all heavy aquifers to light aquifers. If you prefer not having to deal with aquifers at all, the DFHack command &amp;lt;code&amp;gt;aquifer drain --all&amp;lt;/code&amp;gt; removes the aquifer flag from all tiles in your current embark without requiring raw edits.&lt;br /&gt;
&lt;br /&gt;
===== With DFHack's gui/aquifer command =====&lt;br /&gt;
DFHack's [https://docs.dfhack.org/en/latest/docs/tools/gui/aquifer.html &amp;quot;gui/aquifer&amp;quot;] command lets you interactively remove (or create) aquifers on specific tiles. This is useful if you want to keep a heavy aquifer on your map, but don't want to deal with the hassle of breaching it.&lt;br /&gt;
&lt;br /&gt;
To create an aquiferless shaft, do this:&lt;br /&gt;
# Open gui/launcher by clicking on the DFHack logo and selecting gui/launcher&lt;br /&gt;
# Run gui/aquifer&lt;br /&gt;
# Draw a cube (''e.g. a 4x4'') containing the area to drain&lt;br /&gt;
&lt;br /&gt;
Don't worry about hitting non-aquifer tiles: they shouldn't be affected by the tool at all.&lt;br /&gt;
&lt;br /&gt;
==== Command-line (Linux) ====&lt;br /&gt;
Note that this prevents light aquifers as well as heavy ones!&lt;br /&gt;
&lt;br /&gt;
 cd df_linux/data/vanilla/vanilla_materials/&lt;br /&gt;
 sed -i 's/\[AQUIFER\]/(AQUIFER)/g' inorganic_stone_*.txt&lt;br /&gt;
&lt;br /&gt;
and generate your world. If you want to restore the tags later, you can do it with the command:&lt;br /&gt;
&lt;br /&gt;
 sed -i 's/(AQUIFER)/[AQUIFER]/g' inorganic_stone_*.txt&lt;br /&gt;
&lt;br /&gt;
==== Text editor (all operating systems) ====&lt;br /&gt;
You can manually perform the command-line method above.&lt;br /&gt;
&lt;br /&gt;
There are three files, all found within ``“THE FOLDER ''Dwarf Fortress'' IS INSTALLED IN”\data\vanilla\vanilla_materials\objects``:&lt;br /&gt;
* inorganic_stone_layer.txt&lt;br /&gt;
* inorganic_stone_mineral.txt&lt;br /&gt;
* inorganic_stone_soil.txt&lt;br /&gt;
&lt;br /&gt;
Open these in a text editor, then use the “Find and Replace” function and replace all instances of ``[AQUIFER]`` with ``(AQUIFER)``. Later on, if you would like to reverse the process, replace ``(AQUIFER)`` with ``[AQUIFER]``.&lt;br /&gt;
&lt;br /&gt;
== Benefits of aquifers ==&lt;br /&gt;
Aquifers can be useful for building a self-sufficient fortress, and are often indispensable for water-related [[megaprojects]] in maps without a river.&lt;br /&gt;
&lt;br /&gt;
Aquifers outside [[ocean]] biomes also contain fresh water. Since aquifers are almost always located close to the surface, freshwater aquifers can easily be turned into a source of infinite, secure, non-freezing drinking water for your dwarves. While both of these roles can also be filled by [[Caverns|cavern]] features, an aquifer allows you to get the same advantages without exposing yourself to potentially &amp;lt;s&amp;gt;dangerous&amp;lt;/s&amp;gt; Fun cavern creatures.&lt;br /&gt;
&lt;br /&gt;
=== A benefit of heavy aquifers? ===&lt;br /&gt;
Although annoying, heavy aquifers can absorb an infinite amount of water, meaning they can function as a drain for anything above them. For instance, digging a pit in a lower Z-level of the aquifer, then connecting it to a breached aquifer a level above, through a channel dug a level above that, will create a permanently flowing, compact, secure water/power source completely contained within the fortress.&lt;br /&gt;
&lt;br /&gt;
== Technical implementation of the aquifer type split ==&lt;br /&gt;
An aquifer will be heavy if the Drainage modulo 20 equals 7, all other aquifers are light.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
* Aquifers south/west of the NW-SE diagonal in the local embark map are not displayed on the embark screen (but they're still present). {{bug|11358}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=79224.15 QuantumMenace's two-slit method] for breaching aquifers of any depth - Illustrated guide&lt;br /&gt;
* [http://www.bay12forums.com/smf/index.php?topic=141600 Hatch trick] described with ascii art.&lt;br /&gt;
[[File:aquifier_preview.png|thumb|360px|center|&amp;quot;This is what the in-game prompts were warning us about!&amp;quot;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;''Photographed by Michael Behrens''&amp;lt;/small&amp;gt;]]&lt;br /&gt;
{{World}}&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Announcements.txt&amp;diff=317872</id>
		<title>Announcements.txt</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Announcements.txt&amp;diff=317872"/>
		<updated>2026-07-10T09:33:04Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* {{text anchor|List of announcements}} */ added standing orders link for dig cancels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Tattered}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{buggy}}&lt;br /&gt;
{{file|prefs/announcements.txt}}&lt;br /&gt;
'''Announcements.txt''' determines how and whether announcements appear and can be adjusted in game on that tab in the [[settings]]{{version|50.10}}; those settings are stored in the ``announcements.txt`` files, with the defaults in ``data/init/announcements.txt``, and the current settings in ``prefs/announcements.txt``; the location of the ``prefs`` [[Game folders and files|folder]] depends on the [[Settings#Portable_mode|portable mode setting]] (there can also be a ``data`` folder there, but if you put a ``data/init/announcements.txt`` there it will not be read). These adjustments are mainly useful for changing whether an announcement pauses the game or recenters the view.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 ['''''EVENT_LABEL''''''':option:option''...]&lt;br /&gt;
=== Available options ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! [[Settings]]&amp;lt;br&amp;gt;Options&lt;br /&gt;
! announcements.txt&amp;lt;br&amp;gt;'':options''&lt;br /&gt;
! Description&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Popup}}&lt;br /&gt;
| {{text anchor|BOX}} or {{text anchor|DO_MEGA}}&lt;br /&gt;
| Causes a box to appear in the middle of the screen, requiring a click on the Okay button to close it. If multiple boxes are displayed at the same time, the button says More and displays the next box.&lt;br /&gt;
| This is often used with [[Announcement#Game-changing announcements|game-changing announcements]].&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Pause}}&lt;br /&gt;
| {{text anchor|P}} or {{text anchor|PAUSE}}&lt;br /&gt;
| Pauses the game when the announcement occurs.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Recenter}}&lt;br /&gt;
| {{text anchor|R}} or {{text anchor|RECENTER}}&lt;br /&gt;
| Recenters the game to the location of the announcement when the announcement occurs.&lt;br /&gt;
| Commonly used for [[baby|births]], [[caravan]] arrivals, and [[ambush]]es. Use of this without the [[#PAUSE|pause]] option is not recommended, since your screen will recenter without warning.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Adv}}&lt;br /&gt;
| {{text anchor|A_D}} or {{text anchor|A_DISPLAY}}&lt;br /&gt;
| Causes the announcement to be displayed at the bottom of the screen in [[adventure mode]] (and be viewable in the {{k|a}}nnouncements list).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Fort}}&lt;br /&gt;
| {{text anchor|D_D}} or {{text anchor|D_DISPLAY}}&lt;br /&gt;
| Causes the announcement to appear under one of the categories at the left side of the screen in [[fortress mode]].&lt;br /&gt;
| The default for [[Announcement#Minor announcements|minor announcements]] including profession changes, [[weather]], job cancellations, and striking new minerals while [[mining]].&amp;lt;br&amp;gt;While playing in Fortress mode, enabling/disabling Adv has no impact on your announcement experience.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Report}}&lt;br /&gt;
| {{text anchor|UCR}} or {{text anchor|UNIT_COMBAT_REPORT}}&lt;br /&gt;
| Causes the announcement to appear in all [[reports]]. A new report will be created if none are active.&lt;br /&gt;
| Commonly used for logging combat details. &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Report (Active)}}&lt;br /&gt;
| {{text anchor|UCR_A}} or {{text anchor|UNIT_COMBAT_REPORT_ALL_ACTIVE}}&lt;br /&gt;
| Nearly identical to [[#UCR|UNIT_COMBAT_REPORT]], but does not create a new report if none are active.&lt;br /&gt;
| There is no difference between having 'Report (Active)/UCR_A' and 'Report/UCR' enabled verse having only 'Report/UCR' enabled. Use Report (Active)/UCR_A for things you want in the combat reports that would be too chatty to always generate a combat report for (Urist Falls down) but don't forget to disable 'Report/UCR' or you won't get the benefit.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Alert}}&lt;br /&gt;
| {{text anchor|ALERT}}&lt;br /&gt;
| Causes the announcement to appear under the alert button at the left side of the screen in [[fortress mode]].&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== {{text anchor|List of announcements}} ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! [[Settings]]&amp;lt;br&amp;gt;Name&lt;br /&gt;
! announcements.txt&amp;lt;br&amp;gt;EVENT_LABEL&lt;br /&gt;
! Example&lt;br /&gt;
! Description/Notes&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Reached peak}}&lt;br /&gt;
| {{text anchor|REACHED_PEAK}}&lt;br /&gt;
|&lt;br /&gt;
| rowspan=2 | See [[calendar]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Era change}}&lt;br /&gt;
| {{text anchor|ERA_CHANGE}}&lt;br /&gt;
| {{DFtext|The world has passed into The Dwarven Age.|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Endgame event 1}}&lt;br /&gt;
| {{text anchor|ENDGAME_EVENT_1}}&lt;br /&gt;
|&lt;br /&gt;
| rowspan=3 | Discovery of the [[HFS]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Endgame event 1B}}&lt;br /&gt;
| {{text anchor|ENDGAME_EVENT_1B}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Endgame event 2}}&lt;br /&gt;
| {{text anchor|ENDGAME_EVENT_2}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Found a feature}}&lt;br /&gt;
| {{text anchor|FEATURE_DISCOVERY}}&lt;br /&gt;
| {{DFtext|You have discovered an expansive cavern deep underground.|7:1}}&lt;br /&gt;
| Discovery of [[cavern]]s and their various features&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Praise the miners}}&lt;br /&gt;
| {{text anchor|STRUCK_DEEP_METAL}}&lt;br /&gt;
| {{DFtext|Raw adamantine! Praise the miners!|3:1}}&lt;br /&gt;
| Striking [[adamantine]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Struck mineral}}&lt;br /&gt;
| {{text anchor|STRUCK_MINERAL}}&lt;br /&gt;
| {{DFtext|You have struck mica!|6:1}}&lt;br /&gt;
| rowspan=2 | Striking a mineral while [[mining]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Struck economic mineral}}&lt;br /&gt;
| {{text anchor|STRUCK_ECONOMIC_MINERAL}}&lt;br /&gt;
| {{DFtext|You have struck hematite!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Weapon twist}}&lt;br /&gt;
| {{text anchor|COMBAT_TWIST_WEAPON}}&lt;br /&gt;
|&lt;br /&gt;
| rowspan=43 | Used in [[combat]], most often in [[adventure mode]] (also in the [[object testing arena|arena]])&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Drop item}}&lt;br /&gt;
| {{text anchor|COMBAT_LET_ITEM_DROP}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Charge}}&lt;br /&gt;
| {{text anchor|COMBAT_START_CHARGE}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf charges at The Wolf!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Surprised}}&lt;br /&gt;
| {{text anchor|COMBAT_SURPRISE_CHARGE}}&lt;br /&gt;
| {{DFtext|The Wolf looks suprised by the ferocity of The Swordsdwarf's onslaught!|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Jump-dodge (proj)}}&lt;br /&gt;
| {{text anchor|COMBAT_JUMP_DODGE_PROJ}}&lt;br /&gt;
| {{DFtext|The Wolf jumps away from the flying +bronze bolt+!|3:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Jump-dodge (strike)}}&lt;br /&gt;
| {{text anchor|COMBAT_JUMP_DODGE_STRIKE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Dodge}}&lt;br /&gt;
| {{text anchor|COMBAT_DODGE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Counterstrike}}&lt;br /&gt;
| {{text anchor|COMBAT_COUNTERSTRIKE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Block}}&lt;br /&gt;
| {{text anchor|COMBAT_BLOCK}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Parry}}&lt;br /&gt;
| {{text anchor|COMBAT_PARRY}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Charge) Collision}}&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_COLLISION}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf collides with The Wolf!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Charge) (D) Tumble}}&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_DEFENDER_TUMBLES}}&lt;br /&gt;
| {{DFtext|The Wolf is knocked over and tumbles backwards!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Charge) (D) Knocked over}}&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_DEFENDER_KNOCKED_OVER}}&lt;br /&gt;
| {{DFtext|The Wolf is knocked over!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Charge) (A) Tumble}}&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_ATTACKER_TUMBLES}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Charge) (A) Knocked over}}&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_ATTACKER_BOUNCE_BACK}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf bounces backwards!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Charge) Tangle}}&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_TANGLE_TOGETHER}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Charge) Tangle/tumble}}&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_TANGLE_TUMBLE}}&lt;br /&gt;
| {{DFtext|They tangle together and tumble forward!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_RUSH_BY}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_MANAGE_STOP}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|COMBAT_CHARGE_OBSTACLE_SLAM}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Joint lock}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_LOCK}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Chokehold}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_CHOKEHOLD}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Takedown}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_TAKEDOWN}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf takes The Wolf down by the neck with The Swordsdwarf's right lower arm!|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Throw}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_THROW}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf throws The Wolf by the neck with The Swordsdwarf's right lower arm!|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Release lock}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_RELEASE_LOCK}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Release choke}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_RELEASE_CHOKE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Release}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_RELEASE_GRIP}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Struggle}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_STRUGGLE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Latch on}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_RELEASE_LATCH}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Strangle}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_STRANGLE_KO}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Adjust grip}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_ADJUST_GRIP}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestle) Part ripped away}}&lt;br /&gt;
| {{text anchor|COMBAT_GRAB_TEAR}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Strike}}&lt;br /&gt;
| {{text anchor|COMBAT_STRIKE_DETAILS}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Wounds}}&lt;br /&gt;
| {{text anchor|COMBAT_STRIKE_DETAILS_2}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Enraged}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_ENRAGED}}&lt;br /&gt;
| {{DFtext|The Wolf has become enraged!|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Attack stuck in}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_STUCKIN}}&lt;br /&gt;
| {{DFtext|The *bronze spear* has lodged firmly in the wound!|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Natural attack latched}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_LATCH_BP}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Attack latched}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_LATCH_GENERAL}}&lt;br /&gt;
| {{DFtext|The Wolf latches on firmly!|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Propelling blow}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_PROPELLED_AWAY}}&lt;br /&gt;
| {{DFtext|The Wolf is propelled away by the force of the blow!|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Knocked out}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_KNOCKED_OUT}}&lt;br /&gt;
| {{DFtext|The Wolf has been knocked unconscious!|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Stunned}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_STUNNED}}&lt;br /&gt;
| {{DFtext|The Wolf has been stunned!|3:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Winded}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_WINDED}}&lt;br /&gt;
| {{DFtext|The Wolf is having trouble breathing!|7:0}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Nauseated}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_NAUSEATED}}&lt;br /&gt;
| {{DFtext|The Wolf looks sick!|2:1}}&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| {{text anchor|MIGRANT_ARRIVAL_NAMED}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| {{text anchor|MIGRANT_ARRIVAL}}&lt;br /&gt;
| &lt;br /&gt;
| The arrival of [[migrants]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Dig canceled (warm)}}&lt;br /&gt;
| {{text anchor|DIG_CANCEL_WARM}}&lt;br /&gt;
| {{DFtext|Digging designation cancelled: warm stone located.|6:1}}&lt;br /&gt;
| rowspan=2 | The [[Main:Digging designation canceled|cancellation]] of a mining task due to potentially dangerous stone; can be disabled in [[Standing_orders#Other|Standing orders]]{{version|53.12}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Dig canceled (wet)}}&lt;br /&gt;
| {{text anchor|DIG_CANCEL_DAMP}}&lt;br /&gt;
| {{DFtext|Digging designation cancelled: damp stone located.|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Regular beast}}&lt;br /&gt;
| {{text anchor|BEAST_AMBUSH}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| {{text anchor|AMBUSH_DEFENDER}}&lt;br /&gt;
|&lt;br /&gt;
| rowspan=14 | Discovering an [[ambush]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (resident)}}&lt;br /&gt;
| {{text anchor|AMBUSH_RESIDENT}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Thief (villain)}}&lt;br /&gt;
| {{text anchor|AMBUSH_HERO}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (thief)}}&lt;br /&gt;
| {{text anchor|AMBUSH_THIEF}}&lt;br /&gt;
| {{DFtext|Thief! Protect the hoard from skulking filth!|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (thief, sulking)}}&lt;br /&gt;
| {{text anchor|AMBUSH_THIEF_SUPPORT_SKULKING}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (thief, nature)}}&lt;br /&gt;
| {{text anchor|AMBUSH_THIEF_SUPPORT_NATURE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (thief, other)}}&lt;br /&gt;
| {{text anchor|AMBUSH_THIEF_SUPPORT}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Gremlin}}&lt;br /&gt;
| {{text anchor|AMBUSH_MISCHIEVOUS}}&lt;br /&gt;
| {{DFtext|A gremlin! Drive it away!|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Snatcher}}&lt;br /&gt;
| {{text anchor|AMBUSH_SNATCHER}}&lt;br /&gt;
| {{DFtext|Snatcher! Protect the children!|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (snatcher)}}&lt;br /&gt;
| {{text anchor|AMBUSH_SNATCHER_SUPPORT}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (nature)}}&lt;br /&gt;
| {{text anchor|AMBUSH_AMBUSHER_NATURE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush}}&lt;br /&gt;
| {{text anchor|AMBUSH_AMBUSHER}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (injured creature)}}&lt;br /&gt;
| {{text anchor|AMBUSH_INJURED}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (uninjured creature)}}&lt;br /&gt;
| {{text anchor|AMBUSH_OTHER}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ambush (incapacitated creature)}}&lt;br /&gt;
| {{text anchor|AMBUSH_INCAPACITATED}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Caravan}}&lt;br /&gt;
| {{text anchor|CARAVAN_ARRIVAL}}&lt;br /&gt;
| {{DFtext|A caravan from Sarvesh Langgud has arrived.|1:1}}&lt;br /&gt;
| Arrival of a [[caravan]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Noble}}&lt;br /&gt;
| {{text anchor|NOBLE_ARRIVAL}}&lt;br /&gt;
|&lt;br /&gt;
| Arrival of a [[noble]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Migrants}}&lt;br /&gt;
| {{text anchor|D_MIGRANTS_ARRIVAL}}&lt;br /&gt;
| {{DFtext|Some migrants have arrived.|7:0}}&lt;br /&gt;
| rowspan=3| Arrival of a [[migrant]] wave&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Migrant (one)}}&lt;br /&gt;
| {{text anchor|D_MIGRANT_ARRIVAL}}&lt;br /&gt;
| {{DFtext|A migrant has arrived.|7:0}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Migrants (danger)}}&lt;br /&gt;
| {{text anchor|D_MIGRANT_ARRIVAL_DISCOURAGED}}&lt;br /&gt;
| {{DFtext|Some migrants have arrived, despite the danger.|7:0}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No migrants}}&lt;br /&gt;
| {{text anchor|D_NO_MIGRANT_ARRIVAL}}&lt;br /&gt;
| {{DFtext|The fortress attracted no migrants this season.|6:0}}&lt;br /&gt;
| The failure of [[migrants]] to show up in Fortress mode&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Animal trapped}}&lt;br /&gt;
| {{text anchor|ANIMAL_TRAP_CATCH}}&lt;br /&gt;
|&lt;br /&gt;
| A [[vermin]] was caught in an [[animal trap]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Animal trap robbed}}&lt;br /&gt;
| {{text anchor|ANIMAL_TRAP_ROBBED}}&lt;br /&gt;
|&lt;br /&gt;
| Failure to catch a [[vermin]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Gremlin pulled lever}}&lt;br /&gt;
| {{text anchor|MISCHIEF_LEVER}}&lt;br /&gt;
|&lt;br /&gt;
| rowspan=4| Fun caused by a [[gremlin|certain mischievous creature]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Gremlin triggered plate}}&lt;br /&gt;
| {{text anchor|MISCHIEF_PLATE}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Gremlin opened cage}}&lt;br /&gt;
| {{text anchor|MISCHIEF_CAGE}}&lt;br /&gt;
| {{DFtext|Something has emptied in a cage!|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Gremlin unshackled something}}&lt;br /&gt;
| {{text anchor|MISCHIEF_CHAIN}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Diplomat}}&lt;br /&gt;
| {{text anchor|DIPLOMAT_ARRIVAL}}&lt;br /&gt;
|&lt;br /&gt;
| Arrival of a [[diplomat]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Liaison}}&lt;br /&gt;
| {{text anchor|LIAISON_ARRIVAL}}&lt;br /&gt;
| {{DFtext|The outpost liaison Tun Unnostobul from Sarvesh Langgud has arrived.|7:1}}&lt;br /&gt;
| Arrival of an [[outpost liaison]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Trade diplomat}}&lt;br /&gt;
| {{text anchor|TRADE_DIPLOMAT_ARRIVAL}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cave-in}}&lt;br /&gt;
| {{text anchor|CAVE_COLLAPSE}}&lt;br /&gt;
| {{DFtext|A section of the cavern has collapsed!|4:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen birth}}&lt;br /&gt;
| {{text anchor|BIRTH_CITIZEN}}&lt;br /&gt;
| {{DFtext|Fath Ikudäs, Miner has given birth to a girl.|2:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Animal birth}}&lt;br /&gt;
| {{text anchor|BIRTH_ANIMAL}}&lt;br /&gt;
| {{DFtext|Stray Dog (Tame) has given birth to puppies.|2:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Wild animal gave birth}}&lt;br /&gt;
| {{text anchor|BIRTH_WILD_ANIMAL}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Strange mood}}&lt;br /&gt;
| {{text anchor|STRANGE_MOOD}}&lt;br /&gt;
| {{DFtext|Zon Urabasub, Metalcrafter is taken by a fey mood!|5:1}}&lt;br /&gt;
{{DFtext|Logem Stinthdkithn, Bowyer has been possessed!|5:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Artifact made}}&lt;br /&gt;
| {{text anchor|MADE_ARTIFACT}}&lt;br /&gt;
| {{DFtext|Zon Urabasub, Metalcrafter has created Lonsust Stato, a platinum amulet!|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Item given name}}&lt;br /&gt;
| {{text anchor|NAMED_ARTIFACT}}&lt;br /&gt;
| {{DFtext|Urdim Arbanerib, Mace Lord has bestowed the name Ostar Kinem upon a iron buckler!|3:1}}&lt;br /&gt;
| A soldier named their equipment.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Attachment to item}}&lt;br /&gt;
| {{text anchor|ITEM_ATTACHMENT}}&lt;br /&gt;
| {{DFtext|Kirkrost Inethnosig, mayor has grown attached to a steel crossbow!|3:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Vermin escaped from cage}}&lt;br /&gt;
| {{text anchor|VERMIN_CAGE_ESCAPE}}&lt;br /&gt;
|&lt;br /&gt;
| A [[vermin]] escapes from a [[cage]]/[[animal trap]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Entangled in hidden web}}&lt;br /&gt;
| {{text anchor|TRIGGER_WEB}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Strange mood) Building claimed}}&lt;br /&gt;
| {{text anchor|MOOD_BUILDING_CLAIMED}}&lt;br /&gt;
| {{DFtext|Zon Urabasub, Metalcrafter has claimed a Metalsmith's Forge.|0:1}}&lt;br /&gt;
| A [[strange mood|moody]] dwarf has claimed a workshop&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Artifact construction begun}}&lt;br /&gt;
| {{text anchor|ARTIFACT_BEGUN}}&lt;br /&gt;
| {{DFtext|Zon Urabasub, Metalcrafter has begun a mysterious construction!|7:1}}&lt;br /&gt;
| A dwarf has begun construction of an [[artifact]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Megabeast}}&lt;br /&gt;
| {{text anchor|MEGABEAST_ARRIVAL}}&lt;br /&gt;
| {{DFtext|The Forgotten Beast Smespu has come! An enormous hairy ceratopsoid. It has an enormous shell and it is slavering. Its sea green hair is patchy. Beware its deadly dust!|4:1}}&lt;br /&gt;
| Arrival of a [[megabeast]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Werebeast}}&lt;br /&gt;
| {{text anchor|WEREBEAST_ARRIVAL}}&lt;br /&gt;
| {{DFtext|The Werepanda Onget Râlukerib has come! A large panda twisted into humanoid form. It is crazed for blood and flesh. Its eyes glow spring green. Its sepia hair is long and straight. Now you will know why you fear the night.|4:1}}&lt;br /&gt;
| Arrival of a [[werebeast]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Berserk}}&lt;br /&gt;
| {{text anchor|BERSERK_CITIZEN}}&lt;br /&gt;
| {{DFtext|Lòr Eralamug, Weaponsmith has gone berserk!|4:1}}&lt;br /&gt;
| A citizen has gone [[berserk]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Magma defaces engraving}}&lt;br /&gt;
| {{text anchor|MAGMA_DEFACES_ENGRAVING}}&lt;br /&gt;
|&lt;br /&gt;
| rowspan=2| An [[engraving]] has melted in magma&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Engraving melted}}&lt;br /&gt;
| {{text anchor|ENGRAVING_MELTS}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterwork made}}&lt;br /&gt;
| {{text anchor|MASTERPIECE_CONSTRUCTION}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterwork architecture lost}}&lt;br /&gt;
| {{text anchor|MASTER_ARCHITECTURE_LOST}}&lt;br /&gt;
|&lt;br /&gt;
| A [[masterwork|masterpiece]] [[building]] has been destroyed&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterwork construction lost}}&lt;br /&gt;
| {{text anchor|MASTER_CONSTRUCTION_LOST}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Adventure) Awaken}}&lt;br /&gt;
| {{text anchor|ADV_AWAKEN}}&lt;br /&gt;
|&lt;br /&gt;
| rowspan=3| Related to [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Adventure) Sleep interrupted}}&lt;br /&gt;
| {{text anchor|ADV_SLEEP_INTERRUPTED}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Adventure) Made item}}&lt;br /&gt;
| {{text anchor|ADV_REACTION_PRODUCTS}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Job cancellation}}&lt;br /&gt;
| {{text anchor|CANCEL_JOB}}&lt;br /&gt;
| {{DFtext|Sibrek ùshrireshon, Mechanic cancels Load Cage Trap: Needs empty cage.|4:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Adventure) Death}}&lt;br /&gt;
| {{text anchor|ADV_CREATURE_DEATH}}&lt;br /&gt;
| {{DFtext|The Wolf has been struck down.|5:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen death}}&lt;br /&gt;
| {{text anchor|CITIZEN_DEATH}}&lt;br /&gt;
| {{DFtext|Lòr Eralamug, Weaponsmith has been found dead.|5:1}}&lt;br /&gt;
| Death of a citizen in [[fortress mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Pet death}}&lt;br /&gt;
| {{text anchor|PET_DEATH}}&lt;br /&gt;
| {{DFtext|The Stray Boar (Tame) has been slaughtered.|5:1}}&lt;br /&gt;
| The death of a [[pet]], causing a negative [[thought]] for its owner Also used when a butcher slaughters unadopted [[livestock]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Fall over}}&lt;br /&gt;
| {{text anchor|FALL_OVER}}&lt;br /&gt;
| {{DFtext|The Wolf falls over.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Caught in flame}}&lt;br /&gt;
| {{text anchor|CAUGHT_IN_FLAMES}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf is caught in a burst of forgotten beast flames!|4:1}}&lt;br /&gt;
| Also used when a creature is caught in poison gas/vapors or cave-in dust.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Caught in web}}&lt;br /&gt;
| {{text anchor|CAUGHT_IN_WEB}}&lt;br /&gt;
| {{DFtext|The Wolf is caught up in a web!|4:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Slam into obstacle (blow apart)}}&lt;br /&gt;
| {{text anchor|UNIT_PROJECTILE_SLAM_BLOW_APART}}&lt;br /&gt;
| {{DFtext|The Wolf slams into an obstacle and blows apart!|5:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Slam into obstacle}}&lt;br /&gt;
| {{text anchor|UNIT_PROJECTILE_SLAM}}&lt;br /&gt;
| {{DFtext|The Wolf slams into an obstacle!|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Slam into unit}}&lt;br /&gt;
| {{text anchor|UNIT_PROJECTILE_SLAM_INTO_UNIT}}&lt;br /&gt;
| {{DFtext|The Wolf slams into the Wolf!|1:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Vomit}}&lt;br /&gt;
| {{text anchor|VOMIT}}&lt;br /&gt;
| {{DFtext|The Wolf vomits.|2:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Lose hold of item}}&lt;br /&gt;
| {{text anchor|LOSE_HOLD_OF_ITEM}}&lt;br /&gt;
| {{DFtext|The Goblin Bowman loses the hold of the (bismuth bronze bow).|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Regain consciousness}}&lt;br /&gt;
| {{text anchor|REGAIN_CONSCIOUSNESS}}&lt;br /&gt;
| {{DFtext|The Wolf regains consciousness.|7:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Free from web}}&lt;br /&gt;
| {{text anchor|FREE_FROM_WEB}}&lt;br /&gt;
| {{DFtext|The Wolf is partially free from the web.|7:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Paralyzed}}&lt;br /&gt;
| {{text anchor|PARALYZED}}&lt;br /&gt;
| {{DFtext|The Wolf is completely paralyzed!|3:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Overcome paralysis}}&lt;br /&gt;
| {{text anchor|OVERCOME_PARALYSIS}}&lt;br /&gt;
|&lt;br /&gt;
| A creature is no longer [[syndrome|paralyzed]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No longer stunned}}&lt;br /&gt;
| {{text anchor|NOT_STUNNED}}&lt;br /&gt;
| {{DFtext|The Wolf is no longer stunned.|3:1}}&lt;br /&gt;
| A creature is no longer [[stun]]ned&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Exhausted}}&lt;br /&gt;
| {{text anchor|EXHAUSTION}}&lt;br /&gt;
|&lt;br /&gt;
| [[Exhaustion]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Give into pain}}&lt;br /&gt;
| {{text anchor|PAIN_KO}}&lt;br /&gt;
| {{DFtext|The Wolf gives in to pain.|6:0}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestling) Break grip}}&lt;br /&gt;
| {{text anchor|BREAK_GRIP}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf breaks the grip of the Wolf's teeth on the Swordsdwarf's left upper arm.|5:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Wrestling) Cannot break grip}}&lt;br /&gt;
| {{text anchor|NO_BREAK_GRIP}}&lt;br /&gt;
| {{DFtext|The Swordsdwarf struggles in vain against the grip of the Wolf's teeth on the Swordsdwarf's left upper arm.|5:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Block fire}}&lt;br /&gt;
| {{text anchor|BLOCK_FIRE}}&lt;br /&gt;
|&lt;br /&gt;
| Blocking a [[fire]] attack&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Breathe fire}}&lt;br /&gt;
| {{text anchor|BREATHE_FIRE}}&lt;br /&gt;
| {{DFtext|The Fire Imp breathes fire!|4:1}}&lt;br /&gt;
| A creature breathes [[fire]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Shoot web}}&lt;br /&gt;
| {{text anchor|SHOOT_WEB}}&lt;br /&gt;
| {{DFtext|The Giant Cave Spider shoots out thick strands of webbing!|4:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Pull out and drop item}}&lt;br /&gt;
| {{text anchor|PULL_OUT_DROP}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Stand up}}&lt;br /&gt;
| {{text anchor|STAND_UP}}&lt;br /&gt;
| {{DFtext|The Wolf stands up.|7:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Martial trance}}&lt;br /&gt;
| {{text anchor|MARTIAL_TRANCE}}&lt;br /&gt;
| {{DFtext|Mörul Bardumoslan, Hammerdwarf has entered a martial trance!|2:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Breath attack}}&lt;br /&gt;
| {{text anchor|MAT_BREATH}}&lt;br /&gt;
| {{DFtext|The Forgotten Beast breathes a cloud of Mirgur Sealhorse the Infinite Shadows's forgotten beast extract!|4:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Adventure) Night Creature Attack}}&lt;br /&gt;
| {{text anchor|NIGHT_ATTACK_STARTS}}&lt;br /&gt;
| {{DFtext|You are surrounded by incessant cackling.|5:1}}&lt;br /&gt;
| rowspan=3| [[Bogeymen]] attack&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Adventure) Cackling fades}}&lt;br /&gt;
| {{text anchor|NIGHT_ATTACK_ENDS}}&lt;br /&gt;
| {{DFtext|The cackling fades away.|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|NIGHT_ATTACK_TRAVEL}}&lt;br /&gt;
| {{DFtext|You are still surrounded by cackling.|5:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Ghost attack}}&lt;br /&gt;
| {{text anchor|GHOST_ATTACK}}&lt;br /&gt;
| {{DFtext|Lòr Eralamug, Ghostly Weaponsmith has arisen and is haunting the fortress!|4:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Discovered site}}&lt;br /&gt;
| {{text anchor|TRAVEL_SITE_DISCOVERY}}&lt;br /&gt;
| {{DFtext|You have discovered a lair.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot travel through site}}&lt;br /&gt;
| {{text anchor|TRAVEL_SITE_BUMP}}&lt;br /&gt;
| {{DFtext|You cannot travel through the Lair.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Intro}}&lt;br /&gt;
| {{text anchor|ADVENTURE_INTRO}}&lt;br /&gt;
| {{DFtext|You've finally got your equipment together, such as it is. Now it's time for action and adventure! In the rush of excitement, you've forgotten where you're going to go. Perhaps some of your friends might have ideas.|7:1}}&lt;br /&gt;
| Beginning [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Creature sound}}&lt;br /&gt;
| {{text anchor|CREATURE_SOUND}}&lt;br /&gt;
| {{DFtext|The capybara barks.|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Mechanism sounds}}&lt;br /&gt;
| {{text anchor|MECHANISM_SOUND}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Creature stolen object}}&lt;br /&gt;
| {{text anchor|CREATURE_STEALS_OBJECT}}&lt;br /&gt;
| {{DFtext|A gray langur has stolen a -giant bat bone amulet-!|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Found trap}}&lt;br /&gt;
| {{text anchor|FOUND_TRAP}}&lt;br /&gt;
|&lt;br /&gt;
| Discovery of a [[trap]] in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Transformation}}&lt;br /&gt;
| {{text anchor|BODY_TRANSFORMATION}}&lt;br /&gt;
| {{DFtext|Iden Ustuthod, Fisherdwarf has transformed into a wereskink!|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Interaction (user)}}&lt;br /&gt;
| {{text anchor|INTERACTION_ACTOR}}&lt;br /&gt;
|&lt;br /&gt;
| See [[Interaction token#VERB]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Interaction (target)}}&lt;br /&gt;
| {{text anchor|INTERACTION_TARGET}}&lt;br /&gt;
|&lt;br /&gt;
| See [[Interaction token#TARGET_VERB]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Undead attack}}&lt;br /&gt;
| {{text anchor|UNDEAD_ATTACK}}&lt;br /&gt;
| {{DFtext|The dead walk. Hide while you still can!|5:1}}&lt;br /&gt;
| Arrival of a horde of [[undead]].&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen missing}}&lt;br /&gt;
| {{text anchor|CITIZEN_MISSING}}&lt;br /&gt;
| {{DFtext|Lòr Eralamug, Weaponsmith has been missing for a week.|5:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Pet missing}}&lt;br /&gt;
| {{text anchor|PET_MISSING}}&lt;br /&gt;
| &lt;br /&gt;
| A pet has gone missing&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Weird weather}}&lt;br /&gt;
| {{text anchor|STRANGE_RAIN_SNOW}}&lt;br /&gt;
| {{DFtext|It is raining rotten sludge!|4:1}}&lt;br /&gt;
| rowspan=2 | The appearance of unusual [[weather]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Evil cloud}}&lt;br /&gt;
| {{text anchor|STRANGE_CLOUD}}&lt;br /&gt;
| {{DFtext|A cloud of haunting fog has drifted nearby!|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Animal Action}}&lt;br /&gt;
| {{text anchor|SIMPLE_ANIMAL_ACTION}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Flounder in water}}&lt;br /&gt;
| {{text anchor|FLOUNDER_IN_LIQUID}}&lt;br /&gt;
| {{DFtext|You flounder in the water!|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Semi-wild}}&lt;br /&gt;
| {{text anchor|TRAINING_DOWN_TO_SEMI_WILD}}&lt;br /&gt;
| {{DFtext|The Stray war Cave Dragon (Semi-Wild) has forgotten its training!|6:1}}&lt;br /&gt;
| A trained animal has reverted to a semi-wild state (Fortress mode). If the animal is not [[animal trainer|trained]] properly, it will become wild and possibly attack your dwarves.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Full reversion}}&lt;br /&gt;
| {{text anchor|TRAINING_FULL_REVERSION}}&lt;br /&gt;
| {{DFtext|The war Cave Dragon has reverted to a wild state!|4:1}}&lt;br /&gt;
| An animal has reverted to a wild state (follows the previous announcement)&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Gained knowledge}}&lt;br /&gt;
| {{text anchor|ANIMAL_TRAINING_KNOWLEDGE}}&lt;br /&gt;
| {{DFtext|The dwarves of the Monastery of Tin are now quite knowledgable cave dragon trainers.|3:1}}&lt;br /&gt;
| See [[Animal trainer#Taming|Animal trainer]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Skipped on liquid}}&lt;br /&gt;
| {{text anchor|SKIP_ON_LIQUID}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Dodge projectile}}&lt;br /&gt;
| {{text anchor|DODGE_FLYING_OBJECT}}&lt;br /&gt;
|&lt;br /&gt;
| Dodging a shot [[arrow]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Conversation}}&lt;br /&gt;
| {{text anchor|REGULAR_CONVERSATION}}&lt;br /&gt;
| {{DFtext|Caspa Linkon, Human Swordsman: I must pray to Uspram Boldyell the Contest of Stability. I'm uneasy.|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Conversation (conflict)}}&lt;br /&gt;
| {{text anchor|CONFLICT_CONVERSATION}}&lt;br /&gt;
| {{DFtext|Caspa Linkon, Human Swordsman: This is my fight too. I will take revenge!|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Hit by ball of flames}}&lt;br /&gt;
| {{text anchor|FLAME_HIT}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Embrace}}&lt;br /&gt;
| {{text anchor|EMBRACE}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Bandit empties container}}&lt;br /&gt;
| {{text anchor|BANDIT_EMPTY_CONTAINER}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Bandit grabs item}}&lt;br /&gt;
| {{text anchor|BANDIT_GRAB_ITEM}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Attack interrupted}}&lt;br /&gt;
| {{text anchor|COMBAT_EVENT_ATTACK_INTERRUPTED}}&lt;br /&gt;
| {{DFtext|The Wolf's attack is interrupted!|4:1}}&lt;br /&gt;
| [[Wrestling]] interrupts opponent's attack&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Attack caught}}&lt;br /&gt;
| {{text anchor|COMBAT_WRESTLE_CATCH_ATTACK}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Fail to grab hold}}&lt;br /&gt;
| {{text anchor|FAIL_TO_GRAB_SURFACE}}&lt;br /&gt;
|&lt;br /&gt;
| Failing to grab a tile&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Lose hold of surface}}&lt;br /&gt;
| {{text anchor|LOSE_HOLD_OF_SURFACE}}&lt;br /&gt;
|&lt;br /&gt;
| Losing hold of a surface while [[climb]]ing&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Travel complaint}}&lt;br /&gt;
| {{text anchor|TRAVEL_COMPLAINT}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No longer overwhelmed}}&lt;br /&gt;
| {{text anchor|LOSE_EMOTION}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Reorganize possessions}}&lt;br /&gt;
| {{text anchor|REORGANIZE_POSSESSIONS}}&lt;br /&gt;
| {{DFtext|The Human Pikeman reorganizes his possessions.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Push item}}&lt;br /&gt;
| {{text anchor|PUSH_ITEM}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Draw item}}&lt;br /&gt;
| {{text anchor|DRAW_ITEM}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Strap item}}&lt;br /&gt;
| {{text anchor|STRAP_ITEM}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Gained site control}}&lt;br /&gt;
| {{text anchor|GAIN_SITE_CONTROL}}&lt;br /&gt;
| {{DFtext|You are now in control of Tanfield, ruling The Ignition of Churches from The Holy Saturninity.|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Assumed position}}&lt;br /&gt;
| {{text anchor|FORT_POSITION_SUCCESSION}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen overwhelmed by stress}}&lt;br /&gt;
| {{text anchor|STRESSED_CITIZEN}}&lt;br /&gt;
| {{DFtext|Lòr Eralamug, Weaponsmith is stumbling obliviously!|3:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen lost to stress}}&lt;br /&gt;
| {{text anchor|CITIZEN_LOST_TO_STRESS}}&lt;br /&gt;
| {{DFtext|Lòr Eralamug, Weaponsmith has gone stark raving mad!|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Tantrum}}&lt;br /&gt;
| {{text anchor|CITIZEN_TANTRUM}}&lt;br /&gt;
| {{DFtext|Lòr Eralamug, Weaponsmith is throwing a tantrum!|6:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Enemy moved out of range}}&lt;br /&gt;
| {{text anchor|MOVED_OUT_OF_RANGE}}&lt;br /&gt;
| {{DFtext|The Wolf has moved out of range!|7:1}}&lt;br /&gt;
| An [[attack]]ed creature has moved out of range&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot jump}}&lt;br /&gt;
| {{text anchor|CANNOT_JUMP}}&lt;br /&gt;
| {{DFtext|You cannot jump while prone.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No tracks}}&lt;br /&gt;
| {{text anchor|NO_TRACKS}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Already searched}}&lt;br /&gt;
| {{text anchor|ALREADY_SEARCHED_AREA}}&lt;br /&gt;
| {{DFtext|You've already searched this area recently.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Search found something}}&lt;br /&gt;
| {{text anchor|SEARCH_FOUND_SOMETHING}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Search found nothing}}&lt;br /&gt;
| {{text anchor|SEARCH_FOUND_NOTHING}}&lt;br /&gt;
| {{DFtext|Your intense search turns up nothing.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Nothing to interact}}&lt;br /&gt;
| {{text anchor|NOTHING_TO_INTERACT}}&lt;br /&gt;
| {{DFtext|You have nothing with which to interact.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Nothing to examine}}&lt;br /&gt;
| {{text anchor|NOTHING_TO_EXAMINE}}&lt;br /&gt;
| {{DFtext|You have nothing to examine.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You yield}}&lt;br /&gt;
| {{text anchor|YOU_YIELDED}}&lt;br /&gt;
| {{DFtext|You assume a submissive posture.|6:1}}&lt;br /&gt;
| rowspan=2| [[Yield]]ing in adventure mode&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You unyield}}&lt;br /&gt;
| {{text anchor|YOU_UNYIELDED}}&lt;br /&gt;
| {{DFtext|You no longer assume a submissive posture.|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You strap item}}&lt;br /&gt;
| {{text anchor|YOU_STRAP_ITEM}}&lt;br /&gt;
| {{DFtext|You strap the steel short sword to your Upper body.|6:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You draw}}&lt;br /&gt;
| {{text anchor|YOU_DRAW_ITEM}}&lt;br /&gt;
| {{DFtext|You draw the steel short sword with your Right hand.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No grasp to draw}}&lt;br /&gt;
| {{text anchor|NO_GRASP_TO_DRAW_ITEM}}&lt;br /&gt;
| {{DFtext|You do not have a free grasp for the steel short sword.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to strap}}&lt;br /&gt;
| {{text anchor|NO_ITEM_TO_STRAP}}&lt;br /&gt;
| {{DFtext|You have nothing left to draw or put away.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to remove}}&lt;br /&gt;
| {{text anchor|NO_INV_TO_REMOVE}}&lt;br /&gt;
| {{DFtext|You have nothing left to remove.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to wear}}&lt;br /&gt;
| {{text anchor|NO_INV_TO_WEAR}}&lt;br /&gt;
| {{DFtext|You have nothing left to wear.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to eat}}&lt;br /&gt;
| {{text anchor|NO_INV_TO_EAT}}&lt;br /&gt;
| {{DFtext|You have nothing left to eat or drink.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to contain}}&lt;br /&gt;
| {{text anchor|NO_INV_TO_CONTAIN}}&lt;br /&gt;
| {{DFtext|You have nothing to put inside a container.|6:0}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to drop}}&lt;br /&gt;
| {{text anchor|NO_INV_TO_DROP}}&lt;br /&gt;
| {{DFtext|You have nothing left to drop.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to pick up}}&lt;br /&gt;
| {{text anchor|NOTHING_TO_PICK_UP}}&lt;br /&gt;
| {{DFtext|There is nothing to pick up here.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to throw}}&lt;br /&gt;
| {{text anchor|NO_INV_TO_THROW}}&lt;br /&gt;
| {{DFtext|You have nothing left to throw.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No item to throw}}&lt;br /&gt;
| {{text anchor|NO_INV_TO_FIRE}}&lt;br /&gt;
| {{DFtext|You have nothing left to fire.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Check smells}}&lt;br /&gt;
| {{text anchor|CURRENT_SMELL}}&lt;br /&gt;
|&lt;br /&gt;
| [[Smell]]ing in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Check weather}}&lt;br /&gt;
| {{text anchor|CURRENT_WEATHER}}&lt;br /&gt;
| {{DFtext|The sky is clear above you.|7:1}}&lt;br /&gt;
| Checking [[weather]] in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Check temperature}}&lt;br /&gt;
| {{text anchor|CURRENT_TEMPERATURE}}&lt;br /&gt;
|&lt;br /&gt;
| Checking [[temperature]] in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Check date}}&lt;br /&gt;
| {{text anchor|CURRENT_DATE}}&lt;br /&gt;
| {{DFtext|It is the 14th of Granite, 250.|7:1}}&lt;br /&gt;
| Checking [[time]] in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No hands to pick up}}&lt;br /&gt;
| {{text anchor|NO_GRASP_FOR_PICKUP}}&lt;br /&gt;
| {{DFtext|You do not have a free grasp.|6:0}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot climb}}&lt;br /&gt;
| {{text anchor|CANNOT_CLIMB}}&lt;br /&gt;
|&lt;br /&gt;
| You are unable to [[climb]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot stand}}&lt;br /&gt;
| {{text anchor|CANNOT_STAND}}&lt;br /&gt;
|&lt;br /&gt;
| You are unable to stand up&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Must unretract first}}&lt;br /&gt;
| {{text anchor|MUST_UNRETRACT_FIRST}}&lt;br /&gt;
| {{DFtext|You must unroll.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot rest}}&lt;br /&gt;
| {{text anchor|CANNOT_REST}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot make campfire}}&lt;br /&gt;
| {{text anchor|CANNOT_MAKE_CAMPFIRE}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Made a campfire}}&lt;br /&gt;
| {{text anchor|MADE_CAMPFIRE}}&lt;br /&gt;
|&lt;br /&gt;
| You make a [[campfire]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot set a fire}}&lt;br /&gt;
| {{text anchor|CANNOT_SET_FIRE}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Set fire}}&lt;br /&gt;
| {{text anchor|SET_FIRE}}&lt;br /&gt;
|&lt;br /&gt;
| You set a [[fire]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Break of dawn}}&lt;br /&gt;
| {{text anchor|DAWN_BREAKS}}&lt;br /&gt;
| {{DFtext|The dawn is breaking.|6:1}}&lt;br /&gt;
| rowspan=3| Change of the time of day&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Noon}}&lt;br /&gt;
| {{text anchor|NOON}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Nightfall}}&lt;br /&gt;
| {{text anchor|NIGHTFALL}}&lt;br /&gt;
| {{DFtext|The night is falling.|1:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Nothing to do with item}}&lt;br /&gt;
| {{text anchor|NO_INV_INTERACTION}}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Empty a container}}&lt;br /&gt;
| {{text anchor|EMPTY_CONTAINER}}&lt;br /&gt;
| {{DFtext|You empty your giant moon snail leather backpack.|6:0}}&lt;br /&gt;
| Emptying a container in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Take out of a container}}&lt;br /&gt;
| {{text anchor|TAKE_OUT_OF_CONTAINER}}&lt;br /&gt;
|&lt;br /&gt;
| Taking an item out of container in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No container to insert item}}&lt;br /&gt;
| {{text anchor|NO_CONTAINER_FOR_ITEM}}&lt;br /&gt;
| {{DFtext|You don't have a suitable container.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Put into container}}&lt;br /&gt;
| {{text anchor|PUT_INTO_CONTAINER}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Eat}}&lt;br /&gt;
| {{text anchor|EAT_ITEM}}&lt;br /&gt;
|&lt;br /&gt;
| You eat an item&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Drink}}&lt;br /&gt;
| {{text anchor|DRINK_ITEM}}&lt;br /&gt;
|&lt;br /&gt;
| You drink an item&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Failed to eat/drink}}&lt;br /&gt;
| {{text anchor|CONSUME_FAILURE}}&lt;br /&gt;
|&lt;br /&gt;
| You lick an item&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Drop}}&lt;br /&gt;
| {{text anchor|DROP_ITEM}}&lt;br /&gt;
|&lt;br /&gt;
| You drop an item&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Pick up}}&lt;br /&gt;
| {{text anchor|PICK_UP_ITEM}}&lt;br /&gt;
|&lt;br /&gt;
| You pick up an item&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You interact with building}}&lt;br /&gt;
| {{text anchor|YOU_BUILDING_INTERACTION}}&lt;br /&gt;
|&lt;br /&gt;
| Interaction with a [[building]] in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You interact with item}}&lt;br /&gt;
| {{text anchor|YOU_ITEM_INTERACTION}}&lt;br /&gt;
|&lt;br /&gt;
| Interaction with an [[item]] in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You feel hot/cold}}&lt;br /&gt;
| {{text anchor|YOU_TEMPERATURE_EFFECTS}}&lt;br /&gt;
| {{DFtext|You are melting!|4:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|(Combat) Gain/lose possession of item}}&lt;br /&gt;
| {{text anchor|RESOLVE_SHARED_ITEMS}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cough blood}}&lt;br /&gt;
| {{text anchor|COUGH_BLOOD}}&lt;br /&gt;
|&lt;br /&gt;
| [[Syndrome|Coughing blood]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Vomit blood}}&lt;br /&gt;
| {{text anchor|VOMIT_BLOOD}}&lt;br /&gt;
|&lt;br /&gt;
| [[Syndrome|Vomiting blood]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Learned a power}}&lt;br /&gt;
| {{text anchor|POWER_LEARNED}}&lt;br /&gt;
|&lt;br /&gt;
| Learning a new power&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You feed on victim}}&lt;br /&gt;
| {{text anchor|YOU_FEED_ON_SUCKEE}}&lt;br /&gt;
|&lt;br /&gt;
| [[Vampire|Sucking blood]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Profession change}}&lt;br /&gt;
| {{text anchor|PROFESSION_CHANGES}}&lt;br /&gt;
|&lt;br /&gt;
| Changing a profession&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Recruit gains skill}}&lt;br /&gt;
| {{text anchor|RECRUIT_PROMOTED}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Soldier becomes a master}}&lt;br /&gt;
| {{text anchor|SOLDIER_BECOMES_MASTER}}&lt;br /&gt;
|&lt;br /&gt;
| A [[soldier]] has mastered a weapon [[skill]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Merchants unloading}}&lt;br /&gt;
| {{text anchor|MERCHANTS_UNLOADING}}&lt;br /&gt;
| {{DFtext|The merchants from Sarvesh Langgud have arrived and are unloading their goods.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Merchants need depot}}&lt;br /&gt;
| {{text anchor|MERCHANTS_NEED_DEPOT}}&lt;br /&gt;
| {{DFtext|The merchants need a trade depot to unload their goods.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Wagons bypassed inaccessible site}}&lt;br /&gt;
| {{text anchor|MERCHANT_WAGONS_BYPASSED}}&lt;br /&gt;
|&lt;br /&gt;
| The [[merchants]]' wagons have bypassed the site&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Merchants leaving soon}}&lt;br /&gt;
| {{text anchor|MERCHANTS_LEAVING_SOON}}&lt;br /&gt;
| {{DFtext|The merchants from Sarvesh Langgud will be leaving soon.|6:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Merchants leaving now}}&lt;br /&gt;
| {{text anchor|MERCHANTS_EMBARKED}}&lt;br /&gt;
| {{DFtext|The merchants from Sarvesh Langgud have embarked on their journey.|6:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Pet loses dead owner}}&lt;br /&gt;
| {{text anchor|PET_LOSES_DEAD_OWNER}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Pet adopts owner}}&lt;br /&gt;
| {{text anchor|PET_ADOPTS_OWNER}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Vermin bite}}&lt;br /&gt;
| {{text anchor|VERMIN_BITE}}&lt;br /&gt;
| {{DFtext|The Stray Cow (Tame) has been stung by a honey bee!|6:1}}&lt;br /&gt;
| A [[vermin]] bites/stings a creature&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Unable to complete building}}&lt;br /&gt;
| {{text anchor|UNABLE_TO_COMPLETE_BUILDING}}&lt;br /&gt;
| {{DFtext|The dwarves were unable to complete the Wall.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Job removed from unpowered building}}&lt;br /&gt;
| {{text anchor|JOBS_REMOVED_FROM_UNPOWERED_BUILDING}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen kidnapped}}&lt;br /&gt;
| {{text anchor|CITIZEN_SNATCHED}}&lt;br /&gt;
| {{DFtext|A kidnapper has made off with the Dwarven child Ustuth Therlethendok!|5:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Vermin disturbed}}&lt;br /&gt;
| {{text anchor|VERMIN_DISTURBED}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Land gains a status}}&lt;br /&gt;
| {{text anchor|LAND_GAINS_STATUS}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Land's status elevated}}&lt;br /&gt;
| {{text anchor|LAND_ELEVATED_STATUS}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterpiece crafted}}&lt;br /&gt;
| {{text anchor|MASTERPIECE_CRAFTED}}&lt;br /&gt;
| {{DFtext|Fikod Razulban has created a masterpiece ☼Juwog Minedscratch's forgotten beast silk cloth☼|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterpiece defaced}}&lt;br /&gt;
| {{text anchor|ARTWORK_DEFACED}}&lt;br /&gt;
| {{DFtext|A foolish builder defaced a Edëm Stinzas!|4:0}}&lt;br /&gt;
| A [[masterwork]] was destroyed&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Animal trained}}&lt;br /&gt;
| {{text anchor|ANIMAL_TRAINED}}&lt;br /&gt;
| {{DFtext|An animal has become a Stray war Dog.|2:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterful dye}}&lt;br /&gt;
| {{text anchor|DYED_MASTERPIECE}}&lt;br /&gt;
|&lt;br /&gt;
| An item has been [[masterwork|masterfully]] [[dyer|dyed]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterwork food}}&lt;br /&gt;
| {{text anchor|COOKED_MASTERPIECE}}&lt;br /&gt;
| {{DFtext|Atír Sigunzlir has cooked a masterful meal!|3:1}}&lt;br /&gt;
| Cooking a [[masterwork|masterful]] [[prepared meal|meal]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Mandate ends}}&lt;br /&gt;
| {{text anchor|MANDATE_ENDS}}&lt;br /&gt;
| {{DFtext| Medtob Aludineth, mayor has ended a mandate.|3:1}}&lt;br /&gt;
| A [[noble]] ended a [[mandate]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|SLOWDOWN_ENDS}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Diplomat bids farewell}}&lt;br /&gt;
| {{text anchor|FAREWELL_HELPER}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Election}}&lt;br /&gt;
| {{text anchor|ELECTION_RESULTS}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Site located}}&lt;br /&gt;
| {{text anchor|SITE_PRESENT}}&lt;br /&gt;
|&lt;br /&gt;
| A site already exists at the location you are trying to embark to&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Construction suspended}}&lt;br /&gt;
| {{text anchor|CONSTRUCTION_SUSPENDED}}&lt;br /&gt;
|&lt;br /&gt;
| Construction of a [[building]] was suspended&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Machine link suspended}}&lt;br /&gt;
| {{text anchor|LINKAGE_SUSPENDED}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Work order completed}}&lt;br /&gt;
| {{text anchor|QUOTA_FILLED}}&lt;br /&gt;
|&lt;br /&gt;
| A [[manager|work order]] was completed&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Job overwritten}}&lt;br /&gt;
| {{text anchor|JOB_OVERWRITTEN}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No fish to catch}}&lt;br /&gt;
| {{text anchor|NOTHING_TO_CATCH_IN_WATER}}&lt;br /&gt;
| {{DFtext|There is nothing to catch in the river.|6:0}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Demand forgotten}}&lt;br /&gt;
| {{text anchor|DEMAND_FORGOTTEN}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|New demand}}&lt;br /&gt;
| {{text anchor|NEW_DEMAND}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|New mandate}}&lt;br /&gt;
| {{text anchor|NEW_MANDATE}}&lt;br /&gt;
| {{DFtext|Medtob Aludineth, mayor has imposed a ban on certain exports.|3:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|PRICES_ALTERED}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Local resident creature named}}&lt;br /&gt;
| {{text anchor|NAMED_RESIDENT_CREATURE}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Somebody grows up}}&lt;br /&gt;
| {{text anchor|SOMEBODY_GROWS_UP}}&lt;br /&gt;
|&lt;br /&gt;
| Somebody has grown up&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|GUILD_REQUEST_TAKEN}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|GUILD_WAGES_CHANGED}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|NEW_WORK_MANDATE}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen becomes soldier}}&lt;br /&gt;
| {{text anchor|CITIZEN_BECOMES_SOLDIER}}&lt;br /&gt;
|&lt;br /&gt;
| Shown when dwarves assume soldier role, for standing orders or direct orders&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Citizen becomes civilian}}&lt;br /&gt;
| {{text anchor|CITIZEN_BECOMES_NONSOLDIER}}&lt;br /&gt;
|&lt;br /&gt;
| Shown when soldier dwarves no longer have active military orders, and return to civilian life&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Party organized}}&lt;br /&gt;
| {{text anchor|PARTY_ORGANIZED}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Trantrum (possessed by ghost)}}&lt;br /&gt;
| {{text anchor|POSSESSED_TANTRUM}}&lt;br /&gt;
|&lt;br /&gt;
| A dwarf possessed by a [[ghost]] is throwing a [[tantrum]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Building toppled by ghost}}&lt;br /&gt;
| {{text anchor|BUILDING_TOPPLED_BY_GHOST}}&lt;br /&gt;
|&lt;br /&gt;
| A building was toppled by a [[ghost]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterwork improvement}}&lt;br /&gt;
| {{text anchor|MASTERFUL_IMPROVEMENT}}&lt;br /&gt;
|&lt;br /&gt;
| An item has been [[masterwork|masterfully]] decorated&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Masterwork engraving}}&lt;br /&gt;
| {{text anchor|MASTERPIECE_ENGRAVING}}&lt;br /&gt;
|&lt;br /&gt;
| A [[masterwork|masterpiece]] [[engraving]] was created&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Wedding}}&lt;br /&gt;
| {{text anchor|MARRIAGE}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{text anchor|NO_MARRIAGE_CELEBRATION}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Beast guzzles drink}}&lt;br /&gt;
| {{text anchor|CURIOUS_GUZZLER}}&lt;br /&gt;
|&lt;br /&gt;
| An animal drank stockpiled [[booze]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Clear weather}}&lt;br /&gt;
| {{text anchor|WEATHER_BECOMES_CLEAR}}&lt;br /&gt;
| {{DFtext|The weather has cleared.|7:0}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Snow}}&lt;br /&gt;
| {{text anchor|WEATHER_BECOMES_SNOW}}&lt;br /&gt;
| {{DFtext|A snow storm has come.|7:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Rain}}&lt;br /&gt;
| {{text anchor|WEATHER_BECOMES_RAIN}}&lt;br /&gt;
| {{DFtext|It has started raining.|1:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Wet season}}&lt;br /&gt;
| {{text anchor|SEASON_WET}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Dry season}}&lt;br /&gt;
| {{text anchor|SEASON_DRY}}&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Spring}}&lt;br /&gt;
| {{text anchor|SEASON_SPRING}}&lt;br /&gt;
| {{DFtext|Spring has arrived!|2:1}}&lt;br /&gt;
| rowspan=4| Change of a season&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Summer}}&lt;br /&gt;
| {{text anchor|SEASON_SUMMER}}&lt;br /&gt;
| {{DFtext|It is now summer.|6:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Autumn}}&lt;br /&gt;
| {{text anchor|SEASON_AUTUMN}}&lt;br /&gt;
| {{DFtext|Autumn has come.|4:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Winter}}&lt;br /&gt;
| {{text anchor|SEASON_WINTER}}&lt;br /&gt;
| {{DFtext|Winter is here.|7:1}}&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Guest arrives}}&lt;br /&gt;
| {{text anchor|GUEST_ARRIVAL}}&lt;br /&gt;
| {{DFtext|Vusdom Ilerane, Human Spearman is visiting.|2:1}}&lt;br /&gt;
| Arrival of visitors, and also squads returning from missions.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You cannot speak}}&lt;br /&gt;
| {{text anchor|CANNOT_SPEAK}}&lt;br /&gt;
| {{DFtext|A troglodyte cannot speak.|6:0}}&lt;br /&gt;
| When playing adventure mode as a creature that doesn't speak.&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Research breakthrough}}&lt;br /&gt;
| {{text anchor|RESEARCH_BREAKTHROUGH}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Your order delivered}}&lt;br /&gt;
| {{text anchor|SERVICE_ORDER_DELIVERY}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You cannot perform}}&lt;br /&gt;
| {{text anchor|PERFORMANCE_START_FAILURE}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Begin activity}}&lt;br /&gt;
| {{text anchor|BEGIN_ACTIVITY}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Activity ongoing}}&lt;br /&gt;
| {{text anchor|MIDDLE_OF_ACTIVITY}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Activity section change}}&lt;br /&gt;
| {{text anchor|ACTIVITY_SECTION_CHANGE}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Activity end}}&lt;br /&gt;
| {{text anchor|CONCLUDE_ACTIVITY}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Learned written content}}&lt;br /&gt;
| {{text anchor|LEARNED_WRITTEN_CONTENT}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Learned art form}}&lt;br /&gt;
| {{text anchor|LEARNED_ART_FORM}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Performance quality}}&lt;br /&gt;
| {{text anchor|PERFORMER_UPDATE}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Building destroyed/toppled}}&lt;br /&gt;
| {{text anchor|BUILDING_DESTROYED_OR_TOPPLED}}&lt;br /&gt;
|&lt;br /&gt;
| A [[creature]] destroyed a [[building]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cursed by deity}}&lt;br /&gt;
| {{text anchor|DEITY_CURSE}}&lt;br /&gt;
|&lt;br /&gt;
| Being cursed by a [[deity]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Composition complete}}&lt;br /&gt;
| {{text anchor|COMPOSITION_COMPLETE}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Composition failed}}&lt;br /&gt;
| {{text anchor|COMPOSITION_FAILED}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|New apprenticeship}}&lt;br /&gt;
| {{text anchor|NEW_APPRENTICESHIP}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Petition ignored}}&lt;br /&gt;
| {{text anchor|PETITION_IGNORED}}&lt;br /&gt;
| {{DFtext|The petition of Vusdom Ilerane, Human Spearman has been ignored.|4:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Cannot chop tree}}&lt;br /&gt;
| {{text anchor|CANNOT_CHOP_TREE}}&lt;br /&gt;
| {{DFtext|You cannot fell trees in the arena.|6:1}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Tree chopped}}&lt;br /&gt;
| {{text anchor|CHOP_TREE}}&lt;br /&gt;
|&lt;br /&gt;
| Chopping [[tree]]s in [[adventure mode]]&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You cannot construct here}}&lt;br /&gt;
| {{text anchor|CANNOT_CONSTRUCT}}&lt;br /&gt;
| {{DFtext|You cannot construct at this site.|6:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Rumor spread by citizen}}&lt;br /&gt;
| {{text anchor|RUMOR_SPREAD}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Visitor shared rumor(s)}}&lt;br /&gt;
| {{text anchor|SERVICE_ORDER_RUMOR_RECEIVED}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Returning soldiers bring rumor(s)}}&lt;br /&gt;
| {{text anchor|RETURNING_RUMOR_RECEIVED}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|New site founded nearby}}&lt;br /&gt;
| {{text anchor|NEW_HOLDING}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Nearby site linked economically}}&lt;br /&gt;
| {{text anchor|NEW_MARKET_LINK}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You given emergency tactical control}}&lt;br /&gt;
| {{text anchor|EMERGENCY_TACTICAL_CONTROL}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Agreement satisfied}}&lt;br /&gt;
| {{text anchor|AGREEMENT_SATISFIED}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Priesthood needs recognized}}&lt;br /&gt;
| {{text anchor|AGREEMENT_WARNING}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Agreement abandoned}}&lt;br /&gt;
| {{text anchor|AGREEMENT_ABANDONED}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Guild founded}}&lt;br /&gt;
| {{text anchor|NEW_GUILD}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Witnessed item handoff}}&lt;br /&gt;
| {{text anchor|CRIME_WITNESS_HANDOFF}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Witnessed item stolen}}&lt;br /&gt;
| {{text anchor|CRIME_WITNESS_STOLEN}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Witnessed item has been moved}}&lt;br /&gt;
| {{text anchor|CRIME_WITNESS_ITEM_MOVED}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Witnessed item missing}}&lt;br /&gt;
| {{text anchor|CRIME_WITNESS_ITEM_MISSING}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Mount}}&lt;br /&gt;
| {{text anchor|MOUNT}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You cannot mount}}&lt;br /&gt;
| {{text anchor|CANNOT_MOUNT}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You failed to mount}}&lt;br /&gt;
| {{text anchor|FAILED_MOUNT}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Dismount}}&lt;br /&gt;
| {{text anchor|DISMOUNT}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|You failed to dismount}}&lt;br /&gt;
| {{text anchor|FAILED_DISMOUNT}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Diplomat left unhappy}}&lt;br /&gt;
| {{text anchor|DIPLOMAT_LEFT_UNHAPPY}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Embark}}&lt;br /&gt;
| {{text anchor|EMBARK_MESSAGE}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|First caravan}}&lt;br /&gt;
| {{text anchor|FIRST_CARAVAN_ARRIVAL}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Monarch arrived}}&lt;br /&gt;
| {{text anchor|MONARCH_ARRIVAL}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Monarch arrived early}}&lt;br /&gt;
| {{text anchor|HASTY_MONARCH}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Satisfied monarch}}&lt;br /&gt;
| {{text anchor|SATISFIED_MONARCH}}&lt;br /&gt;
| {{DFtext|The queen Fikod Rîsennikot is satisfied with their position here. Everything is properly royal, properly furnished. And yet? A true Mountainhome must have a true throne! And a true ruler requires seven symbols, symbols not of this world. Mere steel will not suffice. Deeper. We must dig deeper.|7:1}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|Mountainhome achieved}}&lt;br /&gt;
| {{text anchor|MOUNTAINHOME}}&lt;br /&gt;
| &lt;br /&gt;
| You have acquired the status of mountainhome, the new dwarven capital&lt;br /&gt;
|-&lt;br /&gt;
| {{text anchor|No food}}&lt;br /&gt;
| {{text anchor|FOOD_WARNING}}&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
* Removing an '':option'' from ``DF'''/prefs/'''announcements.txt`` will not disable that option if it is enabled by ``DF'''/data/init/'''announcements.txt``; the workaround is to remove the option from both ``DF'''/prefs/'''announcements.txt`` and ``DF'''/data/init/'''announcements.txt``.{{bug|13034}}{{verify|is this what is causing this bug?}}&lt;br /&gt;
&lt;br /&gt;
{{gamedata}}&lt;br /&gt;
{{files}}&lt;br /&gt;
[[ru:Announcements.txt]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Mining&amp;diff=317871</id>
		<title>Mining</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Mining&amp;diff=317871"/>
		<updated>2026-07-10T09:27:48Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Mining warm and damp stone */ replaced warm stone work around with standing order link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional|23:24, 14 March 2024 (CST)}}&lt;br /&gt;
{{Labor&lt;br /&gt;
| labor      = Mining&lt;br /&gt;
| skill      = * [[Miner]]&lt;br /&gt;
| tasks      =&lt;br /&gt;
* Dig&lt;br /&gt;
* [[Construction removal|Remove construction]]&lt;br /&gt;
}}&lt;br /&gt;
{{av}}&lt;br /&gt;
[[File:mining_anim_v50.gif|thumb|189px|right|A designated area being mined.]]'''Mining''' is an essential part of building a fort in ''Dwarf Fortress''. There are several reasons you might want to mine, such as [[exploratory mining|searching]] for various [[stone|stone types]], [[ore]]s and [[gem]]s, or simply to create the basic tunnels and [[zone|room]]s in your fort. Mining refers to either the [[skill]] that performs mining, the [[labor]] associated with it, or simply the task or job of performing said labor. Military dwarves equipped with picks will use mining as their &amp;quot;[[Combat skill|weapon skill]].&amp;quot; Mining through softer materials such as [[sand]] or [[soil]] is much faster than mining through stone.&lt;br /&gt;
&lt;br /&gt;
There are several types of jobs associated with this skill: &lt;br /&gt;
* '''Digging''' removes the section of the wall while preserving both the ceiling (which is the floor of the level above) and the floor.&lt;br /&gt;
* '''[[Channel]]ing''' removes the section of the wall, the floor, and if possible places a ramp one level below.&lt;br /&gt;
* '''[[Ramp]]s''' replaces the section with a ramp, also removing the tile and floor one level above.&lt;br /&gt;
* '''[[Stairs]]''' carves out upward and/or downward stairs.&lt;br /&gt;
* '''Remove [[Construction]]''' removes a construction, ie. a built wall, stair, floor, etc.&lt;br /&gt;
* '''Remove Stairs/Ramp''' removes a dug-out stairs or ramp.&lt;br /&gt;
&lt;br /&gt;
Mining can only be done in pre-existing stone or soil.  NOTE: Constructed [[wall]]s, [[stairs]] or [[ramp]]s are not dug and instead must be removed using the 'Remove Construction' option ({{Menu icon|m|x}}). This uses the mining skill to be completed, regardless of the material the construction is made from.&lt;br /&gt;
&lt;br /&gt;
When discovering a unique stone, gem or ore, the game will display an annoucement that looks like the following:&amp;lt;br&amp;gt;&lt;br /&gt;
{{DFtext|You have struck saltpeter!|6:1}}&lt;br /&gt;
&lt;br /&gt;
==Understanding digging==&lt;br /&gt;
[[Image:DF2014_Terraform.png|thumb|664px|&lt;br /&gt;
Side view of various mining tasks. &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Gray/black areas represent un-mined rock, cyan/black represents mined-out areas. Solid green represents  existing floor &amp;quot;tiles&amp;quot;, cyan represents mined-out floor tiles. Up stairs, down stairs, and ramps are red, blue, and mustard (yellow) respectively.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
In each of the 9 &amp;quot;digging&amp;quot; scenarios, the dwarf miner is shown as having completed the command(s) listed in that figure, moving from left to right. Each individual command is separated by a comma &amp;quot;,&amp;quot;. (The &amp;quot;x2&amp;quot; notation indicates that the command is completed twice.) The dwarf has completed those commands in the order they are listed. For example, in the bottom right figure: &amp;quot;Down stairs, up/down stairs, up stairs, mine x2&amp;quot; is five separate commands.&lt;br /&gt;
]]&lt;br /&gt;
Each layer in the three-dimensional ''Dwarf Fortress'' map consists of two parts: a wall-part, and a floor-part.  Mining a tunnel removes the wall-part but leaves the floor-part in place. Channeling removes the floor-part as well, leaving open space above, and if a wall-part exists below, it becomes an upward ramp. Digging an upward ramp removes the wall-part of the designated tile and both parts of the tile above it. Up stairs only modify the wall-part of the designated tile (and are unusable without Down stairs in the tile above), the Down stairs designation will remove the wall-part of the tile (if present) and place a stair connection in the floor-part of the designated tile. Up/down stairs modify both parts of the designated tile (but remain unusable until the tile above/below has the proper stair connection).&lt;br /&gt;
&lt;br /&gt;
== Making a dwarf a miner ==&lt;br /&gt;
&lt;br /&gt;
# Go to the {{Menu icon|y}} labor menu, then work details tab&lt;br /&gt;
# Select the &amp;quot;Miners&amp;quot; work detail on the left side of the screen&lt;br /&gt;
# Find the dwarf you would like to make a miner, and click the rightmost box, a green check mark should appear&lt;br /&gt;
# If you would like this dwarf to ''only'' mine, and ignore all other labors (they will still eat, sleep, take breaks, etc. ) you can toggle the dwarf's &amp;quot;Specialize&amp;quot; button (the hammer and lock icon) to be red.&lt;br /&gt;
To start mining, a [[miner]] requires an available [[pick]]. A dwarf's agility and mining skill affect how quickly they mine, as does pick material and quality, and even a [[Difficulty#Fortress_dig_speed|difficulty setting]].&lt;br /&gt;
&lt;br /&gt;
Giving a dwarf the miner work detail will disable the &amp;quot;wood cutter&amp;quot; and &amp;quot;hunter&amp;quot; work details, as those labors all involve the usage of different tools.&lt;br /&gt;
&lt;br /&gt;
== Designating the area to be mined ==&lt;br /&gt;
# Press {{Menu icon|m}} to bring up the digging orders menu.&lt;br /&gt;
# Highlight the requested action by pressing:&lt;br /&gt;
#* {{Menu icon|m}} for mining&lt;br /&gt;
#* {{Menu icon|m|u|num=1}} for channeling&lt;br /&gt;
#* {{Menu icon|m|r|num=1}} for an upward ramp&lt;br /&gt;
#* {{Menu icon|m|t|num=1}} for stairs, set a start and an end point in a different elevation to determine if it leads upwards or downwards&lt;br /&gt;
# (Optional) Set the priority by pressing {{Menu icon|m|n|num=1}} to open the advanced options, and clicking a number to set the priority. Tiles with first/lowest numbered priority value will be mined first.&lt;br /&gt;
# Draw a rectangle using the mouse. An area should now be highlighted, indicating the area to be mined. The opposite corner can also be placed on a different z-level with {{k|c}}/{{k|e}}, designating areas across z-levels for mining.&lt;br /&gt;
&lt;br /&gt;
==Mineral production (profit!)==&lt;br /&gt;
When the wall-part is removed from a stone tile, there is a 25% chance that a single [[stone]] (also known as a boulder) will be left behind.  Minerals which are found in [[vein]]s have a 33% chance of leaving ore, and minerals found in [[vein|small clusters]] (or individual tiles) have a 100% chance of leaving a stone or rough gem behind. Finally, any &amp;quot;deep&amp;quot; material (i.e. [[adamantine]] or [[slade]]) has a 100% chance of leaving a usable stone (though the latter is normally undiggable). Mining skill only influences the amount of time it takes to mine each tile; it does not affect drop rate.&lt;br /&gt;
&lt;br /&gt;
Carving a channel down or ramp up needs special care to provide the full 25%/33%/100% mineral production: in the case that both the bottom tile (where the new ramp up is) and the top tile (new open-space above the newly carved ramp) are both dug out together as part of the same designation, there is only a single chance of mineral production, even though two tiles had their wall-part removed, effectively halving the mineral production chance to 12.5%/16.5%/50% in that case. But if special care is taken to ensure the top open-space tile is dug out first before carving the ramp below it, the full chance from both tiles can be achieved.&lt;br /&gt;
&lt;br /&gt;
The [[stoneworker's workshop]] can create four [[block]]s from each boulder, so on average you can create one stone block for each tile of stone mined. Each ore stone also produces 4 metal bars at a [[smelter]], so, on average, you will produce 1⅓ bars of the basic metal* for every tile of ore mined, or 4/ for small clusters of rare ore. &lt;br /&gt;
&lt;br /&gt;
: (* Two ores, [[tetrahedrite]] or [[galena]], have a chance to produce additional bars of [[silver]] as well as producing the 4 bars of their basic metal ([[copper]] and [[lead]], respectively). As a footnote, while [[iron]] ores produce 4 bars of iron, and that is all the metal required for 1 bar of steel, [[steel]] production additionally consumes 1 [[flux]] stone and 1 bar of [[fuel]] per single bar of steel produced.)&lt;br /&gt;
&lt;br /&gt;
When tunnels are dug in [[soil]], nothing is left from the material, there is no soil equivalent of a &amp;quot;[[stone]]&amp;quot; to be further used.  The floor-part will remain (if it wasn't channeled), and is suitable for [[farming]], or, if the right kind of soil, for sand or [[clay]] collection.&lt;br /&gt;
&lt;br /&gt;
After pressing {{Menu icon|m}}  and opening the advanced {{Menu icon|m|n|num=1}}  options menu, you can set the designation type to switch between designating all materials ({{Menu icon|m|v|num=1}}), designating just {{Menu icon|m|g|num=1}} gems, designating just gems and {{Menu icon|m|o|num=1}} ores, or designating ore/gem clusters or veins to be mined automatically with {{Menu icon|m|V|num=1}}.  Switching the designation type to automining will allow you to quickly assign mining tasks to entire veins.&lt;br /&gt;
&lt;br /&gt;
==Training mining==&lt;br /&gt;
Dwarves gain mining experience for each tile mined, be it stone, ore, gem, or soil. Soil is mined extremely quickly and is one of the fastest ways to train miners. Since the skill of mining also is used in combat, a dwarf with mining enabled that is carrying a pick will increase their mining skill through combat drills. This process is much faster than learning by digging through stone, but not nearly as fast as learning by digging through soil.&lt;br /&gt;
&lt;br /&gt;
The fastest way to train mining is to first dig out upstairs, then remove the upstairs. Removing upstairs (even rock ones) is extremely quick and still provides mining experience.&lt;br /&gt;
&lt;br /&gt;
==Mining warm and damp stone==&lt;br /&gt;
[[File:digging_wet_preview.png|thumb|Wet tiles that should not be dug.]]&lt;br /&gt;
When designating any digging operation, warm and damp tiles will flash, indicating magma or water in adjacent tiles. Miners can dig these safely, provided there is an escape route. (''&amp;quot;Safely&amp;quot;'' here implies only the short term survival of the digging dwarf, your fortress may well be flooded as a result, even many levels above the digging level, ''eventually'' killing your dwarf.)&lt;br /&gt;
&lt;br /&gt;
Channeling and ramping designations involve two operations, and your dwarf will be submerged in the fluid when done. Unskilled swimmers can reach an exit ramp out of water if near enough, but magma will certainly cost your miner's life (the flow from either can knock dwarves off ledges, or, naturally, [[flood]] the fortress.)&lt;br /&gt;
&lt;br /&gt;
Wall tiles ''above'' magma will flash &amp;quot;warm&amp;quot;, and designations will be cancelled even if an entirely safe tunnel is being dug. This is rather annoying when carving out rooms above the magma sea, and can be disabled on the [[Standing_orders#Other|Other tab]] on the Standing orders tab in the Labor menu {{Menu icon|y}}{{version|53.12}}.&lt;br /&gt;
&lt;br /&gt;
==How to cancel a mining operation==&lt;br /&gt;
If you placed a designated area for mining but want to cancel the mining (for example if you approached [[Main:Digging designation canceled|damp stone]]) open the eraser tool with {{Menu icon|x}} and select an area you want to cancel.&lt;br /&gt;
&lt;br /&gt;
== Rampless channels ==&lt;br /&gt;
To create a channel with no ramps, you have to mine out the area underneath the channel first, or manually designate the ramps created for removal afterwards {{Menu icon|m|x}}. If you wish for these channels to be completely inaccessible from the outside, channel out the access-point (downward staircase). Another (more complicated) way of removing any access to the moat is to replace the dug out ramps with constructed ones and creating a cave-in with constructed floors. Rampless channels are an effective substitute for walls against melee enemies that cannot fly, and they can be dug out far faster than a wall can be built. However, channels offer no defense against archers or dragonbreath.&lt;br /&gt;
&lt;br /&gt;
When digging ramps upwards, watch out for loose stone or other items that might be on the floor above, as falling objects can injure the unfortunate miner.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Map tile]]s &amp;amp;ndash; Different types of walled, floor and open spaces.&lt;br /&gt;
* [[Caverns]] &amp;amp;ndash; Large underground tunnel systems.&lt;br /&gt;
* [[Exploratory mining]] &amp;amp;ndash; Mining focused on finding valuable [[stone]].&lt;br /&gt;
* [[Soil]] &amp;amp;ndash; A list of soil types.&lt;br /&gt;
* [[Stone]] &amp;amp;ndash; A list of different types of stones and ores left behind from mining.&lt;br /&gt;
* [[Smoothing]] &amp;amp;ndash; Increase fortress value and dwarf happiness by improving the quality of your rough-stone mineshafts.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = avuz | elvish = cèthutha | goblin = ngogngo | human = bora}}&lt;br /&gt;
&lt;br /&gt;
{{labors}}&lt;br /&gt;
[[zh:Mining]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Revealed_tile&amp;diff=317870</id>
		<title>Revealed tile</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Revealed_tile&amp;diff=317870"/>
		<updated>2026-07-10T09:17:35Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added premium caveat, changed caverns link to section, added announcement, dig cancel, standing order links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Fine}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
A '''revealed tile''', in [[fortress mode]], is any tile that has a description when pointed at with the mouse. &lt;br /&gt;
&lt;br /&gt;
All [[Tile attributes|above ground]] tiles on the map start out revealed, including tiles above the surface. All [[Tile attributes|subterranean]] tiles must be revealed by [[mining|digging]] into them. All tiles adjacent to a dug tile on the same level will also be revealed, including diagonally: you can see what the rock walls adjacent to a mined-out tile are made of, for instance, and you can see the outermost tile of each z-level of a mountain. You can also see the tile immediately below where a downward or up/down [[stairs|stairway]] has been dug - this is because digging the stairway removes the [[floor]] between the levels. Upward stairways do not reveal the level above, because they do not remove the floor/ceiling above the stairs. With [[premium]] graphics, solid tiles that are not adjacent to open space will still be rendered as unrevealed, but they can still be examined by pointing at them with the mouse.&lt;br /&gt;
&lt;br /&gt;
Underground features like [[cavern]]s and [[Magma#Magma_pools|magma pool]]s start out hidden and must be discovered by mining into them. Upon breaching a feature, an [[announcement]] will be displayed informing the player of the discovery, and a chunk of the new feature &amp;quot;within view&amp;quot; of your dwarves will be revealed; see the [[Cavern#Methods_of_exploration|Methods of exploration]] in the caverns article for information on revealing more. Walls next to water or magma, including vertically, will be damp or warm, and dig designations for such walls will be [[Digging designation canceled|cancelled]] when revealed to avoid potentially flooding the fortress with what is beyond them, by default, though this can be disabled on the [[Standing_orders#Other|Other tab]] on the Standing orders tab in the Labor menu {{Menu icon|y}}{{version|53.12}}.&lt;br /&gt;
&lt;br /&gt;
{{Category|Map tiles}}&lt;br /&gt;
[[ru:Revealed tile]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Digging_designation_canceled&amp;diff=317869</id>
		<title>Digging designation canceled</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Digging_designation_canceled&amp;diff=317869"/>
		<updated>2026-07-10T09:03:15Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: added standing orders link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
This error message pauses the game and zooms to the location where the warm or damp stone was located, and can be disabled on the [[Standing_orders#Other|Other tab]] on the Standing orders tab in the Labor menu {{Menu icon|y}}{{version|53.12}}.&lt;br /&gt;
&lt;br /&gt;
[[File:warm_stone_preview.png|right]]Warm or damp stone can be very dangerous, as it indicates the presence of nearby [[magma]] or [[water]], respectively. However, the stone could be warm/damp because the magma/water is beside the tile, directly above the tile, or directly below the tile - and, most of the time, ''you don't know which''. You will only know if you are near the surface and find the damp stone below a known [[murky pool]] or [[river]].&lt;br /&gt;
&lt;br /&gt;
[[File:Damp Stone Butcher.png|thumb|right|In this case, digging the room around the butcher was cancelled due to the last, bottom right tile being below the pool floor. The pool is known since it is on the surface. Note that it was possible to dig below the upper level's damp tiles of clay.]]The safest thing to do is back off several tiles, mine up a [[z-level]] then approach the location again. Rinse and repeat until you emerge above the surface of the magma/water. Note that you will not receive warnings when digging staircases upward. If you plan on digging a staircase to a higher z-level, make sure there are no heavy [[aquifer]]s or [[magma]] in your way!&lt;br /&gt;
&lt;br /&gt;
 Side Profile: &lt;br /&gt;
 &lt;br /&gt;
    Below tile   Beside tile  Above tile            Key&lt;br /&gt;
 &lt;br /&gt;
      #######     #######      #######          # Unmined stone&lt;br /&gt;
  ↑   __o&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;b&amp;gt;#&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#&amp;lt;/font&amp;gt;##     ###&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;##&amp;lt;/font&amp;gt;##      ###&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;##&amp;lt;/font&amp;gt;##          &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#&amp;lt;/font&amp;gt; Warm stone&lt;br /&gt;
  z   ##&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#~~#&amp;lt;/font&amp;gt;#     _o&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;b&amp;gt;#&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;~~#&amp;lt;/font&amp;gt;#      ##&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#~~#&amp;lt;/font&amp;gt;#          &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;b&amp;gt;#&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; Square that was just canceled&lt;br /&gt;
 axis ##&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#~~#&amp;lt;/font&amp;gt;#     ##&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#~~#&amp;lt;/font&amp;gt;#      ##&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#~~#&amp;lt;/font&amp;gt;#          &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;~&amp;lt;/font&amp;gt; Magma&lt;br /&gt;
  ↓   ###&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;##&amp;lt;/font&amp;gt;##     ###&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;##&amp;lt;/font&amp;gt;##      __o&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;b&amp;gt;#&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;#&amp;lt;/font&amp;gt;##          _ Floor of the tunnel&lt;br /&gt;
      #######     #######      #######          o Miner&lt;br /&gt;
&lt;br /&gt;
Only in the middle case would it be unsafe to mine out the square that had just been canceled: In the first and last cases, there would be a floor between your miner and the fluid.&lt;br /&gt;
&lt;br /&gt;
If the damp stone is due to an aquifer, empty tiles next to damp stone will fill with water, either slowly with a light aquifer, or quickly.&lt;br /&gt;
&lt;br /&gt;
The announcements can be changed to add recentering and pausing, either in the [[settings]], or by editing [[announcements.txt]].&lt;br /&gt;
&lt;br /&gt;
If you have [[DFHack]] installed, you will have the option to enable &amp;quot;Damp dig&amp;quot; or &amp;quot;Warm dig&amp;quot; mode. If you do not want to have your digging designations canceled, for example when digging minerals out of a light aquifer, you can enable the appropriate mode when you designate the tiles for digging. Click on the toolbar icon to set your desired mode.&lt;br /&gt;
&lt;br /&gt;
[[File:Dfhack damp dig.png|thumb|Digging toolbar with DFHack damp dig enabled]]&lt;br /&gt;
&lt;br /&gt;
In this screenshot, the upper row is designated without any special mode. The second row is designated with damp dig enabled. The third row is designated with warm dig enabled. The fourth row is designated with both damp and warm dig modes enabled.&lt;br /&gt;
&lt;br /&gt;
In ASCII mode, tiles designated in warm and/or damp dig mode will flash in an appropriate color.&lt;br /&gt;
&lt;br /&gt;
There are also options to retroactively enable damp or warm dig mode for existing designations on a z-level.&lt;br /&gt;
&lt;br /&gt;
{{Errors FAQ}}&lt;br /&gt;
{{Water FAQ}}&lt;br /&gt;
{{Magma FAQ}}&lt;br /&gt;
{{Category|Errors}}{{Category|Designations}}&lt;br /&gt;
[[ru:Digging designation canceled]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Standing_orders&amp;diff=317868</id>
		<title>Standing orders</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Standing_orders&amp;diff=317868"/>
		<updated>2026-07-10T08:56:09Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Other */ added warm/damp cancel toggle, added link to planter page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
:[[File:v50_standing_orders_preview.png|300px|right]]'''''Standing orders''' are non-military orders that apply to the entire fortress, including civilians. If you were looking for information on how to get your military to patrol or defend areas without actively managing them, see '''[[Scheduling]]'''. If you were looking for information on how to order your squads to move around on command and attack designated creatures, see '''[[Squads]]'''.&lt;br /&gt;
&lt;br /&gt;
'''Standing orders''' that apply to the whole fortress can be accessed by opening the Labor menu with {{Menu icon|y}} and then clicking on the '''Standing orders''' tab.&lt;br /&gt;
&lt;br /&gt;
==Automated Workshops==&lt;br /&gt;
* '''Automatically weave all thread''' toggles whether [[loom]]s will automatically weave available thread (or available dyed thread) into cloth&lt;br /&gt;
* '''Use any cloth''' toggles whether [[clothier's shop]]s will use only dyed cloth or all cloth. Since finished clothing cannot be dyed, this is one way to make sure the clothing is of the best quality possible.&lt;br /&gt;
* '''Automatically collect webs''' toggles whether [[weaver]]s will automatically go out and collect spider [[web]]s&lt;br /&gt;
* '''Slaughter any marked animal''' toggles whether animals marked for slaughter will automatically add slaughter tasks to [[butcher's shop]]s&lt;br /&gt;
* '''Automatically butcher carcasses''' toggles whether butcherable corpses will have butcher tasks automatically generated at [[butcher's shop]]s&lt;br /&gt;
* '''Automatically clean fish''' toggles whether &amp;quot;prepare raw fish&amp;quot; tasks will be automatically added to [[fishery]]s after raw fish are caught&lt;br /&gt;
* '''Automate kitchen''' toggles whether automatic [[reactions]] (&amp;quot;render fat&amp;quot;) will be added at [[kitchen]]s&lt;br /&gt;
* '''Automate tannery''' toggles whether automatic [[reactions]] (&amp;quot;tan a hide&amp;quot;) will be added at [[tanner's shop]]s&lt;br /&gt;
&lt;br /&gt;
==Hauling==&lt;br /&gt;
* '''Workers gather animals''' toggles whether dwarves will move caged [[animal]]s to a stockpile&lt;br /&gt;
* '''Workers gather food''' toggles whether dwarves will move [[food]] to a stockpile&lt;br /&gt;
* '''Workers gather furniture''' toggles whether dwarves will move [[furniture]] to a stockpile&lt;br /&gt;
* '''Workers gather bodies''' toggles whether dwarves will move [[corpse]]s to a stockpile&lt;br /&gt;
* '''Workers gather minerals''' toggles whether dwarves will move [[stone]] to a stockpile&lt;br /&gt;
* '''Workers gather wood''' toggles whether dwarves will move [[wood]] to a stockpile&lt;br /&gt;
&lt;br /&gt;
==Refuse and dumping==&lt;br /&gt;
Dwarves can do different things with different types of [[refuse]].&lt;br /&gt;
&lt;br /&gt;
You can tell them to ignore refuse altogether by toggling off '''Workers gather refuse''' for a smelly fort, or toggle on '''Workers gather outdoor refuse''' which is mainly useful for collecting animals killed by military dwarves.&lt;br /&gt;
&lt;br /&gt;
Various refuse types can be toggled between &amp;quot;save&amp;quot; (bring to a stockpile) and &amp;quot;dump&amp;quot; (throw in a garbage dump [[activity zone]]). Setting a type of refuse as &amp;quot;dump&amp;quot; will make dwarves start automatically dumping refuse of that type, even ones pre-stored in a refuse stockpile.&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have outdoor refuse stockpiles set up with give and take chains (to shift garbage away from your fortress, for example,) you must turn on collecting outdoor refuse if you want your dwarves to move the piles.&lt;br /&gt;
&lt;br /&gt;
*'''Workers gather refuse''' toggles whether dwarves will ignore refuse completely&lt;br /&gt;
*'''Workers gather outdoor refuse''' toggles whether dwarves will gather refuse [[Tile_attributes|outside]]&lt;br /&gt;
*'''Workers ignore outdoor vermin remains''' toggles whether dwarves will gather [[vermin]] remains from outside (only available when '''Workers gather outdoor refuse''' is on)&lt;br /&gt;
*'''Workers save corpses''' toggles whether [[corpse]]s, [[body part]]s, and other parts not applied to the options below are stored or dumped, including [[Ivory|ivory/teeth]], [[horn]]s, [[nervous tissue]], and [[cartilage]]&lt;br /&gt;
*'''Workers save skulls'''  toggles whether [[skull]]s are stored or dumped&lt;br /&gt;
*'''Workers save bones''' [[bone]]s are stored or dumped&lt;br /&gt;
*'''Workers save shells'''  [[shell]]s are stored or dumped&lt;br /&gt;
*'''Workers save skins'''  toggles whether [[skin]]s, [[chitin]] or [[scale]]s are stored or dumped&lt;br /&gt;
*'''Workers save hair and wool''' toggles whether [[hair]] or [[wool]] are stored or dumped&lt;br /&gt;
*'''Workers save other objects''' toggles other refuse not mentioned above, including vermin remains, rotten products, withered plants, damaged furniture, or [[Wear|tattered]] clothes (&amp;quot;Gather Vermin Remains&amp;quot; must be on for outdoor vermin remains to be collected)&lt;br /&gt;
&lt;br /&gt;
==Sieges and forbidding==&lt;br /&gt;
Dwarves can automatically [[forbid]] certain types of items, automatically forbid these items only during sieges, or not automatically forbid them at all.&lt;br /&gt;
*'''Forbid used ammunition''' toggles whether shot ammunition is automatically forbidden&lt;br /&gt;
*'''Claim your dead''' toggles whether dead citizens are automatically forbidden&lt;br /&gt;
*'''Forbid your death items''' toggles whether dead citizens' items are automatically forbidden&lt;br /&gt;
*'''Claim other dead''' toggles whether other dead creatures are automatically forbidden&lt;br /&gt;
*'''Claim other death items''' toggles whether other dead creatures' items are automatically forbidden&lt;br /&gt;
*'''Forbid floor/wall cleaning''' toggles when dwarves will clean contaminants such as [[vomit]] and [[blood]] from floors and walls.&lt;br /&gt;
*'''Forbid trap cleaning''' toggles when dwarves will clean [[trap]]s.&lt;br /&gt;
*'''Forbid trap rearming''' toggles when dwarves will rearm traps.&lt;br /&gt;
*'''Forbid cages from sprung traps''' toggles whether filled cages from traps will be automatically forbidden&lt;br /&gt;
*'''Forbid toppled building items''' toggles whether remnants of [[building destroyer|smashed buildings]] will be automatically forbidden&lt;br /&gt;
&lt;br /&gt;
==Chores==&lt;br /&gt;
The Chores tab allows you to select what tasks [[children]] will automatically do. You can select '''Children don't do chores''' to forbid all children from doing work tasks or toggle tasks from the list of &amp;quot;Feeding Patients/Prisoners&amp;quot;, &amp;quot;Milking&amp;quot;, hauling tasks, &amp;quot;Cleaning&amp;quot;, and &amp;quot;Lever Operation&amp;quot;. The tab lists all of the children in your fort and you can also select individual children to do either all or none of the tasks you've selected. If either list has a scroll bar, only click the arrows at the top and bottom of the scroll bar to scroll the list; otherwise (after scrolling) the selecting and deselecting of children or options might not work (until the menu is closed and reopened){{bug|13461}}.&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*'''Announce some job cancellations''' adjusts the level of job cancellation announcements that are shown&lt;br /&gt;
*'''Mining cancelled near new damp stone'''{{version|53.12}} toggles [[Digging designation canceled|cancellation of digging designations]] for walls next to [[water]] or [[aquifer]]s&lt;br /&gt;
*'''Mining cancelled near new warm stone'''{{version|53.12}} toggles cancellation of digging designations for walls next to [[magma]]&lt;br /&gt;
*'''Everybody harvests''' toggles who will harvest plants from [[farm plot|farm plots]]; see [[Planter#All_dwarves_harvest|Planter]] for details&lt;br /&gt;
*'''Mix similar foods in barrels''' toggles whether different types of food can be put in one barrel at a stockpile&lt;br /&gt;
*'''Prefer zones for water drinking''' toggles whether dwarves can drink at water sources not marked as zones&lt;br /&gt;
*'''Prefer zones for fishing''' toggles whether fisherdwarves can fish at water sources not marked as zones&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''Set hunter ammunition''' opens a separate tab where you can configure the material, type and amount of [[ammunition]] available to [[hunter]]s.&lt;br /&gt;
&lt;br /&gt;
{{Translation| dwarven = savot lotol | elvish = rino feri | goblin = axod axusp | human = wur cika}}&lt;br /&gt;
&lt;br /&gt;
{{V50 menus}}&lt;br /&gt;
{{Category|Fortress mode}}&lt;br /&gt;
{{Category|Interface}}&lt;br /&gt;
[[ru:Standing orders]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Difficulty&amp;diff=317866</id>
		<title>Difficulty</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Difficulty&amp;diff=317866"/>
		<updated>2026-07-10T00:49:53Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Enemy/merchant triggers */ added creature and trade tokens to option descriptions, adjusted text see those tokens for details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{distinguish|Creature token#DIFFICULTY|l1=the Difficulty creature token}}&lt;br /&gt;
'''Difficulty''' is the level of challenge presented by the game in [[Fortress Mode]], largely customizable by the player. These [[settings]] will affect whether your fortress can be attacked by outside forces, how frequent said attacks are, how big invading armies are, [[noble]] neediness, etc. You can modify these settings before and at any time after embarking, the tab will only appear in the settings screen when a [[fortress]] is loaded. Since they are specific to each save, they are stored as part of the save and are not editable outside the game.&lt;br /&gt;
&lt;br /&gt;
== Default settings ==&lt;br /&gt;
They are divided into two groups: enemies and economy; enemies can be disabled, both groups have normal and hard presets, and all of the individual settings can be adjusted in Custom settings. The values used in each preset can be seen by selecting the preset and then viewing them in Custom settings.&lt;br /&gt;
&lt;br /&gt;
'''Enemies''' has 3 options:&lt;br /&gt;
* '''Off''' will disable [[Ambush|ambushes]], [[Siege|sieges]], [[Megabeast|uninvited]] [[Forgotten beast|guests]], [[Werebeast|werebeasts]], and agitated wildlife attacks, but not [[intrigue]], [[HFS]], or misbehaving dwarves, so it is still recommended to train a military.&lt;br /&gt;
* '''Normal''' is the standard ''Dwarf Fortress'' experience.&lt;br /&gt;
* '''Hard''' ensures a never-ending stream of [[Fun]], causing invaders to show up earlier, more often, and with more bodies to throw at the gates.&lt;br /&gt;
----&lt;br /&gt;
'''Economy''' has 2 options:&lt;br /&gt;
* '''Normal''' is the standard ''Dwarf Fortress'' economy.&lt;br /&gt;
* '''Hard''' requires you to produce more wealth in order to receive higher-ranking nobles, requires [[Temple|temples]] and [[Guildhall|guildhalls]] to be more valuable before satisfying petitions, and causes [[Noble|nobles]] to make more [[Mandate|mandates]] and [[Demand|demands]].&lt;br /&gt;
&lt;br /&gt;
== Enemy settings ==&lt;br /&gt;
&amp;lt;!-- Last verified in 53.05 --&amp;gt;&lt;br /&gt;
If you wish, you can also fine-tune individual settings - maybe you only want megabeasts to assault your fortress, and would prefer the elves to leave well enough alone. The following options are available for enemy settings:&lt;br /&gt;
=== Individual enemy toggles ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Civilizations can attack || Yes/No || Controls whether [[Ambush|ambushes]] and [[Siege|sieges]] can occur. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Megabeasts can attack || Yes/No || Controls whether [[Megabeast|megabeasts]] and [[Forgotten beast|forgotten beasts]] can attack. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Werebeasts can attack || Yes/No || Controls whether [[Werebeast|werebeasts]] can attack. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Curious wilderness creatures can come to cause trouble || Yes/No || Controls whether agitated animals can assault your fortress, and whether animals will spawn with the intent to steal items. || No; Yes; Yes&lt;br /&gt;
|}&lt;br /&gt;
=== Enemy/merchant triggers ===&lt;br /&gt;
Used for creatures' {{token|ATTACK_TRIGGER|creature}} and civilizations [[Entity_token#PROGRESS_TRIGGER_POPULATION|trade and siege tokens]] (for sieges, all the default civilizations only use {{token|PROGRESS_TRIGGER_POP_SIEGE|entity}}, and it might be only the goblin/evil civilizations use that.)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Population triggers || 1 to 300 || Sets the population values for each level of {{token|ATTACK_TRIGGER|creature}} (first value), {{token|PROGRESS_TRIGGER_POPULATION|entity}}, and {{token|PROGRESS_TRIGGER_POP_SIEGE|entity}}; see those tokens for details of how a player fortress reaching this many population will affect them. || 0/0/0/0/0; 20/50/80/110/140; 15/30/40/55/70&lt;br /&gt;
|-&lt;br /&gt;
| Production triggers || 0 to 100,000,000 || Sets the created [[Status#Fortress_wealth|wealth]] values for each level of {{token|ATTACK_TRIGGER|creature}} (second value), {{token|PROGRESS_TRIGGER_PRODUCTION|entity}}, and {{token|PROGRESS_TRIGGER_PROD_SIEGE|entity}}; see those tokens for details of how a player fortress reaching this value of created wealth will affect them. || 0/0/0/0/0; 5,000/25,000/100,000/200,000/300,000; 2,500/12,500/50,000/100,000/150,000&lt;br /&gt;
|-&lt;br /&gt;
| Trade triggers || 0 to 100,000,000 || Sets the exported wealth values for each level of {{token|ATTACK_TRIGGER|creature}} (third value), {{token|PROGRESS_TRIGGER_TRADE|entity}}, and {{token|PROGRESS_TRIGGER_TRADE_SIEGE|entity}}; see those tokens for details of how a player fortress reaching this value of exported wealth will affect them. || 0/0/0/0/0; 500/2,500/10,000/20,000/30,000; 250/1,250/5,000/10,000/15,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Megabeasts ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Megabeast attack period (seasons) || 0 to 100 || How many seasons must pass before a megabeast may attack your fortress.{{verify}} || 10; 10; 8&lt;br /&gt;
|}&lt;br /&gt;
=== Forgotten beasts ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Forgotten beast sensitivity || 1 to 100,000 || Performing nature-disrupting actions within the caverns will agitate forgotten beasts and may cause them to attack. [[Noise]] will also increase agitation. A smaller value will require less actions before the maximum attack chance is reached. || 10,000; 10,000; 10,000&lt;br /&gt;
|-&lt;br /&gt;
| Forgotten beast irritation minimum || 1 to 100,000 || If the hidden agitation counter is at this value or below, no forgotten beasts will attack. || 5,000; 5,000; 2,000&lt;br /&gt;
|-&lt;br /&gt;
| Forgotten beast wealth divisor || 1 to 100,000 || Your current fortress wealth is divided by this number - the result is added to effective irritation to determine forgotten beast attacks. A smaller number will cause forgotten beasts to attack sooner. || 40; 40; 40&lt;br /&gt;
|}&lt;br /&gt;
=== Wilderness irritation ===&lt;br /&gt;
These only apply to fortresses with an embark area that includes [[savage]]ry.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Wilderness sensitivity || 1 to 100,000 || Performing nature-disrupting actions such as cutting down trees will agitate wildlife and may cause them to attack. A smaller value will require less actions before the maximum attack chance is reached. || 10,000; 10,000; 10,000&lt;br /&gt;
|-&lt;br /&gt;
| Wilderness irritation minimum || 1 to 100,000 || If the hidden agitation counter is at this value or below, no agitated wildlife will spawn. || 2,000; 2,000; 0&lt;br /&gt;
|-&lt;br /&gt;
| Wilderness irritation decay || 0 to 100,000 || Causes wildlife to be less irritated after every year. A higher value will make them less irritated faster. || 500; 500; 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Werebeasts ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Werebeast attack period (seasons) || 0 to 100 || How many seasons must pass before a werebeast may attack your fortress.{{verify}} || 10; 10; 8&lt;br /&gt;
|}&lt;br /&gt;
=== Vampires ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Vampire migrant fraction || 1 to 1,000 || Affects what percentage of new migrants will be [[Vampire|vampires]]. A value of 0 will disable vampiric migrants. (Only on '''Off''' difficulty) || 0; 100; 75&lt;br /&gt;
|}&lt;br /&gt;
=== Invasion caps ===&lt;br /&gt;
These were changed as part of the siege update.{{v|53.07}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Invasion creature cap (excluding mounts) || 0 to 5,000 || The maximum amount of enemies that can be thrown at you when a civilization sieges you, not counting mounts. || 0; 140; 140&lt;br /&gt;
|-&lt;br /&gt;
| Invasion difficulties || 0 to 30,000 || Strength of the consecutive sieging forces {{verify|equipment materials, creature types?}}, each siege after the third increasing in difficulty by the fourth value.{{verify}} Tracked per civilization per fortress{{cite forum|183066/8606428}}. || 0/0/0/0; 50/300/1000/500; 100/600/1500/750&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Raids ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Minimum raids before first siege (per civ) || 0 to 500 || Affects how many [[Ambush|ambushes]] must be performed before a civilization can try a proper siege for the first time. || 0; 2; 2&lt;br /&gt;
|-&lt;br /&gt;
| Minimum raids between sieges (per civ) || 0 to 500 || Affects how many ambushes must be performed before a civilization can try a proper siege from the second time onwards. || 0; 3; 1&lt;br /&gt;
|-&lt;br /&gt;
| Siege frequency (percentage, otherwise raid) || 0 to 100 || Percentage chance to receive a siege instead of an ambush. || 0; 25; 50&lt;br /&gt;
|}&lt;br /&gt;
=== Cavern dwellers ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Cavern dweller scale (increase per attack) || 0 to 100 || Every time cavern-dwellers attack your fortress, the maximum number of attackers increases by this number. || 0; 10; 20&lt;br /&gt;
|-&lt;br /&gt;
| Cavern dweller maximum attackers || 0 to 500 || The maximum amount of enemies that can be thrown at you when cavern dwellers attack. || 0; 50; 75&lt;br /&gt;
|}&lt;br /&gt;
=== Tree quota ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Diplomacy tree-fell count || 1 to 1000 || Affects the default amount of trees [[Elf|elven]] diplomats will request you limit your felling to. Your negotiator will still try and increase the tree limit. || 25; 25; 10&lt;br /&gt;
|-&lt;br /&gt;
| Diplomacy tree-fell count (untamed wilds) || 1 to 1000 || Affects the default amount of trees elven diplomats will request you limit your felling to if you've settled in a [[savage]] area instead. Your negotiator will still try and increase the tree limit. || 5; 5; 1&lt;br /&gt;
|}&lt;br /&gt;
=== Siege invaders ===&lt;br /&gt;
These were all added with the [[release information/53.01|siege update]].{{version|53.01}} The aversion values are multipliers for pathing cost; for instance, an aversion to deconstruction of 20 means they would just as soon deconstruct 5 tiles as dig 2 natural tiles (as walk 100 steps), because each of those has the same cost (5×20 = 2×50 = 1×100). The material is not used in this calculation, only whether the tile must be deconstructed or dug through.{{cite forum|183066/8606428}}&lt;br /&gt;
&lt;br /&gt;
==== Invader ability toggles ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Break constructed walls || Yes/No || Reinforced walls take longer to break. Speed and aversion can be adjusted, see below. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Dig natural walls || Yes/No || Trolls can now come with great picks. Delay, speed, and aversion can be adjusted, see below. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Build floors and stairs || Yes/No || Speed and aversion can be adjusted, see below. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Free creatures from cages || Yes/No || Is this only cage traps? Or does it include built cages and/or stockpiled cages? || No; Yes; Yes&lt;br /&gt;
|}&lt;br /&gt;
==== Invader deconstruction ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Speed || 1 to 1000 || The base rate of deconstruction, smaller is slower, reinforced walls take even longer to break. || 10; 50; 100&lt;br /&gt;
|-&lt;br /&gt;
| Aversion || 1 to 1000 || How likely they are to try deconstruction, smaller is more likely to try. || 20; 20; 20&lt;br /&gt;
|}&lt;br /&gt;
==== Invader digging ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Speed || 1 to 1000 || The base rate of digging, smaller is slower. || 10; 50; 100&lt;br /&gt;
|-&lt;br /&gt;
| Horizontal aversion || 1 to 1000 || How likely they are to try digging on the same z-level, smaller is more likely to try. || 50; 50; 50&lt;br /&gt;
|-&lt;br /&gt;
| Vertical aversion || 1 to 1000 || How likely they are to try digging to a different z-level, smaller is more likely to try. || 1,000; 1,000; 1,000&lt;br /&gt;
|-&lt;br /&gt;
| Days to delay vertical digging || 1 to 10,000 || Is this before the first try, or before each try? Does it reset each siege? || 84; 84; 84&lt;br /&gt;
|}&lt;br /&gt;
==== Invader construction ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Speed || 1 to 1000 || The base rate of construction, smaller is slower, reinforced walls take even longer to break. || 10; 50; 100&lt;br /&gt;
|-&lt;br /&gt;
| Aversion || 1 to 1000 || How likely they are to try construction, smaller is more likely to try. || 5; 5; 5&lt;br /&gt;
|}&lt;br /&gt;
==== Invader death aversion ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| One death || 1 to 1000 || How strongly one death in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Two deaths || 1 to 1000 || How strongly two deaths in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Three deaths || 1 to 1000 || How strongly three deaths in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Four deaths || 1 to 1000 || How strongly four deaths in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Five deaths || 1 to 1000 || How strongly five deaths in a location will deter future activity there. || 5; 5; 5&lt;br /&gt;
|-&lt;br /&gt;
| Six deaths || 1 to 1000 || How strongly six deaths in a location will deter future activity there. || 6; 6; 6&lt;br /&gt;
|-&lt;br /&gt;
| Seven deaths || 1 to 1000 || How strongly seven deaths in a location will deter future activity there. || 8; 8; 8&lt;br /&gt;
|-&lt;br /&gt;
| Eight deaths || 1 to 1000 || How strongly eight deaths in a location will deter future activity there. || 10; 10; 10&lt;br /&gt;
|-&lt;br /&gt;
| Nine deaths || 1 to 1000 || How strongly nine deaths in a location will deter future activity there. || 20; 20; 20&lt;br /&gt;
|-&lt;br /&gt;
| Ten or more deaths || 1 to 1000 || How strongly more than 9 deaths in a location will deter future activity there. || 100; 100; 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Economy settings ==&lt;br /&gt;
&amp;lt;!-- Defaults last verified for 53.05 --&amp;gt;&lt;br /&gt;
The following options are available for economy settings:&lt;br /&gt;
=== Fortress rank ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Economy population triggers || 1 to 300 || Affects how many citizens you need to increase the rank of your fortress. Must meet population and one of production or trade. Triggers 1 through 5 correspond to Hamlet, Village, Town, City, and Metropolis. || 20/50/80/110/140; 20/50/80/110/140&lt;br /&gt;
|-&lt;br /&gt;
| Economy production triggers || 1 to 100,000,000 || Affects how much created wealth you need to increase the rank of your fortress. Must meet population and one of production or trade. Triggers 1 through 5 correspond to Hamlet, Village, Town, City, and Metropolis. Setting this trigger to 0 causes it to be met immediately. || 5,000/25,000/100,000/200,000/300,000; 25,000/125,000/500,000/1,000,000/1,500,000&lt;br /&gt;
|-&lt;br /&gt;
| Economy trade triggers || 1 to 100,000,000 || Affects how much exported wealth you need to increase the rank of your fortress. Must meet population and one of production or trade. Triggers 1 through 5 correspond to Hamlet, Village, Town, City, and Metropolis. Setting a trigger to 0 causes it to be met immediately. || 500/2,500/10,000/20,000/30,000; 2,500/12,500/50,000/100,000/150,000&lt;br /&gt;
|}&lt;br /&gt;
=== Land holder ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Land holder population triggers || 1 to 300 || Affects how [[Baron|barons]] and upwards are achieved. See [[Noble#Triggers|noble triggers]]. Values 4 through 10 are not used in the base game. || 20/20/20; 20/20/20&lt;br /&gt;
|-&lt;br /&gt;
| Land holder production triggers || 1 to 100,000,000 || Affects how barons and upwards are achieved. Values 4 through 10 are not used in the base game. || 100,000/200,000/300,000; 500,000/1,000,000/1,500,000&lt;br /&gt;
|-&lt;br /&gt;
| Land holder trade triggers || 1 to 100,000,000 || Affects how barons and upwards are achieved. Values 4 through 10 are not used in the base game. || 10,000/20,000/30,000; 50,000/100,000/150,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Temples ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Value of temple || 1 to 100,000,000 || Affects how valuable a designated [[temple]] zone must be before it satisfies a petition to create it. || 2,000; 6,000&lt;br /&gt;
|-&lt;br /&gt;
| Value of temple complex || 1 to 100,000,000 || Affects how valuable a designated temple zone must be before it satisfies a petition to upgrade it. || 10,000; 30,000&lt;br /&gt;
|-&lt;br /&gt;
| Priesthood unit count || 1 to 300 || Affects how many members of a religion must be citizens in your fortress before a petition for a temple is made. || 10; 10&lt;br /&gt;
|-&lt;br /&gt;
| High priesthood unit count || 1 to 300 || Affects how many members of a religion must be citizens in your fortress before a petition to upgrade an existing temple is made. || 25; 25&lt;br /&gt;
|}&lt;br /&gt;
=== Guilds ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Value of guildhall || 1 to 100,000,000 || Affects how valuable a designated [[guildhall]] zone must be before it satisfies a petition to create it. || 2,000; 6,000&lt;br /&gt;
|-&lt;br /&gt;
| Value of grand guildhall || 1 to 100,000,000 || Affects how valuable a designated guildhall zone must be before it satisfies a petition to upgrade it. || 10,000; 30,000&lt;br /&gt;
|-&lt;br /&gt;
| Guild unit count || 1 to 300 || Affects how many members of a profession must be citizens in your fortress before a petition for a guildhall is made. || 10; 10&lt;br /&gt;
|-&lt;br /&gt;
| Grand guild unit count || 1 to 300 || Affects how many members of a profession must be citizens in your fortress before a petition to upgrade an existing guildhall is made. || 25; 25&lt;br /&gt;
|}&lt;br /&gt;
=== Mandates and demands ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Mandate period (more = fewer) || 1 to 10,000 || Affects how long nobles must wait before making new mandates. A higher value forces them to wait longer before mandating something.|| 1,000; 500&lt;br /&gt;
|-&lt;br /&gt;
| Demand period (more = fewer) || 1 to 10,000 || Affects how long nobles must wait before making new demands. A higher value forces them to wait longer before making a demand.|| 500; 250&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Fortress dig speed ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Citizen/resident dig speed (more = faster) || 1 to 10,000 || Affects how quickly player fortress creatures can dig natural walls and remove constructions.|| 100; 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[ru:Difficulty]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Difficulty&amp;diff=317865</id>
		<title>Difficulty</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Difficulty&amp;diff=317865"/>
		<updated>2026-07-10T00:30:33Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Enemy civilization triggers */ renamed section to match game text, added creatures, trade, and tokens&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Superior}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{distinguish|Creature token#DIFFICULTY|l1=the Difficulty creature token}}&lt;br /&gt;
'''Difficulty''' is the level of challenge presented by the game in [[Fortress Mode]], largely customizable by the player. These [[settings]] will affect whether your fortress can be attacked by outside forces, how frequent said attacks are, how big invading armies are, [[noble]] neediness, etc. You can modify these settings before and at any time after embarking, the tab will only appear in the settings screen when a [[fortress]] is loaded. Since they are specific to each save, they are stored as part of the save and are not editable outside the game.&lt;br /&gt;
&lt;br /&gt;
== Default settings ==&lt;br /&gt;
They are divided into two groups: enemies and economy; enemies can be disabled, both groups have normal and hard presets, and all of the individual settings can be adjusted in Custom settings. The values used in each preset can be seen by selecting the preset and then viewing them in Custom settings.&lt;br /&gt;
&lt;br /&gt;
'''Enemies''' has 3 options:&lt;br /&gt;
* '''Off''' will disable [[Ambush|ambushes]], [[Siege|sieges]], [[Megabeast|uninvited]] [[Forgotten beast|guests]], [[Werebeast|werebeasts]], and agitated wildlife attacks, but not [[intrigue]], [[HFS]], or misbehaving dwarves, so it is still recommended to train a military.&lt;br /&gt;
* '''Normal''' is the standard ''Dwarf Fortress'' experience.&lt;br /&gt;
* '''Hard''' ensures a never-ending stream of [[Fun]], causing invaders to show up earlier, more often, and with more bodies to throw at the gates.&lt;br /&gt;
----&lt;br /&gt;
'''Economy''' has 2 options:&lt;br /&gt;
* '''Normal''' is the standard ''Dwarf Fortress'' economy.&lt;br /&gt;
* '''Hard''' requires you to produce more wealth in order to receive higher-ranking nobles, requires [[Temple|temples]] and [[Guildhall|guildhalls]] to be more valuable before satisfying petitions, and causes [[Noble|nobles]] to make more [[Mandate|mandates]] and [[Demand|demands]].&lt;br /&gt;
&lt;br /&gt;
== Enemy settings ==&lt;br /&gt;
&amp;lt;!-- Last verified in 53.05 --&amp;gt;&lt;br /&gt;
If you wish, you can also fine-tune individual settings - maybe you only want megabeasts to assault your fortress, and would prefer the elves to leave well enough alone. The following options are available for enemy settings:&lt;br /&gt;
=== Individual enemy toggles ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Civilizations can attack || Yes/No || Controls whether [[Ambush|ambushes]] and [[Siege|sieges]] can occur. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Megabeasts can attack || Yes/No || Controls whether [[Megabeast|megabeasts]] and [[Forgotten beast|forgotten beasts]] can attack. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Werebeasts can attack || Yes/No || Controls whether [[Werebeast|werebeasts]] can attack. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Curious wilderness creatures can come to cause trouble || Yes/No || Controls whether agitated animals can assault your fortress, and whether animals will spawn with the intent to steal items. || No; Yes; Yes&lt;br /&gt;
|}&lt;br /&gt;
=== Enemy/merchant triggers ===&lt;br /&gt;
Used for creatures' {{token|ATTACK_TRIGGER|creature}} and civilizations [[Entity_token#PROGRESS_TRIGGER_POPULATION|trade and siege tokens]] (for sieges, all the default civilizations only use {{token|PROGRESS_TRIGGER_POP_SIEGE|entity}}, and it might be only the goblin/evil civilizations use that.)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Population triggers || 1 to 300 || Sets the population values for each level of {{token|PROGRESS_TRIGGER_POP_SIEGE|entity}}; hostile civilizations might begin sending sieges after a player fortress reaches this many population. || 0/0/0/0/0; 20/50/80/110/140; 15/30/40/55/70&lt;br /&gt;
|-&lt;br /&gt;
| Production triggers || 0 to 100,000,000 || Sets the created [[Status#Fortress_wealth|wealth]] values for each level of {{token|PROGRESS_TRIGGER_PROD_SIEGE|entity}}; hostile civilizations might begin sending sieges after a player fortress has created various stuff worth this much in total. || 0/0/0/0/0; 5,000/25,000/100,000/200,000/300,000; 2,500/12,500/50,000/100,000/150,000&lt;br /&gt;
|-&lt;br /&gt;
| Trade triggers || 0 to 100,000,000 || Sets the exported wealth values for each level of {{token|PROGRESS_TRIGGER_TRADE_SIEGE|entity}}; hostile civilizations might begin sending sieges after a player fortress has exported various stuff worth this much in total. || 0/0/0/0/0; 500/2,500/10,000/20,000/30,000; 250/1,250/5,000/10,000/15,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Megabeasts ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Megabeast attack period (seasons) || 0 to 100 || How many seasons must pass before a megabeast may attack your fortress.{{verify}} || 10; 10; 8&lt;br /&gt;
|}&lt;br /&gt;
=== Forgotten beasts ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Forgotten beast sensitivity || 1 to 100,000 || Performing nature-disrupting actions within the caverns will agitate forgotten beasts and may cause them to attack. [[Noise]] will also increase agitation. A smaller value will require less actions before the maximum attack chance is reached. || 10,000; 10,000; 10,000&lt;br /&gt;
|-&lt;br /&gt;
| Forgotten beast irritation minimum || 1 to 100,000 || If the hidden agitation counter is at this value or below, no forgotten beasts will attack. || 5,000; 5,000; 2,000&lt;br /&gt;
|-&lt;br /&gt;
| Forgotten beast wealth divisor || 1 to 100,000 || Your current fortress wealth is divided by this number - the result is added to effective irritation to determine forgotten beast attacks. A smaller number will cause forgotten beasts to attack sooner. || 40; 40; 40&lt;br /&gt;
|}&lt;br /&gt;
=== Wilderness irritation ===&lt;br /&gt;
These only apply to fortresses with an embark area that includes [[savage]]ry.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Wilderness sensitivity || 1 to 100,000 || Performing nature-disrupting actions such as cutting down trees will agitate wildlife and may cause them to attack. A smaller value will require less actions before the maximum attack chance is reached. || 10,000; 10,000; 10,000&lt;br /&gt;
|-&lt;br /&gt;
| Wilderness irritation minimum || 1 to 100,000 || If the hidden agitation counter is at this value or below, no agitated wildlife will spawn. || 2,000; 2,000; 0&lt;br /&gt;
|-&lt;br /&gt;
| Wilderness irritation decay || 0 to 100,000 || Causes wildlife to be less irritated after every year. A higher value will make them less irritated faster. || 500; 500; 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Werebeasts ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Werebeast attack period (seasons) || 0 to 100 || How many seasons must pass before a werebeast may attack your fortress.{{verify}} || 10; 10; 8&lt;br /&gt;
|}&lt;br /&gt;
=== Vampires ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Vampire migrant fraction || 1 to 1,000 || Affects what percentage of new migrants will be [[Vampire|vampires]]. A value of 0 will disable vampiric migrants. (Only on '''Off''' difficulty) || 0; 100; 75&lt;br /&gt;
|}&lt;br /&gt;
=== Invasion caps ===&lt;br /&gt;
These were changed as part of the siege update.{{v|53.07}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Invasion creature cap (excluding mounts) || 0 to 5,000 || The maximum amount of enemies that can be thrown at you when a civilization sieges you, not counting mounts. || 0; 140; 140&lt;br /&gt;
|-&lt;br /&gt;
| Invasion difficulties || 0 to 30,000 || Strength of the consecutive sieging forces {{verify|equipment materials, creature types?}}, each siege after the third increasing in difficulty by the fourth value.{{verify}} Tracked per civilization per fortress{{cite forum|183066/8606428}}. || 0/0/0/0; 50/300/1000/500; 100/600/1500/750&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Raids ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Minimum raids before first siege (per civ) || 0 to 500 || Affects how many [[Ambush|ambushes]] must be performed before a civilization can try a proper siege for the first time. || 0; 2; 2&lt;br /&gt;
|-&lt;br /&gt;
| Minimum raids between sieges (per civ) || 0 to 500 || Affects how many ambushes must be performed before a civilization can try a proper siege from the second time onwards. || 0; 3; 1&lt;br /&gt;
|-&lt;br /&gt;
| Siege frequency (percentage, otherwise raid) || 0 to 100 || Percentage chance to receive a siege instead of an ambush. || 0; 25; 50&lt;br /&gt;
|}&lt;br /&gt;
=== Cavern dwellers ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Cavern dweller scale (increase per attack) || 0 to 100 || Every time cavern-dwellers attack your fortress, the maximum number of attackers increases by this number. || 0; 10; 20&lt;br /&gt;
|-&lt;br /&gt;
| Cavern dweller maximum attackers || 0 to 500 || The maximum amount of enemies that can be thrown at you when cavern dwellers attack. || 0; 50; 75&lt;br /&gt;
|}&lt;br /&gt;
=== Tree quota ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Diplomacy tree-fell count || 1 to 1000 || Affects the default amount of trees [[Elf|elven]] diplomats will request you limit your felling to. Your negotiator will still try and increase the tree limit. || 25; 25; 10&lt;br /&gt;
|-&lt;br /&gt;
| Diplomacy tree-fell count (untamed wilds) || 1 to 1000 || Affects the default amount of trees elven diplomats will request you limit your felling to if you've settled in a [[savage]] area instead. Your negotiator will still try and increase the tree limit. || 5; 5; 1&lt;br /&gt;
|}&lt;br /&gt;
=== Siege invaders ===&lt;br /&gt;
These were all added with the [[release information/53.01|siege update]].{{version|53.01}} The aversion values are multipliers for pathing cost; for instance, an aversion to deconstruction of 20 means they would just as soon deconstruct 5 tiles as dig 2 natural tiles (as walk 100 steps), because each of those has the same cost (5×20 = 2×50 = 1×100). The material is not used in this calculation, only whether the tile must be deconstructed or dug through.{{cite forum|183066/8606428}}&lt;br /&gt;
&lt;br /&gt;
==== Invader ability toggles ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Break constructed walls || Yes/No || Reinforced walls take longer to break. Speed and aversion can be adjusted, see below. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Dig natural walls || Yes/No || Trolls can now come with great picks. Delay, speed, and aversion can be adjusted, see below. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Build floors and stairs || Yes/No || Speed and aversion can be adjusted, see below. || No; Yes; Yes&lt;br /&gt;
|-&lt;br /&gt;
| Free creatures from cages || Yes/No || Is this only cage traps? Or does it include built cages and/or stockpiled cages? || No; Yes; Yes&lt;br /&gt;
|}&lt;br /&gt;
==== Invader deconstruction ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Speed || 1 to 1000 || The base rate of deconstruction, smaller is slower, reinforced walls take even longer to break. || 10; 50; 100&lt;br /&gt;
|-&lt;br /&gt;
| Aversion || 1 to 1000 || How likely they are to try deconstruction, smaller is more likely to try. || 20; 20; 20&lt;br /&gt;
|}&lt;br /&gt;
==== Invader digging ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Speed || 1 to 1000 || The base rate of digging, smaller is slower. || 10; 50; 100&lt;br /&gt;
|-&lt;br /&gt;
| Horizontal aversion || 1 to 1000 || How likely they are to try digging on the same z-level, smaller is more likely to try. || 50; 50; 50&lt;br /&gt;
|-&lt;br /&gt;
| Vertical aversion || 1 to 1000 || How likely they are to try digging to a different z-level, smaller is more likely to try. || 1,000; 1,000; 1,000&lt;br /&gt;
|-&lt;br /&gt;
| Days to delay vertical digging || 1 to 10,000 || Is this before the first try, or before each try? Does it reset each siege? || 84; 84; 84&lt;br /&gt;
|}&lt;br /&gt;
==== Invader construction ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Speed || 1 to 1000 || The base rate of construction, smaller is slower, reinforced walls take even longer to break. || 10; 50; 100&lt;br /&gt;
|-&lt;br /&gt;
| Aversion || 1 to 1000 || How likely they are to try construction, smaller is more likely to try. || 5; 5; 5&lt;br /&gt;
|}&lt;br /&gt;
==== Invader death aversion ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Off; Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| One death || 1 to 1000 || How strongly one death in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Two deaths || 1 to 1000 || How strongly two deaths in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Three deaths || 1 to 1000 || How strongly three deaths in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Four deaths || 1 to 1000 || How strongly four deaths in a location will deter future activity there. || 0; 0; 0&lt;br /&gt;
|-&lt;br /&gt;
| Five deaths || 1 to 1000 || How strongly five deaths in a location will deter future activity there. || 5; 5; 5&lt;br /&gt;
|-&lt;br /&gt;
| Six deaths || 1 to 1000 || How strongly six deaths in a location will deter future activity there. || 6; 6; 6&lt;br /&gt;
|-&lt;br /&gt;
| Seven deaths || 1 to 1000 || How strongly seven deaths in a location will deter future activity there. || 8; 8; 8&lt;br /&gt;
|-&lt;br /&gt;
| Eight deaths || 1 to 1000 || How strongly eight deaths in a location will deter future activity there. || 10; 10; 10&lt;br /&gt;
|-&lt;br /&gt;
| Nine deaths || 1 to 1000 || How strongly nine deaths in a location will deter future activity there. || 20; 20; 20&lt;br /&gt;
|-&lt;br /&gt;
| Ten or more deaths || 1 to 1000 || How strongly more than 9 deaths in a location will deter future activity there. || 100; 100; 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Economy settings ==&lt;br /&gt;
&amp;lt;!-- Defaults last verified for 53.05 --&amp;gt;&lt;br /&gt;
The following options are available for economy settings:&lt;br /&gt;
=== Fortress rank ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Economy population triggers || 1 to 300 || Affects how many citizens you need to increase the rank of your fortress. Must meet population and one of production or trade. Triggers 1 through 5 correspond to Hamlet, Village, Town, City, and Metropolis. || 20/50/80/110/140; 20/50/80/110/140&lt;br /&gt;
|-&lt;br /&gt;
| Economy production triggers || 1 to 100,000,000 || Affects how much created wealth you need to increase the rank of your fortress. Must meet population and one of production or trade. Triggers 1 through 5 correspond to Hamlet, Village, Town, City, and Metropolis. Setting this trigger to 0 causes it to be met immediately. || 5,000/25,000/100,000/200,000/300,000; 25,000/125,000/500,000/1,000,000/1,500,000&lt;br /&gt;
|-&lt;br /&gt;
| Economy trade triggers || 1 to 100,000,000 || Affects how much exported wealth you need to increase the rank of your fortress. Must meet population and one of production or trade. Triggers 1 through 5 correspond to Hamlet, Village, Town, City, and Metropolis. Setting a trigger to 0 causes it to be met immediately. || 500/2,500/10,000/20,000/30,000; 2,500/12,500/50,000/100,000/150,000&lt;br /&gt;
|}&lt;br /&gt;
=== Land holder ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Land holder population triggers || 1 to 300 || Affects how [[Baron|barons]] and upwards are achieved. See [[Noble#Triggers|noble triggers]]. Values 4 through 10 are not used in the base game. || 20/20/20; 20/20/20&lt;br /&gt;
|-&lt;br /&gt;
| Land holder production triggers || 1 to 100,000,000 || Affects how barons and upwards are achieved. Values 4 through 10 are not used in the base game. || 100,000/200,000/300,000; 500,000/1,000,000/1,500,000&lt;br /&gt;
|-&lt;br /&gt;
| Land holder trade triggers || 1 to 100,000,000 || Affects how barons and upwards are achieved. Values 4 through 10 are not used in the base game. || 10,000/20,000/30,000; 50,000/100,000/150,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Temples ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Value of temple || 1 to 100,000,000 || Affects how valuable a designated [[temple]] zone must be before it satisfies a petition to create it. || 2,000; 6,000&lt;br /&gt;
|-&lt;br /&gt;
| Value of temple complex || 1 to 100,000,000 || Affects how valuable a designated temple zone must be before it satisfies a petition to upgrade it. || 10,000; 30,000&lt;br /&gt;
|-&lt;br /&gt;
| Priesthood unit count || 1 to 300 || Affects how many members of a religion must be citizens in your fortress before a petition for a temple is made. || 10; 10&lt;br /&gt;
|-&lt;br /&gt;
| High priesthood unit count || 1 to 300 || Affects how many members of a religion must be citizens in your fortress before a petition to upgrade an existing temple is made. || 25; 25&lt;br /&gt;
|}&lt;br /&gt;
=== Guilds ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Value of guildhall || 1 to 100,000,000 || Affects how valuable a designated [[guildhall]] zone must be before it satisfies a petition to create it. || 2,000; 6,000&lt;br /&gt;
|-&lt;br /&gt;
| Value of grand guildhall || 1 to 100,000,000 || Affects how valuable a designated guildhall zone must be before it satisfies a petition to upgrade it. || 10,000; 30,000&lt;br /&gt;
|-&lt;br /&gt;
| Guild unit count || 1 to 300 || Affects how many members of a profession must be citizens in your fortress before a petition for a guildhall is made. || 10; 10&lt;br /&gt;
|-&lt;br /&gt;
| Grand guild unit count || 1 to 300 || Affects how many members of a profession must be citizens in your fortress before a petition to upgrade an existing guildhall is made. || 25; 25&lt;br /&gt;
|}&lt;br /&gt;
=== Mandates and demands ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Mandate period (more = fewer) || 1 to 10,000 || Affects how long nobles must wait before making new mandates. A higher value forces them to wait longer before mandating something.|| 1,000; 500&lt;br /&gt;
|-&lt;br /&gt;
| Demand period (more = fewer) || 1 to 10,000 || Affects how long nobles must wait before making new demands. A higher value forces them to wait longer before making a demand.|| 500; 250&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Fortress dig speed ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Possible values !! Description !! Default values (Normal; Hard)&lt;br /&gt;
|-&lt;br /&gt;
| Citizen/resident dig speed (more = faster) || 1 to 10,000 || Affects how quickly player fortress creatures can dig natural walls and remove constructions.|| 100; 100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[ru:Difficulty]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Gem&amp;diff=317854</id>
		<title>Gem</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Gem&amp;diff=317854"/>
		<updated>2026-07-09T07:19:44Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Gem cuts */ removed redundant word in every cell, removed old duplicate list, made plurality it's own section and added relative size&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Quality|Exceptional|16:42, 13 January 2023 (UTC)}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
[[File:gem_sprite_preview.png|right]]Small clusters of rough '''gems''' can be found almost anywhere while [[mining]]. After they have been mined they can be cut by a [[gem cutter]], and then a [[gem setter]] can use them to [[encrust]] [[furniture]], [[crafts]], and [[ammunition]]. Unlike [[Mining#Mineral_production_.28profit.21.29|mining stone or minerals]], there is a 100% chance to successfully mine gems.*&lt;br /&gt;
&lt;br /&gt;
: ''(* exception: see comment re [[Mining#Mineral_production_.28profit.21.29|Mining Ramps/Channels]])''&lt;br /&gt;
&lt;br /&gt;
'''Cut gems''' can also be used to create [[window]]s and are often required as a source material for [[legendary artifact]]s. Gem-encrusted [[weapon]]s and [[armor]] can be found in-game, but cannot be made in fortress mode.  Stones, except the various types of [[clay]], can also be cut into gems.&lt;br /&gt;
&lt;br /&gt;
There are a total of 130 different kinds of gems, 127 excluding the three kinds of [[glass]]. Of these, 57 are ornamental, 58 semi-precious, 4 precious and 8 rare.&lt;br /&gt;
&lt;br /&gt;
A large variety of cut gems can be brought by and requested from the dwarven caravan. You cannot import rough gems with the exception of raw [[glass]], which human and dwarven caravans can bring. &lt;br /&gt;
&lt;br /&gt;
====Large gems and crafts====&lt;br /&gt;
Exactly 5% of all rough gems will be cut into a single [[Finished goods#Large gems|craft]] or '''large gem''' (with 1 craft for every 8 large gems), and the same occurs with raw glass (but with different ratios - 33% of all jobs, producing 11 crafts for every 16 large gems). Note that these will ''replace'' a cut gem as the final product and cannot be used to encrust goods. The value of such crafts can easily reach hundreds, even several thousand in the case of valuable gems and good craftsdwarfship. A dwarf in the throes of a [[strange mood]] can take a single gem and cut it into a [[legendary artifact]] known as a &amp;quot;'''perfect gem'''&amp;quot; - this is simply a special name for an [[artifact]] large gem. &lt;br /&gt;
&lt;br /&gt;
You can also direct your dwarves to cut [[shell]], [[horn]] and [[teeth|ivory]] into a '''large gem''' which can be done at a [[craftsdwarf's workshop]]. Metal bars can also be made into large 'gems' at a [[metalsmith's forge]].&lt;br /&gt;
&lt;br /&gt;
===Other sources===&lt;br /&gt;
====Glass====&lt;br /&gt;
If you have any bags of [[sand]] and a [[glass furnace]], you can manufacture [[Glass|raw glass]], which is treated as an uncut gem.  There are three subtypes of raw glass (and, once cut, of cut glass gems):&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Gem name&lt;br /&gt;
! Value&lt;br /&gt;
! Color&lt;br /&gt;
! Sprite&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
|green glass||2×||{{Raw Tile|☼♦|2:0}}||[[File:green_glass_sprite.png]] [[File:cut_green_glass_sprite.png]]||[[bag]] full of [[sand]]&lt;br /&gt;
|-&lt;br /&gt;
|clear glass||5×||{{Raw Tile|☼♦|3:0}}||[[File:clear_crystal_glass.png]] [[File:cut_clear_glass_sprite.png]]||[[bag]] full of [[sand]] + [[pearlash]]&lt;br /&gt;
|-&lt;br /&gt;
|crystal glass||10×||{{Raw Tile|☼♦|7:1}}||[[File:clear_crystal_glass.png]] [[File:cut_crystal_glass_sprite.png]]||rough [[rock crystal]] + [[pearlash]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Making raw glass requires a dwarf with the [[glassmaking]] [[labor]] designated, and, just like working [[metal]], it also requires [[fuel]] (either [[coke]] or [[charcoal]]) at a normal glass furnace, or [[magma]] at a magma [[glass furnace]].  Like all gems, raw glass has no [[quality]] modifiers.  Note that cut rock crystals can't be used to make crystal glass objects.&lt;br /&gt;
&lt;br /&gt;
Raw gems are only one of the many things your [[glassmaker]]s can make from glass.  See [[glass]] and [[glass industry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* Note that rough [[rock crystal]] gems are ''required'' to make [[crystal glass]] goods. If you're going to have any sort of [[glass industry]], reserve your rough rock crystals for that purpose, rather than cutting them.&lt;br /&gt;
&lt;br /&gt;
====Other====&lt;br /&gt;
[[Gizzard stone]]s are found as a by-product when butchering some animals, and can be used like cut gems. Only a few animal species give gizzard stones, but each member of such a species butchered will yield one, which can lead to a decent supply when you manage to set up an [[ostrich]] or [[elk bird]] farm.&lt;br /&gt;
&lt;br /&gt;
A killed [[amethyst man]] will, logically, drop a rough amethyst, but amethyst men are fairly rare.  Forgotten beasts made of gem will leave a [[corpse]], in some cases weighing thousands of [[Urist#Other_uses|Urist]]s, but the corpse cannot be cut into gems or used in any other way.&lt;br /&gt;
&lt;br /&gt;
== Value ==&lt;br /&gt;
[[File:gem_encrust_preview.png|right]]Gems have a base [[value]] of 6 in rough form, which is multiplied by the appropriate value modifier from the table below. They gain value after they are cut in a [[jeweler's workshop]]. Cut gems have a base value of 20. Items can be decorated (encrusted) with cut gems; all such decorations have a value of 20 times the gem type's value multiplier - see [[gem cutting]] and [[gem setting]]. Large gems have a base value of 10, and can also have a [[quality]] modifier which increases value.&lt;br /&gt;
&lt;br /&gt;
To give an example, a rough green zircon will be worth (6×20=) 120☼, a cut green zircon (20×20=) 400☼ and a masterwork large green zircon (10×20×2+30=) 430☼.&lt;br /&gt;
&lt;br /&gt;
Dwarves who have preferences for certain gems and colors will have a higher-value perception of the items and walls encrusted with, or painted in, them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the premium version of the game, you can also quickly identify low-value uncut gems from the higher-value counterparts by the way they appear in-game - lower-value gems are smaller and do not have as many spikes. &lt;br /&gt;
&lt;br /&gt;
[[File:Gems.png|High value and low value gems]]&lt;br /&gt;
&lt;br /&gt;
== Varieties ==&lt;br /&gt;
Gems come in many varieties, with their own color and value multipliers:&lt;br /&gt;
{{Gem table head|class=wikitable}}&lt;br /&gt;
&lt;br /&gt;
{{Gem table row|rarity=[[#Glass|Synthetic]]|name=[[green glass]]|value=2|color={{Raw Tile|☼♦|2:0}} dark green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:green_glass_sprite.png]] [[File:cut_green_glass_sprite.png]]|fwhere=[[Glass furnace]]|fhow=Manufactured}}&lt;br /&gt;
{{Gem table row|rarity=[[#Glass|Synthetic]]|name=[[clear glass]]|value=5|color={{Raw Tile|☼♦|3:0}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;3:0&amp;lt;/span&amp;gt;|graphic=[[File:clear_crystal_glass.png]] [[File:cut_clear_glass_sprite.png]]|fwhere=[[Glass furnace]]|fhow=Manufactured}}&lt;br /&gt;
{{Gem table row|rarity=[[#Glass|Synthetic]]|name=[[crystal glass]]|value=10|color={{Raw Tile|☼♦|7:1}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:clear_crystal_glass.png]] [[File:cut_crystal_glass_sprite.png]]|fwhere=[[Glass furnace]]|fhow=Manufactured}}&lt;br /&gt;
&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[amber opal]]|value=10|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} amber&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_amber_opal_sprite.png]] [[File:cut_amber_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[aventurine]]|value=3|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} mint green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_aventurine_sprite.png]] [[File:cut_aventurine_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[banded agate]]|value=2|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} maroon&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_banded_agate_sprite.png]] [[File:cut_banded_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[bloodstone]]|value=2|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} sea green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_bloodstone_sprite.png]] [[File:cut_bloodstone_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[blue jade]]|value=2|color={{Raw Tile|☼|1:7:1}}{{Raw Tile|♦|1:1}} blue&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_blue_jade_sprite.png]] [[File:cut_blue_jade_sprite.png]]|fwhere=[[Alluvial]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[bone opal]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:0}} beige&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_bone_opal_sprite.png]] [[File:cut_bone_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[brown jasper]]|value=2|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} brown&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_brown_jasper_sprite.png]] [[File:cut_brown_jasper_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[carnelian]]|value=2|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} rust&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_carnelian_sprite.png]] [[File:cut_carnelian_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[cherry opal]]|value=10|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} chestnut&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_cherry_opal_sprite.png]] [[File:cut_cherry_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[chrysocolla]]|value=2|color={{Raw Tile|☼|3:7:1}}{{Raw Tile|♦|3:1}} turquoise&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;3:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_chrysocolla_sprite.png]] [[File:cut_chrysocolla_sprite.png]]|fwhere=[[Malachite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[chrysoprase]]|value=2|color={{Raw Tile|☼|2:7:1}}{{Raw Tile|♦|2:1}} jade&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_chrysoprase_sprite.png]] [[File:cut_chrysoprase_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[citrine]]|value=2|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} cream&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_citrine_sprite.png]] [[File:cut_citrine_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[clear tourmaline]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:0}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_clear_tourmaline_sprite.png]] [[File:cut_clear_tourmaline_sprite.png]]|fwhere=[[Metamorphic]], [[Sedimentary]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[dendritic agate]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:0}} ivory&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_dendritic_agate__sprite.png]] [[File:cut_dendritic_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[fire agate]]|value=2|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} lemon&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_fire_agate_sprite.png]] [[File:cut_fire_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[fortification agate]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} cardinal&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_fortification_agate_sprite.png]] [[File:cut_fortification_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[gold opal]]|value=10|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} golden yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_gold_opal_sprite.png]] [[File:cut_gold_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[gray chalcedony]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:0}} gray&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_gray_chalcedony_sprite.png]] [[File:cut_gray_chalcedony_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[jasper opal]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} maroon&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_jasper_opal_sprite.png]] [[File:cut_jasper_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[lace agate]]|value=2|color={{Raw Tile|☼|1:7:1}}{{Raw Tile|♦|1:1}} light blue&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_lace_agate_sprite.png]] [[File:cut_lace_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[lapis lazuli]]|value=2|color={{Raw Tile|☼|1:7:1}}{{Raw Tile|♦|1:1}} azure&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_lapis_lazuli_sprite.png]] [[File:cut_lapis_lazuli_sprite.png]]|fwhere=[[Igneous intrusive]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[lavender jade]]|value=2|color={{Raw Tile|☼|5:7:0}}{{Raw Tile|♦|5:0}} heliotrope&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_lavender_jade_sprite.png]] [[File:cut_lavender_jade_sprite.png]]|fwhere=[[Alluvial]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[milk opal]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} cream&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_milk_opal_sprite.png]] [[File:cut_milk_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[milk quartz]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} cream&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_milk_quartz_sprite.png]] [[File:cut_milk_quartz_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[moonstone]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} ivory&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_moonstone_sprite.png]] [[File:cut_moonstone_sprite.png]]|fwhere=[[Metamorphic]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[morion]]|value=2|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} black&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_morion_sprite.png]] [[File:cut_morion_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[moss agate]]|value=2|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} white&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_moss_agate_sprite.png]] [[File:cut_moss_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[moss opal]]|value=10|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} moss green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_moss_opal_sprite.png]] [[File:cut_moss_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[onyx opal]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} ivory&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_onyx_opal_sprite.png]] [[File:cut_onyx_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[onyx]]|value=2|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} black&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_onyx_sprite.png]] [[File:cut_onyx_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[picture jasper]]|value=3|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} golden yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_picture_jasper_sprite.png]] [[File:cut_picture_jasper_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[pineapple opal]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} beige&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_pineapple_opal_sprite.png]] [[File:cut_pineapple_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[pink jade]]|value=2|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} pink&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_pink_jade_sprite.png]] [[File:cut_pink_jade_sprite.png]]|fwhere=[[Alluvial]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[pipe opal]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} ivory&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_pipe_opal_sprite.png]] [[File:cut_pipe_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[plume agate]]|value=2|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} cream&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_plume_agate_sprite.png]] [[File:cut_plume_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[prase opal]]|value=10|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} mint green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_prase_opal_sprite.png]] [[File:cut_prase_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[prase]]|value=2|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} spring green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_prase_sprite.png]] [[File:cut_prase_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[pyrite]]|value=2|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} silver&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_pyrite_sprite.png]] [[File:cut_pyrite_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[resin opal]]|value=10|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_resin_opal_sprite.png]] [[File:cut_resin_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[rock crystal]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_rock_crystal_sprite.png]] [[File:cut_rock_crystal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[rose quartz]]|value=3|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} pink&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_rose_quartz_sprite.png]] [[File:cut_rose_quartz_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[sardonyx]]|value=2|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} scarlet&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_sardonyx_sprite.png]] [[File:cut_sardonyx_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[sard]]|value=2|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} mahogany&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_sard_sprite.png]] [[File:cut_sard_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[schorl]]|value=2|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} taupe dark&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_schorl_sprite.png]] [[File:cut_schorl_sprite.png]]|fwhere=[[Metamorphic]], [[Sedimentary]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[shell opal]]|value=10|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:0}} ivory&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_shell_opal_sprite.png]] [[File:cut_shell_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[smoky quartz]]|value=2|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} olive&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_smoky_quartz_sprite.png]] [[File:cut_smoky_quartz_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[sunstone]]|value=2|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} pumpkin&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_sunstone_sprite.png]] [[File:cut_sunstone_sprite.png]]|fwhere=[[Basalt]], [[Gneiss]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[tiger iron]]|value=2|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} golden yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_tiger_iron_sprite.png]] [[File:cut_tiger_iron_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[tigereye]]|value=2|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} lemon&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_tigereye_sprite.png]] [[File:cut_tigereye_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[tube agate]]|value=2|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} amber&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_tube_agate_sprite.png]] [[File:cut_tube_agate_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[turquoise]]|value=2|color={{Raw Tile|☼|3:7:1}}{{Raw Tile|♦|3:1}} turquoise&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;3:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_turquoise_sprite.png]] [[File:cut_turquoise_sprite.png]]|fwhere=[[Igneous extrusive]], [[Kaolinite]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[variscite]]|value=2|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} jade&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_variscite_sprite.png]] [[File:cut_variscite_sprite.png]]|fwhere=[[Bauxite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[wax opal]]|value=10|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} flax&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_wax_opal_sprite.png]] [[File:cut_wax_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[white chalcedony]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} white&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_white_chalcedony_sprite.png]] [[File:cut_white_chalcedony_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[white jade]]|value=2|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} white&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_white_jade_sprite.png]] [[File:cut_white_jade_sprite.png]]|fwhere=[[Alluvial]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[wood opal]]|value=10|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} dark brown&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_wood_opal_sprite.png]] [[File:cut_wood_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Ornamental|name=[[yellow jasper]]|value=2|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_yellow_jasper_sprite.png]] [[File:cut_yellow_jasper_sprite.png]]|fwhere=[[Sedimentary]]|fhow=Small clusters}}&lt;br /&gt;
&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[alexandrite]]|value=20|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} violet&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_alexandrite_sprite.png]] [[File:cut_alexandrite_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[almandine]]|value=20|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} maroon&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_almandine_sprite.png]] [[File:cut_almandine_sprite.png]]|fwhere=[[Metamorphic]], [[Diorite]], [[Gabbro]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[amethyst]]|value=20|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} amethyst&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_amethyst_sprite.png]] [[File:cut_amethyst_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[aquamarine]]|value=20|color={{Raw Tile|☼|3:7:1}}{{Raw Tile|♦|3:1}} aquamarine&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;3:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_aquamarine_sprite.png]] [[File:cut_aquamarine_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[bandfire opal]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} pearl&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_bandfire_opal_sprite.png]] [[File:cut_bandfire_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[black opal]]|value=30|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} black&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_black_opal_sprite.png]] [[File:cut_black_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[black pyrope]]|value=20|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} black&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_black_pyrope_sprite.png]] [[File:cut_black_pyrope_sprite.png]]|fwhere=[[Metamorphic]], [[Kimberlite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[black zircon]]|value=20|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} black&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_black_zircon_sprite.png]] [[File:cut_black_zircon_sprite.png]]|fwhere=All [[igneous]], [[Metamorphic]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[blue garnet]]|value=30|color={{Raw Tile|☼|1:7:0}}{{Raw Tile|♦|1:0}} blue&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_blue_garnet_sprite.png]] [[File:cut_blue_garnet_sprite.png]]|fwhere=[[Metamorphic]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[brown zircon]]|value=20|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} light brown&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_brown_zircon_sprite.png]] [[File:cut_brown_zircon_sprite.png]]|fwhere=All [[igneous]], [[Metamorphic]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[cat's eye]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} cream&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_cats_eye_sprite.png]] [[File:cut_cats_eye_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[chrysoberyl]]|value=20|color={{Raw Tile|☼|2:7:1}}{{Raw Tile|♦|2:1}} chartreuse&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_chrysoberyl_sprite.png]] [[File:cut_chrysoberyl_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[cinnamon grossular]]|value=20|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} cinnamon&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_cinnamon_grossular_sprite.png]] [[File:cut_cinnamon_grossular_sprite.png]]|fwhere=[[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[claro opal]]|value=20|color={{Raw Tile|☼|1:7:1}}{{Raw Tile|♦|1:1}} light blue&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_claro_opal_sprite.png]] [[File:cut_claro_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[clear garnet]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:0}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_clear_garnet_sprite.png]] [[File:cut_clear_garnet_sprite.png]]|fwhere=[[Metamorphic]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[clear zircon]]|value=25|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_clear_zircon_sprite.png]] [[File:cut_clear_zircon_sprite.png]]|fwhere=All [[igneous]], [[Metamorphic]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[crystal opal]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_crystal_opal_sprite.png]] [[File:cut_crystal_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[demantoid]]|value=30|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} green-yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_demantoid_sprite.png]] [[File:cut_demantoid_sprite.png]]|fwhere=[[Chromite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[fire opal]]|value=15|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} scarlet&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_fire_opal_sprite.png]] [[File:cut_fire_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[golden beryl]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} golden yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_golden_beryl_sprite.png]] [[File:cut_golden_beryl_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[goshenite]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_goshenite_sprite.png]] [[File:cut_goshenite_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[green jade]]|value=20|color={{Raw Tile|☼|2:7:1}}{{Raw Tile|♦|2:1}} jade&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_green_jade_sprite.png]] [[File:cut_green_jade_sprite.png]]|fwhere=[[Alluvial]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[green tourmaline]]|value=20|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_green_tourmaline_sprite.png]] [[File:cut_green_tourmaline_sprite.png]]|fwhere=[[Metamorphic]], [[Sedimentary]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[green zircon]]|value=20|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_green_zircon_sprite.png]] [[File:cut_green_zircon_sprite.png]]|fwhere=All [[igneous]], [[Metamorphic]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[harlequin opal]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} ivory&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_harlequin_opal_sprite.png]] [[File:cut_harlequin_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[heliodor]]|value=20|color={{Raw Tile|☼|2:7:1}}{{Raw Tile|♦|2:1}} green-yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_heliodor_sprite.png]] [[File:cut_heliodor_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[honey yellow beryl]]|value=20|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} saffron&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_honey_yellow_beryl_sprite.png]] [[File:cut_honey_yellow_beryl_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[indigo tourmaline]]|value=25|color={{Raw Tile|☼|1:7:0}}{{Raw Tile|♦|1:0}} indigo&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_indigo_tourmaline_sprite.png]] [[File:cut_indigo_tourmaline_sprite.png]]|fwhere=[[Metamorphic]], [[Sedimentary]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[jelly opal]]|value=15|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_jelly_opal_sprite.png]] [[File:cut_jelly_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[kunzite]]|value=20|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} fuchsia&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_kunzite_sprite.png]] [[File:cut_kunzite_sprite.png]]|fwhere=[[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[levin opal]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} flax&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_levin_opal_sprite.png]] [[File:cut_levin_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[light yellow diamond]]|value=30|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} cream&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_light_yellow_diamond_sprite.png]] [[File:cut_light_yellow_diamond_sprite.png]]|fwhere=[[Kimberlite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[melanite]]|value=15|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} black&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_melanite_sprite.png]] [[File:cut_melanite_sprite.png]]|fwhere=[[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[morganite]]|value=20|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} lilac&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_morganite_sprite.png]] [[File:cut_morganite_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[peridot]]|value=20|color={{Raw Tile|☼|2:7:1}}{{Raw Tile|♦|2:1}} green-yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_peridot_sprite.png]] [[File:cut_peridot_sprite.png]]|fwhere=[[Gabbro]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[pinfire opal]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} flax&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_pinfire_opal_sprite.png]] [[File:cut_pinfire_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[pink garnet]]|value=20|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} pink&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_pink_garnet_sprite.png]] [[File:cut_pink_garnet_sprite.png]]|fwhere=[[Metamorphic]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[pink tourmaline]]|value=15|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} pink&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_pink_tourmaline_sprite.png]] [[File:cut_pink_tourmaline_sprite.png]]|fwhere=[[Metamorphic]], [[Sedimentary]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[precious fire opal]]|value=20|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_precious_fire_opal_sprite.png]] [[File:cut_precious_fire_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[purple spinel]]|value=20|color={{Raw Tile|☼|5:7:0}}{{Raw Tile|♦|5:0}} purple&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_purple_spinel_sprite.png]] [[File:cut_purple_spinel_sprite.png]]|fwhere=[[Metamorphic]], [[Diorite]], [[Gabbro]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[red beryl]]|value=20|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_beryl_sprite.png]] [[File:cut_red_beryl_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[red flash opal]]|value=20|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_flash_opal_sprite.png]] [[File:cut_red_flash_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[red grossular]]|value=20|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_grossular_sprite.png]] [[File:cut_red_grossular_sprite.png]]|fwhere=[[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[red pyrope]]|value=20|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_grossular_sprite.png]] [[File:cut_red_pyrope_sprite.png]]|fwhere=[[Metamorphic]], [[Kimberlite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[red spinel]]|value=20|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_grossular_sprite.png]] [[File:cut_red_spinel_sprite.png]]|fwhere=[[Metamorphic]], [[Diorite]], [[Gabbro]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[red tourmaline]]|value=15|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} chestnut&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_tourmaline_sprite.png]] [[File:cut_red_tourmaline_sprite.png]]|fwhere=[[Metamorphic]], [[Sedimentary]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[red zircon]]|value=20|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_zircon_sprite.png]] [[File:cut_red_zircon_sprite.png]]|fwhere=All [[igneous]], [[Metamorphic]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[rhodolite]]|value=20|color={{Raw Tile|☼|5:7:0}}{{Raw Tile|♦|5:0}} puce&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_rhodolite_sprite.png]] [[File:cut_rhodolite_sprite.png]]|fwhere=[[Metamorphic]], [[Kimberlite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[rubicelle]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_rubicelle_sprite.png]] [[File:cut_rubicelle_sprite.png]]|fwhere=[[Metamorphic]], [[Diorite]], [[Gabbro]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[tanzanite]]|value=20|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} azure&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_tanzanite_sprite.png]] [[File:cut_tanzanite_sprite.png]]|fwhere=[[Gabbro]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[topazolite]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} saffron&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_topazolite_sprite.png]] [[File:cut_topazolite_sprite.png]]|fwhere=[[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[topaz]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} goldenrod&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_topaz_sprite.png]] [[File:cut_topaz_sprite.png]]|fwhere=[[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[tsavorite]]|value=30|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_tsavorite_sprite.png]] [[File:cut_tsavorite_sprite.png]]|fwhere=[[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[violet spessartine]]|value=20|color={{Raw Tile|☼|5:7:1}}{{Raw Tile|♦|5:1}} violet&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;5:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_violet_spessartine_sprite.png]] [[File:cut_violet_spessartine_sprite.png]]|fwhere=[[Metamorphic]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[white opal]]|value=20|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} white&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_white_opal_sprite.png]] [[File:cut_white_opal_sprite.png]]|fwhere=All [[stone]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[yellow grossular]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_yellow_grossular_sprite.png]] [[File:cut_yellow_grossular_sprite.png]]|fwhere=[[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[yellow spessartine]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_yellow_spessartine_sprite.png]] [[File:cut_yellow_spessartine_sprite.png]]|fwhere=[[Metamorphic]], [[Granite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Semi-Precious|name=[[yellow zircon]]|value=20|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_yellow_zircon_sprite.png]] [[File:cut_yellow_zircon_sprite.png]]|fwhere=All [[igneous]], [[Metamorphic]]|fhow=Small clusters}}&lt;br /&gt;
&lt;br /&gt;
{{Gem table row|rarity=Precious|name=[[emerald]]|value=40|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} emerald&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_emerald_sprite.png]] [[File:cut_emerald_sprite.png]]|fwhere=[[Granite]], [[Schist]], [[Marble]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Precious|name=[[faint yellow diamond]]|value=40|color={{Raw Tile|☼|6:7:0}}{{Raw Tile|♦|6:0}} beige&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_faint_yellow_diamond_sprite.png]] [[File:cut_faint_yellow_diamond_sprite.png]]|fwhere=[[Kimberlite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Precious|name=[[ruby]]|value=40|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} scarlet&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_ruby_sprite.png]] [[File:cut_ruby_sprite.png]]|fwhere=[[Bauxite]]|fhow=Small clusters}}&lt;br /&gt;
{{Gem table row|rarity=Precious|name=[[sapphire]]|value=40|color={{Raw Tile|☼|1:7:0}}{{Raw Tile|♦|1:0}} azure&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_sapphire_sprite.png]] [[File:cut_sapphire_sprite.png]]|fwhere=[[Bauxite]]|fhow=Small clusters}}&lt;br /&gt;
&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[black diamond]]|value=60|color={{Raw Tile|☼|0:7:1}}{{Raw Tile|♦|0:1}} black&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;0:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_black_diamond_sprite.png]] [[File:cut_black_diamond_sprite.png]]|fwhere=[[Faint yellow diamond]]|fhow=Single gem}}&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[blue diamond]]|value=60|color={{Raw Tile|☼|1:7:0}}{{Raw Tile|♦|1:0}} blue&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_blue_diamond_sprite.png]] [[File:cut_blue_diamond_sprite.png]]|fwhere=[[Faint yellow diamond]]|fhow=Single gem}}&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[clear diamond]]|value=60|color={{Raw Tile|☼|7:7:1}}{{Raw Tile|♦|7:1}} clear&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;7:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_clear_diamond_sprite.png]] [[File:cut_clear_diamond_sprite.png]]|fwhere=[[Faint yellow diamond]]|fhow=Single gem}}&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[green diamond]]|value=60|color={{Raw Tile|☼|2:7:0}}{{Raw Tile|♦|2:0}} green&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;2:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_green_diamond_sprite.png]] [[File:cut_green_diamond_sprite.png]]|fwhere=[[Faint yellow diamond]]|fhow=Single gem}}&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[red diamond]]|value=60|color={{Raw Tile|☼|4:7:0}}{{Raw Tile|♦|4:0}} scarlet&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:0&amp;lt;/span&amp;gt;|graphic=[[File:rough_red_diamond_sprite.png]] [[File:cut_red_diamond_sprite.png]]|fwhere=[[Faint yellow diamond]]|fhow=Single gem}}&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[star ruby]]|value=60|color={{Raw Tile|☼|4:7:1}}{{Raw Tile|♦|4:1}} red&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;4:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_star_ruby_sprite.png]] [[File:cut_star_ruby_sprite.png]]|fwhere=[[Ruby]]|fhow=Single gem}}&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[star sapphire]]|value=60|color={{Raw Tile|☼|1:7:1}}{{Raw Tile|♦|1:1}} light blue&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;1:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_star_sapphire_sprite.png]] [[File:cut_star_sapphire_sprite.png]]|fwhere=[[Sapphire]]|fhow=Single gem}}&lt;br /&gt;
{{Gem table row|rarity=Rare|name=[[yellow diamond]]|value=60|color={{Raw Tile|☼|6:7:1}}{{Raw Tile|♦|6:1}} yellow&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;6:1&amp;lt;/span&amp;gt;|graphic=[[File:rough_yellow_diamond_sprite.png]] [[File:cut_yellow_diamond_sprite.png]]|fwhere=[[Faint yellow diamond]]|fhow=Single gem}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
See [https://spreadsheets.google.com/spreadsheet/ccc?key=0Auy0R4dx5JF6dEdwQ3B5WkdCeUp0SjZYSl9vc3lteFE&amp;amp;hl=en_US#gid=0 here] or [https://spreadsheets.google.com/spreadsheet/ccc?key=0ApoOG6GC8_0RdHR5QkNDZlYwa1RYeUpCSzJSNUZIRkE&amp;amp;hl=en_US here] for a sortable, print-friendly spreadsheet with all gems and their values.&lt;br /&gt;
&lt;br /&gt;
See [[Gem/Textlist|here]] for a text list of rough gems sorted alphabetically by variety.&lt;br /&gt;
&lt;br /&gt;
Unlike other gems, diamonds can [[Fire|ignite]] if they come into contact with [[magma]], and can burn for the better part of a year before finally [[wear]]ing away.&lt;br /&gt;
&lt;br /&gt;
== Gem cuts ==&lt;br /&gt;
Finished gems have a particular cut, which doesn't affect the gem's value, only being an aesthetic feature. There are a total of 22 types of gem cuts in the game, and a gem may appear to have multiple cuts, such as a &amp;quot;square brilliant&amp;quot; or &amp;quot;tapered baguette&amp;quot; cut, but these combinations are actually distinct cuts (judging by the game's raws). &amp;quot;Cabochon&amp;quot; gem cuts are polished smooth instead of faceted. [[Gizzard stone]]s do not have cuts. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Graphic !! Cut !! style=&amp;quot;background:#aeaeae;&amp;quot; | !! Graphic !! Cut&lt;br /&gt;
|-&lt;br /&gt;
| [[File:baguette_cut_sprite.png|center]] || Baguette || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:radiant_cut_sprite.png|center]] || Radiant&lt;br /&gt;
|-&lt;br /&gt;
| [[File:briolette_cut_sprite.png|center]] || Briolette || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:rectangular_cabochon_cut_sprite.png|center]] || Rectangular cabochon&lt;br /&gt;
|-&lt;br /&gt;
| [[File:cushion_cabochon_cut_sprite.png|center]] || Cushion cabochon || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:rose_cut_sprite.png|center]] || Rose&lt;br /&gt;
|-&lt;br /&gt;
| [[File:cushion_cut_sprite.png|center]] || Cushion || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:round_brilliant_cut_sprite.png|center]] || Round brilliant&lt;br /&gt;
|-&lt;br /&gt;
| [[File:emerald_cut_sprite.png|center]] || Emerald || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:round_cabochon_cut_sprite.png|center]] || Round cabochon&lt;br /&gt;
|-&lt;br /&gt;
| [[File:marquise_cut_sprite.png|center]] || Marquise || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:single_cut_sprite.png|center]] || Single&lt;br /&gt;
|-&lt;br /&gt;
| [[File:octagon_cut_sprite.png|center]] || Octagon || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:square_brilliant_cut_sprite.png|center]] || Square brilliant&lt;br /&gt;
|-&lt;br /&gt;
| [[File:oval_cabochon_cut_sprite.png|center]] || Oval cabochon || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:square_cut_sprite.png|center]] || Square&lt;br /&gt;
|-&lt;br /&gt;
| [[File:oval_cut_sprite.png|center]] || Oval || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:table_cut_sprite.png|center]] || Table&lt;br /&gt;
|-&lt;br /&gt;
| [[File:pear_cut_sprite.png|center]] || Pear || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:tapered_baguette_cut_sprite.png|center]] || Tapered baguette&lt;br /&gt;
|-&lt;br /&gt;
| [[File:point_cut_sprite.png|center]] || Point || style=&amp;quot;background:#dddddd;&amp;quot; | || [[File:tapered_cut_sprite.png|center]] || Trillion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Size and plurality ==&lt;br /&gt;
The [[size]] of a single &amp;quot;small gems&amp;quot; item is 4× larger than a single &amp;quot;large gem&amp;quot;, additionally, the game refers to large gems (the finished good) as a singular item of their material, such as &amp;quot;large single cut clear zircon&amp;quot; or &amp;quot;large cushion moonstone cabochon&amp;quot;; while small gems are referred to as a plural item of their material, such as &amp;quot;round brilliant cut peridots&amp;quot; or &amp;quot;cushion green diamond cabochons&amp;quot;. This indicates that a single &amp;quot;small gems&amp;quot; item is actually a group of gems all with the same cut (the item does not have a [[Reaction#PRODUCT_DIMENSION|dimension]], though).&lt;br /&gt;
&lt;br /&gt;
== Rare gems ==&lt;br /&gt;
[[Faint yellow diamond]]s only appear in [[kimberlite]] (which, itself, only appears in [[gabbro]] layers) and [[sapphire]]s and [[ruby|rubies]] only appear in [[bauxite]] (which occurs in any sedimentary layers). Colored diamonds only occur in pre-existing clusters of faint yellow diamonds, and in the gem-encrusted walls on the bottom-most cavern layer. [[Star sapphire]]s and [[Star ruby|star rubies]] only occur within clusters of other sapphires or rubies, respectively.&lt;br /&gt;
&lt;br /&gt;
{{Minorspoiler}}&lt;br /&gt;
All precious and rare gems may also be found in [[unusual volcanic wall]]s.&lt;br /&gt;
&lt;br /&gt;
== In real life ==&lt;br /&gt;
A gem is a [[Stone|mineral]] (or a mineral-like material) admired by a culture, often due to their beauty and durability (resistance to scratches), so that they have economic value in and of themselves.&lt;br /&gt;
                                                                                    &lt;br /&gt;
Most gems are made of the same basic minerals found in common rocks; but their atoms are arranged into ordered patterns, called '''crystals''', with drastic consequences to their appearance and material properties.  For example, the same mineral quartz that looks so unremarkable in [[quartzite]] may form the strikingly geometric, beautifully translucent [[Rock crystal|rock crystals]], if it has the space to grow up slowly – in a crack or cavity within [[granite|granite rock]], for example.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Kwarcyt osadowy 1.jpg|Quartzite, an unremarkable stone.&lt;br /&gt;
File:QuartzVug.jpg|Rock crystal growing inside a rock cavity. These are made of the same basic stuff as quartzite, only better arranged.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Each particular crystal has a stable angle between its faces, depending on the underlying atomic structure; quartz is hexagonal, while [[rock salt]] is cubic.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Close packing.svg|Hexagonal (left) and cubic (right) patterns of ordered mineral growth.&lt;br /&gt;
File:Rough rock crystals.JPG|Rough rock crystals (quartz).&lt;br /&gt;
File:Quartztaille.jpg|A large rock crystal, cut in an emerald-cut shape. Expert [[Gem cutter|gem cutters]] will work with the natural planes of the crystal's structure, making them shiny and reflective.&lt;br /&gt;
File:Salt crystals, Kuyalnik.JPG|Cubic [[rock salt]] crystals (click to embiggen).&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A more drastic (and famous) example is carbon.  The organic content of sedimentary rocks like [[bituminous coal]] may be pressured and heated into honeycomb [[Layer|layers]], forming the [[metamorphic]] stone [[graphite]] (which we use in pencils, and dwarves use for long-lasting fires).  That very same carbon may be shaped, with more pressure and less heat (when, for example, stricken by a meteorite), into the nested cubes known as [[Diamond|diamonds]].&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Coal bituminous.jpg|[[Bituminous coal]], aka dead swamp stuff. Mostly carbon.&lt;br /&gt;
File:Diamond and graphite without structures.jpg|[[Diamond|Rough diamonds]] and [[graphite]], also carbon.&lt;br /&gt;
File:Graphit gitter.png|Internal structure of graphite; honeycomb patterns layered in sheets.&lt;br /&gt;
File:Diamond cubic animation.gif|Complex cubic internal structure of diamonds.&lt;br /&gt;
File:Brillanten.jpg|[[Gem cutting|Round brilliant cut]] diamonds.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some non-mineral materials that have been sometimes considered &amp;quot;gems&amp;quot; include organic products like [[amber]], [[coral]], and [[pearl]]; and rocks (bundles of multiple minerals) like [[jet]], [[green jade|jade]] and [[lapis lazuli]].  Of these, pearl only exists in DF as a placeholder, coral and amber in the most rudimentary of forms; but not as gemstones.  Jet counts as a [[stone|regular stone]] in DF, while jade (in various colors) and lapis lazuli are gemstones.&lt;br /&gt;
&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = kadôl&lt;br /&gt;
| elvish  = eruwa&lt;br /&gt;
| goblin  = straza&lt;br /&gt;
| human   = ves&lt;br /&gt;
}}&lt;br /&gt;
{{gems}}&lt;br /&gt;
{{materials}}&lt;br /&gt;
&lt;br /&gt;
{{Category|Materials}}&lt;br /&gt;
{{Category|Gems|0}}&lt;br /&gt;
[[ru:Gem]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Talk:Building_destroyer&amp;diff=317517</id>
		<title>Talk:Building destroyer</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Talk:Building_destroyer&amp;diff=317517"/>
		<updated>2026-07-04T09:25:01Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: please sign talk posts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated article: Building Destroyers can destroy bridges. Screenshot available but uploading a jpeg is considered a &amp;quot;harmful action&amp;quot;. Uploaded it to my steam profile. https://steamcommunity.com/sharedfiles/filedetails/?id=3757310242 &amp;lt;small&amp;gt;&amp;amp;ndash; [[template:unsigned|unsigned]] comment by [[User:CaptainTofu|CaptainTofu]]&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Building_destroyer&amp;diff=317516</id>
		<title>Building destroyer</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Building_destroyer&amp;diff=317516"/>
		<updated>2026-07-04T09:20:38Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{migrated article}}&lt;br /&gt;
{{Quality|Unrated}}&lt;br /&gt;
{{av}}&lt;br /&gt;
{{Catbox}}&lt;br /&gt;
'''Building destroyers''' are creatures with the {{token|BUILDINGDESTROYER|c}} token and will actively seek out various [[furniture|furnishings]], [[workshop]]s and other [[building]]s and topple or destroy them. Uncompleted [[construction]]s are [[Construction#Destruction|vulnerable]], but completed ones are not. They come in two varieties, the first being annoying, and the second dangerous.  Most buildings will be &amp;quot;toppled&amp;quot; (deconstructed), leaving the building material or furniture unbuilt but otherwise unharmed, however [[door]]s, [[hatch cover]]s, and [[floodgate]]s will be damaged until destroyed, not deconstructed.&lt;br /&gt;
&lt;br /&gt;
Creatures with this tag are gifted with an incredible ability to sense exactly where your buildings are, and will generally charge a building from 10 tiles away, with the exception of forgotten beasts and (semi-)megabeasts. Plan your [[defense guide|defenses]] accordingly.  Building destroyers still prefer to attack creatures, and if a valid creature target for their aggression is or becomes visible to them, they will abandon building destruction in favor of classic creature destruction.&lt;br /&gt;
&lt;br /&gt;
The time it takes for a building destroyer to destroy a building depends on the [[quality]] of the building.  [[Artifact]] quality furniture can never be damaged or destroyed, but some kinds of artifact furniture will be deconstructed by a building destroyer, given enough time: for instance, artifact statues will eventually be deconstructed; artifact hatch covers never will.&lt;br /&gt;
&lt;br /&gt;
Building destroyers will destroy nearly '''all''' types of buildings they can reach, whether or not they block their path - [[door]]s, [[floodgate]]s, [[hatch]] covers, vertical/horizontal [[bars]], floor/wall [[grate]]s, [[statue]]s, [[workshop]]s, and even furniture are vulnerable.{{verify|Are all buildings are still targeted in current ver?}} The only buildings that will be spared by a building destroyer are [[well]]s, [[road]]s, [[trap]]s (including [[lever]]s and track stops), [[animal trap]]s, [[chain]]s, [[cage]]s, [[stockpile]]s, [[Trap#Upright Spear/Spike|upright weapon]]s, and any buildings submerged in 4/7 or deeper [[Water#Depth|liquid]] (even if they're innate swimmers). They can destroy most furniture and buildings from a lower [[z-level]] when a valid path exists to that furniture, though locked hatches and closed grates are safe as long as no alternative paths exist. Building destroyers will path to and destroy even opened (or stuck open) doors, hatches, floodgates, or vertical bars. They will cause damage to any attached mechanisms during building destruction, sometimes leading to the unlinking of furniture to a lever before the furniture in question is fully destroyed. Note that building destroyers can destroy raised [[bridge]]s but tend to prioritize choosing an unblocked path, even if it includes building constructions.&lt;br /&gt;
&lt;br /&gt;
==Destroying from underneath==&lt;br /&gt;
&lt;br /&gt;
Building destroyers cannot destroy buildings unless they can path to the building on the z-level of the building. This means that building destroyers '''cannot''' destroy, for instance, a forbidden hatch above them (note that non-forbidden, i.e. passable, hatches are vulnerable!) or a magma forge from the magma underneath it '''unless''' a clear alternate path to the building exists. If such a path exists, they do not have to follow it; they can destroy the building from the z-level below while standing on a ramp or stairs that leads up to the building's z-level.&lt;br /&gt;
&lt;br /&gt;
Consider the following diagrams, as viewed from the side:&lt;br /&gt;
{|&lt;br /&gt;
|{{diagram|spaces=yes|\&lt;br /&gt;
 ╔════&lt;br /&gt;
═╝ [#0FF]┼&lt;br /&gt;
 [#F00]B▲╔══&lt;br /&gt;
═══╝&lt;br /&gt;
}}&lt;br /&gt;
| style=&amp;quot;padding: 1em&amp;quot; |Here, the {{Raw Tile|B|#F00|#000}}uilding destroyer cannot pass through the cyan door while it is forbidden, but the instant the door becomes unforbidden, the building destroyer will destroy the door-- from the tile on which it stands.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|{{diagram|spaces=yes|\&lt;br /&gt;
 ╔════&lt;br /&gt;
═╝[#0FF]¢&lt;br /&gt;
 [#F00]B▲╔══&lt;br /&gt;
═══╝&lt;br /&gt;
}}&lt;br /&gt;
| style=&amp;quot;padding: 1em&amp;quot; |Here, the cyan hatch cannot be destroyed while it is forbidden, but when it is unforbidden, the {{Raw Tile|B|#F00|#000}}uilding destroyer will destroy it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|{{diagram|spaces=yes|\&lt;br /&gt;
 ╔════&lt;br /&gt;
═╝  [#0FF]┼&lt;br /&gt;
 [#F00]B▲╔══&lt;br /&gt;
═══╝&lt;br /&gt;
}}&lt;br /&gt;
| style=&amp;quot;padding: 1em&amp;quot; |Here, the {{Raw Tile|B|#F00|#000}}uilding destroyer will stand on the ramp and destroy the door (or any other furniture), regardless of whether the door is forbidden.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|{{diagram|spaces=yes|\&lt;br /&gt;
 ╔═══╗&lt;br /&gt;
═╝ [#0FF]┼ ╚&lt;br /&gt;
 [#F00]B▲║▲&lt;br /&gt;
═══╩══&lt;br /&gt;
}}&lt;br /&gt;
| style=&amp;quot;padding: 1em&amp;quot; |Here, the {{Raw Tile|B|#F00|#000}}uilding destroyer will be unable to pass the door if it's forbidden; should it become unforbidden, the building destroyer will ignore the door (probably passing through in order to target a different piece of furniture).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|{{diagram|spaces=yes|\&lt;br /&gt;
 ╔══════&lt;br /&gt;
═╝ [#0FF]┼  &amp;gt;&lt;br /&gt;
[#F00]B&amp;gt;▲╔═╗X╔&lt;br /&gt;
╗X═╩═╝X║&lt;br /&gt;
║&amp;lt;    &amp;lt;║&lt;br /&gt;
╚══════╝&lt;br /&gt;
}}&lt;br /&gt;
| style=&amp;quot;padding: 1em&amp;quot; |Here, the {{Raw Tile|B|#F00|#000}}uilding destroyer has path to a square from which it can destroy the cyan door; thus, '''it can destroy the door, even if forbidden, from the tile directly in front of it.'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This was tested with trolls in an entrance-way accessed by both lever-controlled floodgates and a manually locked door. Ramps led up to the floodgates and the door. When both were closed, the trolls showed no interest. When the door was unlocked, a troll began to destroy it. When the door was locked again, the troll went away. When the floodgates were opened, a troll returned and destroyed the locked door from the ramp outside, while the open floodgates were also apparently being destroyed from the ramps by other trolls. This may be related to the bug in which dwarves appear to be building diagonally as long as they can access the spot orthogonally. It is unknown whether this applies to an open path extending through the full length of a fortress, rather than just a few steps away through open floodgates.&lt;br /&gt;
&lt;br /&gt;
==Annoying Variety: level 1==&lt;br /&gt;
When the value is '''1''', the creature will go after [[statue]]s, [[window]]s (glass or gem), [[archery target]]s, [[slab]]s, wooden [[door]]s, and wooden [[hatch]]es. They can't destroy homes during world gen as (semi)megabeasts.&lt;br /&gt;
&lt;br /&gt;
'''[BUILDINGDESTROYER:1] creatures:'''&lt;br /&gt;
*[[Cave crocodile]]&lt;br /&gt;
*[[Giant cave spider]]&lt;br /&gt;
*[[Giant olm]]&lt;br /&gt;
*[[Giant cave toad]]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;s&amp;gt;Dangerous&amp;lt;/s&amp;gt; Fun Variety: level 2==&lt;br /&gt;
When the value is '''2''' the creature will actively seek out [[building]]s and destroy them. They can also destroy buildings during world-gen with this tag. Megabeasts rely on this token for their pathing when attacking your fort. [[Construction]]s (walls, staircase, floors, etc.) are still safe, since they're processed the same way natural terrain is for most situations. &lt;br /&gt;
&lt;br /&gt;
The simplest way to keep building destroyer 2's from targets is with walls or channels.  A [[bridge|drawbridge]] will act like a constructed wall ''(if up)'' or floor ''(if down)'', blocking building destroyer 2's without that danger of being destroyed.&lt;br /&gt;
&lt;br /&gt;
Tame animals still carry their building destroyer tokens, and have been observed to occasionally topple a statue.&lt;br /&gt;
&lt;br /&gt;
'''[BUILDINGDESTROYER:2] creatures:'''&lt;br /&gt;
*[[Amethyst man]]&lt;br /&gt;
*[[Blind cave ogre]]&lt;br /&gt;
*[[Bronze colossus]]&lt;br /&gt;
*[[Cave dragon]]&lt;br /&gt;
*[[Cyclops]]&lt;br /&gt;
*[[Dragon]]&lt;br /&gt;
*[[Ettin]]&lt;br /&gt;
*[[Fire man]]&lt;br /&gt;
*[[Gabbro man]]&lt;br /&gt;
*[[Giant]]&lt;br /&gt;
*[[Hydra]]&lt;br /&gt;
*[[Iron man]]&lt;br /&gt;
*[[Magma man]]&lt;br /&gt;
*[[Minotaur]]&lt;br /&gt;
*[[Mud man]]&lt;br /&gt;
*[[Ogre]]&lt;br /&gt;
*[[Sasquatch]]&lt;br /&gt;
*[[Troll]]&lt;br /&gt;
*[[Voracious cave crawler]]&lt;br /&gt;
*[[Yeti]]&lt;br /&gt;
*All [[forgotten beast]]s, [[titan]]s, and [[demon|HFS creatures]]&lt;br /&gt;
*All [[Experiment]]s&lt;br /&gt;
*[[Werebeast]]s (in werebeast form only)&lt;br /&gt;
&lt;br /&gt;
Level 2 building destroyers can destroy chairs, beds, tables, coffins, non-empty farm plots, furnaces, trade depots, shops, doors, floodgates, chests, weapon racks, armor stands, workshops, cabinets, statues, glass windows, gem windows, siege engines, archery targets, your embark wagon, screw pumps, unfinished constructions, floor hatches, wall/floor grates, wall/floor bars, gear assemblies, horizontal/vertical axles, water wheels, and windmills.&lt;br /&gt;
&lt;br /&gt;
See the [[Modding guide]] for more information on creature tokens.&lt;br /&gt;
&lt;br /&gt;
==Capture==&lt;br /&gt;
&lt;br /&gt;
Considering a good part of the building destroyers are useful to capture, and that most of them are not trapavoid, you can easily trap them with the right arrangement of cage traps, furniture and walls.&lt;br /&gt;
&lt;br /&gt;
See [[Trap design]] for more information on this subject. &lt;br /&gt;
&lt;br /&gt;
==Undead==&lt;br /&gt;
All [[undead]] building destroyers are level 1 (except if they are undead versions of level 2 destroyers), and they also gain the ability to destroy wooden [[support]]s, which generally ends poorly for the creature.&lt;br /&gt;
&lt;br /&gt;
Due to the way undeath is classified, &amp;quot;non-living&amp;quot; creatures such as [[magma man|magma men]], [[bronze colossus]]es, and inorganic [[forgotten beast]]s/[[titan]]s are also considered to be undead.{{verify}}&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
* Building destroyers can, and will, destroy buildings even if there's one tile of empty space between them and the building. {{Bug|4585}}  In fact, they cannot destroy immediately adjacent buildings, and they can become stuck if they start destroying the building while adjacent. This can be a result of a fight, for instance when a Forgotten Beast kills the last defender while standing in such a spot, then it won't move to a better suiting position and will stand idling, unless killed or distracted.&lt;br /&gt;
&lt;br /&gt;
{{Category|Creature attributes}}&lt;br /&gt;
[[ru:Building destroyer]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Settings&amp;diff=317419</id>
		<title>Settings</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Settings&amp;diff=317419"/>
		<updated>2026-07-03T04:10:24Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Portable mode */ added effect of changing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{av}}&lt;br /&gt;
{{Quality|Fine}}&lt;br /&gt;
Settings for ''Dwarf Fortress'' can be accessed with a button on the main menu, which can be accessed in-game with {{Menu icon|Esc}}. They are divided into six groups; Video, Audio, Game, Keybindings, Announcements, and Difficulty. They are stored in several different files, including [[init.txt]], [[d_init.txt]], and [[interface.txt]], with current values in the &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; folder and default values in the &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; folder. The default files in &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; include explanations of each setting, including possible values. The files in both &amp;lt;code&amp;gt;data\init\&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; are read when ''Dwarf Fortress'' starts, in that order, with the last value read for each option being used. The location of the &amp;lt;code&amp;gt;prefs\&amp;lt;/code&amp;gt; folder depends on various factors, see [[Game folders and files]]. Not all of the settings can be changed in game, including [[colors.txt]], [[arena.txt]], and some keybindings.&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
These settings change how the game looks and are all stored in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; and defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;.&lt;br /&gt;
* '''Windowed or Fullscreen''' - the highlighted button is the active one and they correspond with [WINDOWED:YES] or [WINDOWED:NO] in the files. [WINDOWED:PROMPT] can be set in the files to make the game ask when starting up, in which case neither button will be highlighted.&lt;br /&gt;
* '''Resolution''' - the screen mode the game uses when in fullscreen mode, 'Detect' corresponds with [FULLSCREENX:0] and [FULLSCREENY:0] in the files.&lt;br /&gt;
* '''Scale interface''' - whether to scale the font used to draw interface elements such as the menus and minimap to a specific number of character cells, [INTERFACE_SCALING_TO_DESIRED_GRID:YES] in the files.&lt;br /&gt;
* '''Desired grid width and height''' - how much to scale the interface, in how many character cells wide and tall the interface should be. [INTERFACE_SCALING_DESIRED_GRID_WIDTH:170] and [INTERFACE_SCALING_DESIRED_GRID_HEIGHT:64] in the files. No effect if [INTERFACE_SCALING_TO_DESIRED_GRID:NO] is used.&lt;br /&gt;
* '''Interface scale percentage''' - percentage to scale the interface character cell size up when not scaling to specified grid counts, not every value makes a difference since the interface won't display a partial character at the edges. [INTERFACE_SCALING_PERCENTAGE:100] in the files, no effect if [INTERFACE_SCALING_TO_DESIRED_GRID:YES] is used.&lt;br /&gt;
* '''Initial window size''' - when not fullscreen, [WINDOWEDX:1200] and [WINDOWEDY:800] in the files.&lt;br /&gt;
* '''Window resizable''' - when not fullscreen, [RESIZABLE:YES] in the files.&lt;br /&gt;
* '''Maximum interface width''' - what percentage of the display the overlay interface elements can occupy, useful for extra wide displays to make notifications more visible. [MAXIMUM_INTERFACE_PERCENTAGE:100] in the files. The game will still use the entire window/screen and the minimap and elevation bar will stay at the edge.&lt;br /&gt;
* '''Graphical FPS cap''' - how many frames to cap the graphical display rate at. [G_FPS_CAP:50] in the files.&lt;br /&gt;
* '''Classic ASCII''' - [USE_CLASSIC_ASCII:NO] in the files.&lt;br /&gt;
* '''Scaling mode''' - NEAREST, nearest-neighbor, distorts shapes at some zoom levels; LANCZOS, less distortion but fuzzier at some zoom levels; AUTO, the default, will try to select whichever one is more appropriate depending on the zoom level. [TEXTURE_PARAM:AUTO] in the files.&lt;br /&gt;
&lt;br /&gt;
As the interface gets narrower, some elements will be removed from the [[status]] bar when there's not enough room for all of them; some menus may also display elements under other elements or outside their window.&lt;br /&gt;
&lt;br /&gt;
There are a few other file settings that can affect the display, see [[Technical_tricks#Settings_-_init.txt|technical tricks]].&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
These settings change how the game plays sounds and are all stored in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;. All volumes can be from 0 to 255 in the game files, with 255 being 100%.&lt;br /&gt;
* '''Master Volume''' - [MASTER_VOLUME:255] in the files.&lt;br /&gt;
* '''Music Volume (Fortress)''' - [MUSIC_VOLUME:255] in the files.&lt;br /&gt;
* '''Ambience Volume (Fortress)''' - [AMBIENCE_VOLUME:230] in the files.&lt;br /&gt;
* '''Sound Effects Volume (Fortress)''' - [SFX_VOLUME:204] in the files.&lt;br /&gt;
* '''Average Seconds Between Tracks/Interludes (Fortress)''' - [AVERAGE_TIME_BETWEEN_SONGS:240] in the files. The default of 240 gives a range of 180 to 300 seconds, which is 3 to 5 minutes.  Can be anywhere from 10 to 600.&lt;br /&gt;
* '''Music Volume (Adventure)'''{{v|51.01}} - [MUSIC_VOLUME_ADV:217] in the files.&lt;br /&gt;
* '''Ambience Volume (Adventure)'''{{v|51.01}} - [AMBIENCE_VOLUME_ADV:240] in the files.&lt;br /&gt;
* '''Sound Effects Volume (Adventure)'''{{v|51.01}} - [SFX_VOLUME_ADV:230] in the files.&lt;br /&gt;
&lt;br /&gt;
The classic version of the game available on the website only includes the original songs, so most of these will have no effect without the [[premium version]] or mods.&lt;br /&gt;
&lt;br /&gt;
All sound can be disabled completely with [SOUND:NO] in the files. If so, the rest of these settings will be replaced by text explaining that sound is disabled and how to enable it.&lt;br /&gt;
&lt;br /&gt;
== Game ==&lt;br /&gt;
These settings change how the game plays and most are stored in &amp;lt;code&amp;gt;prefs\d_init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\d_init_default.txt&amp;lt;/code&amp;gt;, but some are in &amp;lt;code&amp;gt;prefs\init.txt&amp;lt;/code&amp;gt; with defaults in &amp;lt;code&amp;gt;data\init\init_default.txt&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Display all errors ===&lt;br /&gt;
* '''Display all errorlogs on screen'''{{v|53.15}} - when set to yes, all errors will be shown on screen. [DISPLAY_ALL_ERRORLOGS:NO] in init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Portable mode ===&lt;br /&gt;
* '''Portable mode'''{{v|52.01}} - when set to NO, the game stores mods, preferences, and saves in a folder specific to the user, (see [[game folders and files]] for details) when set to YES, it stores them in the game folder. Changing this only changes where the files will be written the next time, it does not immediately move them, or change anything else about them. Changing this to YES creates the empty file &amp;lt;code&amp;gt;prefs\portable.txt&amp;lt;/code&amp;gt;, changing back to NO removes it; manually creating or removing the file changes the setting.&lt;br /&gt;
&lt;br /&gt;
=== Autosaves ===&lt;br /&gt;
{{for/see|more information about autosaves|[[Saved_game_folder#Save_folder_format|Saved game folder]]}}&lt;br /&gt;
* '''Autosave frequency''' - when to autosave, [AUTOSAVE:SEMIANNUAL] in d_init.txt, NONE, SEASONAL, SEMIANNUALLY, or YEARLY.&lt;br /&gt;
* '''Autosave at embark''' - [INITIAL_SAVE:NO] in d_init.txt, YES or NO. Additionally to initial saving the game: If set to YES (and the game is paused in the beginning) then the game is paused (and saved) before a dwarf gets assigned to fishing duty (if water to fish in is available), otherwise (meaning this option is set to NO), if there is water, a dwarf is assigned to fishing duty (even if the game is paused in the beginning).&lt;br /&gt;
&lt;br /&gt;
=== Pausing ===&lt;br /&gt;
* '''Pause after autosave''' - [AUTOSAVE_PAUSE:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Pause after loading''' - [PAUSE_ON_LOAD:YES] in d_init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Embark ===&lt;br /&gt;
* '''Always confirm embark''' - asks for confirmation of the embark location even if there are no warnings such as for [[aquifer]]s, dangerous [[surroundings]], etc, [EMBARK_WARNING_ALWAYS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Confirm preparations''' - [POST_PREPARE_EMBARK_CONFIRMATION:IF_POINTS_REMAIN] in d_init.txt, ALWAYS, IF_POINTS_REMAIN, or NO.&lt;br /&gt;
* '''Show tunnels when embarking''' - for dwarven [[tunnel]]s, shown as a black dashed line or grey double line with classic ASCII, [SHOW_EMBARK_TUNNEL:FINDER] in d_init.txt, FINDER, ALWAYS, or NO.{{verify|is there a difference between ALWAYS and FINDER now?}} More restrictive world generation settings will override these.&lt;br /&gt;
* '''Default embark width and height''' - also determines what is considered a normal embark size and will only warn when the actual embark is larger than this many (width × height) tiles, [EMBARK_RECTANGLE:4:4] in d_init.txt, 2 to 16. See Maximum embark dimension below. (This option is actually listed after the feature toggles on the tab in game.)&lt;br /&gt;
* '''Maximum embark dimension''' - maximum width or height for an embark, larger sizes may be buggy and need much more memory, [MAXIMUM_EMBARK_DIM:6] in d_init.txt, 6 to 16. (This option is actually listed in game near the bottom of the tab, before the dye and scroll options.)&lt;br /&gt;
&lt;br /&gt;
=== Feature toggles ===&lt;br /&gt;
* '''Enable temperature''' - If temperature calculations are off, only a few direct temperature changes will take place. For example, magma will set tiles and creatures to high temperatures, but those tiles will never cool and those creatures will not catch fire. Effects that rely on temperature calculations, such as water freezing, melting, or evaporating, or creatures and items taking temperature-related damage, will not occur. May affect FPS in unusual circumstances, [TEMPERATURE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable weather''' - toggles rain and snow, rarely affects FPS, [WEATHER:YES] in d_init.txt, YES or NO.{{verify|does this affect wind or evil weather?}}&lt;br /&gt;
* '''Enable caveins''' - toggles [[cave-ins]], [CAVEINS:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable artifact moods''' - toggles [[strange mood]]s and the resulting [[artifact]]s, [ARTIFACTS:YES] in d_init.txt, YES or NO.{{verify|does this affect world gen artifacts?}}&lt;br /&gt;
* '''Enable testing arena''' - [TESTING_ARENA:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Walking spreads spatter (fort mode)''' - toggle the spread of blood spatter and other [[contaminant]]s by creatures on ground tiles in fortress mode. As spatter can infinitely spread, it is recommended to leave this as &amp;quot;NO&amp;quot;. [WALKING_SPREADS_SPATTER_DWF:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Walking spreads spatter (adv mode)'''{{v|51.01}} - toggle the spread of blood spatter and other [[contaminant]]s by creatures on ground tiles in adventure mode. As spatter can help with tracking creatures, it is recommended to leave this as &amp;quot;YES&amp;quot;. [WALKING_SPREADS_SPATTER_ADV:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Enable keyboard cursor''' - allows for using the keyboard controls for some designations, [KEYBOARD_CURSOR:NO] in d_init.txt, YES or NO. Arrow keys {{k|↑←↓→}} move one tile, {{k|WASD}} 10 tiles, and {{k|Shift|WASD|sep=+}} 20 tiles; also see [[Settings#Keyboard_scroll_amounts|Keyboard scroll amounts]] section below.&lt;br /&gt;
* '''Log world rejects''' - logs the reasons worlds were rejected in ``[[map_rejection_log.txt]]``, useful in [[advanced world generation]] and [[modding]], [LOG_MAP_REJECTS:NO] in d_init.txt, YES or NO. ''Dwarf Fortress'' will keep adding to the file, so you may want to trim or delete it occasionally.&lt;br /&gt;
* '''Multithreading''' - limited experimental multithreading, [MULTITHREADING:NO] in d_init.txt.&lt;br /&gt;
* '''Classic varied ground tiles'''{{v|51.05}} - if changed to NO, ground tiles will be displayed only with periods in ASCII mode, [CLASSIC_VARIED_GROUND_TILES:YES] in d_init.txt. (This option is actually listed in game near the bottom of the tab, before the scroll options.)&lt;br /&gt;
* '''Show rectangle dimensions'''{{v|51.06}} - if changed to NO, hides the size display when drawing selection rectangles, [SHOW_RECTANGLE_DIMENSIONS:YES] in d_init.txt. (This option is actually listed in game near the bottom of the tab, before the scroll options.)&lt;br /&gt;
&lt;br /&gt;
=== Pathing costs ===&lt;br /&gt;
* '''Path costs''' - extreme changes to these may cause more lag, [PATH_COST:1:2:5:25] in d_init.txt, 1 to 1000.&lt;br /&gt;
* '''Storage path cost decreases''' - controls how aggressively dwarves place objects in a container with like items (rather than an empty container). The default combine options are very aggressive. All in d_init.txt, 2 to 1000.&lt;br /&gt;
** [STORE_DIST_ITEM_DECREASE:20] - for each object found in a container, one tile is removed from its apparent distance to the dwarf, up to this cap&lt;br /&gt;
** [STORE_DIST_SEED_COMBINE:1000] - a bag with seeds already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BUCKET_COMBINE:1000] - a bucket with the same liquid already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BARREL_COMBINE:1000] - a barrel with the same item type already in it will appear this many tiles closer&lt;br /&gt;
** [STORE_DIST_BIN_COMBINE:1000] - a bin with the same item type already in it will appear this many tiles closer&lt;br /&gt;
&lt;br /&gt;
=== Population and seed capacities ===&lt;br /&gt;
* '''Population caps''' - can be changed at will to limit migration, strict also prevents births, [POPULATION_CAP:200] and [STRICT_POPULATION_CAP:220] in d_init.txt, 0 to 5000. Certain game features are triggered by population number, see [[difficulty]]. Some of those features may also cause the actual population to slightly go over these.&lt;br /&gt;
* '''Children limits''' - how many and what percentage of total there can be at a time, [BABY_CHILD_CAP:100:1000] in d_init.txt, 0 to 1000. Only prevents further pregnancies, so migrant children, multiple births and existing pregnancies from old saves can still push you over the cap. Setting either number to zero will disallow new pregnancies in the fortress.&lt;br /&gt;
* '''Visitor cap''' - This does not include merchants, diplomats, animals or invaders, but only those dropping by for a temporary visit to a tavern, library or temple, or those seeking permanent employment. Once you accept a petition from a visitor to stay at your fort, they no longer count against the cap, even if they never become a full citizen. [VISITOR_CAP:100] in d_init.txt, 0 to 5000.&lt;br /&gt;
* '''Dead units cull''' - During a season changeover, the game checks if there's a certain number of units in play. If it is above this amount, it removes all the unimportant dead units who died at least two years ago. [CULL_DEAD_UNITS_AT:1000] in d_init.txt, 100 to 5000.&lt;br /&gt;
* '''Seed caps''' - per type and total, when over the total cap, seeds will be periodically removed, starting with the oldest and most worthless. [SPECIFIC_SEED_CAP:200] 0 to 10000 and [FORTRESS_SEED_CAP:3000] 0 to 30000 in d_init.txt.&lt;br /&gt;
&lt;br /&gt;
=== Information display ===&lt;br /&gt;
* '''Engraving display''' - [ENGRAVINGS_START_OBSCURED:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Improvement quality display''' - [SHOW_IMP_QUALITY:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Numeric liquid levels''' - can be toggled in game either with a button next to the minimap or a keybind {{menu icon|f}}, [SHOW_FLOW_AMOUNTS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Ramp arrows''' - can be toggled in game either with a button next to the minimap or a keybind {{menu icon|r}}, [SHOW_RAMP_ARROWS:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Elevation layers display''' - [NUMBER_OF_LOWER_ELEVATIONS_SHOWN:8] in d_init.txt, 0 to 8.&lt;br /&gt;
* '''Engraving historical events''' - [SHOW_ALL_HISTORY_IN_DWARF_MODE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Nickname display''' - [NICKNAME_DWARF:REPLACE_FIRST], [NICKNAME_ADVENTURE:REPLACE_FIRST], [NICKNAME_LEGENDS:REPLACE_FIRST] in d_init.txt, REPLACE_FIRST, CENTRALIZE (between first and last), or REPLACE_ALL.&lt;br /&gt;
&lt;br /&gt;
=== Grazing coefficient ===&lt;br /&gt;
* '''Grazing coefficient''' - how much grazers get from grazing, larger numbers mean less food is needed. [GRAZE_COEFFICIENT:100] in d_init.txt, 1 to 1000000.&lt;br /&gt;
&lt;br /&gt;
=== FPS ===&lt;br /&gt;
* '''Show FPS''' - the first number is simulation rate, the number in parentheses is graphical FPS, [FPS:NO] in init.txt, YES or NO.&lt;br /&gt;
* '''Game FPS cap''' - limits how quickly the game runs the simulation, [FPS_CAP:100] in init.txt, 5 to 1000. This cap can also be temporarily changed on the fly by ~10% with {{k|Alt|Equals|sep=+}} and {{k|Alt|Minus|sep=+}}; if '''Show FPS''' is set to yes, then pressing either of those will briefly show what the cap has been changed to.&lt;br /&gt;
&lt;br /&gt;
=== Input timings ===&lt;br /&gt;
* '''Key hold time''' - [KEY_HOLD_MS:250] in init.txt, 100 to 20000.&lt;br /&gt;
* '''Key repeat time''' - [KEY_REPEAT_MS:150] in init.txt, 100 to 20000.&lt;br /&gt;
* '''Key repeat acceleration''' - [KEY_REPEAT_ACCEL_START:10] 1 to 1000 and [KEY_REPEAT_ACCEL_LIMIT:8] 2 to 100 in init.txt.&lt;br /&gt;
* '''Interface shutdown time''' - how long after a view recenter to ignore input, [RECENTER_INTERFACE_SHUTDOWN_MS:0] in init.txt, 0 to 2000.&lt;br /&gt;
* '''Macro timing''' - [MACRO_MS:15] in init.txt, 1 to 2000.&lt;br /&gt;
&lt;br /&gt;
=== Compressed saves ===&lt;br /&gt;
* '''Compressed saves''' - saves drive space (since running out of space while saving '''will''' corrupt the save) at the expense of slowing down save operations, [COMPRESSED_SAVES:YES] in init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Dye display ===&lt;br /&gt;
* '''Display worn clothing dyes (fort mode)'''{{v|50.15}} - if set to the default NO, color will be determined by [[profession]], mostly only useful in ASCII mode, [DISPLAY_CLOTHING_WITH_DYES_IN_FORT_MODE:NO] in d_init.txt, YES or NO.&lt;br /&gt;
* '''Display worn clothing dyes (adv mode)'''{{v|51.01}} - if changed to NO, color will be determined by profession, [DISPLAY_CLOTHING_WITH_DYES_IN_ADV_MODE:YES] in d_init.txt, YES or NO.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard scroll amounts ===&lt;br /&gt;
* '''Keyboard scroll tiles'''{{v|51.11}} - how many tiles to scroll with the &amp;quot;Move view/cursor&amp;quot; keys (default {{k|WASD}}, the FAST settings are used for {{k|Shift|WASD|sep=+}}) in the normal and world views, as well as the [[Settings#Feature_toggles|keyboard cursor]], though for that, the cursor keys {{k|↑←↓→}} also always move 1 tile, in addition to these values for the &amp;quot;Move view/cursor&amp;quot; keys. 1 to 100, and the following tokens in d_init.txt&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED:10]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_FAST:20]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED:10]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_FAST:20]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_WORLD:10]&lt;br /&gt;
**[HORIZONTAL_SCROLL_SPEED_WORLD_FAST:20]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_WORLD:10]&lt;br /&gt;
**[VERTICAL_SCROLL_SPEED_WORLD_FAST:20]&lt;br /&gt;
&lt;br /&gt;
== Keybindings ==&lt;br /&gt;
{{main|Controls}}{{main|interface.txt}}&lt;br /&gt;
These settings change the controls and are all stored in interface.txt.&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
{{main|Announcement}}{{main|announcements.txt}}&lt;br /&gt;
Used to control how different announcements are displayed in Dwarf Fortress. This can be useful to add alerts for critical combat events, stopping the recentering on birth events, or reducing the constant chatter of announcements like 'quota filled' or 'someone is visiting'.&lt;br /&gt;
&lt;br /&gt;
== Difficulty ==&lt;br /&gt;
{{main|Difficulty}}&lt;br /&gt;
This tab is only available when in a fortress game, and these settings are initially set when starting a fortress game. Since they are specific to each save they are stored as part of the save and are not editable outside the game. They are divided into two groups: enemies and economy; enemies can be disabled, both groups have normal and hard presets, and all of the individual settings can be adjusted in '''Custom settings'''. The values used in each preset can be seen by selecting the preset and then viewing them in '''Custom settings'''.&lt;br /&gt;
&lt;br /&gt;
[[ru:Settings]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Creature&amp;diff=317372</id>
		<title>Creature</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Creature&amp;diff=317372"/>
		<updated>2026-07-02T21:50:55Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Extinct */ added some links, era having no effect, base vermin being on that page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Masterwork|14:19, 12 February 2023 (UTC)}}&lt;br /&gt;
{{av}}{{Category|Creatures}}&lt;br /&gt;
[[File:creatures_preview2.png|right]]In ''Dwarf Fortress'', a '''creature''' is defined as any animate, normally-mobile (and for the sake of this article, non-[[vermin]]) being that can interact with the world and any element inside it. The creatures in the game range from being entirely realistic to completely mythical. Although most creatures are animals, [[dwarf|dwarves]], [[giant cave spider]]s, and even [[megabeast]]s are all also considered creatures. Various creatures can and will interact with a fortress or adventurer in many different ways.&lt;br /&gt;
&lt;br /&gt;
Some creatures have [[skill]]s that match what type of creature they are (e.g. [[monkey]]s having legendary climbing skill). Though most creatures can be found in any mode, some are exclusive to [[adventure mode]] or [[fortress mode]]. Some creatures are randomly and procedurally generated, meaning they could have many different sprites in-game. Creatures of that type may have just one to a few sprites showcased out of many in the list below. A question-mark placeholder may also be shown instead. Also note that creatures with the {{token|ARENA_RESTRICTED}} or {{token|DOES_NOT_EXIST}} tokens cannot be spawned in the [[object testing arena]], similarly to [[vermin]] (e.g. [[fly|flies]], [[worm]]s).&lt;br /&gt;
&lt;br /&gt;
Nearly all creatures in the game, including [[Megabeast|very]] [[Giant sperm whale|large]] [[Sea serpent|ones]], take the space of a single tile, even if their [[Graphics|sprites]] imply otherwise ([[wagons]] being the only exception). There are 870 creatures in the game. In adventure mode, creatures can have different labels to differentiate similar ones from [[historical figure]]s. For example, a goblin may be labeled as a &amp;quot;white-haired goblin bowyer&amp;quot; while another would be a &amp;quot;high-cheekbones goblin bowyer&amp;quot;. There are also extinct creatures, which exist as a separate category, that can be completely removed from a world, only existing either in the wild or as domesticated beings, depending on the player's settings. Many of these extinct creatures are based on real-world prehistoric animals, and also - like the other animals in the game - exist in humanoid form.&lt;br /&gt;
&lt;br /&gt;
==Spawning==&lt;br /&gt;
&amp;lt;!--[[File:many_creatures_v50_preview.png|thumb|172px|right|Many creatures packed into one area, in the object testing arena.]]--&amp;gt;[[File:creatures_many.png|thumb|right|124px|Many creatures packed into one area, but in ASCII mode.]]The creatures that will spawn on any given fortress map depend on the biome(s) that the fortress is in. Additionally, there are several [[creature token]]s in the [[raws]] that deal with creature spawning:&lt;br /&gt;
*&amp;lt;tt&amp;gt;[FREQUENCY:X]&amp;lt;/tt&amp;gt;: This tag dictates ''how often'' a creature will spawn. It ranges from 0-100, and is a comparative number, where the higher this number is, the more likely the creature is to spawn. &lt;br /&gt;
*&amp;lt;tt&amp;gt;[CLUSTER_NUMBER:X]&amp;lt;/tt&amp;gt;: This determines ''how many'' creatures will appear at one time on a map.&lt;br /&gt;
*&amp;lt;tt&amp;gt;[POPULATION_NUMBER:X]&amp;lt;/tt&amp;gt;: This determines the ''total number'' of this type of creature that can ''ever'' visit your fortress - the exact number varies, depending on the map.&lt;br /&gt;
 &lt;br /&gt;
For example, [[deer]] have a &amp;lt;tt&amp;gt;[POPULATION_NUMBER:15:30]&amp;lt;/tt&amp;gt;, meaning that if you kill between 15-30 deer, no more deer will ever visit your fortress.&lt;br /&gt;
&lt;br /&gt;
==Reading the Table==&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
|}&lt;br /&gt;
The above columns indicate, in order:&lt;br /&gt;
* '''Graphic:''' The sprite assigned to the creature. Seen only in the [[premium version]].&lt;br /&gt;
* '''Tile:''' The tile assigned to the creature, how you will see it without a graphic set.&lt;br /&gt;
* '''Name:''' The name of the creature as it displays in-game.&lt;br /&gt;
* '''Playable:''' If &amp;quot;No&amp;quot;, the creature is not playable in any modes. &amp;quot;Fort&amp;quot; indicates that the creature is playable in fortress mode ({{token|SITE_CONTROLLABLE|e}}). &amp;quot;Adv&amp;quot; indicates that the creature is playable in adventure mode. All creatures except humans must have a population in an {{token|ALL_MAIN_POPS_CONTROLLABLE|e}} civilization in order to be playable in adventure mode; goblins (and other creatures) cannot be played from a goblin civ. Humans can be played whether or not a population exists due to {{token|OUTSIDER_CONTROLLABLE|c}}, but an {{tt|[ALL_MAIN_POPS_CONTROLLABLE]}} civ still needs to have existed at some point. Creatures with {{token|LOCAL_POPS_CONTROLLABLE|c}} are also playable in adventure mode.&lt;br /&gt;
* '''Hostile:''' If &amp;quot;Yes&amp;quot;, then the creature will attack on sight,{{verify}} if &amp;quot;No&amp;quot; then the creature is either neutral, or friendly -  mindless [[undead]] creatures are always hostile to living things.&lt;br /&gt;
* '''Food Source:''' If &amp;quot;Yes&amp;quot;, then the creature can be butchered into an [[meat|edible substance]] that your dwarves will feed on.&lt;br /&gt;
* '''Adult Body Size:''' The average [[size]] of the creature when an adult. This can be anywhere from 500 for a [[rabbit]], to 25,000,000 for a [[dragon]]. This value represents the creature's volume in cm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;, which, for creatures made of flesh, more-or-less equals the creature's weight in grams.[http://www.bay12forums.com/smf/index.php?topic=30026.msg831163#msg831163] These sizes do not correspond to the sizes which trigger [[pressure plate]]s. Size is modified with height and broadness (i.e. incredibly skinny and short is below the average weight, while a fat and tall one is above it).&lt;br /&gt;
* '''Pet Value:''' This is the base value that the creature and its butchering products can be bought and sold for during [[trading]].&lt;br /&gt;
* '''Biome:''' Where the creature can be found.&lt;br /&gt;
* '''Features:''' Any special features the creature possesses, including things such as [[cave blob|causing a syndrome]], [[dragon|breathing fire]], or [[giant cave spider|spinning webs]].&lt;br /&gt;
&lt;br /&gt;
Note: If you wish to view alternate ways of sorting creatures, such as sorting by biomes and location, or sorting domestic creatures by features, there is a new page found here: [[Alternate creature sorting]]&lt;br /&gt;
&lt;br /&gt;
==Creatures==&lt;br /&gt;
===Civilized===&lt;br /&gt;
====Main races====&lt;br /&gt;
These are intelligent creatures that form the dominant [[civilisation|civilized]] races of the world. While most are part of society, many have turned to [[Bandits|banditry]].&lt;br /&gt;
&lt;br /&gt;
{{v50_creaturecurrent_table_head}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Dwarf|symbol=☺|color=3:0:0|playable=Fort, Adv|hostile=No|food=No|size=60,000|value=Not tameable|biome=[[Mountain halls]], [[Fortress|dwarf fortress]]es, [[hillock]]s|note=Trading race}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Elf|symbol=e|color=3:0:0|playable=Adv|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=60,000|value=Not tameable|biome=[[Forest retreat]]s|note=Trading race}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Human|symbol=U|color=3:0:0|playable=Adv|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=70,000|value=Not tameable|biome=[[Town]]s and [[hamlet]]s|note=Trading race}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Goblin|symbol=g|color=7:0:0|playable=Adv|hostile=Usually&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=60,000|value=Not tameable|biome=[[Dark fortress]]es and [[dark pit]]s|note=Snatchers&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kobold|symbol=k|color=6:0:0|playable=Adv|hostile=Usually&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=20,000|value=Not tameable|biome=[[Cave]]s|note=Skulking race}}&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. Whether or not you are hostile with select civilized races depends on the history of your game world, and its length. Shorter histories mean less ongoing wars and general hostility, good for a newer player to learn the basics.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. Snatchers try to snatch children of other civilizations. Snatched individuals become part of the Snatcher's civilization.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Underground Tribes ====&lt;br /&gt;
Intelligent [[animal people]] that form crude civilizations underground, but will not trade with you. They wield some weapons and can join adventurers. They can also perform [[Ambush|ambushes]] once the [[cavern]]s are reached, depending on which creatures are hostile.&lt;br /&gt;
&lt;br /&gt;
{{v50_creaturecurrent_table_head}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Amphibian man|symbol=a|color=6:0:0|playable=No|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=20,000|value=Not tameable|biome=Underground|note=Amphibious}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Antman|symbol=a|color=0:0:1|playable=No|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=Variable&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;|value=Not tameable|biome=Underground|note=Four castes}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bat man|symbol=b|color=0:0:1|playable=Adv|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=35,050|value=Not tameable|biome=Underground|note=Can fly}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cave fish man|symbol=f|color=7:0:1|playable=Adv|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=35,500|value=Not tameable|biome=Underground|note=Amphibious}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cave swallow man|symbol=s|color=0:0:1|playable=Adv|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=35,050|value=Not tameable|biome=Underground|note=Can fly}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Olm man|symbol=o|color=7:0:1|playable=Adv|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=35,100|value=Not tameable|biome=Underground|note=Amphibious}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Reptile man|symbol=r|color=2:0:0|playable=No|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=50,000|value=Not tameable|biome=Underground|note=Amphibious}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Rodent man|symbol=r|color=0:0:1|playable=No|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=40,000|value=Not tameable|biome=Underground|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Serpent man|symbol=s|color=7:0:1|playable=No|hostile=Variable&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|food=No|size=50,000|value=Not tameable|biome=Underground|note=Amphibious; Causes [[Syndrome]]}}&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. Animal person civilizations initially encountered in the caverns will never be hostile, even if the game states otherwise. Those encountered in ambushes, however, will be aggressive.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. Ant-men body sizes depend on their caste.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Livestock and Domestic Animals ===&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creatures that have long been [[Domestic animal|domesticated]], and either play a part in the [[meat industry]], or are simply [[pet]]s to keep dwarves company. Note: Except for [[wagon]]s, domestic animals can be bought at embark, or requested from dwarven caravans.  Animals of these types below that are caught in the wild with [[cage trap]]s can be tamed after only one session with an [[animal trainer]].&lt;br /&gt;
&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Alpaca|symbol=a|color=7:0:1|food=Yes|playable=No|hostile=No|size=70,000|value=200|biome=N/A|note=Domestic, milkable and can be sheared}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:peafowls_sprite_anim.gif]]|name=&lt;br /&gt;
Blue peafowl|symbol=p|color=1:0:1|food=Yes|playable=No|hostile=No|size=4,000|value=10|biome=Tropical broadleaf forest|note=Domestic, lay eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cat|symbol=c|color=0:0:1|food=Yes|playable=No|hostile=No|size=5,000|value=20|biome=N/A|note=Domestic}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cavy|symbol=c|color=7:0:0|food=No|playable=No|hostile=No|size=800|value=3|biome=Tropical savanna, grassland, and shrubland|note=Domestic}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:chickens_sprite_anim.gif]]|name=Chicken|symbol=c|color=6:0:0|food=Yes|playable=No|hostile=No|size=3,000|value=10|biome=N/A|note=Domestic, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cow|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=600,000|value=300|biome=N/A|note=Domestic and milkable}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:dogs_sprite_anim.gif]]|name=Dog|symbol=d|color=6:0:0|food=Yes|playable=No|hostile=No|size=30,000|value=30|biome=N/A|note=Domestic and trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:ducks_sprite_anim.gif]]|name=Duck|symbol=d|color=2:0:0|food=No|playable=No|hostile=No|size=1,000|value=10|biome=Any lakes and any wetland|note=Domestic, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Donkey|symbol=D|color=6:0:0|food=Yes|playable=No|hostile=No|size=300,000|value=200|biome=N/A|note=Domestic, milkable, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Goat|symbol=g|color=6:0:0|food=Yes|playable=No|hostile=No|size=50,000|value=50|biome=N/A|note=Domestic and milkable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Goose|symbol=g|color=7:0:1|food=Yes|playable=No|hostile=No|size=4,500|value=10|biome=Temperate lakes and temperate marshes|note=Domestic, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Guineafowl|symbol=g|color=0:0:1|food=No|playable=No|hostile=No|size=1,500|value=10|biome=N/A|note=Domestic, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Horse|symbol=H|color=7:0:0|food=Yes|playable=No|hostile=No|size=500,000|value=200|biome=N/A|note=Domestic, milkable, wagon puller, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Llama|symbol=L|color=7:0:1|food=Yes|playable=No|hostile=No|size=180,000|value=200|biome=N/A|note=Domestic, milkable, pack animal and can be sheared}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mule|symbol=M|color=7:0:0|food=Yes|playable=No|hostile=No|size=400,000|value=200|biome=N/A|note=Domestic, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=One-humped camel|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=500,000|value=500|biome=Any desert|note=Domestic, milkable, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pig|symbol=p|color=5:0:1|food=Yes|playable=No|hostile=No|size=60,000|value=100|biome=N/A|note=Domestic and milkable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rabbit|symbol=r|color=6:0:0|food=No|playable=No|hostile=No|size=500|value=3|biome=Temperate savanna, grassland, and shrubland|note=Domestic}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Reindeer|symbol=R|color=6:0:0|food=Yes|playable=No|hostile=No|size=130,000|value=200|biome=Tundra and taiga|note=Domestic and milkable}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:sheep_sprite_anim.gif]]|name=Sheep|symbol=s|color=7:0:1|food=Yes|playable=No|hostile=No|size=50,000|value=100|biome=N/A|note=Domestic, milkable and can be sheared}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Turkey|symbol=t|color=4:0:1|food=Yes|playable=No|hostile=No|size=5,000|value=10|biome=Temperate forest, swamp and shrubland|note=Domestic, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Two-humped camel|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=500,000|value=500|biome=Any desert|note=Domestic, milkable, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:wagon_sprite.png|x40px]]|name=Wagon|symbol=W|color=6:0:0|food=No|playable=No|hostile=No|size=12,000|value=Not tameable|biome=|note=A special &amp;quot;creature&amp;quot; - see [[wagon|article]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Water buffalo|symbol=W|color=0:0:1|food=Yes|playable=No|hostile=No|size=1,000,000|value=200|biome=Tropical wetland|note=Domestic, milkable, wagon puller, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Yak|symbol=Y|color=6:0:0|food=Yes|playable=No|hostile=No|size=700,000|value=200|biome=Mountains|note=Domestic, milkable, wagon puller, pack animal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Beasts and Monsters===&lt;br /&gt;
All kinds of monstrous creatures that roam the land and underground caverns, including: [[semi-megabeast]]s, [[megabeast]]s, and randomly generated ones that can take any form. all very powerful and can easily be game-ending.&lt;br /&gt;
&lt;br /&gt;
====Semi-Megabeasts====&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cyclops|symbol=C|color=4:0:1|food=No|playable=No|hostile=Yes|size=8,000,000|value=Not tameable|biome=All land|note=One eyed}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ettin|symbol=E|color=6:0:1|food=No|playable=No|hostile=Yes|size=8,000,000|value=Not tameable|biome=All land|note=Has two heads}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant|symbol=G|color=3:0:0|food=No|playable=No|hostile=Yes|size=9,000,000|value=Not tameable|biome=All land|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Minotaur|symbol=M|color=6:0:0|food=No|playable=No|hostile=Yes|size=220,000|value=Not tameable|biome=All land|note=Starts with combat skill}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Megabeasts====&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=&lt;br /&gt;
Bronze colossus|symbol=C|color=6:0:0|food=No|playable=No|hostile=Yes|size=20,000,000|value=Not tameable|biome=All land|note=Made of bronze, fairly hard to kill, drops masterwork [[bronze]] [[statue]] on death}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dragon|symbol=D|color=2:0:0|food=Yes|playable=No|hostile=Yes|size=25,000,000|value=10000|biome=All land|note=Breathes fire, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hydra|symbol=H|color=4:0:1|food=Yes|playable=No|hostile=Yes|size=8,000,000|value=10000|biome=All land|note=Has seven heads}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Roc|symbol=R|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=20,000,000|value=10000|biome=All land|note=Can fly, trainable}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Procedurally generated====&lt;br /&gt;
These creatures are procedurally generated, and different for every savefile. Their raws may be extracted from the world.dat file in uncompressed save folders. Their sprite will appear as the closest resemblance to their randomly generated appearance, including their colors and design, such as having wings, trunks, tusks, etc. The animated sprites below are just a few possible sprites without custom colors added.&lt;br /&gt;
&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:beast_sprites_preview_anim.gif]]|name=Forgotten beast|symbol=&amp;lt;span style=&amp;quot;font-size:80%;&amp;quot;&amp;gt;Any&amp;lt;/span&amp;gt;|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=10,000,000|value=Not tameable|biome=All underground|note=See article for more information}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:beast_sprites_preview_anim.gif]]|name=Titan|symbol=&amp;lt;span style=&amp;quot;font-size:80%;&amp;quot;&amp;gt;Any&amp;lt;/span&amp;gt;|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=10,000,000|value=Not tameable|biome=All above-ground|note=See article for more information}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Wild Animals ===&lt;br /&gt;
This section includes wild [[animals]], as well as their giant and humanoid counterparts. Wild animals are mostly found roaming the wilderness. Many of them are predators, while others are benign, and will not attack unless being attacked first. Some will be drawn to your stockpiles to steal [[steals drink|drink]], [[Steals food|food]] or [[Steals items|something shiny]]. Some can be easily overcome, and yet others can be significant threats, like the dreaded [[elephant]].&lt;br /&gt;
&lt;br /&gt;
==== Agitation ====&lt;br /&gt;
Disruption of the environment in a [[savage]] biome, such as [[woodcutting]] or [[fishing]], may cause the appearance of &amp;quot;agitated&amp;quot; or &amp;quot;irritated&amp;quot; animals. Agitated animals will directly seek out and attack dwarves, instead of their normal behavior. Agitation rate and threshold can be adjusted in the [[Difficulty#Wilderness_irritation|difficulty]] [[settings]]. Agitation can be removed by [[taming]] animals captured in [[cage trap]]s. With [[DFHack]], it is possible to check current agitation status by executing the command &amp;lt;code&amp;gt;agitation-rebalance status&amp;lt;/code&amp;gt;[https://docs.dfhack.org/en/stable/docs/tools/agitation-rebalance.html].&lt;br /&gt;
&lt;br /&gt;
====Above Ground====&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
{{v50_creaturecurrent table head|class=&amp;quot;wikitable sortable&amp;quot;}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Aardvark|symbol=a|color=7:0:0|food=Yes|playable=No|hostile=No|size=50,000|value=50|biome=Tropical shrubland, tropical savanna, tropical grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Aardvark man|symbol=a|color=7:0:0|food=No|playable=Adv|hostile=No|size=60,000|value=50|biome=Tropical shrubland, tropical savanna, tropical grassland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Adder|symbol=a|color=6:0:0|food=Yes|playable=No|hostile=No|size=150|value=50|biome=Temperate grassland, temperate savanna, temperate shrubland, any temperate forest, any temperate wetland|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Adder man|symbol=a|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,075|value=50|biome=Temperate grassland, temperate savanna, temperate shrubland, any temperate forest, any temperate wetland|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Alligator|symbol=A|color=2:0:0|playable=No|hostile=Yes|food=Yes|size=400,000|value=650|biome=Freshwater swamps, marshes, rivers|note=Amphibious}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Anaconda|symbol=A|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=100,000|value=200|biome=Any tropical swamp|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Anaconda man|symbol=A|color=2:0:1|food=No|playable=Adv|hostile=Yes|size=85,000|value=200|biome=Any tropical swamp|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Anole man|symbol=a|color=2:0:1|food=No|playable=Adv|hostile=Yes|size=35,045|value=n/a|biome=Any tropical forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Armadillo|symbol=a|color=7:0:0|food=Yes|playable=No|hostile=No|size=7,500|value=20|biome=Tropical savanna, tropical grassland, tropical shrubland, any tropical forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Armadillo man|symbol=a|color=7:0:0|food=No|playable=Adv|hostile=No|size=38,750|value=20|biome=Tropical savanna, tropical grassland, tropical shrubland, any tropical forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Aye-aye|symbol=a|color=7:0:0|food=Yes|playable=No|hostile=No|size=2,500|value=50|biome=Tropical dry broadleaf forest, tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Aye-aye man|symbol=a|color=7:0:0|food=No|playable=Adv|hostile=No|size=36,250|value=50|biome=Tropical dry broadleaf forest, tropical moist broadleaf forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Badger|symbol=b|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=15,000|value=25|biome=Taiga, any temperate savanna, grassland, shrubland, forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Badger man|symbol=b|color=7:0:0|food=No|playable=Adv|hostile=No|size=42,500|value=25|biome=Taiga, any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Bark scorpion man|symbol=s|color=6:0:1|food=No|playable=Adv|hostile=No|size=35,001|value=Not tameable|biome=Any desert, tropical grassland, tropical savanna, tropical shrubland, tropical conifer forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Barn owl|symbol=b|color=6:0:0|food=Yes|playable=No|hostile=No|size=500|value=25|biome=Any wetland, any temperate forest, tropical conifer forest, tropical dry broadleaf forest, any shrubland, any savanna, any grassland, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Barn owl man|symbol=b|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,250|value=25|biome=Any wetland, any temperate forest, tropical conifer forest, tropical dry broadleaf forest, any shrubland, any savanna, any grassland, any desert|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Beak dog|symbol=B|color=4:0:0|food=Yes|playable=No|hostile=Yes|size=150,000|value=50|biome=Evil marshes|note=Can be mounted by goblins}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Beetle man|symbol=b|color=4:0:0|food=No|playable=Adv|hostile=Yes|size=35,000|value=n/a|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Bilou|symbol=g|color=0:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=500|biome=Tropical broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Black bear|symbol=B|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=120,000|value=300|biome=Taiga, temperate forest|note=Steals booze}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Black bear man|symbol=B|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=95,000|value=n/a|biome=Forest taiga, any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Black mamba|symbol=s|color=0:0:1|food=Yes|playable=No|hostile=No|size=5,000|value=50|biome=Tropical savanna, tropical shrubland, any tropical forest, any tropical swamp|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Black mamba man|symbol=s|color=0:0:1|food=No|playable=Adv|hostile=No|size=37,500|value=50|biome=Tropical savanna, tropical shrubland, any tropical forest, any tropical swamp|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:black_crested_gibbon_sprite_anim.gif]]|name=Black-crested gibbon|symbol=g|color=0:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=500|biome=Tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Black-handed gibbon|symbol=g|color=0:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=500|biome=Tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Blizzard man|symbol=M|color=3:0:1|food=No|playable=No|hostile=Yes|size=300,000|value=Not tameable|biome=Tundra, glacier|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:peafowls_sprite_anim.gif]]|name=Blue peafowl|symbol=p|color=1:0:1|food=Yes|playable=No|hostile=No|size=4,000|value=10|biome=Tropical broadleaf forest|note=Domestic, lay eggs}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bluejay man|symbol=b|color=1:0:1|food=No|playable=Adv|hostile=Yes|size=35,050|value=n/a|biome= Temperate grassland, temperate savanna, temperate shrubland, temperate broadleaf forest, temperate conifer forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bobcat|symbol=b|color=6:0:0|food=Yes|playable=No|hostile=No|size=8,000|value=75|biome=Any forest, any desert, tropical freshwater swamp, tropical saltwater swamp, temperate freshwater swamp, temperate saltwater swamp, mangrove swamp, mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bobcat man|symbol=b|color=6:0:0|food=No|playable=Adv|hostile=No|size=39,000|value=75|biome=Any forest, any desert, tropical freshwater swamp, tropical saltwater swamp, temperate freshwater swamp, temperate saltwater swamp, mangrove swamp, mountain|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bonobo|symbol=b|color=0:0:1|food=Yes|playable=No|hostile=No|size=50,000|value=500|biome=Tropical broadleaf forest, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Brown recluse spider man|symbol=s|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Temperate broadleaf forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bushmaster|symbol=s|color=6:0:0|food=Yes|playable=No|hostile=No|size=8,500|value=50|biome=Tropical moist broadleaf forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bushmaster man|symbol=s|color=6:0:0|food=No|playable=Adv|hostile=No|size=39,250|value=50|biome=Tropical moist broadleaf forest|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Bushtit man|symbol=b|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,002|value=30|biome=Any temperate forest|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Buzzard|symbol=b|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=1,400|value=30|biome=Any desert, temperate grassland, savanna, marsh|note=Steals food, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Buzzard man|symbol=b|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=35,700|value=n/a|biome=Temperate freshwater marsh, temperate saltwater marsh, temperate grassland, temperate savanna, any desert|note=Animal person, lays eggs}} &lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Capuchin|symbol=c|color=7:0:1|food=Yes|playable=No|hostile=No|size=3,500|value=50|biome=Any tropical forest, mangrove swamp|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Capuchin man|symbol=c|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=36,750|value=50|biome=Any tropical forest, mangrove swamp|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Capybara|symbol=c|color=6:0:0|food=Yes|playable=No|hostile=No|size=45,000|value=100|biome=Any wetland|note=Makes sounds in Adventure mode}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Capybara man|symbol=c|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=57,499|value=100|biome=Any wetland|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cardinal man|symbol=c|color=4:0:1|food=No|playable=Adv|hostile=Yes|size=35,025|value=n/a|biome= temperate grassland, temperate savanna, temperate shrubland, temperate broadleaf forest, temperate conifer forest |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cassowary|symbol=c|color=0:0:1|food=Yes|playable=No|hostile=No|size=50,000|value=100|biome=Tropical moist broadleaf forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cassowary man|symbol=c|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=60,000|value=100|biome=Tropical moist broadleaf forest|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cavy|symbol=c|color=7:0:0|food=No|playable=No|hostile=No|size=800|value=3|biome=Tropical savanna, grassland, shrubland|note=Domestic}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Chameleon man|symbol=c|color=2:0:1|food=No|playable=Adv|hostile=Yes|size=35,075|value=n/a|biome=Any tropical forest, shrubland tropical, savanna tropical, any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cheetah|symbol=c|color=6:0:1|playable=No|hostile=Yes|food=Yes|size=50,000|value=200|biome=Tropical savanna, grassland, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cheetah man|symbol=c|color=6:0:1|food=No|playable=Adv|hostile=Yes|size=60,000|value=n/a|biome=tropical savanna, tropical grassland,  tropical shrubland|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Chimpanzee|symbol=c|color=0:0:1|playable=No|hostile=No|food=Yes|size=50,000|value=500|biome=Tropical broadleaf forest, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Chinchilla|symbol=c|color=7:0:0|food=Yes|playable=No|hostile=No|size=500|value=3|biome=Mountain|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Chinchilla man|symbol=c|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=35,250|value=3|biome=Mountain|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Chipmunk man|symbol=c|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=35,150|value=n/a|biome=Any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Coati|symbol=c|color=6:0:0|food=Yes|playable=No|hostile=No|size=6,000|value=50|biome=Any temperate forest, any tropical forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Coati man|symbol=c|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=38,000|value=50|biome=Any temperate forest, any tropical forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cockatiel man|symbol=c|color=7:0:1|food=No|playable=Adv|hostile=No|size=35,045|value=30|biome=Any desert, temperate grassland|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Copperhead snake|symbol=s|color=6:0:0|food=Yes|playable=No|hostile=No|size=500|value=50|biome=Temperate broadleaf forest, any temperate swamp|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Copperhead snake man|symbol=s|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=35,250|value=50|biome=Temperate broadleaf forest, any temperate swamp|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cougar|symbol=c|color=6:0:1|playable=No|hostile=Yes|food=Yes|size=60,000|value=100|biome=Any forest, any shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Cougar man|symbol=c|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=65,000|value=n/a|biome=Any temperate forest, any tropical forest, temperate shrubland, tropical shrubland |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Coyote|symbol=c|color=7:0:0|food=Yes|playable=No|hostile=No|size=15,000|value=50|biome=Mountain, tundra, taiga, any temperate forest, temperate savanna, temperate grassland, temperate shrubland, any temperate wetland, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Coyote man|symbol=c|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=42,500|value=50|biome=Mountain, tundra, taiga, any temperate forest, temperate savanna, temperate grassland, temperate shrubland, any temperate wetland, any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Crow man|symbol=c|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,250|value=10|biome=Temperate grassland, temperate savanna, temperate shrubland, taiga, any temperate forest, any temperate wetland|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Dark gnome|symbol=g|color=3:0:0|food=No|playable=No|hostile=Yes|size=15,000|value=Not tameable|biome=Evil mountain|note=Steals booze}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:deer_sprites_anim.gif]]|name=Deer|symbol=D|color=6:0:0|playable=No|hostile=No|food=Yes|size=140,000|value=50|biome=Taiga, temperate forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:deer_man_sprites_anim.gif]]|name=Deer man|symbol=d|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=105,000|value=n/a|biome=Forest taiga, any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Desert tortoise|symbol=t|color=6:0:0|food=Yes|playable=No|hostile=No|size=5,500|value=50|biome=Any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Desert tortoise man|symbol=t|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=37,750|value=50|biome=Any desert|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dingo|symbol=d|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=20,000|value=50|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dingo man|symbol=d|color=6:0:1|food=Yes|playable=Adv|hostile=Yes|size=45,000|value=50|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:ducks_sprite_anim.gif]]|name=Duck|symbol=d|color=2:0:0|food=No|playable=No|hostile=No|size=1,000|value=10|biome=Any lakes, any wetland|note=Domestic, lay eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Eagle|symbol=e|color=6:0:0|food=Yes|playable=No|hostile=No|size=4,000|value=25|biome=Any wetland, any forest, any shrubland, any savanna, any grassland, any desert, mountain, tundra|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Eagle man|symbol=e|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=37,000|value=25|biome=Any wetland, any forest, any shrubland, any savanna, any grassland, any desert, mountain, tundra|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Echidna|symbol=e|color=6:0:0|food=Yes|playable=No|hostile=No|size=10,000|value=50|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Echidna man|symbol=e|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=40,000|value=50|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland, any desert|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Elephant|symbol=E|color=7:0:0|food=Yes|playable=No|hostile=No|size=5,000,000|value=500|biome=Tropical forest, shrubland|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Elephant man|symbol=E|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=2,535,000|value=n/a|biome=Any tropical forest, shrubland tropical|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:elk_sprites_anim.gif]]|name=Elk|symbol=E|color=6:0:0|food=Yes|playable=No|hostile=No|size=300,000|value=100|biome=Tundra, temperate grassland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:elk_man_sprites_anim.gif]]|name=Elk man|symbol=E|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=185,000|value=n/a|biome=Tundra, temperate grassland |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Emu|symbol=E|color=6:0:0|food=Yes|playable=No|hostile=No|size=35,000|value=100|biome=Temperate shrubland, any temperate forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Emu man|symbol=E|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=52,500|value=100|biome=Temperate shrubland, any temperate forest|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Firefly man|symbol=f|color=2:0:1|food=No|playable=Adv|hostile=Yes|size=35,000|value=n/a|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Fly man|symbol=f|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=35,000|value=n/a|biome=Any non-freezing biome, any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Flying squirrel man|symbol=s|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,100|value=10|biome=Any temperate forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Foul blendec|symbol=b|color=0:0:1|food=No|playable=No|hostile=Yes|size=60,000|value=250|biome=Most evil forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Fox|symbol=f|color=4:0:0|playable=No|hostile=No|food=Yes|size=6,000|value=25|biome=Taiga, temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Fox man|symbol=f|color=4:0:0|food=No|playable=Adv|hostile=Yes|size=38,000|value=n/a|biome=Forest taiga, any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gazelle|symbol=g|color=6:0:0|playable=No|hostile=No|food=Yes|size=20,000|value=50|biome=Tropical savanna, grassland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gazelle man|symbol=g|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=45,000|value=n/a|biome= Tropical savanna, tropical grassland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant aardvark|symbol=A|color=7:0:0|food=Yes|playable=No|hostile=No|size=560,000|value=500|biome=Tropical shrubland, tropical savanna, tropical grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant adder|symbol=A|color=6:0:0|food=Yes|playable=No|hostile=No|size=201,049|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland, any temperate forest, any temperate wetland|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant anaconda|symbol=A|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=933,000|value=500|biome=Any tropical swamp|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant anole|symbol=A|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=200,629|value=500|biome=Any tropical forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant armadillo|symbol=A|color=7:0:0|food=Yes|playable=No|hostile=No|size=252,750|value=1000|biome=Tropical savanna, tropical grassland, tropical shrubland, any tropical forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant aye-aye|symbol=A|color=7:0:0|food=Yes|playable=No|hostile=No|size=217,525|value=500|biome=Tropical dry broadleaf forest, tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant badger|symbol=B|color=7:0:0|food=Yes|playable=No|hostile=No|size=306,000|value=500|biome=Taiga, any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant bark scorpion|symbol=S|color=6:0:1|food=No|playable=No|hostile=No|size=200,021|value=500|biome=Any desert, tropical grassland, tropical savanna, tropical shrubland, tropical conifer forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant barn owl|symbol=B|color=6:0:0|food=Yes|playable=No|hostile=No|size=203,500|value=500|biome=Any wetland, any temperate forest, tropical conifer forest, tropical dry broadleaf forest, any shrubland, any savanna, any grassland, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant beetle|symbol=B|color=4:0:0|food=Yes|playable=No|hostile=Yes|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant black bear|symbol=B|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=1,084,800|value=500|biome=Forest taiga, any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant black mamba|symbol=S|color=0:0:1|food=Yes|playable=No|hostile=No|size=235,100|value=500|biome=Tropical savanna, tropical shrubland, any tropical forest, any tropical swamp|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant bluejay|symbol=B|color=1:0:1|food=Yes|playable=No|hostile=Yes|size=200,700|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland, temperate broadleaf forest, temperate conifer forest |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant bobcat|symbol=B|color=6:0:0|food=Yes|playable=No|hostile=No|size=256,320|value=500|biome=Any forest, any desert, tropical freshwater swamp, tropical saltwater swamp, temperate freshwater swamp, temperate saltwater swamp, mangrove swamp, mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant brown recluse spider|symbol=S|color=6:0:0|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Temperate broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant bushmaster|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=259,845|value=500|biome=Tropical moist broadleaf forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant bushtit|symbol=B|color=6:0:0|food=No|playable=No|hostile=No|size=200,035|value=500|biome=Any temperate forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant buzzard|symbol=B|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=209,804|value=500|biome=Temperate freshwater marsh, temperate saltwater marsh, temperate grassland, temperate savanna, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant capuchin|symbol=C|color=7:0:1|food=Yes|playable=No|hostile=No|size=224,560|value=500|biome=Any tropical forest, mangrove swamp|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant capybara|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=523,350|value=500|biome=Any wetland|note=Makes sounds in Adventure mode}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cardinal|symbol=C|color=4:0:1|food=Yes|playable=No|hostile=Yes|size=200,350|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland, temperate broadleaf forest, temperate conifer forest |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cassowary|symbol=C|color=0:0:1|food=Yes|playable=No|hostile=No|size=560,000|value=500|biome=Tropical moist broadleaf forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant chameleon|symbol=C|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=201,049|value=500|biome=Any tropical forest, shrubland tropical, savanna tropical, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cheetah|symbol=C|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=560,000|value=500|biome=Tropical savanna, grassland, shrubland|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant chinchilla|symbol=C|color=7:0:0|food=Yes|playable=No|hostile=No|size=203,500|value=500|biome=Mountain|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant chipmunk|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=202,101|value=500|biome=Any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant coati|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=242,160|value=500|biome=Any temperate forest, any tropical forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cockatiel|symbol=C|color=7:0:1|food=No|playable=No|hostile=No|size=200,629|value=500|biome=Any desert, temperate grassland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant copperhead snake|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=203,500|value=500|biome=Temperate broadleaf forest, any temperate swamp|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cougar|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=633,600|value=500|biome=Any temperate forest, any tropical forest, shrubland temperate, shrubland tropical|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant coyote|symbol=C|color=7:0:0|food=Yes|playable=No|hostile=No|size=306,000|value=500|biome=Mountain, tundra, taiga, any temperate forest, temperate savanna, temperate grassland, temperate shrubland, any temperate wetland, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant crow|symbol=C|color=0:0:1|food=No|playable=No|hostile=No|size=203,500|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland, taiga, any temperate forest, any temperate wetland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant deer|symbol=D|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=1,237,600|value=500|biome=Forest taiga, any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant desert scorpion|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=200,000|value=2500|biome=Savage desert|note=No pain, no stun, no emotion; deadly [[Syndrome]].  '''No longer exists past [[Release_information/0.42.06|0.42.06]].'''}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant desert tortoise|symbol=T|color=6:0:0|food=Yes|playable=No|hostile=No|size=238,645|value=500|biome=Any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant dingo|symbol=D|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=341,800|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant eagle|symbol=E|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=228,040|value=500|biome=Savage mountain|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant echidna|symbol=E|color=6:0:0|food=Yes|playable=No|hostile=No|size=270,500|value=500|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant elephant|symbol=E|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=40,000,000|value=500|biome=Any tropical forest, tropical shrubland |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant elk|symbol=E|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=2,478,000|value=500|biome=Tundra, temperate grassland |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant emu|symbol=E|color=6:0:0|food=Yes|playable=No|hostile=No|size=450,100|value=500|biome=Temperate shrubland, any temperate forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant firefly|symbol=F|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant fly|symbol=F|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=200,007|value=500|biome=Any non-freezing biome, any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant flying squirrel|symbol=S|color=6:0:0|food=No|playable=No|hostile=No|size=201,400|value=500|biome=Any temperate forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant fox|symbol=F|color=4:0:0|food=Yes|playable=No|hostile=Yes|size=242,160|value=500|biome=Forest taiga, any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant gazelle|symbol=G|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=341,800|value=500|biome=savanna tropical, grassland tropical|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant gila monster|symbol=G|color=4:0:1|food=Yes|playable=No|hostile=No|size=214,020|value=500|biome=Any desert|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant giraffe|symbol=G|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=8,030,000|value=500|biome=tropical savanna, tropical shrubland |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant grackle|symbol=G|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=200,840|value=500|biome=temperate grassland, temperate savanna |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant grasshopper|symbol=G|color=2:0:1|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant gray langur|symbol=L|color=7:0:0|food=Yes|playable=No|hostile=No|size=306,000|value=500|biome=Any desert, any grassland, any savanna, any shrubland, any forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant gray squirrel|symbol=S|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=202,101|value=500|biome=Any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant great horned owl|symbol=O|color=7:0:0|food=Yes|playable=No|hostile=No|size=214,020|value=500|biome=Any forest, any shrubland, any savanna, any grassland, any desert, mangrove swamp, mountain, tundra|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant green tree frog|symbol=F|color=2:0:1|food=No|playable=No|hostile=No|size=200,700|value=500|biome=Temperate freshwater pool, temperate freshwater lake, temperate freshwater swamp, temperate freshwater marsh|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant grey parrot|symbol=P|color=7:0:0|food=Yes|playable=No|hostile=No|size=202,800|value=500|biome=Tropical moist broadleaf forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant grizzly bear|symbol=B|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=1,700,000|value=500|biome=Forest taiga, any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant groundhog|symbol=G|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=221,040|value=500|biome=Temperate shrubland, temperate savanna, temperate grassland |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hamster|symbol=H|color=7:0:0|food=No|playable=No|hostile=No|size=201,049|value=500|biome=Any non-freezing biome|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hare|symbol=H|color=6:0:0|food=Yes|playable=No|hostile=No|size=224,560|value=500|biome=Temperate savanna, temperate grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hedgehog|symbol=H|color=6:0:0|food=No|playable=No|hostile=No|size=205,600|value=500|biome=Temperate shrubland, temperate savanna|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hippo|symbol=H|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=12,030,000|value=500|biome=tropical saltwater river, tropical brackishwater river, tropical freshwater river, tropical saltwater lake, tropical brackishwater lake, tropical freshwater lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hoary marmot|symbol=M|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=270,500|value=500|biome=Mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant honey badger|symbol=B|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=298,900|value=500|biome=Any tropical forest, tropical shrubland, tropical savanna, tropical grassland, any tropical wetland, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hornbill|symbol=H|color=0:0:1|food=Yes|playable=No|hostile=No|size=217,525|value=500|biome=Any tropical forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hyena|symbol=H|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=633,600|value=500|biome=Tropical savanna, tropical grassland, tropical shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant ibex|symbol=I|color=6:0:0|food=Yes|playable=No|hostile=No|size=560,000|value=500|biome=Any grassland, any desert|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant iguana|symbol=I|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=228,040|value=500|biome=Any tropical forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant impala|symbol=I|color=6:0:0|food=Yes|playable=No|hostile=No|size=560,000|value=500|biome=Tropical savanna, tropical grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant jackal|symbol=J|color=6:0:0|food=Yes|playable=No|hostile=No|size=306,000|value=500|biome=Tropical shrubland, tropical savanna, tropical grassland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant jaguar|symbol=J|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=745,500|value=500|biome=Savage tropical areas, any desert|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant jumping spider|symbol=J|color=0:0:1|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant kakapo|symbol=K|color=2:0:0|food=Yes|playable=No|hostile=No|size=221,040|value=500|biome=Temperate shrubland, temperate savanna, temperate grassland, any temperate forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant kangaroo|symbol=K|color=6:0:0|food=Yes|playable=No|hostile=No|size=857,700|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland, any desert|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant kea|symbol=K|color=2:0:0|food=Yes|playable=No|hostile=No|size=207,010|value=500|biome=Any temperate forest, temperate shrubland, mountain|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant kestrel|symbol=K|color=4:0:0|food=Yes|playable=No|hostile=No|size=201,750|value=500|biome=Tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh, any shrubland, any savanna, any grassland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant king cobra|symbol=K|color=0:0:1|food=Yes|playable=No|hostile=No|size=242,160|value=500|biome=Any tropical forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant kingsnake|symbol=K|color=7:0:1|food=Yes|playable=No|hostile=No|size=210,510|value=500|biome=Any temperate forest, temperate shrubland, mountain, any desert|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant kiwi|symbol=K|color=6:0:0|food=Yes|playable=No|hostile=No|size=217,525|value=1000|biome=Any temperate forest, temperate shrubland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant koala|symbol=K|color=7:0:0|food=Yes|playable=No|hostile=No|size=270,500|value=500|biome=Temperate broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant leopard|symbol=L|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=560,000|value=500|biome=Savage tropical areas, any desert|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant leopard gecko|symbol=G|color=6:0:1|food=No|playable=No|hostile=No|size=200,350|value=500|biome=Any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant lion|graphic=[[File:giant_lion_sprite_anim.gif]]|symbol=L|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=1,700,000|value=500|biome=Tropical savanna, Tropical grassland, Tropical shrubland |note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant lion tamarin|symbol=L|color=6:0:1|food=No|playable=No|hostile=No|size=204,302|value=500|biome=Tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant lizard|symbol=L|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=201,400|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant lorikeet|symbol=L|color=4:0:1|food=No|playable=No|hostile=No|size=201,400|value=500|biome=Tropical moist broadleaf forest, mangrove swamp|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant louse|symbol=L|color=6:0:0|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant lynx|symbol=L|color=6:0:0|food=Yes|playable=No|hostile=No|size=377,750|value=500|biome=Taiga|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant magpie|symbol=M|color=0:0:1|food=No|playable=No|hostile=No|size=201,400|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mandrill|symbol=M|color=1:0:1|food=Yes|playable=No|hostile=Yes|size=341,800|value=500|biome=Tropical moist broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mantis|symbol=M|color=2:0:1|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant masked lovebird|symbol=L|color=2:0:1|food=No|playable=No|hostile=No|size=200,629|value=500|biome=Any tropical forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant monarch butterfly|symbol=B|color=4:0:1|food=Yes|playable=No|hostile=Yes|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mongoose|symbol=M|color=7:0:0|food=Yes|playable=No|hostile=No|size=221,040|value=500|biome=Tropical savanna, tropical shrubland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant monitor lizard|symbol=M|color=6:0:0|food=Yes|playable=No|hostile=No|size=933,000|value=500|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant moose|symbol=M|color=6:0:0|food=Yes|playable=No|hostile=No|size=4,257,750|value=1000|biome=Taiga, any temperate forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mosquito|symbol=M|color=0:0:1|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome, any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant moth|symbol=M|color=6:0:0|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mountain goat|symbol=G|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=560,000|value=500|biome=Mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant muskox|symbol=M|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=2,362,650|value=500|biome=Tundra, temperate grassland |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant ocelot|symbol=O|color=6:0:1|food=Yes|playable=No|hostile=No|size=377,750|value=500|biome=Any tropical forest, mangrove swamp, tropical savanna, tropical grassland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant one-humped camel|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=4,055,000|value=500|biome=any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant opossum|symbol=O|color=7:0:0|food=Yes|playable=No|hostile=No|size=221,040|value=500|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant oriole|symbol=O|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=200,280|value=500|biome=Temperate broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant osprey|symbol=O|color=7:0:1|food=Yes|playable=No|hostile=No|size=214,020|value=500|biome=Any ocean, any lake, any river, tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant ostrich|symbol=O|color=0:0:1|food=Yes|playable=No|hostile=No|size=857,700|value=1000|biome=Tropical savanna, tropical grassland, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant pangolin|symbol=P|color=6:0:0|food=Yes|playable=No|hostile=No|size=235,100|value=500|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant parakeet|symbol=P|color=2:0:1|food=No|playable=No|hostile=No|size=200,840|value=500|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant peach-faced lovebird|symbol=L|color=2:0:1|food=No|playable=No|hostile=No|size=200,419|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland, temperate broadleaf forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant peregrine falcon|symbol=P|color=6:0:0|food=Yes|playable=No|hostile=No|size=113,292|value=500|biome=Any wetland, any temperate forest, tropical conifer forest, tropical dry broadleaf forest, taiga, any shrubland, any savanna, any grassland, any desert, mountain, tundra|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant polar bear|symbol=B|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=3,268,000|value=500|biome=Glacier, tundra|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant porcupine|symbol=P|color=6:0:0|food=Yes|playable=No|hostile=No|size=263,430|value=500|biome=Temperate shrubland, temperate savanna, temperate grassland, temperate conifer forest, taiga, any desert, tundra|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant python|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=1,700,000|value=500|biome=Tropical moist broadleaf forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant raccoon|symbol=R|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=249,270|value=500|biome=Taiga forest, any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant rattlesnake|symbol=S|color=7:0:0|food=Yes|playable=No|hostile=No|size=249,270|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant raven|symbol=R|color=0:0:1|food=No|playable=No|hostile=No|size=208,403|value=500|biome=Temperate grassland, temperate savanna, temperate shrubland, taiga, any temperate forest, any temperate wetland, tundra, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant red panda|symbol=P|color=4:0:0|food=Yes|playable=No|hostile=No|size=235,100|value=500|biome=Any temperate forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant red squirrel|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=202,101|value=500|biome=Any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant rhesus macaque|symbol=M|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=235,100|value=500|biome=Shrubland temperate, savanna temperate, grassland temperate|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant rhinoceros|symbol=R|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=24,000,000|value=500|biome=Grassland tropical, savanna tropical, shrubland tropical|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant roach|symbol=R|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant skink|symbol=S|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=203,500|value=500|biome=Any temperate, any tropical, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant skunk|symbol=S|color=0:0:1|food=Yes|playable=No|hostile=No|size=228,040|value=500|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant sloth|symbol=S|color=7:0:0|food=Yes|playable=No|hostile=No|size=242,160|value=500|biome=Any tropical forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant sloth bear|symbol=B|color=0:0:1|food=Yes|playable=No|hostile=No|size=933,000|value=500|biome=Any tropical forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant slug|symbol=S|color=6:0:0|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant snail|symbol=S|color=7:0:0|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant snowy owl|symbol=O|color=7:0:1|food=Yes|playable=No|hostile=No|size=214,020|value=500|biome=Tundra|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant sparrow|symbol=S|color=6:0:0|food=No|playable=No|hostile=No|size=200,210|value=500|biome=Any grassland, any savanna, any shrubland, any temperate forest, any tropical forest, any desert, any wetland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant spider monkey|symbol=M|color=0:0:1|food=Yes|playable=No|hostile=No|size=259,845|value=500|biome=Tropical moist broadleaf forest, tropical dry broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant stoat|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=202,450|value=500|biome=Taiga, tundra|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant swan|symbol=S|color=7:0:1|food=Yes|playable=No|hostile=No|size=270,500|value=500|biome=Any temperate lake, any temperate marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant tapir|symbol=T|color=7:0:1|food=Yes|playable=No|hostile=No|size=1,700,000|value=500|biome=Tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant thrips|symbol=T|color=6:0:0|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant tick|symbol=T|color=6:0:0|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant tiger|symbol=T|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=1,894,500|value=500|biome=Some savage tropical areas|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant tortoise|symbol=T|color=6:0:0|food=Yes|playable=No|hostile=No|size=300,000|value=50|biome=Tropical shrubland, tropical savanna|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant tortoise man|symbol=T|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=185,000|value=50|biome=Tropical shrubland, tropical savanna|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant two-humped camel|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=4,055,000|value=500|biome=any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant vulture|symbol=V|color=4:0:0|food=Yes|playable=No|hostile=Yes|size=263,430|value=500|biome=Grassland tropical, savanna tropical, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant warthog|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=933,000|value=500|biome=Savanna tropical, grassland tropical, shrubland tropical|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant weasel|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=No|size=201,400|value=500|biome=Any land|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant white stork|symbol=S|color=7:0:1|food=Yes|playable=No|hostile=No|size=221,040|value=500|biome=Any grassland, any wetland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant wild boar|symbol=B|color=6:0:0|food=Yes|playable=No|hostile=No|size=783,199|value=500|biome=Any savanna, any grassland, any shrubland, any forest, any wetland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant wolf|symbol=W|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=486,800|value=500|biome=Tundra, forest taiga, any temperate forest, shrubland temperate|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant wolverine|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=No|size=341,800|value=500|biome=Taiga, mountain|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant wombat|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=No|size=377,750|value=500|biome=Any temperate forest, temperate shrubland, mountain|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant wren|symbol=W|color=6:0:0|food=No|playable=No|hostile=No|size=200,280|value=500|biome=Any forest, any grassland, any savanna, any shrubland, any wetland, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gigantic panda|symbol=P|color=7:0:1|food=Yes|playable=No|hostile=No|size=1,160,900|value=1000|biome=Temperate forest|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gigantic tortoise|symbol=T|color=6:0:0|food=Yes|playable=No|hostile=No|size=2,478,000|value=1500|biome=Tropical shrubland, tropical savanna|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gila monster|symbol=g|color=4:0:1|food=Yes|playable=No|hostile=No|size=2,000|value=50|biome=Any desert|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gila monster man|symbol=g|color=4:0:1|food=Yes|playable=Adv|hostile=No|size=36,000|value=50|biome=Any desert|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giraffe|symbol=G|color=6:0:0|food=Yes|playable=No|hostile=No|size=1,000,000|value=500|biome=Tropical savanna, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giraffe man|symbol=G|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=535,000|value=n/a|biome=Savanna tropical, shrubland tropical|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Goose|symbol=g|color=7:0:1|food=Yes|playable=No|hostile=No|size=4,500|value=10|biome=Temperate lakes, temperate marshes|note=Domestic, lay eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gorilla|symbol=G|color=0:0:1|playable=No|hostile=No|food=Yes|size=150,000|value=500|biome=Tropical broadleaf forest, swamp|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grackle man|symbol=g|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=35,060|value=n/a|biome=Temperate grassland,  temperate savanna|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grasshopper man|symbol=g|color=2:0:1|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gray gibbon|symbol=g|color=0:0:1|playable=No|hostile=No|food=Yes|size=6,000|value=500|biome=Tropical broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gray langur|symbol=l|color=7:0:0|food=Yes|playable=No|hostile=No|size=15,000|value=50|biome=Any desert, any grassland, any savanna, any shrubland, any forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gray langur man|symbol=l|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=42,500|value=50|biome=Any desert, any grassland, any savanna, any shrubland, any forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gray squirrel man|symbol=s|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=35,150|value=n/a|biome=Any temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Great horned owl|symbol=o|color=7:0:0|food=Yes|playable=No|hostile=No|size=2,000|value=25|biome=Any forest, any shrubland, any savanna, any grassland, any desert, mangrove swamp, mountain, tundra|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Great horned owl man|symbol=o|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=36,000|value=25|biome=Any forest, any shrubland, any savanna, any grassland, any desert, mangrove swamp, mountain, tundra|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Green tree frog man|symbol=f|color=2:0:1|food=No|playable=Adv|hostile=No|size=35,050|value=10|biome=Temperate freshwater pool, temperate freshwater lake, temperate freshwater swamp, temperate freshwater marsh|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grey parrot|symbol=p|color=7:0:0|food=Yes|playable=No|hostile=No|size=400|value=10|biome=Tropical moist broadleaf forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grey parrot man|symbol=p|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=35,200|value=10|biome=Tropical moist broadleaf forest|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grimeling|symbol=g|color=2:0:0|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Evil swamps|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grizzly bear|symbol=B|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=200,000|value=500|biome=Taiga, temperate forest|note=Steals booze, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grizzly bear man|symbol=B|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=135,000|value=n/a|biome=Forest taiga, any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Groundhog|symbol=g|color=6:0:0|playable=No|hostile=No|food=Yes|size=3,000|value=50|biome=Temperate savanna, grassland, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Groundhog man|symbol=g|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=36,500|value=n/a|biome=Shrubland temperate, savanna temperate, grassland temperate|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Guineafowl|symbol=g|color=0:0:1|food=Yes|playable=No|hostile=No|size=1,500|value=10|biome=Mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hamster man|symbol=h|color=7:0:0|food=No|playable=Adv|hostile=No|size=35,075|value=10|biome=Any non-freezing biome|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hare|symbol=h|color=6:0:0|food=Yes|playable=No|hostile=No|size=3,500|value=10|biome=Temperate savanna, temperate grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hare man|symbol=h|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=36,750|value=10|biome=Temperate savanna, temperate grassland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Harpy|symbol=h|color=6:0:0|food=No|playable=No|hostile=Yes|size=60,000|value=n/a|biome=Evil savanna, grassland, shrubland, marshes|note=All harpies are females}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hedgehog man|symbol=h|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,400|value=10|biome=Temperate shrubland, temperate savanna|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hoary marmot|symbol=m|color=7:0:0|food=Yes|playable=No|hostile=No|size=10,000|value=50|biome=Mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hoary marmot man|symbol=m|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=40,000|value=n/a|biome=Mountain|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Honey badger|symbol=b|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=14,000|value=25|biome=Any tropical land, any desert|note=can become enraged at random}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Honey badger man|symbol=b|color=7:0:1|food=No|playable=Adv|hostile=Yes|size=42,000|value=n/a|biome=Any tropical forest, shrubland tropical, savanna tropical, grassland tropical, any tropical wetland, any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hornbill|symbol=h|color=0:0:1|food=Yes|playable=No|hostile=No|size=2,500|value=25|biome=Any tropical forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hornbill man|symbol=h|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=36,250|value=25|biome=Any tropical forest|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Horse|symbol=H|color=7:0:0|food=Yes|playable=No|hostile=No|size=500,000|value=200|biome=Grassland temperate, savanna temperate|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hyena|symbol=h|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=60,000|value=50|biome=Tropical savanna, tropical grassland, tropical shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hyena man|symbol=h|color=6:0:0|food=Yes|playable=Adv|hostile=Yes|size=64,999|value=50|biome=Tropical savanna, tropical grassland, tropical shrubland|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ibex|symbol=i|color=6:0:0|food=Yes|playable=No|hostile=No|size=50,000|value=50|biome=Any grassland, any desert|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ibex man|symbol=i|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=60,000|value=50|biome=Any grassland, any desert|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ice wolf|symbol=w|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=50,000|value=50|biome=Evil tundra, glacier|note=Evil}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Iguana|symbol=i|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=4,000|value=400|biome=Any tropical forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Iguana man|symbol=i|color=2:0:1|food=No|playable=Adv|hostile=Yes|size=37,000|value=n/a|biome=Any tropical forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Impala|symbol=i|color=6:0:0|food=Yes|playable=No|hostile=No|size=50,000|value=50|biome=Tropical savanna, tropical grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Impala man|symbol=i|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=60,000|value=50|biome=Tropical savanna, tropical grassland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jackal|symbol=j|color=6:0:0|food=Yes|playable=No|hostile=No|size=15,000|value=50|biome=Tropical shrubland, tropical savanna, tropical grassland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jackal man|symbol=j|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=42,500|value=50|biome=Tropical shrubland, tropical savanna, tropical grassland|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jaguar|symbol=J|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=75,000|value=100|biome=Any tropical land, any desert|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jaguar man|symbol=J|color=6:0:1|food=No|playable=Adv|hostile=Yes|size=72,500|value=n/a|biome=Any tropical, badland desert, rock desert, sand desert |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jumping spider man|symbol=j|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kakapo|symbol=k|color=2:0:0|food=Yes|playable=No|hostile=No|size=3,000|value=50|biome=Temperate shrubland, temperate savanna, temperate grassland, any temperate forest|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kakapo man|symbol=k|color=2:0:0|food=Yes|playable=Adv|hostile=No|size=36,500|value=50|biome=Temperate shrubland, temperate savanna, temperate grassland, any temperate forest|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kangaroo|symbol=K|color=6:0:0|food=Yes|playable=No|hostile=No|size=90,000|value=100|biome=Temperate grassland, temperate savanna, temperate shrubland, any desert|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kangaroo man|symbol=K|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=80,000|value=100|biome=Temperate grassland, temperate savanna, temperate shrubland, any desert|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kea|symbol=k|color=2:0:0|food=Yes|playable=No|hostile=No|size=1,000|value=25|biome=Any temperate forest, temperate shrubland, mountain|note=Lays eggs, steals objects}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kea man|symbol=k|color=2:0:0|food=Yes|playable=Adv|hostile=No|size=35,500|value=25|biome=Any temperate forest, temperate shrubland, mountain|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kestrel|symbol=k|color=4:0:0|food=Yes|playable=No|hostile=No|size=250|value=25|biome=Tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh, any shrubland, any savanna, any grassland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kestrel man|symbol=k|color=4:0:0|food=Yes|playable=Adv|hostile=No|size=35,125|value=25|biome=Tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh, any shrubland, any savanna, any grassland|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=King cobra|symbol=k|color=0:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=200|biome=Any tropical forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=King cobra man|symbol=k|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=38,000|value=200|biome=Any tropical forest|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kingsnake|symbol=k|color=7:0:1|food=Yes|playable=No|hostile=No|size=1,500|value=50|biome=Any temperate forest, temperate shrubland, mountain, any desert|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kingsnake man|symbol=k|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=35,750|value=50|biome=Any temperate forest, temperate shrubland, mountain, any desert|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kiwi|symbol=k|color=6:0:0|food=Yes|playable=No|hostile=No|size=2,500|value=10|biome=Any temperate forest, temperate shrubland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kiwi man|symbol=k|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=36,250|value=10|biome=Any temperate forest, temperate shrubland|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Koala|symbol=k|color=7:0:0|food=Yes|playable=No|hostile=No|size=10,000|value=50|biome=Temperate broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Koala man|symbol=k|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=40,000|value=50|biome=Temperate broadleaf forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Leopard|symbol=l|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=50,000|value=100|biome=Any tropical land, any desert|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Leopard man|symbol=l|color=6:0:1|food=No|playable=Adv|hostile=Yes|size=60,000|value=n/a|biome=Any tropical, desert badland, desert rock, desert sand|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Leopard gecko man|symbol=g|color=6:0:1|food=No|playable=Adv|hostile=No|size=35,025|value=10|biome=Any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:lion_sprite_anim.gif]]|name=Lion|symbol=L|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=200,000|value=200|biome=Tropical savanna, grassland, shrubland|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:lion_man_sprite_anim.gif]]|name=Lion man|symbol=L|color=6:0:1|food=No|playable=Adv|hostile=Yes|size=135,000|value=n/a|biome=Tropical savanna, tropical grassland, tropical shrubland |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Lion tamarin man|symbol=l|color=6:0:1|food=No|playable=Adv|hostile=No|size=35,310|value=10|biome=Tropical moist broadleaf forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Lizard man|symbol=l|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=35,100|value=n/a|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Llama|symbol=L|color=7:0:1|food=Yes|playable=No|hostile=No|size=180,000|value=200|biome=mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Lorikeet man|symbol=l|color=4:0:1|food=No|playable=Adv|hostile=No|size=35,100|value=30|biome=Tropical moist broadleaf forest, mangrove swamp|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Louse man|symbol=l|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Lynx|symbol=l|color=6:0:0|food=Yes|playable=No|hostile=No|size=25,000|value=75|biome=Taiga|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Lynx man|symbol=l|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=47,500|value=75|biome=Taiga|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Magpie man|symbol=m|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,100|value=30|biome=Temperate grassland, temperate savanna, temperate shrubland|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mandrill|symbol=m|color=1:0:1|food=Yes|playable=No|hostile=No|size=20,000|value=50|biome=Tropical moist broadleaf forest|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mandrill man|symbol=m|color=1:0:1|food=No|playable=Adv|hostile=Yes|size=45,000|value=n/a|biome=Tropical moist broadleaf forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mantis man|symbol=m|color=2:0:1|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Masked lovebird man|symbol=l|color=2:0:1|food=No|playable=Adv|hostile=No|size=35,045|value=30|biome=Any tropical forest|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Monarch butterfly man|symbol=b|color=4:0:1|food=No|playable=Adv|hostile=Yes|size=35,000|value=n/a|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mongoose|symbol=m|color=7:0:0|food=Yes|playable=No|hostile=No|size=3,000|value=25|biome=Tropical savanna, tropical shrubland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mongoose man|symbol=m|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=36,500|value=25|biome=Tropical savanna, tropical shrubland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Monitor lizard|symbol=M|color=6:0:0|food=Yes|playable=No|hostile=No|size=100,000|value=400|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Monitor lizard man|symbol=M|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=85,000|value=400|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:moose_sprite_anim.gif]]|name=Moose|symbol=M|color=6:0:0|food=Yes|playable=No|hostile=No|size=525,000 (males) 315,000 (females)|value=300|biome=Taiga, temperate forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:moose_man_sprite_anim.gif]]|name=Moose man|symbol=M|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=297,500|value=300|biome=Taiga, any temperate forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mosquito man|symbol=m|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome, any pool|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Moth man|symbol=m|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mountain gnome|symbol=g|color=0:0:1|food=No|playable=No|hostile=No|size=15,000|value=Not tameable|biome=Good mountain|note=Steals booze}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mountain goat|symbol=g|color=7:0:1|food=Yes|playable=No|hostile=No|size=50,000|value=50|biome=Mountain|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mountain goat man|symbol=g|color=7:0:1|food=No|playable=Adv|hostile=Yes|size=60,000|value=n/a|biome=Mountain|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Muskox|symbol=M|color=6:0:0|food=Yes|playable=No|hostile=No|size=285,000|value=300|biome=Tundra, grassland|note=Wagon puller, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Muskox man|symbol=M|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=177,500|value=n/a|biome=Tundra, grassland temperate|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Nightwing|symbol=N|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=120,000|value=n/a|biome=Evil desert|note=Can fly}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ocelot|symbol=o|color=6:0:1|food=Yes|playable=No|hostile=No|size=25,000|value=100|biome=Any tropical forest, mangrove swamp, tropical savanna, tropical grassland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ocelot man|symbol=o|color=6:0:1|food=Yes|playable=Adv|hostile=No|size=47,500|value=100|biome=Any tropical forest, mangrove swamp, tropical savanna, tropical grassland|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ogre|symbol=O|color=7:0:0|food=No|playable=No|hostile=Yes|size=6,000,000|value=Not tameable|biome=Evil savanna, grassland, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=One-humped camel|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=500,000|value=500|biome=Any desert|note=Benign, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=One-humped camel man|symbol=C|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=285,000|value=n/a|biome=Any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Opossum|symbol=o|color=7:0:0|food=Yes|playable=No|hostile=No|size=3,000|value=10|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Opossum man|symbol=o|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=36,500|value=10|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Orangutan|symbol=O|color=6:0:0|food=Yes|playable=No|hostile=No|size=80,000|value=500|biome=Tropical moist broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Oriole man|symbol=o|color=6:0:1|food=No|playable=Adv|hostile=Yes|size=35,020|value=n/a|biome=Forest temperate broadleaf|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Osprey|symbol=o|color=7:0:1|food=Yes|playable=No|hostile=No|size=2,000|value=25|biome=Any ocean, any lake, any river, tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Osprey man|symbol=o|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=36,000|value=25|biome=Any ocean, any lake, any river, tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:ostrich_sprite_anim.gif]]|name=Ostrich|symbol=O|color=0:0:1|food=Yes|playable=No|hostile=No|size=90,000|value=100|biome=Tropical savanna, tropical grassland, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:ostrich_man_sprite_anim.gif]]|name=Ostrich man|symbol=O|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=80,000|value=100|biome=Tropical savanna, tropical grassland, any desert|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Panda|symbol=P|color=7:0:1|food=Yes|playable=No|hostile=No|size=130,000|value=300|biome=Temperate forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Panda man|symbol=P|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=100,000|value=300|biome=Any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pangolin|symbol=p|color=6:0:0|food=Yes|playable=No|hostile=No|size=5,000|value=20|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pangolin man|symbol=p|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=37,500|value=20|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Parakeet man|symbol=p|color=2:0:1|food=No|playable=Adv|hostile=No|size=35,060|value=30|biome=Tropical grassland, tropical savanna, tropical shrubland, any tropical forest|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Peach-faced lovebird man|symbol=l|color=2:0:1|food=No|playable=Adv|hostile=No|size=35,030|value=30|biome=Temperate grassland, temperate savanna, temperate shrubland, temperate broadleaf forest|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Peregrine falcon|symbol=p|color=6:0:0|food=Yes|playable=No|hostile=No|size=600|value=25|biome=Any wetland, any temperate forest, tropical conifer forest, tropical dry broadleaf forest, taiga, any shrubland, any savanna, any grassland, any desert, mountain, tundra|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Peregrine falcon man|symbol=p|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=35,300|value=25|biome=Any wetland, any temperate forest, tropical conifer forest, tropical dry broadleaf forest, taiga, any shrubland, any savanna, any grassland, any desert, mountain, tundra|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pig|symbol=p|color=5:0:1|food=Yes|playable=No|hostile=No|size=60,000|value=100|biome=Temperate grassland, temperate savanna |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pileated gibbon|symbol=g|color=0:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=500|biome=Tropical moist broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Polar bear|symbol=B|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=400,000|value=750|biome=Tundra, glacier|note=Steals booze, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Polar bear man|symbol=B|color=7:0:1|food=No|playable=Adv|hostile=Yes|size=235,000|value=n/a|biome=Glacier, tundra|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Porcupine|symbol=p|color=6:0:0|food=Yes|playable=No|hostile=No|size=9,000|value=50|biome=Temperate shrubland, temperate savanna, temperate grassland, temperate conifer forest, taiga, any desert, tundra|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Porcupine man|symbol=p|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=39,500|value=50|biome=Temperate shrubland, temperate savanna, temperate grassland, temperate conifer forest, taiga, any desert, tundra|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Python|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=200,000|value=50|biome=Tropical moist broadleaf forest|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Python man|symbol=S|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=135,000|value=n/a|biome=Tropical moist broadleaf forest|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rabbit|symbol=r|color=6:0:0|food=Yes|playable=No|hostile=No|size=500|value=3|biome=Temperate shrubland, temperate savanna, temperate grassland |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Raccoon|symbol=r|color=7:0:0|food=Yes|playable=No|hostile=No|size=7,000|value=25|biome=Taiga, temperate forest|note=Steals items and food}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Raccoon man|symbol=r|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=38,500|value=n/a|biome=Forest taiga, any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rat man|symbol=r|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=35,150|value=n/a|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rattlesnake|symbol=s|color=7:0:0|food=Yes|playable=No|hostile=No|size=7,000|value=20|biome=Any non-freezing biome|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rattlesnake man|symbol=s|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=38,500|value=n/a|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Raven|symbol=r|color=0:0:1|food=No|playable=No|hostile=No|size=1,200|value=25|biome=Temperate grassland, temperate savanna, temperate shrubland, taiga, any temperate forest, any temperate wetland, tundra, any desert|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Raven man|symbol=r|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,600|value=25|biome=Temperate grassland, temperate savanna, temperate shrubland, taiga, any temperate forest, any temperate wetland, tundra, any desert|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Red panda|symbol=p|color=4:0:0|food=Yes|playable=No|hostile=No|size=5,000|value=25|biome=Any temperate forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Red panda man|symbol=p|color=4:0:0|food=Yes|playable=Adv|hostile=No|size=37,500|value=25|biome=Any temperate forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Red squirrel man|symbol=s|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=35,150|value=n/a|biome=Any temperate forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Reindeer|symbol=R|color=6:0:0|food=Yes|playable=No|hostile=No|size=130,000|value=200|biome=Tundra, taiga|note=Domestic, milkable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rhesus macaque|symbol=m|color=7:0:0|food=Yes|playable=No|hostile=No|size=5,000|value=50|biome=Temperate savanna, grassland, shrubland|note=Steals items and food}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rhesus macaque man|symbol=m|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=37,500|value=n/a|biome=Temperate shrubland, temperate savanna, temperate grassland |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rhinoceros|symbol=R|color=7:0:0|food=Yes|playable=No|hostile=No|size=3,000,000|value=500|biome=Tropical savanna, grassland, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rhinoceros man|symbol=R|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=1,535,000|value=n/a|biome=Tropical grassland, tropical savanna, tropical shrubland |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Roach man|symbol=r|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=35,000|value=n/a|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Saltwater crocodile|symbol=C|color=2:0:0|playable=No|hostile=Yes|food=Yes|size=800,000|value=700|biome=Any tropical swamps, marshes, rivers|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Saltwater crocodile man|symbol=C|color=2:0:0|food=No|playable=Adv|hostile=Yes|size=435,000|value=n/a|biome=Tropical freshwater swamp, tropical freshwater marsh, tropical saltwater swamp, tropical saltwater marsh, mangrove swamp, tropical saltwater river, tropical brackishwater river, tropical freshwater river |note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sasquatch|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=300,000|value=Not tameable|biome=Temperate forest, taiga|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Satyr|symbol=s|color=6:0:0|food=No|playable=No|hostile=No|size=60,000|value=n/a|biome=Most good forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:sheep_sprite_anim.gif]]|name=Sheep|symbol=s|color=7:0:1|food=Yes|playable=No|hostile=No|size=50,000|value=100|biome=Temperate grassland, temperate savanna |note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Siamang|symbol=s|color=0:0:1|food=Yes|playable=No|hostile=No|size=12,000|value=500|biome=Tropical moist broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Silvery gibbon|symbol=g|color=0:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=500|biome=Tropical moist broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Skink man|symbol=s|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=35,250|value=n/a|biome=Any temperate, any tropical, any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Skunk|symbol=s|color=0:0:1|food=Yes|playable=No|hostile=No|size=4,000|value=50|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Skunk man|symbol=s|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=37,000|value=50|biome=Any temperate forest, temperate shrubland, temperate savanna, temperate grassland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sloth|symbol=s|color=7:0:0|food=Yes|playable=No|hostile=No|size=6,000|value=50|biome=Any tropical forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sloth bear|symbol=B|color=0:0:1|food=Yes|playable=No|hostile=No|size=100,000|value=250|biome=Any tropical forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sloth bear man|symbol=B|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=85,000|value=250|biome=Any tropical forest|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sloth man|symbol=s|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=38,000|value=50|biome=Any tropical forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Slug man|symbol=s|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,000|value=10|biome=Any non-freezing biome|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Snail man|symbol=s|color=7:0:0|food=No|playable=Adv|hostile=No|size=35,000|value=10|biome=Any non-freezing biome|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Snowy owl|symbol=o|color=7:0:1|food=Yes|playable=No|hostile=No|size=2,000|value=25|biome=Tundra|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Snowy owl man|symbol=o|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=36,000|value=25|biome=Tundra|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sparrow man|symbol=s|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,015|value=30|biome=Any grassland, any savanna, any shrubland, any temperate forest, any tropical forest, any desert, any wetland|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spider monkey|symbol=m|color=0:0:1|food=Yes|playable=No|hostile=No|size=8,500|value=50|biome=Tropical moist broadleaf forest, tropical dry broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spider monkey man|symbol=m|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=39,250|value=50|biome=Tropical moist broadleaf forest, tropical dry broadleaf forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Stoat|symbol=s|color=6:0:0|food=Yes|playable=No|hostile=No|size=350|value=25|biome=Taiga, tundra|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Stoat man|symbol=s|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=35,175|value=25|biome=Taiga, tundra|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Strangler|symbol=s|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=40,000|value=250|biome=Evil tropical moist broadleaf forest|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Swan|symbol=s|color=7:0:1|food=Yes|playable=No|hostile=No|size=10,000|value=10|biome=Any temperate lake, any temperate marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Swan man|symbol=s|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=40,000|value=10|biome=Any temperate lake, any temperate marsh|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tapir|symbol=T|color=7:0:1|food=Yes|playable=No|hostile=No|size=200,000|value=200|biome=Tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tapir man|symbol=T|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=135,000|value=200|biome=Tropical moist broadleaf forest|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Thrips man|symbol=t|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tick man|symbol=t|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tiger|symbol=T|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=225,000|value=200|biome=Most tropical biomes|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tiger man|symbol=T|color=6:0:1|food=No|playable=Adv|hostile=Yes|size=147,500|value=n/a|biome=Savage tropical areas|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Toad man|symbol=t|color=2:0:0|food=No|playable=Adv|hostile=Yes|size=35,100|value=n/a|biome=Any pool|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Turkey|symbol=t|color=4:0:1|food=Yes|playable=No|hostile=No|size=5,000|value=10|biome=Temperate forest, swamp, shrubland|note=Domestic, lay eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Two-humped camel|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=500,000|value=500|biome=Any desert|note=Benign, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Two-humped camel man|symbol=C|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=285,000|value=n/a|biome=Any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Unicorn|symbol=U|color=7:0:1|food=Yes|playable=No|hostile=No|size=600,000|value=1000|biome=Good taiga, forest, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Vulture|symbol=v|color=4:0:0|food=Yes|playable=No|hostile=No|size=9,000|value=30|biome=Any desert, tropical grassland, savanna|note=Steals food}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Vulture man|symbol=v|color=4:0:0|food=No|playable=Adv|hostile=Yes|size=39,500|value=n/a|biome=Tropicalgrassland, tropical savanna, any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Warthog|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=No|size=100,000|value=100|biome=Tropical savanna, grassland, shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Warthog man|symbol=W|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=85,000|value=n/a|biome=Savanna tropical, grassland tropical, shrubland tropical|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Water buffalo|symbol=W|color=0:0:1|food=Yes|playable=No|hostile=No|size=1,000,000|value=200|biome=Tropical wetland|note=Domestic, milkable, wagon puller, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Weasel|symbol=w|color=6:0:0|food=Yes|playable=No|hostile=No|size=200|value=10|biome=Any land biome|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Weasel man|symbol=w|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=35,100|value=10|biome=Any land|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=White stork|symbol=s|color=7:0:1|food=Yes|playable=No|hostile=No|size=3,000|value=25|biome=Any grassland, any wetland|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=White stork man|symbol=s|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=36,500|value=n/a|biome=Any grassland, any wetland|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=White-browed gibbon|symbol=g|color=7:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=500|biome=Tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=White-handed gibbon|symbol=g|color=6:0:0|food=Yes|playable=No|hostile=No|size=6,000|value=500|biome=Tropical moist broadleaf forest|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wild boar|symbol=B|color=6:0:0|food=Yes|playable=No|hostile=No|size=80,000|value=100|biome=Any savanna, any grassland, any shrubland, any forest, any wetland|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wild boar man|symbol=B|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=75,000|value=100|biome=Any savanna, any grassland, any shrubland, any forest, any wetland|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wolf|symbol=w|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=40,000|value=50|biome=Tundra, taiga, temperate forest/shrubland|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wolf man|symbol=w|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=55,000|value=n/a|biome=Tundra, forest taiga, any temperate forest, shrubland temperate|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wolverine|symbol=w|color=6:0:0|food=Yes|playable=No|hostile=No|size=20,000|value=25|biome=Taiga, mountain|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wolverine man|symbol=w|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=45,000|value=25|biome=Taiga, mountain|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wombat|symbol=w|color=6:0:0|food=Yes|playable=No|hostile=No|size=25,000|value=50|biome=Any temperate forest, temperate shrubland, mountain|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wombat man|symbol=w|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=47,500|value=n/a|biome=Any temperate forest, temperate shrubland, mountain|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Worm man|symbol=w|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=35,050|value=n/a|biome=Forest taiga, any temperate, any tropical|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wren man|symbol=w|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,020|value=30|biome=Any forest, any grassland, any savanna, any shrubland, any wetland, any desert|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Yak|symbol=Y|color=6:0:0|food=Yes|playable=No|hostile=No|size=700,000|value=200|biome=Mountain|note=Domestic, milkable, wagon puller, pack animal}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Yeti|symbol=Y|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=300,000|value=n/a|biome=Mountain, glacier, tundra|note=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Subterranean====&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Amethyst man|symbol=M|color=5:0:1|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Caverns (3)|note=Leaves behind an [[amethyst]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Blind cave bear|symbol=B|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=200,000|value=500|biome=Caverns (1,2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Blind cave ogre|symbol=O|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=7,000,000|value=500|biome=Caverns (2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Blood man|symbol=M|color=4:0:0|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Evil Caverns (3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Bugbat|symbol=b|color=5:0:0|food=Yes|playable=No|hostile=No|size=10,000|value=20|biome=Caverns (2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cave blob|symbol=o|color=6:0:1|food=No|playable=No|hostile=No|size=20,000|value=50|biome=Caverns (3)|note=Causes [[syndrome]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cave crocodile|symbol=C|color=7:0:0|playable=No|hostile=Yes|food=Yes|size=600,000|value=750|biome=Caverns (1,2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:cave_dragon_sprite_anim.gif]]|name=Cave dragon|symbol=D|color=7:0:1|playable=No|hostile=Yes|food=Yes|size=15,000,000|value=10000|biome=Caverns (3)|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cave floater|symbol=f|color=6:0:1|playable=No|hostile=No|food=No|size=40,000|value=50|biome=Caverns (2,3)|note=Causes [[syndrome]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Creeping eye|symbol=e|color=7:0:1|food=Yes|playable=No|hostile=No|size=20,000|value=50|biome=Caverns (3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Crundle|symbol=c|color=4:0:0|food=Yes|playable=No|hostile=Yes|size=10,000|value=50|biome=Caverns (2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Draltha|symbol=D|color=6:0:1|playable=No|hostile=No|food=Yes|size=2,500,000|value=500|biome=Caverns (1,2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Drunian|symbol=d|color=7:0:0|playable=No|hostile=No|food=Yes|size=50,000|value=50|biome=Caverns (1,2)|note=Steals food and items}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Elk bird|symbol=E|color=6:0:0|food=Yes|playable=No|hostile=No|size=100,000|value=400|biome=Caverns (1,2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Fire imp|symbol=i|color=6:0:1|food=Yes|playable=No|hostile=Yes|size=6,000|value=Not tameable|biome=Magma|note=Throws fireballs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Fire man|symbol=M|color=4:0:1|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Magma|note=Throws fireballs and leaves behind [[ash|ashes]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Flesh ball|symbol=o|color=6:0:0|food=Yes|playable=No|hostile=No|size=70,000|value=10|biome=Subterranean water - Cavern (3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Floating guts|symbol=%|color=7:0:0|playable=No|hostile=No|food=Yes|size=20,000|value=10|biome=Caverns (2,3)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gabbro man|symbol=M|color=0:0:1|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Caverns (3)|note=Leaves behind [[gabbro]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:giant_bat_sprite_anim2.gif]]|name=Giant bat|symbol=B|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=200,000|value=750|biome=Caverns (1,2)|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cave spider|symbol=S|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=200,000|value=2500|biome=Caverns (1,2)|note=Spins/throws [[web]]s and causes [[syndrome]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:giant_cave_swallow_sprite_anim.gif]]|name=Giant cave swallow|symbol=C|color=0:0:1|food=Yes|playable=No|hostile=No{{verify}}|size=200,000|value=700|biome=Caverns (1,2)|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cave toad|symbol=T|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=200,000|value=750|biome=Caverns (1,2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant earthworm|symbol=W|color=7:0:0|food=Yes|playable=No|hostile=No|size=200,000|value=500|biome=Caverns (1,2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mole|symbol=m|color=6:0:0|food=Yes|playable=No|hostile=No{{verify}}|size=200,000|value=350|biome=Caverns (1,2) |note=Steals food and booze}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant olm|symbol=O|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=200,000|value=750|biome=Caverns (1,2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant rat|symbol=R|color=0:0:1|food=Yes|playable=No|hostile=No{{verify}}|size=200,000|value=500|biome=Caverns (1,2) |note=Steals food and booze}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gorlak|symbol=g|color=6:0:1|food=Yes|playable=Adv|hostile=No|size=50,000|value=Not tameable|biome=Good caverns (1,2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Green devourer|symbol=G|color=2:0:1|food=Yes|playable=No|hostile=Yes|size=70,000|value=200|biome=Caverns (2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gremlin|symbol=g|color=2:0:1|playable=No|hostile=No|food=No|size=10,000|value=N/A|biome=Caverns (1,2,3)|note=[[Gremlin|Cause mischief around fortress]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Helmet snake|symbol=s|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=50,000|value=50|biome=Caverns (1,2)|note=Causes [[syndrome]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hungry head|symbol=h|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=5,000|value=50|biome=Caverns (3)|note=Flying}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Iron man|symbol=M|color=0:0:1|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Caverns (3)|note=Causes [[syndrome]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:jabberer_sprite_anim.gif]]|name=Jabberer|symbol=J|color=5:0:1|food=Yes|playable=No|hostile=Yes|size=4,500,000|value=1500|biome=Caverns (2,3)|note=Trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Large rat|symbol=r|color=6:0:0|food=Yes|playable=No|hostile=No|size=25,000|value=250|biome=Caverns (1)|note=Steals food}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Magma crab|symbol=C|color=0:0:1|playable=No|hostile=Yes|food=Yes|size=30,000|value=200|biome=Magma|note=Throws molten [[basalt]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Magma man|symbol=M|color=4:0:1|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Magma|note=Leaves behind [[obsidian]]}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Manera|symbol=m|color=6:0:0|food=No|playable=No|hostile=No|size=60,000|value=Not tameable|biome=Evil Caverns (2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Molemarian|symbol=M|color=4:0:1|food=No|playable=No|hostile=Yes|size=90,000|value=400|biome=Caverns (2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mud man|symbol=M|color=6:0:0|food=No|playable=No|hostile=Yes|size=70,000|value=Not tameable|biome=Caverns (3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Naked mole dog|symbol=n|color=4:0:1|food=Yes|playable=No|hostile=No|size=60,000|value=350|biome=Caverns (1)|note=Steals food}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Plump helmet man|symbol=m|color=5:0:0|food=No|playable=Adv|hostile=No|size=50,000|value=Not tameable|biome=Caverns (2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pond grabber|symbol=p|color=1:0:1|food=Yes|playable=No|hostile=Yes|size=30,000|value=50|biome=Caverns (1,2)|note=Aquatic}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Reacher|symbol=R|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=70,000|value=100|biome=Caverns (2,3)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rutherer|symbol=R|color=7:0:0|food=Yes|playable=No|hostile=No|size=3,000,000|value=600|biome=Caverns (2,3)|note=Exotic Mount}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Troglodyte|symbol=t|color=6:0:0|food=No|playable=No|hostile=Yes|size=60,000|value=Not tameable|biome=Caverns (1,2)|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Troll|symbol=T|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=250,000|value=Not tameable|biome=Caverns (1,2,3)|note=Forms civilizations}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Voracious cave crawler|symbol=C|color=1:0:0|food=Yes|playable=No|hostile=Yes|size=900,000|value=1000|biome=Caverns (2,3)|note=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Aquatic====&lt;br /&gt;
Note: This does not include subterranean sea creatures.&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Albatross|symbol=a|color=7:0:1|food=Yes|playable=No|hostile=No|size=8,000|value=10|biome=Any ocean|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Albatross man|symbol=a|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=39,000|value=10|biome=Any ocean|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Alligator|symbol=A|color=2:0:0|playable=No|hostile=Yes|food=Yes|size=400,000|value=650|biome=Freshwater swamp, marsh, river|note=Amphibious, Lays eggs.}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Alligator man|symbol=A|color=2:0:0|food=No|playable=Adv|hostile=Yes|size=235,000|value=n/a|biome=Temperate freshwater swamp, temperate freshwater marsh, swamp tropical freshwater swamp,  tropical freshwater marsh, temperate freshwater river, tropical freshwater river, temperate brackishwater river, tropical brackishwater river|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Alligator snapping turtle|symbol=T|color=2:0:0|food=Yes|playable=No|hostile=No|size=80,000|value=25|biome=Temperate freshwater river, temperate brackishwater river, temperate freshwater lake, temperate brackishwater lake, temperate freshwater pool, temperate brackishwater pool|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Angelshark|symbol=s|color=6:0:0|food=Yes|playable=No|hostile=No|size=15,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Axolotl man|symbol=a|color=5:0:0|food=No|playable=Adv|hostile=No|size=35,100|value=10|biome=Tropical saltwater lake, tropical brackishwater lake, tropical freshwater lake|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Basking shark|symbol=S|color=7:0:0|food=Yes|playable=No|hostile=No|size=15,000,000|value=1000|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Beak dog|symbol=B|color=4:0:0|food=Yes|playable=No|hostile=Yes|size=150,000|value=50|biome=Temperate freshwater marsh, temperate saltwater marsh, tropical freshwater marsh, tropical saltwater marsh|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Beaver|symbol=b|color=6:0:0|food=Yes|playable=No|hostile=No|size=20,000|value=25|biome=Any temperate lake, any temperate river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Beaver man|symbol=b|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=45,000|value=25|biome=Any temperate lake, any temperate river|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Blacktip reef shark|symbol=s|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=15,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Blue shark|symbol=S|color=1:0:1|food=Yes|playable=No|hostile=Yes|size=300,000|value=400|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Bluefin tuna|symbol=α|color=1:0:1|food=Yes|playable=No|hostile=No|size=600,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Bluefish|symbol=α|color=3:0:1|food=Yes|playable=No|hostile=No|size=15,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Bull shark|symbol=S|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=150,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Buzzard|symbol=b|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=1,400|value=30|biome=Marsh temperate freshwater, marsh temperate saltwater, grassland temperate, savanna temperate, any desert|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Buzzard man|symbol=b|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=35,700|value=n/a|biome=Marsh temperate freshwater, marsh temperate saltwater, grassland temperate, savanna temperate, any desert|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Carp|symbol=α|color=3:0:0|playable=No|hostile=No|food=Yes|size=40,000|value=50|biome=Freshwater river, freshwater lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cod|symbol=α|color=7:0:0|food=Yes|playable=No|hostile=No|size=50,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Coelacanth|symbol=C|color=1:0:1|food=Yes|playable=No|hostile=No|size=80,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Common skate|symbol=ò|color=6:0:0|food=Yes|playable=No|hostile=No|size=100,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:snapping_turtle_sprite.png]]|name=Common snapping turtle|symbol=t|color=2:0:0|food=Yes|playable=No|hostile=No|size=30,000|value=25|biome=Temperate freshwater river, temperate brackishwater river, temperate freshwater lake, temperate brackishwater lake, temperate freshwater pool, temperate brackishwater pool|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Conger eel|symbol=~|color=7:0:0|food=Yes|playable=No|hostile=No|size=50,000|value=400|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Crab|symbol=c|color=4:0:1|food=Yes|playable=No|hostile=No|size=8,000|value=Not tameable|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Crab man|symbol=c|color=4:0:1|food=Yes|playable=Adv|hostile=No|size=39,000|value=Not tameable|biome=Any ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Cuttlefish man|symbol=c|color=6:0:0|food=No|playable=Adv|hostile=No|size=35,500|value=10|biome=Any ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Damselfly man|symbol=d|color=3:0:1|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any pool|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dragonfly man|symbol=d|color=3:0:1|food=No|playable=Adv|hostile=Yes|size=35,000|value=n/a|biome=Any pool|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:ducks_sprite_anim.gif]]|name=Duck|symbol=d|color=2:0:0|food=No|playable=No|hostile=No|size=1,000|value=10|biome=Any lake, any wetland|note=Domestic, lay eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Elephant seal|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=3,000,000|value=400|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Elephant seal man|symbol=S|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=1,535,000|value=400|biome=Arctic ocean|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Emperor penguin|symbol=p|color=7:0:1|food=Yes|playable=No|hostile=No|size=30,000|value=10|biome=Arctic ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Fly man|symbol=f|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=35,000|value=n/a|biome=Any non-freezing biome, any pool|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Frill shark|symbol=s|color=3:0:0|food=Yes|playable=No|hostile=Yes|size=60,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant albatross|symbol=A|color=7:0:1|food=Yes|playable=No|hostile=No|size=256,320|value=500|biome=Any ocean|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant alligator|symbol=A|color=2:0:0|food=Yes|playable=No|hostile=Yes|size=3,268,000|value=500|biome=Swamp, marsh, river|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant axolotl|symbol=A|color=5:0:0|food=No|playable=No|hostile=No|size=201,400|value=500|biome=Tropical saltwater lake, tropical brackishwater lake, tropical freshwater lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant beaver|symbol=B|color=6:0:0|food=Yes|playable=No|hostile=No|size=341,800|value=500|biome=Any temperate lake, any temperate river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant buzzard|symbol=B|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=209,804|value=500|biome=Temperate marsh|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant crab|symbol=C|color=4:0:1|food=Yes|playable=No|hostile=No|size=256,320|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant cuttlefish|symbol=C|color=6:0:0|food=No|playable=No|hostile=No|size=207,010|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant damselfly|symbol=D|color=3:0:1|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant dragonfly|symbol=D|color=3:0:1|food=Yes|playable=No|hostile=Yes|size=200,007|value=500|biome=Any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant elephant seal|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=24,119,999|value=500|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant fly|symbol=F|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=200,007|value=500|biome=Any non-freezing biome, any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant green tree frog|symbol=F|color=2:0:1|food=No|playable=No|hostile=No|size=200,700|value=500|biome=Temperate freshwater pool, temperate freshwater lake, temperate freshwater swamp, temperate freshwater marsh|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant grouper|symbol=G|color=1:0:0|food=Yes|playable=No|hostile=No|size=600,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant harp seal|symbol=H|color=7:0:0|food=Yes|playable=No|hostile=No|size=1,428,900|value=500|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant hippo|symbol=H|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=12,030,000|value=500|biome=Any river, lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant horseshoe crab|symbol=C|color=6:0:0|food=Yes|playable=No|hostile=No|size=214,020|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant kestrel|symbol=K|color=4:0:0|food=Yes|playable=No|hostile=Yes|size=201,750|value=500|biome=Marsh|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant leech|symbol=L|color=0:0:1|food=No|playable=No|hostile=No|size=200,700|value=500|biome=Any pool, any lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant leopard seal|symbol=L|color=0:0:1|food=Yes|playable=No|hostile=No|size=3,268,000|value=500|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant loon|symbol=L|color=0:0:1|food=Yes|playable=No|hostile=No|size=242,160|value=500|biome=Temperate saltwater lake, temperate brackishwater lake, temperate freshwater lake|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mink|symbol=M|color=6:0:0|food=Yes|playable=No|hostile=No|size=205,600|value=500|biome=Any temperate lake, any temperate river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant moon snail|symbol=S|color=4:0:1|food=No|playable=No|hostile=No|size=201,400|value=500|biome=Temperate ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant mosquito|symbol=M|color=0:0:1|food=No|playable=No|hostile=No|size=200,007|value=500|biome=Any non-freezing biome, any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant narwhal|symbol=N|color=7:0:0|food=Yes|playable=No|hostile=No|size=9,624,000|value=2000|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant nautilus|symbol=N|color=4:0:1|food=No|playable=No|hostile=No|size=203,500|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant octopus|symbol=O|color=7:0:0|food=Yes|playable=No|hostile=No|size=235,100|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant orca|symbol=O|color=0:0:1|food=Yes|playable=No|hostile=No|size=20,000,000|value=500|biome=Any ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant osprey|symbol=O|color=7:0:1|food=Yes|playable=No|hostile=No|size=214,020|value=500|biome=Any ocean, any lake, any river, tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant otter|symbol=O|color=6:0:0|food=Yes|playable=No|hostile=No|size=270,500|value=500|biome=Any pool, any lake, any river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant penguin|symbol=P|color=0:0:1|food=Yes|playable=No|hostile=No|size=228,080|value=500|biome=Arctic ocean|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant platypus|symbol=P|color=6:0:0|food=Yes|playable=No|hostile=No|size=214,020|value=500|biome=Any river|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant pond turtle|symbol=T|color=2:0:0|food=No|playable=No|hostile=No|size=203,500|value=500|biome=Any pool|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant puffin|symbol=P|color=0:0:1|food=Yes|playable=No|hostile=No|size=205,252|value=500|biome=Arctic ocean|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:giant_red-winged_blackbird_sprite.png]]|name=Giant red-winged blackbird|symbol=R|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=200,350|value=500|biome=Temperate marsh|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant saltwater crocodile|symbol=C|color=2:0:0|food=Yes|playable=No|hostile=Yes|size=6,440,000|value=500|biome=Any swamp, marsh, river|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant snapping turtle|symbol=T|color=2:0:0|food=Yes|playable=No|hostile=No|size=414,000|value=500|biome=Temperate freshwater river, temperate brackishwater river, temperate freshwater lake, temperate brackishwater lake, temperate freshwater pool, temperate brackishwater pool|note=Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant sperm whale|symbol=W|color=7:0:0|food=Yes|playable=No|hostile=No|size=200,000,000|value=500|biome=Any ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant sponge|symbol=S|color=4:0:1|food=No|playable=No|hostile=No|size=560,000|value=500|biome=Any ocean, any lake, any river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant swan|symbol=S|color=7:0:1|food=Yes|playable=No|hostile=No|size=270,500|value=500|biome=Any temperate lake, any temperate marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant toad|symbol=T|color=2:0:0|food=Yes|playable=No|hostile=Yes|size=201,400|value=500|biome=Any pool|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Giant walrus|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=12,030,000|value=500|biome=Arctic Ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gigantic squid|symbol=S|color=7:0:1|food=No|playable=No|hostile=No|size=201,400|value=2000|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Goose|symbol=g|color=7:0:1|food=Yes|playable=No|hostile=No|size=4,500|value=10|biome=Temperate lake, temperate marsh|note=Domestic, lay eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Great barracuda|symbol=b|color=2:0:0|food=Yes|playable=No|hostile=Yes|size=60,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Great white shark|symbol=S|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=2,000,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Green tree frog man|symbol=f|color=2:0:1|food=No|playable=Adv|hostile=No|size=35,050|value=10|biome=Temperate freshwater pool, temperate freshwater lake, temperate freshwater swamp, temperate freshwater marsh|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Grimeling|symbol=g|color=2:0:0|food=Yes|playable=No|hostile=Yes|size=70,000|value=n/a|biome=Swamp, marsh|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Halibut|symbol=α|color=6:0:0|food=Yes|playable=No|hostile=No|size=200,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hammerhead shark|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=500,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Harp seal|symbol=H|color=7:0:0|food=Yes|playable=No|hostile=No|size=165,000|value=100|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Harp seal man|symbol=h|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=117,500|value=100|biome=Arctic ocean|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Harpy|symbol=h|color=6:0:0|food=Yes|playable=No|hostile=Yes|size=60,000|value=30|biome=Marsh|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hippo|symbol=H|color=7:0:0|playable=No|hostile=No|food=Yes|size=1,500,000|value=400|biome=Tropical river, tropical lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hippo man|symbol=H|color=7:0:0|food=No|playable=Adv|hostile=Yes|size=785,000|value=n/a|biome=Tropical river, tropical lake|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Horseshoe crab|symbol=c|color=6:0:0|food=Yes|playable=No|hostile=No|size=2,000|value=Not tameable|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Horseshoe crab man|symbol=c|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=36,000|value=Not tameable|biome=Any ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kestrel|symbol=k|color=4:0:0|food=Yes|playable=No|hostile=No|size=250|value=25|biome=Marsh|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kestrel man|symbol=k|color=4:0:0|food=No|playable=Adv|hostile=Yes|size=35,125|value=n/a|biome=Marsh|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Leech man|symbol=l|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,050|value=n/a|biome=Any pool, any lake|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Leopard seal|symbol=L|color=0:0:1|food=Yes|playable=No|hostile=No|size=400,000|value=350|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Leopard seal man|symbol=L|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=235,000|value=350|biome=Arctic ocean|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Little penguin|symbol=p|color=1:0:1|food=No|playable=No|hostile=No|size=1,500|value=10|biome=Arctic ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Longfin mako shark|symbol=S|color=3:0:1|food=Yes|playable=No|hostile=Yes|size=80,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Longnose gar|symbol=g|color=6:0:0|playable=No|hostile=No|food=Yes|size=20,000|value=200|biome=Temperate river, temperate  lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Loon|symbol=l|color=0:0:1|food=Yes|playable=No|hostile=No|size=6,000|value=10|biome=Temperate saltwater lake, temperate brackishwater lake, temperate freshwater lake|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Loon man|symbol=l|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=38,000|value=n/a|biome=Temperate saltwater lake, temperate brackishwater lake, temperate freshwater lake|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Manta ray|symbol=►|color=7:0:0|food=Yes|playable=No|hostile=No|size=2,300,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Marlin|symbol=α|color=1:0:1|food=Yes|playable=No|hostile=No|size=800,000|value=500|biome=Tropical ocean, temperate ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:merperson_sprite_anim.gif]]|name=Merperson|symbol=M|color=3:0:1|food=No|playable=No|hostile=No|size=70,000|value=n/a|biome=Good ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Milkfish|symbol=α|color=3:0:1|food=Yes|playable=No|hostile=No|size=10,000|value=50|biome=Almost any water|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mink|symbol=m|color=6:0:0|food=Yes|playable=No|hostile=No|size=800|value=50|biome=Any temperate lake, any temperate river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mink man|symbol=m|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=35,400|value=50|biome=Any temperate lake, any temperate river|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Moon snail man|symbol=s|color=4:0:1|food=No|playable=Adv|hostile=No|size=35,100|value=10|biome=Temperate ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mosquito man|symbol=m|color=0:0:1|food=No|playable=Adv|hostile=No|size=35,000|value=Not tameable|biome=Any non-freezing biome, any pool|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Narwhal|symbol=N|color=7:0:0|food=Yes|playable=No|hostile=No|size=1,200,000|value=100|biome=Arctic ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Narwhal man|symbol=N|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=635,000|value=100|biome=Arctic ocean|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Nautilus man|symbol=n|color=4:0:1|food=No|playable=Adv|hostile=No|size=35,250|value=n/a|biome=Any ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Nurse shark|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=150,000|value=300|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ocean sunfish|symbol=α|color=3:0:0|food=Yes|playable=No|hostile=No|size=1,000,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Octopus|symbol=o|color=7:0:0|food=Yes|playable=No|hostile=No|size=5,000|value=10|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Octopus man|symbol=o|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=37,500|value=n/a|biome=Any ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Opah|symbol=α|color=4:0:1|food=Yes|playable=No|hostile=No|size=200,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Orca|symbol=O|color=0:0:1|food=Yes|playable=No|hostile=No|size=5,000,000|value=750|biome=Any ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Orca man|symbol=O|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=2,535,000|value=n/a|biome=Any ocean|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Osprey|symbol=o|color=7:0:1|food=Yes|playable=No|hostile=No|size=2,000|value=25|biome=Any ocean, any lake, any river, tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Osprey man|symbol=o|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=36,000|value=25|biome=Any ocean, any lake, any river, tropical freshwater marsh, tropical saltwater marsh, temperate freshwater marsh, temperate saltwater marsh|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Otter man|symbol=o|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=50,000|value=n/a|biome=Any pool, any lake, any river|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Penguin|symbol=p|color=0:0:1|food=No|playable=No|hostile=No|size=4,000|value=10|biome=Arctic ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Penguin man|symbol=p|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=37,000|value=10|biome=Arctic ocean|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|graphic=[[File:pike_sprite.png]]|name=Pike (fish)|Pike|symbol=α|color=2:0:0|food=Yes|playable=No|hostile=No|size=35,000|value=200|biome=Temperate river, temperate lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Platypus|symbol=p|color=6:0:0|food=No|playable=No|hostile=No|size=2,000|value=10|biome=All river|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Platypus man|symbol=p|color=6:0:0|food=Yes|playable=Adv|hostile=No|size=36,000|value=10|biome=Any river|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pond turtle man|symbol=t|color=2:0:0|food=No|playable=Adv|hostile=No|size=35,250|value=10|biome=Any pool|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Puffin|symbol=p|color=0:0:1|food=Yes|playable=No|hostile=No|size=750|value=10|biome=Arctic ocean|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Puffin man|symbol=p|color=0:0:1|food=Yes|playable=Adv|hostile=No|size=35,375|value=10|biome=Arctic ocean|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Red-winged blackbird man|symbol=r|color=0:0:1|food=No|playable=Adv|hostile=Yes|size=35,025|value=n/a|biome=Temperate marsh|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=River otter|symbol=o|color=6:0:0|food=Yes|playable=No|hostile=No|size=10,000|value=25|biome=Any pool, any lake, any river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Saltwater crocodile|symbol=C|color=2:0:0|playable=No|hostile=Yes|food=Yes|size=800,000|value=700|biome=Any tropical swamp, marsh, river|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Saltwater crocodile man|symbol=C|color=2:0:0|food=No|playable=Adv|hostile=Yes|size=435,000|value=n/a|biome=Swamp, marsh,  river|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sea lamprey|symbol=~|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=20,000|value=200|biome=Almost any water|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sea monster|symbol=M|color=0:0:1|food=Yes|playable=No|hostile=Yes|size=8,000,000|value=1000|biome=Evil ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sea otter|symbol=o|color=6:0:0|food=Yes|playable=No|hostile=No|size=30,000|value=25|biome=Temperate ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sea serpent|symbol=S|color=3:0:1|food=Yes|playable=No|hostile=Yes|size=9,000,000|value=1000|biome=Savage ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Shortfin mako shark|symbol=S|color=3:0:1|food=Yes|playable=No|hostile=Yes|size=80,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Snapping turtle man|symbol=t|color=2:0:0|food=Yes|playable=Adv|hostile=No|size=50,000|value=25|biome=Temperate freshwater river, temperate brackishwater river, temperate freshwater lake, temperate brackishwater lake, temperate freshwater pool, temperate brackishwater pool|note=Animal person, Lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sperm whale|symbol=W|color=7:0:0|food=Yes|playable=No|hostile=No|size=25,000,000|value=1000|biome=Any ocean|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sperm whale man|symbol=W|color=7:0:0|food=Yes|playable=Adv|hostile=No|size=12,535,000|value=n/a|biome=Any ocean|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spiny dogfish|symbol=s|color=6:0:0|food=Yes|playable=No|hostile=No|size=30,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sponge|symbol=s|color=4:0:1|food=No|playable=No|hostile=No|size=50,000|value=10|biome=Any ocean, any lake, any river|note=Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sponge man|symbol=s|color=4:0:1|food=No|playable=Adv|hostile=No|size=60,000|value=n/a|biome=Any ocean, any lake, any river|note=Animal person, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spotted wobbegong|symbol=S|color=6:0:0|food=Yes|playable=No|hostile=No|size=80,000|value=n/a|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Squid man|symbol=s|color=7:0:1|food=No|playable=Adv|hostile=No|size=35,100|value=10|biome=Any ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Stingray|symbol=ò|color=7:0:0|food=Yes|playable=No|hostile=No|size=5,000|value=200|biome=Almost any water|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sturgeon|symbol=α|color=6:0:0|food=Yes|playable=No|hostile=No|size=1,500,000|value=300|biome=Any ocean, any river|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Swan|symbol=s|color=7:0:1|food=Yes|playable=No|hostile=No|size=10,000|value=10|biome=Any temperate lake, any temperate marsh|note=Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Swan man|symbol=s|color=7:0:1|food=Yes|playable=Adv|hostile=No|size=40,000|value=10|biome=Any temperate lake, any temperate marsh|note=Animal person, Lays eggs, Benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Swordfish|symbol=α|color=3:0:1|food=Yes|playable=No|hostile=No|size=650,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tiger shark|symbol=S|color=7:0:0|food=Yes|playable=No|hostile=Yes|size=500,000|value=500|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tigerfish|symbol=α|color=3:0:1|food=Yes|playable=No|hostile=Yes|size=50,000|value=200|biome=Tropical freshwater river, tropical lake|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Toad man|symbol=t|color=2:0:0|food=No|playable=Adv|hostile=Yes|size=35,100|value=n/a|biome=Any pool|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Walrus|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=No|size=1,500,000|value=400|biome=Arctic ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Walrus man|symbol=W|color=6:0:0|food=No|playable=Adv|hostile=Yes|size=785,000|value=n/a|biome=Arctic ocean|note=Animal person}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Whale shark|symbol=W|color=6:0:0|food=Yes|playable=No|hostile=No|size=20,000,000|value=1000|biome=Any ocean|note=}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Whitetip reef shark|symbol=s|color=7:0:1|food=Yes|playable=No|hostile=Yes|size=15,000|value=200|biome=Any ocean|note=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Extinct===&lt;br /&gt;
Added in the [[Release information/53.15|Dino Update]], [[extinct]] creatures are a separate class of creatures, including their [[animal person]] variants. These creatures are further classified by the prehistoric time period they existed in: [[wikipedia:Cambrian|Cambrian]], [[wikipedia:Carboniferous|Carboniferous]] , [[wikipedia:Cenozic|Cenozic]], [[wikipedia:Cretaceous|Cretaceous]], [[wikipedia:Devonian|Devonian]], [[wikipedia:Jurassic|Jurassic]], [[wikipedia:Ordovician|Ordovician]], [[wikipedia:Permian|Permian]], [[wikipedia:Silurian|Silurian]] and [[wikipedia:Triassic|Triassic]], though this era classification currently has no effect on how or where they appear. A [[World generation#Real world extinct creatures|world generation option]] controls if and where they appear. If generated in a world, the animal people can be playable in adventurer mode; some of the animal people listed here are based on [[Vermin#Extinct|extinct vermin]], which are listed on that page.&lt;br /&gt;
&lt;br /&gt;
====Above Ground====&lt;br /&gt;
{{v50_creaturecurrent_table_head}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Afrovenator|symbol=A|color=2:0:1|playable=No|food=Yes|hostile=Yes|size=950,000|value=300|biome=Tropical shrubland and savanna, badland desert|note=Jurassic; exotic mount, trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Afrovenator man|symbol=A|color=2:0:1|playable=Adv|food=No|hostile=Yes|size=510,000|value=300|biome=Tropical shrubland and savanna, badland desert|note=Jurassic; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Allosaurus|symbol=A|color=4:0:1|playable=No|food=Yes|hostile=Yes|size=2,000,000|value=400|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; exotic mount, lays eggs, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Allosaurus man|symbol=A|color=4:0:1|playable=Adv|food=No|hostile=Yes|size=1,035,000|value=400|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Amargasaurus|symbol=A|color=4:0:1|playable=No|food=Yes|hostile=No|size=3,250,000|value=400|biome=Temperate shrubland, badland desert|note=Cretaceous; benign, lays eggs, pack animal (capacity: 3000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Amargasaurus man|symbol=A|color=4:0:1|playable=Adv|food=No|hostile=No|size=1,593,920|value=400|biome=Temperate shrubland, badland desert|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Andrewsarchus|symbol=A|color=6:0:0|playable=No|food=Yes|hostile=Yes|size=850,000|value=300|biome=Temperate shurbland, badland desert|note=Cenozoic; exotic mount, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Andrewsarchus man|symbol=A|color=6:0:0|playable=Adv|food=Yes|hostile=Yes|size=460,000|value=300|biome=Temperate shurbland, badland desert|note=Cenozoic; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ankylosaurus|symbol=A|color=6:0:1|playable=No|food=Yes|hostile=No|size=6,396,000|value=500|biome=Temperate broadleaf forest, temperate savanna, temperate freshwater marsh|note=Cretaceous; benign, exotic mount, war trainable, pack animal (capacity: 4000), lays eggs, wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ankylosaurus man|symbol=A|color=6:0:1|playable=Adv|food=No|hostile=No|size=3,199,420|value=500|biome=Temperate broadleaf forest, temperate savanna, temperate freshwater marsh|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Anteosaurus|symbol=A|color=7:0:0|playable=No|food=Yes|hostile=Yes|size=600,000|value=300|biome=Temperate shrubland, badland desert|note=Permian; exotic mount, lays eggs, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Anteosaurus man|symbol=A|color=7:0:0|playable=Adv|food=No|hostile=Yes|size=335,000|value=300|biome=Temperate shrubland, badland desert|note=Permian; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Archaeopteryx man|symbol=a|color=7:0:0|playable=Adv|food=No|hostile=No|size=35,370|value=20|biome=Tropical dry broadleaf forest, tropical shrubland|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Arthropleura|symbol=a|color=6:0:0|playable=No|food=yes|hostile=No|size=50,000|value=100|biome=Temperate freshwater swamp, temperate freshwater marsh, temperate forest|note=Carboniferous; benign, not butcherable, cookable live}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Arthropleura man|symbol=a|color=6:0:0|playable=Adv|food=No|hostile=No|size=60,000|value=100|biome=Temperate freshwater swamp, temperate freshwater marsh, temperate forest|note=Carboniferous; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Brachiosaurus|symbol=B|color=7:0:0|playable=No|food=Yes|hostile=No|size=37,603,000|value=3000|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; benign, lays eggs, pack animal (capacity: 15000 - same as wagon), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Brachiosaurus man|symbol=B|color=7:0:0|playable=Adv|food=No|hostile=No|size=18,802,230|value=3000|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Brontosaurus|symbol=B|color=6:0:1|playable=No|food=Yes|hostile=No|size=22,500,000|value=2000|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; benign, lays eggs, pack animal (capacity: 10000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Brontosaurus man|symbol=B|color=6:0:1|playable=Adv|food=No|hostile=No|size=11,246,820|value=2000|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Buitreraptor|symbol=b|color=6:0:0|playable=No|food=Yes|hostile=No|size=3000|value=50|biome=Tropical shrubland, temperate shrubland, badland desert|note=Cretaceous; benign, hunting trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Buitreraptor man|symbol=b|color=6:0:0|playable=Adv|food=No|hostile=No|size=36,500|value=50|biome=Tropical shrubland, temperate shrubland, badland desert|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Carnotaurus|symbol=C|color=4:0:0|playable=No|food=Yes|hostile=Yes|size=1,700,000|value=400|biome=Temperate shrubland, tropical shrubland|note=Cretaceous; exotic mount, lays eggs, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Carnotaurus man|symbol=C|color=4:0:0|playable=Adv|food=No|hostile=Yes|size=885,000|value=400|biome=Temperate shrubland, tropical shrubland|note=Cretaceous; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ceratosaurus|symbol=C|color=2:0:1|playable=No|food=Yes|hostile=Yes|size=750,000|value=300|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; exotic mount, trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ceratosaurus man|symbol=C|color=2:0:1|playable=Adv|food=No|hostile=Yes|size=410,000|value=300|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Colepiocephale|symbol=c|color=6:0:0|playable=No|food=Yes|hostile=No|size=10,000|value=50|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Colepiocephale man|symbol=c|color=6:0:0|playable=Adv|food=No|hostile=No|size=40,000|value=50|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Deinonychus|symbol=D|color=6:0:0|playable=No|food=Yes|hostile=No|size=100,000|value=100|biome=Temperate shrubland, Temperate broadleaf forest|note=Cretaceous; trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Deinonychus man|symbol=D|color=6:0:0|playable=Adv|food=No|hostile=No|size=85,000|value=100|biome=Temperate shrubland, Temperate broadleaf forest|note=Cretaceous; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Deinotherium|symbol=D|color=7:0:0|playable=No|food=Yes|hostile=No|size=11,793,000|value=1000|biome=Tropical moist broadleaf forest, tropical grassland and savanna|note=Cenozoic; benign, grazer, exotic mount, war trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Deinotherium man|symbol=D|color=7:0:0|playable=Adv|food=No|hostile=No|size=5,895,080|value=1000|biome=Tropical moist broadleaf forest, tropical grassland and savanna|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Diadectes|symbol=D|color=2:0:0|playable=No|food=Yes|hostile=No|size=375,000|value=200|biome=Temperate broadleaf forest, temperate savanna and shrubland|note=Permian; benign, grazer, lays eggs, war trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Diadectes man|symbol=D|color=2:0:0|playable=Adv|food=No|hostile=No|size=222,500|value=200|biome=Temperate broadleaf forest, temperate savanna and shrubland|note=Permian; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dilophosaurus|symbol=D|color=6:0:0|playable=No|food=Yes|hostile=Yes|size=400,000|value=200|biome=Temperate shrubland, badland desert|note=Jurassic; exotic mount, lays eggs, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dilophosaurus man|symbol=D|color=6:0:0|playable=Adv|food=No|hostile=Yes|size=235,000|value=200|biome=Temperate shrubland, badland desert|note=Jurassic; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Diplodocus|symbol=D|color=2:0:1|playable=No|food=Yes|hostile=No|size=15,000,000|value=1000|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; benign, lays eggs, pack animal (capacity: 7500), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Diplodocus man|symbol=D|color=2:0:1|playable=Adv|food=No|hostile=No|size=7,506,360|value=1000|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dodo|symbol=d|color=7:0:0|playable=No|food=Yes|hostile=No|size=14,000|value=50|biome=Tropical broadleaf forest|note=Cenozoic; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dodo man|symbol=d|color=7:0:0|playable=Adv|food=No|hostile=No|size=42,000|value=50|biome=Tropical broadleaf forest|note=Cenozoic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Drepanopterus man|symbol=d|color=2:0:0|playable=Adv|food=No|hostile=No|size=35,250|value=20|biome=temperate brackish lake, temperate freshwater lake, temperate freshwater river, temperate brackish river|note=Devonian; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Drepanosaurus|symbol=d|color=2:0:0|playable=No|food=Yes|hostile=No|size=4,530|value=50|biome=Temperate broadleaf forest, temperate conifer forest|note=Triassic; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Drepanosaurus man|symbol=d|color=2:0:0|playable=Adv|food=No|hostile=No|size=37,260|value=50|biome=Temperate broadleaf forest, temperate conifer forest|note=Triassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Entelodon|symbol=E|color=6:0:0|playable=No|food=Yes|hostile=No|size=272,000|value=200|biome=Temperate shrubland, grassland and savanna|note=Cenozoic; benign, exotic mount, grazer, war trainable, pack animal (capacity: 1000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Entelodon man|symbol=E|color=6:0:0|playable=Adv|food=Yes|hostile=No|size=171,000|value=200|biome=Temperate shrubland, grassland and savanna|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Eoraptor|symbol=e|color=2:0:0|playable=No|food=Yes|hostile=No|size=10,000|value=50|biome=Temperate shrubland, badland desert|note=Triassic; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Eoraptor man|symbol=e|color=2:0:0|playable=Adv|food=No|hostile=No|size=40,000|value=50|biome=Temperate shrubland, badland desert|note=Triassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Europasaurus|symbol=E|color=6:0:1|playable=No|food=Yes|hostile=No|size=750,000|value=300|biome=Temperate conifer forest, temperate broadleaf forest|note=Jurassic; benign, lays eggs, pack animal (capacity: 2000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Europasaurus man|symbol=E|color=6:0:1|playable=Adv|food=No|hostile=No|size=410,000|value=300|biome=Temperate conifer forest, temperate broadleaf forest|note=Jurassic}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Glyptodon|symbol=G|color=6:0:1|playable=No|food=Yes|hostile=No|size=2,000,000|value=400|biome=Temperate shrubland, grassland and savanna|note=Cenozoic; benign, shell }}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Glyptodon man|symbol=G|color=6:0:1|playable=Adv|food=No|hostile=No|size=1,035,000|value=400|biome=Temperate shrubland, grassland and savanna|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hypsilophodon|symbol=h|color=6:0:0|playable=No|food=Yes|hostile=No|size=20,000|value=50|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; benign lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hypsilophodon man|symbol=h|color=6:0:0|playable=Adv|food=No|hostile=No|size=45,000|value=50|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Iguanodon|symbol=I|color=6:0:0|playable=No|food=Yes|hostile=No|size=4,536,000|value=400|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; benign, exotic mount, war trainable, pack animal (capacity: 3000)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Iguanodon man|symbol=I|color=6:0:0|playable=Adv|food=No|hostile=No|size=2,255,660|value=400|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jeholopterus man|symbol=j|color=0:0:1|playable=Adv|food=No|hostile=No|size=35,020|value=20|biome=Tropical moist broadleaf forest|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kelenken|symbol=K|color=7:0:0|playable=No|food=Yes|hostile=Yes|size=100,000|value=100|biome=Temperate shrubland, grassland and savanna|note=Cenozoic; trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kelenken man|symbol=K|color=7:0:0|playable=Adv|food=No|hostile=Yes|size=85,000|value=100|biome=Temperate shrubland, grassland and savanna|note=Cenozoic; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kentrosaurus|symbol=K|color=6:0:0|playable=No|food=Yes|hostile=No|size=1,600,000|value=400|biome=Tropical dry broadleaf forest, tropical shrubland and savanna|note=Jurassic; benign, lays eggs, war trainable, pack animal (capacity: 3000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kentrosaurus man|symbol=K|color=6:0:0|playable=Adv|food=No|hostile=No|size=835,000|value=400|biome=Tropical dry broadleaf forest, tropical shrubland and savanna|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kosmoceratops|symbol=K|color=1:0:1|playable=No|food=Yes|hostile=No|size=1,179,000|value=400|biome=Temperate broadleaf forest, temperate freshwater marsh, temperate savanna|note=Cretaceous; benign, exotic mount, lays eggs, war trainable, pack animal (capacity: 2000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Kosmoceratops man|symbol=K|color=1:0:1|playable=Adv|food=No|hostile=No|size=624,500|value=400|biome=Temperate broadleaf forest, temperate freshwater marsh, temperate savanna|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Linhenykus man|symbol=l|color=6:0:0|playable=Adv|food=No|hostile=No|size=35,250|value=20|biome=Tropical shrubland, badland desert, rock desert|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Lystrosaurus|symbol=L|color=7:0:0|playable=No|food=Yes|hostile=No|size=90,000|value=100|biome=Temperate shrubland and grassland, badland desert|note=Permian; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Lystrosaurus man|symbol=L|color=7:0:0|playable=Adv|food=No|hostile=No|size=80,000|value=100|biome=Temperate  shrubland and grassland, badland desert|note=Permian; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megacerops|symbol=M|color=7:0:0|playable=No|food=Yes|hostile=No|size=3,000,000|value=400|biome=Temperate broadleaf forest, temperate grassland and savanna|note=Cenozoic; benign, exotic mount, grazer}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megacerops man|symbol=M|color=7:0:0|playable=Adv|food=No|hostile=No|size=1,535,000|value=400|biome=Temperate broadleaf forest, temperate grassland and savanna|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megalania|symbol=M|color=6:0:0|playable=No|food=Yes|hostile=Yes|size=450,000|value=200|biome=Tropical dry broadleaf forest, temperate shrubland and grassland|note=Cenozoic; exotic mount, war trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megalania man|symbol=M|color=6:0:0|playable=Adv|food=No|hostile=Yes|size=260,000|value=200|biome=Tropical dry broadleaf forest, temperate shrubland and grassland|note=Cenozoic; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Meganeura man|symbol=m|color=2:0:1|playable=Adv|food=No|hostile=No|size=35,060|value=20|biome=temperate freshwater swamp, temperate freshwater marsh, temperate freshwater river, temperate broadleaf forest|note=Carboniferous; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megatherium|symbol=M|color=6:0:0|playable=No|food=Yes|hostile=No|size=3,742,000|value=400|biome=Temperate broadleaf forest, temperate savanna, grassland and shrubland|note=Cenozoic; benign, grazer}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megatherium man|symbol=M|color=6:0:0|playable=Adv|food=No|hostile=No|size=1,848,610|value=400|biome=Temperate broadleaf forest, temperate savanna, grassland and shrubland|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Microceratus|symbol=m|color=5:0:1|playable=No|food=Yes|hostile=No|size=6,550|value=50|biome=Tropical shrubland, rock desert, sand desert|note=Cretaceous; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Microceratus man|symbol=m|color=5:0:1|playable=Adv|food=No|hostile=No|size=38,270|value=50|biome=Tropical shrubland, rock desert, sand desert|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Miohippus|symbol=m|color=6:0:0|playable=No|food=Yes|hostile=No|size=47,500|value=50|biome=Temperate broadleaf forest, temperate grassland and savanna|note=Cenozoic; benign, grazer, can be milked}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Miohippus man|symbol=m|color=6:0:0|playable=Adv|food=No|hostile=No|size=58,750|value=50|biome=Temperate broadleaf forest, temperate grassland and savanna|note=Cenozoic; animal people, benign }}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Moa|symbol=M|color=6:0:0|playable=No|food=Yes|hostile=No|size=160,000|value=100|biome=Temperate broadleaf forest, temperate grassland and shrubland|note=Cenozoic; benign, lays eggs, male has only size 72,000}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Moa man|symbol=M|color=6:0:0|playable=Adv|food=No|hostile=No|size=115,000|value=100|biome=Temperate broadleaf forest, temperate grassland and shrubland|note=Cenozoic; animal people, benign, male has only size 71,000}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mononykus|symbol=m|color=6:0:0|playable=No|food=Yes|hostile=No|size=3,500|value=50|biome=Tropical shrubland, badland desert, rock desert|note=Cretaceous; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mononykus man|symbol=m|color=6:0:0|playable=Adv|food=No|hostile=No|size=36,750|value=50|biome=Tropical shrubland, badland desert, rock desert|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Nodosaurus|symbol=h|color=6:0:0|playable=No|food=Yes|hostile=No|size=3,500,000|value=400|biome=Temperate shrubland, temperate savanna|note=Cretaceous; benign, exotic mount, war trainable, lays eggs, pack animal (capacity: 3000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Nodosaurus man|symbol=h|color=6:0:0|playable=Adv|food=No|hostile=No|size=1,723,640|value=400|biome=Temperate shrubland, temperate savanna|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Nothronychus|symbol=N|color=6:0:0|playable=No|food=Yes|hostile=No|size=1,000,000|value=400|biome=Temperate shrubland and savanna|note=Cretaceous; benign, exotic mount, lays eggs, war trainable, pack animal (capacity: 1500)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Nothronychus man|symbol=N|color=6:0:0|playable=Adv|food=No|hostile=No|size=535,000|value=400|biome=Temperate shrubland and savanna|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Oviraptor|symbol=o|color=7:0:0|playable=No|food=Yes|hostile=No|size=36,500|value=50|biome=Sand desert, rock desert, tropical shrubland|note=Cretaceous; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Oviraptor man|symbol=o|color=7:0:0|playable=Adv|food=No|hostile=No|size=53,250|value=50|biome=Sand desert, rock desert, tropical shrubland|note=Cretaceous; animal people, benign, las eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pachycephalosaurus|symbol=P|color=2:0:1|playable=No|food=Yes|hostile=No|size=410,000|value=200|biome=Temperate broadleaf forest, temperate savanna, temperate freshwater marsh|note=Cretaceous; benign, exotic mount, war trainable, pack animal (capacity: 1000)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pachycephalosaurus man|symbol=P|color=2:0:1|playable=Adv|food=Nos|hostile=No|size=240,000|value=200|biome=Temperate broadleaf forest, temperate savanna, temperate freshwater marsh|note=Cretaceous; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Paraceratherium|symbol=P|color=7:0:0|playable=No|food=Yes|hostile=No|size=18,000,000|value=1000|biome=Temperate grassland and shrubland, badland desert|note=Cenozoic; benign, exotic mount, grazer, war trainable, pack animal (capacity: 7500)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Paraceratherium man|symbol=P|color=7:0:0|playable=Adv|food=No|hostile=No|size=8,999,210|value=1000|biome=Temperate grassland and shrubland, badland desert|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Parasaurolophus|symbol=P|color=2:0:1|playable=No|food=Yes|hostile=No|size=3,742,000|value=400|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; benign, exotic mount, pack animal (capacity: 2500), war trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Parasaurolophus man|symbol=P|color=2:0:1|playable=Adv|food=No|hostile=No|size=1,848,610|value=400|biome=Temperate broadleaf forest, temperate freshwater marsh|note=Cretaceous; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Platybelodon|symbol=P|color=7:0:0|playable=No|food=Yes|hostile=No|size=3,500,000|value=400|biome=temperate freshwater marsh, temperate grassland and savanna|note=Cenozoic; benign, exotic mount, grazer, war trainable, pack animal (capacity: 2000)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Platybelodon man|symbol=P|color=7:0:0|playable=Adv|food=No|hostile=No|size=1,723,640|value=400|biome=temperate freshwater marsh, temperate grassland and savanna|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Procompsognathus man|symbol=p|color=2:0:0|playable=Adv|food=No|hostile=No|size=35,650|value=20|biome=Temperate broadleaf forest, temperate shrubland, badland desert|note=Triassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pterodactylus man|symbol=p|color=6:0:0|playable=Adv|food=No|hostile=No|size=35,620|value=20|biome=Tropical dry broadleaf forest|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pygmy mammoth|symbol=P|color=7:0:0|playable=No|food=Yes|hostile=No|size=1,055,000|value=400|biome=Temperate shrubland and grassland|note=Cenozoic; benign, exotic mount, grazer, war trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Pygmy mammoth man|symbol=P|color=7:0:0|playable=Adv|food=No|hostile=No|size=562,500|value=400|biome=Temperate shrubland and grassland|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Quetzalcoatlus|symbol=Q|color=6:0:0|playable=No|food=Yes|hostile=Yes|size=225,000|value=200|biome=Temperate savanna, temperate savanna|note=Cretaceous; exotic mount, lays eggs, war trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Quetzalcoatlus man|symbol=Q|color=6:0:0|playable=Adv|food=No|hostile=Yes|size=147,500|value=200|biome=Temperate savanna, temperate savanna|note=Cretaceous; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rhamphorhynchus|symbol=r|color=6:0:0|playable=No|food=Yes|hostile=No|size=2150|value=50|biome=Tropical dry broadleaf forest|note=Jurassic; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Rhamphorhynchus man|symbol=r|color=6:0:0|playable=Adv|food=No|hostile=No|size=36,070|value=50|biome=Tropical dry broadleaf forest|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sharovipteryx man|symbol=s|color=2:0:1|playable=Adv|food=No|hostile=No|size=35,000|value=20|biome=Temperate broadleaf forest, temperate shrubland|note=Triassic; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sinopterus|symbol=s|color=6:0:0|playable=No|food=Yes|hostile=No|size=2,940|value=50|biome=Tropical moist broadleaf forest|note=Cretaceous; benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Sinopterus man|symbol=s|color=6:0:0|playable=Adv|food=No|hostile=No|size=36,470|value=50|biome=Tropical moist broadleaf forest|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Smilodon|symbol=S|color=6:0:1|playable=No|food=Yes|hostile=Yes|size=328,000|value=200|biome=Temperate broadleaf forest, temperate savanna, grassland and shrubland|note=Cenozoic; exotic mount, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Smilodon man|symbol=S|color=6:0:1|playable=Adv|food=No|hostile=Yes|size=199,000|value=200|biome=Temperate broadleaf forest, temperate savanna, grassland and shrubland|note=Cenozoic; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Stegosaurus|symbol=S|color=2:0:0|playable=No|food=Yes|hostile=No|size=4,990,000|value=400|biome=Temperate broadleaf forest, temperate shrubland, temperate savanna, badland desert|note=Jurassic; benign, war trainable, lays eggs, pack animal (capacity: 5000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Stegosaurus man|symbol=S|color=2:0:0|playable=Adv|food=No|hostile=No|size=2,486,960|value=400|biome=Temperate broadleaf forest, temperate shrubland, temperate savanna, badland desert|note=Jurassic; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Suzhousaurus|symbol=S|color=6:0:0|playable=No|food=Yes|hostile=No|size=2,200,000|value=400|biome=Temperate shrubland, badland desert|note=Cretaceous; benign, exotic mount, lays eggs, war trainable, pack animal (capacity: 2000)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Suzhousaurus man|symbol=S|color=6:0:0|playable=Adv|food=No|hostile=No|size=1,135,000|value=400|biome=Temperate shrubland, badland desert|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Therizinosaurus|symbol=T|color=6:0:0|playable=No|food=Yes|hostile=No|size=5,000,000|value=500|biome=Tropical moist broadleaf forest, tropical shrubland|note=Cretaceous; benign, exotic mount, war trainable, pack animal (capacity: 3000), lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Therizinosaurus man|symbol=T|color=6:0:0|playable=Adv|food=No|hostile=No|size=2,492,050|value=500|biome=Tropical moist broadleaf forest, tropical shrubland|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Thylacine|symbol=t|color=6:0:1|playable=No|food=Yes|hostile=Yes|size=19,000|value=50|biome=Temperate broadleaf forest, temperate shrubland and grassland|note=Cenozoic; trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Thylacine man|symbol=t|color=6:0:1|playable=Adv|food=No|hostile=Yes|size=44,500|value=50|biome=Temperate broadleaf forest, temperate shrubland and grassland|note=Cenozoic; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Torvosaurus|symbol=T|color=4:0:0|playable=No|food=Yes|hostile=Yes|size=2,177,000|value=400|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; exotic mount, trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Torvosaurus man|symbol=T|color=4:0:0|playable=Adv|food=No|hostile=Yes|size=1,123,500|value=400|biome=Temperate broadleaf forest, temperate shrubland and savanna, badland desert|note=Jurassic; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Triceratops|symbol=T|color=6:0:1|playable=No|food=Yes|hostile=No|size=9,000,000|value=500|biome=Temperate broadleaf forest, temperate freshwater marsh, temperate savanna|note=Cretaceous; benign, exotic mount, war trainable, lays eggs, pack animal (capacity: 5000), wagon puller}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Triceratops man|symbol=T|color=6:0:1|playable=Adv|food=No|hostile=No|size=4,511,130|value=500|biome=Temperate broadleaf forest, temperate freshwater marsh, temperate savanna|note=Cretaceous; animal people, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tsintaosaurus|symbol=T|color=2:0:1|playable=No|food=Yes|hostile=No|size=2,500,000|value=400|biome=Tropical moist broadleaf forest, tropical freshwater marsh|note=Cretaceous; benign, exotic mount, war trainable, pack animal (capacity: 3000)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tsintaosaurus man|symbol=T|color=2:0:1|playable=Adv|food=No|hostile=No|size=1,285,000|value=400|biome=Tropical moist broadleaf forest, tropical freshwater marsh|note=Cretaceous; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tyrannosaurus|symbol=T|color=2:0:0|playable=No|food=Yes|hostile=Yes|size=6,250,000|value=500|biome=Temperate Savanna, Temperate freshwater marsh, temperate broadleaf forest|note=Cretaceous; exotic mount, trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tyrannosaurus man|symbol=T|color=2:0:0|playable=Adv|food=No|hostile=Yes|size=3,125,640|value=500|biome=Temperate Savanna, Temperate freshwater marsh, temperate broadleaf forest|note=Cretaceous; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Utahraptor|symbol=U|color=6:0:0|playable=No|food=Yes|hostile=Yes|size=500,000|value=300|biome=Temperate shrubland, badland desert|note=Cretaceous; exotic mount, trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Utahraptor man|symbol=U|color=6:0:0|playable=Adv|food=No|hostile=Yes|size=285,000|value=300|biome=Temperate shrubland, badland desert|note=Cretaceous; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Velociraptor|symbol=v|color=6:0:0|playable=No|food=Yes|hostile=Yes|size=17,000|value=50|biome=Tropical shrubland, badland desert, rock desert|note=Cretaceous; hunting trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Velociraptor man|symbol=v|color=6:0:0|playable=Adv|food=No|hostile=Yes|size=43,500|value=50|biome=Tropical shrubland, badland desert, rock desert|note=Cretaceous; animal people, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Woolly mammoth|symbol=W|color=6:0:0|playable=No|food=Yes|hostile=No|size=6,045,000|value=500|biome=Tundra, temperate grassland|note=Cenozoic; benign, grazer, exotic mount, war trainable, pack animal (capacity: 5000), can be sheared}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Woolly mammoth man|symbol=W|color=6:0:0|playable=Adv|food=No|hostile=No|size=3,021,980|value=500|biome=Tundra, temperate grassland|note=Cenozoic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Woolly rhinoceros|symbol=R|color=6:0:0|playable=No|food=Yes|hostile=No|size=2,650,000|value=400|biome=Tundra, temperate grassland|note=Cenozoic; benign, grazer, exotic mount, war trainable, can be sheared}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Woolly rhinoceros man|symbol=R|color=6:0:0|playable=Adv|food=No|hostile=No|size=1,360,000|value=400|biome=Tundra, temperate grassland|note=Cenozoic; animal people, benign}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Aquatic====&lt;br /&gt;
{{stub}}&lt;br /&gt;
{{v50_creaturecurrent_table_head}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Aegirocassis|symbol=a|color=1:0:1|food=Yes|playable=No|hostile=No|size=40,000|value=50|biome=Tropical ocean, temperate ocean|note=Ordovician; benign, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Aegirocassis man|symbol=a|color=1:0:1|food=No|playable=Adv|hostile=No|size=55,000|value=50|biome=Tropical ocean, temperate ocean|note=Ordovician; animal people, benign, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ammonite|symbol=A|color=6:0:0|playable=No|food=Yes|hostile=No|size=400,000|value=200|biome=Any Ocean|note=Cretaceous; has shell}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ammonite man|symbol=A|color=6:0:0|playable=Adv|food=No|hostile=No|size=235,000|value=200|biome=Any Ocean|note=Cretaceous; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Anomalocaris man|symbol=a|color=6:0:1|playable=Adv|food=No|hostile=No|size=35,220|value=20|biome=Tropical ocean, Tropical Saltwater Pool|note=Cambrian; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Archelon|symbol=A|color=3:0:0|playable=No|food=Yes|hostile=No|size=2,676,000|value=400|biome=Temperate Ocean|note=Cretaceous; benign, shell, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Archelon man|symbol=A|color=3:0:0|playable=Adv|food=No|hostile=No|size=1,373,000|value=400|biome=Temperate Ocean|note=Cretaceous; animal people, benign, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dimetrodon|symbol=D|color=7:0:0|playable=No|food=Yes|hostile=Yes|size=139,000|value=100|biome=Temperate savanna and shrubland, badland desert, temperate freshwater river|note=Permian; amphibious, lays eggs, war trainable}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dimetrodon man|symbol=D|color=7:0:0|playable=Adv|food=No|hostile=Yes|size=104,500|value=100|biome=Temperate savanna and shrubland, badland desert, temperate freshwater river|note=Permian; animal people, amphibious, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Diplocaulus|symbol=d|color=0:0:1|playable=No|food=Yes|hostile=No|size=10,000|value=50|biome=Temperate freshwater swamp, temperate freshwater marsh, temperate freshwater lake, temperate freshwater river|note=Permian; amphibious, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Diplocaulus man|symbol=d|color=0:0:1|playable=Adv|food=No|hostile=No|size=40,000|value=50|biome=Temperate freshwater swamp, temperate freshwater marsh, temperate freshwater lake, temperate freshwater river|note=Permian; animal people, amphibious, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dunkleosteus|symbol=D|color=7:0:0|playable=No|food=Yes|hostile=Yes|size=2,500,000|value=400|biome=Tropical ocean, temperate ocean|note=Devonian}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Dunkleosteus man|symbol=D|color=7:0:0|playable=Adv|food=No|hostile=Yes|size=1,285,000|value=400|biome=Tropical ocean, temperate ocean|note=Devonian; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Eryops|symbol=e|color=2:0:0|playable=No|food=Yes|hostile=No|size=16,200|value=50|biome=Temperate freshwater swamp, temperate freshwater marsh, temperate freshwater lake, temperate freshwater river|note=Permian; amphibious, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Eryops man|symbol=e|color=2:0:0|playable=Adv|food=No|hostile=No|size=43,100|value=50|biome=Temperate freshwater swamp, temperate freshwater marsh, temperate freshwater lake, temperate freshwater river|note=Permian; animal people, amphibious, benign, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gerrothorax|symbol=g|color=7:0:0|playable=No|food=Yes|hostile=No|size=35,000|value=50|biome=Temperate  freshwater swamp, temperate freshwater lake, temperate freshwater river|note=Triassic; benign, amphibious}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Gerrothorax man|symbol=g|color=7:0:0|playable=Adv|food=No|hostile=No|size=52,500|value=50|biome=Temperate  freshwater swamp, temperate freshwater lake, temperate freshwater river|note=Triassic; animal people, benign, amphibious}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Haikouichthys man|symbol=h|color=1:0:1|playable=Adv|food=No|hostile=No|size=35,000|value=20|biome=Tropical ocean, Tropical Saltwater Pool|note=Cambrian; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hallucigenia man|symbol=h|color=6:0:1|playable=Adv|food=No|hostile=No|size=35,000|value=20|biome=Tropical ocean, Tropical Saltwater Pool|note=Cambrian; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Helicoprion|symbol=h|color=6:0:0|playable=No|food=Yes|hostile=Yes|size=339000|value=200|biome=Tropical Ocean, temperate ocean|note=Permian}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Helicoprion man|symbol=h|color=6:0:0|playable=Adv|food=No|hostile=Yes|size=204,500|value=200|biome=Tropical Ocean, temperate ocean|note=Permian; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hibbertopterus peachi|symbol=H|color=2:0:0|playable=No|food=Yes|hostile=No|size=50,000|value=100|biome=temperate brackish lake, temperate freshwater lake, temperate freshwater river, temperate brackish river|note=Devonian; benign, not butcherable, cookable live, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hibbertopterus peachi man|symbol=H|color=2:0:0|playable=Adv|food=No|hostile=No|size=60,000|value=100|biome=temperate brackish lake, temperate freshwater lake, temperate freshwater river, temperate brackish river|note=Devonian; animal people, benign, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hibbertopterus scouleri|symbol=H|color=6:0:0|playable=No|food=Yes|hostile=No|size=60,000|value=100|biome=temperate brackish lake, temperate freshwater lake, temperate freshwater river, temperate brackish river|note=Devonian; benign, not butcherable, cookable live, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Hibbertopterus scouleri man|symbol=H|color=6:0:0|playable=Adv|food=No|hostile=No|size=65,000|value=100|biome=temperate brackish lake, temperate freshwater lake, temperate freshwater river, temperate brackish river|note=Devonian; animal people, benign, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ichthyosaurus|symbol=I|color=3:0:1|playable=No|food=Yes|hostile=Yes|size=650,000|value=300|biome=Any ocean|note=Jurassic}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ichthyosaurus man|symbol=I|color=3:0:1|playable=Adv|food=No|hostile=Yes|size=360,000|value=300|biome=Any ocean|note=Jurassic; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jaekelopterus|symbol=J|color=6:0:0|playable=No|food=Yes|hostile=No|size=200,000|value=200|biome=Temperate  brackish lake, temperate freshwater lake, temperate freshwater river, temperate brackish river|note=Silurian; not butcherable, cookable live, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Jaekelopterus man|symbol=J|color=6:0:0|playable=Adv|food=No|hostile=No|size=135,000|value=200|biome=Temperate brackish lake, temperate freshwater lake, temperate freshwater river, temperate brackish river|note=Silurian; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megalodon|symbol=M|color=7:0:1|playable=No|food=Yes|hostile=Yes|size=23,269,000|value=2000|biome=Temperate Ocean, tropical ocean|note=Cenozoic}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Megalodon man|symbol=M|color=7:0:1|playable=Adv|food=No|hostile=Yes|size=11,632,580|value=2000|biome=Temperate Ocean, tropical ocean|note=Cenozoic; animal people}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mimetaster man|symbol=m|color=2:0:0|playable=Adv|food=No|hostile=No|size=35,020|value=20|biome=temperate ocean, temperate saltwater pool|note=Devonian; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mosasaurus|symbol=M|color=2:0:1|playable=No|food=Yes|hostile=Yes|size=12,500,000|value=1000|biome=Tropical Ocean, Temperate Ocean|note=Cretaceous; (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Mosasaurus man|symbol=M|color=2:0:1|playable=Adv|food=Nos|hostile=Yes|size=6,250,640|value=1000|biome=Tropical Ocean, Temperate Ocean|note=Cretaceous; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Oestocephalus man|symbol=o|color=6:0:1|playable=Adv|food=No|hostile=No|size=35,150|value=20|biome=Temperate freshwater Swamp, Marsh, Lake and River|note=Carboniferous; animal people, amphibious}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Opabinia man|symbol=o|color=4:0:1|playable=Adv|food=No|hostile=No|size=35,010|value=20|biome=Tropical ocean, Tropical Saltwater Pool|note=Cambrian; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Ostenocaris man|symbol=∙|color=7:0:1|playable=Adv|food=No|hostile=No|size=35,000|value=50|biome=Temperate Ocean, Temperate saltwater pool|note=Jurassic; animal people, benign}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Plesiosaurus|symbol=P|color=3:0:1|playable=No|food=Yes|hostile=Yes|size=450000|value=200|biome=Tropical ocean, temperate ocean|note=Jurassic; (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Plesiosaurus man|symbol=P|color=3:0:1|playable=Adv|food=No|hostile=Yes|size=260,000|value=200|biome=Tropical ocean, temperate ocean|note=Jurassic; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Psephoderma|symbol=p|color=2:0:0|playable=No|food=Yes|hostile=no|size=5270|value=50|biome=Temperate ocean, temperate saltwater pool, tropical saltwater pool|note=Triassic; lays eggs, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Psephoderma man|symbol=p|color=2:0:0|playable=Adv|food=No|hostile=no|size=37,630|value=50|biome=Temperate ocean, temperate saltwater pool, tropical saltwater pool|note=Triassic; animal people, lays eggs, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spinosaurus aegyptiacus|symbol=S|color=7:0:0|playable=No|food=Yes|hostile=Yes|size=7,400,000|value=500|biome=Tropical marsh, tropical brackish river, tropical saltwater river|note=Cretaceous; amphibious, exotic mount, trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spinosaurus aegyptiacus man|symbol=S|color=7:0:0|playable=Adv|food=No|hostile=Yes|size=3,705,970|value=500|biome=Tropical marsh, tropical brackish river, tropical saltwater river|note=Cretaceous; animal people, amphibious, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spinosaurus mirabilis|symbol=S|color=2:0:1|playable=No|food=Yes|hostile=Yes|size=7,400,000|value=500|biome=Tropical freshwater marsh, tropical saltwater marsh, tropical brackish river, tropical saltwater river|note=Cretaceous; amphibious, exotic mount, trainable, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Spinosaurus mirabilis man|symbol=S|color=2:0:1|playable=Adv|food=No|hostile=Yes|size=3,705,970|value=500|biome=Tropical freshwater marsh, tropical saltwater marsh, tropical brackish river, tropical saltwater river|note=Cretaceous; animal people, amphibious, lays eggs}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tiktaalik|symbol=t|color=2:0:1|playable=No|food=Yes|hostile=Yes|size=47,000|value=50|biome=Tropical freshwater swamp, tropical freshwater marsh, tropical freshwater river, tropical freshwater lake|note=Devonian; amphibious}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tiktaalik man|symbol=t|color=2:0:1|playable=Adv|food=No|hostile=Yes|size=58,500|value=50|biome=Tropical freshwater swamp, tropical freshwater marsh, tropical freshwater river, tropical freshwater lake|note=Devonian; animal people, amphibious}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Titanoboa|symbol=T|color=2:0:0|playable=No|food=Yes|hostile=No|size=933,000|value=300|biome=Any tropical freshwater|note=Cenozoic; amphibious, war trainable, exotic mount}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Titanoboa man|symbol=T|color=2:0:0|playable=Adv|food=No|hostile=No|size=501,500|value=300|biome=Any tropical freshwater|note=Cenozoic; animal people, amphibious}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Trilobite|symbol=t|color=7:0:0|food=Yes|playable=No|hostile=No|size=4,500|value=50|biome=Tropical Ocean, temperate ocean, Tropical/Temperate Saltwater Pools|note=Cambrian; benign, not butcherable, cookable live, (moveable on land), shell}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Trilobite man|symbol=t|color=7:0:0|playable=Adv|food=No|hostile=No|size=37,250|value=50|biome=Tropical Ocean, temperate ocean, Tropical/Temperate Saltwater Pools|note=Cambrian; animal people, benign, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Tullimonstrum man|symbol=t|color=4:0:1|playable=Adv|food=No|hostile=No|size=35,080|value=20|biome=Temperate Ocean, temperate brackish pool, temperate saltwater pool, temperate brackish river|note=Carboniferous; animal people, (moveable on land)}}&lt;br /&gt;
{{v50_creaturecurrent table row|name=Wiwaxia man|symbol=w|color=4:0:1|playable=Adv|food=No|hostile=No|size=35,000|value=20|biome=Tropical ocean, Tropical Saltwater Pool|note=Cambrian; animal people, (moveable on land)}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;moveable on land&amp;quot; in the above table means that the creature has the creature token &amp;quot;AQUATIC&amp;quot;, but not the creature token &amp;quot;IMMOBILE_LAND&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== [[Night creature|Night Creatures]] / Other ==&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Night creatures===&lt;br /&gt;
These creatures are either vicious creatures that attack in the night, or are created through certain [[Interaction token|interaction]]s - be it a condition of the game, or intentionally by another creature.&lt;br /&gt;
{{v50_creaturecurrent_table_head}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:Animated dead example anim.gif]]|name=Undead|Animated dead|symbol=Ñ|color=3:0:0|food=Yes|playable=No|hostile=Yes|size=Unchanged|value=Not tameable|biome=[[Evil]] biomes, [[tower (necromancy)|tower]]s, [[camp]]s|note=Formerly living creatures animated through magic.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:bogeyman_sprite.png]]|name=Bogeyman|symbol=ñ|color=0:0:1|food=No|playable=No|hostile=Yes|size=10,000 to 20,000|value=Not tameable|biome=[[Evil]] biomes|note=Evil predatory shape-shifters that stalk unfortunate victims in the night.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:experiment_sprite_anim.gif]]|name=Experiment|symbol=&amp;lt;span style=&amp;quot;font-size:80%;&amp;quot;&amp;gt;Any&amp;lt;/span&amp;gt;|color=7:0:1|food=No|playable=Adv&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|hostile=Possibly|size=Varies|value=Not tameable|biome=[[Tower (necromancy)|Tower]]s, Towns and cities&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;|note= Failed or successful products of experimentation on living citizens or livestock.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Ghost|symbol=Ñ|color=7:1:1|food=No|playable=No|hostile=Possibly|size=Unchanged|value=Not tameable|biome=Any|note=Spiritual residents who have not been memorialized properly.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Infected ghoul|symbol=Ñ|color=4:0:1|food=No|playable=No|hostile=Yes|size=Unchanged|value=Not tameable|biome=[[Tower (necromancy)|Tower]]s|note=Undead creatures who can spread their condition through bites.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Intelligent undead|symbol=Ñ|color=3:0:1|food=No|playable=Adv&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;|hostile=Possibly|size=Unchanged|value=Not tameable|biome=All above-ground|note=Former historical figures raised from the dead, retaining part of their personality.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:mummy_preview_sprite.png]]|name=Mummy|symbol=Ñ|color=6:0:1|food=No|playable=No|hostile=Yes|size=Unchanged|value=Not tameable|biome=[[Tomb]]s|note=Undead rulers who will attack when disturbed, as well as lay curses.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Necromancer|symbol=Ñ|color=5:0:1|food=No|playable=Adv&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;|hostile=Yes|size=Unchanged|value=Not tameable|biome=[[Tower (necromancy)|Tower]]s, [[camp]]s|note=Immortal beings who are able to raise the dead.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:night_troll_sprite.png]]|name=Night troll|symbol=Ñ|color=2:0:0|food=No|playable=No|hostile=Yes|size=70,000 to 150,000|value=Not tameable|biome=All above-ground|note=A stalker troll that kidnaps and mates with victims, turning them into troll spouses.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:moon_sprite.png]]|name=Nightmare|symbol=Ñ|color=0:0:1|food=No|playable=No|hostile=Yes|size=100,000 to 1,100,000|value=Not tameable|biome=N/A|note=Unspeakably horrifying and grotesque creatures summoned by supernatural forces.}} &lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Vampire|symbol=Ñ|color=4:0:0|food=No|playable=Adv&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;|hostile=Yes|size=Unchanged|value=Not tameable|biome=All above-ground|note=Immortal beings who feed on blood and can appear in migrant waves while disguised.}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Werebeast|symbol=Ñ|color=6:0:0|food=No|playable=Adv&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;|hostile=Yes|size=80,000 to 90,000|value=Not tameable|biome=All above-ground|note=Sapient creatures cursed to transform into a cross of themselves and an animal on a full moon.}}&lt;br /&gt;
|}&lt;br /&gt;
:&amp;lt;small&amp;gt;1. In some worlds, intelligent experiments escape their creators and join normal civilizations. They will then be playable in adventurer mode.&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;2. The player cannot normally start out as an intelligent undead, but can [[unretire]] a former adventurer that has been resurrected. This can also be done (without unretiring) by using [[Adventurer mode character creation#Party summary|adventurer parties]].&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;3. The player cannot start out as a necromancer, but can gain necromancer powers by reading a slab or book containing the secrets of life and death.&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;4. The player cannot start out as a vampire, but can become one by feeding on spilled vampire blood. [[Animal people]] with the ability to suck blood can also gain vampirism by blood-sucking a vampire during combat.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;5. The player cannot start out as a werebeast, but can [[Werebeast#Becoming a werebeast|become one]] by getting bitten by one, or cursed by a deity.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hidden Fun Stuff===&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, thanks!--&amp;gt;&lt;br /&gt;
{{spoiler}}&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:beast_sprites_preview_anim.gif]]|name=Demon|symbol=&amp;amp;|color=7:0:1|food=No|playable=No|hostile=Yes|size=400,000 to 10,000,000|value=Not tameable|biome=[[Underworld]]|note=See article for more information}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:beast_sprites_preview_anim.gif]]|name=Angel|symbol=Ä|color=7:0:1|food=No|playable=No†|hostile=Yes|size=Varies|value=Not tameable|biome=[[Vault]]s|note=See article for more information}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|graphic=[[File:Blind_cave_bear_sprite.png]]&amp;amp;nbsp;[[File:guardian_sprite.png]]|name=Dungeon guardian|symbol=ÿ|color=5:0:1|food=No|playable=No|hostile=Yes|size=Unchanged|value=Not tameable|biome=[[Mysterious dungeon|Mysterious sites]]|note=Immortal figures that have been changed to relentlessly guard [[mysterious dungeon]]s.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
†except in a few [http://www.bay12forums.com/smf/index.php?topic=172326.msg7869456#msg7869456 special cases]&lt;br /&gt;
&lt;br /&gt;
===Nonexistent===&lt;br /&gt;
&amp;lt;!--EDITORS - PLEASE READ NOTES AT TOP OF PAGE, IT'S VERY IMPORTANT FOR THIS CATEGORY, thanks!--&amp;gt;&lt;br /&gt;
{{v50_creaturecurrent table head}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Centaur|symbol=C|graphic=[[File:statue_covered_sprite.png]]|color=6:0:0|food=N/A|size=N/A|value=N/A|playable=No|hostile=N/A|biome=Nowhere|note=Only found in engravings}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Chimera|symbol=C|graphic=[[File:statue_covered_sprite.png]]|color=2:0:1|food=N/A|size=N/A|value=N/A|playable=No|hostile=N/A|biome=Nowhere|note=Only found in engravings}}&lt;br /&gt;
{{v50_creaturecurrent_table_row|name=Griffon|symbol=G|graphic=[[File:statue_covered_sprite.png]]|color=7:0:1|food=N/A|size=N/A|value=N/A|playable=No|hostile=N/A|biome=Nowhere|note=Only found in engravings}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*[[File:placeholder_sprite.png|right|thumb|The debug creature.]]If the game does not recognize a creature and/or cannot find the [[Graphics#Creature_Graphics|sprite associated for it]], the sprite will default to a blue, round, blob-like face with stubby legs.&lt;br /&gt;
*Many of the original [[Cavern#Creatures|underground creatures]] were drawn by [[Toady One|Tarn]] and [[ThreeToe|Zach]] Adams &amp;quot;in a couple of notebooks in our parents' living room one day, more than a decade ago, when we were trying to populate the [[v0.31:Release_information#The_Underground|new-at-the-time]] 3D [[Cavern|underground]].&amp;quot; ([http://www.bay12games.com/dwarves/index.html#2024-06-25 Bay 12 Games])&amp;lt;br&amp;gt;While most of these were implemented in [[v0.31:Release_information|v0.31]], some concepts were left on the cutting room floor.&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_01.jpg Page 1]: [[Bugbat]] and [[drunian]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_02.jpg Page 2]: [[Manera]] and king cave worm.&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_03.jpg Page 3]: [[Molemarian]] and mole rat [[Animal person#Subterranean animal people|man]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_04.jpg Page 4]: Magma seal, magma walrus, and [[jabberer]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_05.jpg Page 5]: [[Pond grabber]], [[blind cave bear]], [[cave dragon]], and [[reacher]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_06.jpg Page 6]: [[Gorlak]] and [[cave fish man]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_07.jpg Page 7]: [[Floating guts]], [[drunian]], and grabber.&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_08.jpg Page 8]: [[Creeping eye]], [[voracious cave crawler]], and [[blind cave ogre]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_09.jpg Page 9]: [[Cap hopper]], [[magma crab]], and [[crundle]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_10.jpg Page 10]: [[Hungry head]], [[flesh ball]], and [[elk bird]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_11.jpg Page 11]: [[Helmet snake]], [[green devourer]], and [[rutherer]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_12.jpg Page 12]: [[Creepy crawler]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_13.jpg Page 13]: [[Draltha]], [[giant earthworm]], and [[blood man]].&lt;br /&gt;
** [https://bay12games.com/dwarves/notebook/notebook_14.jpg Page 14]: Stilt plucker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Translation&lt;br /&gt;
| dwarven = mes&lt;br /&gt;
| elvish  = amu&lt;br /&gt;
| goblin  = los&lt;br /&gt;
| human   = mos&lt;br /&gt;
}}&lt;br /&gt;
{{Creatures}}&lt;br /&gt;
{{Category|Creatures| }}&lt;br /&gt;
[[ru:Creature]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=Extinction&amp;diff=317365</id>
		<title>Extinction</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=Extinction&amp;diff=317365"/>
		<updated>2026-07-02T21:13:41Z</updated>

		<summary type="html">&lt;p&gt;Ziusudra: /* Natural regeneration */ switched to cite bugtracker template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|Exceptional}}&lt;br /&gt;
{{av}}&lt;br /&gt;
&lt;br /&gt;
[[File:extinct_preview.png|right]]'''Extinction''' means one of three things in ''Dwarf Fortress''.&lt;br /&gt;
&lt;br /&gt;
== Extinct creatures ==&lt;br /&gt;
With the release of the [[Release_information/53.15|Dino Update]], [[Creature#Extinct|extinct creatures]] from the real world were added to the game, including [[animal person]] variants of them. Depending on the options chosen when [[World generation#Real world extinct creatures|generating a world]], these extinct creatures can be removed entirely, made to only exist in certain circumstances, or to exist as domesticated animals. They are classified by the prehistoric era they existed in, but this has no effect on how or where they appear. These creatures aren't inherently related to the concept of extinction as defined on the rest of this page, though it is possible for them to become locally extinct in an area they initially existed in.&lt;br /&gt;
&lt;br /&gt;
== Sapient extinction ==&lt;br /&gt;
The first meaning of the word pertains to [[world generation]]: fighting between different sapient species may be so intense that a particular sapient species is wiped out entirely, going extinct in the process. Extinction events are exceedingly rare in larger worlds, but surprisingly common in pocket ones, where inter-species competition is at its fiercest.  Sapient species that go extinct will obviously no longer [[caravan|trade]] with your dwarves, nor threaten them with [[ambush]]es or [[siege]]s. You can somehow still start a fortress mode game in a map vacated of any dwarves, but will not receive any [[migrant]]s beyond the first two (hard-coded) waves, nor any [[noble]] appointments (including the [[monarch]]). Conversely, if your fortress receives a third migrant wave, a dwarf trade caravan, or a monarch, then your civilization was not truly extinct, only &amp;quot;dying&amp;quot;. Civilizations can remain &amp;quot;dying&amp;quot; for hundreds of years{{bug|9503}}, and the game won't allow you to embark from an extinct civilization if any non-extinct civilizations are available, so a truly extinct civilization embark is fairly difficult to obtain, but not impossible.{{cite_forum|154368.msg6754648#msg6754648}}&lt;br /&gt;
&lt;br /&gt;
On a smaller scale, landmass-specific extinctions can also occur, and although they are not nearly so dramatic as ''mass'' extinctions and are in fact quite common, they can still affect your game. This usually happens on separated landmasses, and [[island]]s inhabited by more than one sapient species below a certain area. Since [[civilization]]s cannot yet cross bodies of water that don't freeze over, such extinctions will affect your gameplay should you chose to settle on such a landmass. The effect of settling someplace inaccessible to dwarves is the same as starting a fortress when they are extinct: only two hard-coded migrant waves.&lt;br /&gt;
&lt;br /&gt;
[[Calendar#Ages|Calendar ages]] are greatly influenced by the relative lack - or abundance - of sapient life in your world, and so provide an at-a-glance view of the state of civilization on your lonely planet (if you know what they stand for, of course). Two calendar ages are more directly associated with extinction: the ''Age of Death'' and the ''Age of Emptiness'', in which all civilizations have been wiped out. Actually getting these to happen can be difficult - the latter can only be achieved by killing every civilized creature in a world in Adventurer mode, then committing suicide, then [[embark]]ing on the same map in fortress mode, then committing suicide with all of ''those'' dwarves. Once all of this is done, you will finally get an [[announcement]] telling you of the passing of the age. [http://www.bay12forums.com/smf/index.php?topic=46033.0 It's been done before].&lt;br /&gt;
&lt;br /&gt;
== Site extinction ==&lt;br /&gt;
The second, more nuanced form of extinction has to do with the wildlife in your [[surroundings]]. Every [[site]] can have a certain number of [[creature]]s appear in it; ''which'' creatures depends on the site's [[biome]]s, ''how often'' depends on the &amp;lt;tt&amp;gt;[FREQUENCY]&amp;lt;/tt&amp;gt; [[creature token]] in their [[raw file]]s,  ''how many'' depends on the number of biomes you abridge and on the creature's &amp;lt;tt&amp;gt;[CLUSTER_NUMBER:#]&amp;lt;/tt&amp;gt;, and ''how many before none will ever appear in the wild again'' depends on a somewhat randomized token in specific creatures' definitions, the &amp;lt;tt&amp;gt;[POPULATION_NUMBER:#:#]&amp;lt;/tt&amp;gt; tag. That is, if as many (wild, non-[[mount|siege mount]]) creatures die or are [[cage trap|captured]] and kept upon visiting your fortress as &amp;lt;tt&amp;gt;[POPULATION_NUMBER]&amp;lt;/tt&amp;gt; is set to, they will be considered locally extinct, and will have their range clipped from your fortress surroundings.&lt;br /&gt;
&lt;br /&gt;
This cap will not limit any [[breeding]] you do once you have captured the creature, and will obviously not affect any creatures visiting your [[site]] that are allowed to leave. It ''will'' affect the maximum number of non-breeding creatures that you can have at your fortress, however, and will not allow the appearance of creatures in clusters larger than are allowed by the cap. Note that the cap is biome-specific: even though [[sea serpent]]s are capped at one serpent per site, it is possible to get multiples, and even [http://www.bay12forums.com/smf/index.php?topic=75780.0 start a breeding program], if your fortress abridges multiple valid biomes - note that such a breeding program wouldn't work in the current version, as sea serpents are now egg-laying and aquatic egg-layers don't breed due to a bug)&lt;br /&gt;
&lt;br /&gt;
Every time a species becomes locally extinct it is (obviously) taken out of the wildlife visitation rotation. Rendering a policy of mass genocide on the countryside can thus eventually force the appearance of a sought-after species of wildlife, if you push hard enough. However, for the most part the number of creatures that can appear in the biome is so large, and the population caps are set so high, that it doesn't seriously affect gameplay. Aggressively hunting the local wildlife ''will'' eventually restrict its variety, however, and eventually you can prevent ''any'' wildlife from spawning at all on your map.&lt;br /&gt;
&lt;br /&gt;
The cap does have important ramifications for a few specific species, however. Wildlife appearances on [[glacier]]s are heavily restricted, for instance, so the particularly aggressive [[yeti]], which only appears five to ten times, is often made extinct very quickly. Because of a bug, aquatic vermin do not restock when fished, resulting in guaranteed eventual extinction.{{bug|2780}} [http://www.bay12forums.com/smf/index.php?topic=84112.msg2252463#msg2252463 A certain nuance] of the tag's implementation allows maintained hunting of certain species, with some micromanagement: if a cluster (or pack) of animals appears on the map, as long as at least one animal in that cluster is allowed to leave, the species will not have been considered depleted. This obviously does not work on solitary creatures. Another option is to capture a [[breed]]ing pair and release their (untamed) young back into the wild; doing so can even raise the site population past its starting value.&lt;br /&gt;
&lt;br /&gt;
===Natural regeneration===&lt;br /&gt;
Supposedly, wildlife populations very slowly naturally repopulate due to continuous world-gen/[[world activities]].{{cite mantis|2780/c36019}} Whether this can happen if they are locally extinct is unknown.&lt;br /&gt;
&lt;br /&gt;
== Repopulating site extinction with DFHack ==&lt;br /&gt;
&lt;br /&gt;
To fully bring back creatures from permanent extinction, the DFHack [https://dfhack.readthedocs.io/en/stable/docs/_auto/base.html#region-pops region-pops] can help. The script is versatile, and when used correctly, can selectively weed out creatures a player does not want to bring back. This tool is not perfect, and with time, creatures you have weeded out may return. This may be due to a range limit, and does not take very long range migration into account.&lt;br /&gt;
&lt;br /&gt;
To view which animals may spawn in your embark, use 'region-pops list-all'.&lt;br /&gt;
&lt;br /&gt;
=== Repopulation ===&lt;br /&gt;
To get started, first download the template [https://github.com/EldrickWT/eld-dfhack-scripts here] named 'region-pops.list' (credits to EldrickWT), and open it up with any text editor. The finished file should be structured like a .bat (all commands are stated before the options). By default, this scriptlet will remove every creature, which is not what we want. All we have to do is flip (or replace) the value into a positive number. Once done, save, copy and paste it in to the dfhack terminal. This script will restock all creatures with the value you inserted.&lt;br /&gt;
&lt;br /&gt;
=== Fine tuning ===&lt;br /&gt;
With the basic repopulation done, you can fine-tune which creatures you don't want out with this part. Since a negative value removes creatures from the region, you can add below the last line, 'region-pops incr-all BIRD -X' to remove X from all creatures with 'BIRD' in its name. This also includes giant and animal person variants. Just remember to have the removing part at least larger than the repopulation part, to play it safe. Flying creatures often have a big impact on FPS, and removing them from your embark will definitely help. After saving the file, you can easily copy and paste your preferred region populations on every new playthrough.&lt;br /&gt;
&lt;br /&gt;
There is (currently) no known script to repopulate civilizations.&lt;br /&gt;
&lt;br /&gt;
{{category|Game mechanics}}&lt;br /&gt;
{{category|Events}}&lt;br /&gt;
[[ru:Extinction]]&lt;/div&gt;</summary>
		<author><name>Ziusudra</name></author>
	</entry>
</feed>