v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Tilesets"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
 
(210 intermediate revisions by 38 users not shown)
Line 1: Line 1:
{{Quality|Exceptional}}{{av}}
+
{{Quality|Exceptional}}
 +
{{av}}
 +
:''(For an overview of graphics in DF, see [[Graphics|Graphics]])''
 
:''(For a chart with the default ASCII characters, see [[Main:Character table|Character table]].)''
 
:''(For a chart with the default ASCII characters, see [[Main:Character table|Character table]].)''
:''(For user-created tilesets, see [[Main:Tileset repository|Tileset repository]].)''  
+
:''(For user-created creature tilesets, see [[Main:Tileset repository|Tileset repository]].)''
:''(For user-created creature graphics sets, see [[Graphics set repository]].)''
+
:''(For information about Graphic sets, see [[Graphic set|Graphic set]])''
 +
:''(For information on how tilesets get colored, see [[Color]])''
 +
----
 +
'''Tilesets''' are images the game uses to display its graphics when "Use Classic ASCII Glyphs" is set to "Yes"; each tile is used to show text and represent things. Users create custom tilesets for a number of reasons, including increased visibility, aesthetics, or small size. Tilesets come in two flavors: "'''character sets'''" (or simply "tilesets") and "'''graphics sets'''". This article is only about tilesets.
  
----
+
== Overview ==
 +
A character set (or 'tileset') is an image in BMP or PNG format that contains the 256 different tiles (numbered 0-255), corresponding to the [[Main:Character table|IBM Code Page 437]] (sometimes called Extended ASCII), which are used to display all graphics. The tiles are always arranged in a 16×16 grid, but its dimensions can be varied. You can have both square and non-square tiles, with 16x16 pixels being the most common size. (If "Use Classic ASCII Glyphs" is set to "No", the tileset must be 128×192 pixels (tiles 8×12 pixels) in order to render the customs tiles properly. See [[Graphic set]])
 +
 
 +
UI scaling will only work if the tileset is 128×192px (8×12px tiles).
 +
 
 +
As the tileset is limited to only 256 tiles, some objects share the same tile. Below is a detailed list.
  
'''Tilesets''' are images the game uses to display its graphics; each tile is used to show text and represent things. Users create custom tilesets for a number of reasons, including increased visibility, aesthetics, or small size. Tilesets come in two flavors: "'''character sets'''" (or simply "tilesets") and "'''graphics sets'''".
+
In previous versions of Dwarf Fortress (v0.47 and below), some of the tiles could be changed in the raws and init files, and creatures could have separate graphics (see [[DF2014:Graphic set]], this functionality has been removed in v0.50 (and above) with separate graphics being controlled by mods with "Use Classic ASCII Glyphs" set to "No".
  
== Overview and installation ==
+
== Installation and creation of custom tilesets ==
 +
=== Installation ===
 +
[[Tileset repository]] is a list of user-made standard tilesets, and provides [[Tileset_repository#Installation|installation instructions]].
  
=== Character sets ===
+
=== Creating a custom tileset ===
 +
Scaling occurs automatically based on the size of the tiles and the window.
 +
The desired grid, interface scaling and percentage settings only work when using 8x12 tiles.
  
A character set 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), which are used to display the main graphics. [[Main:Tileset repository|Here is the list]] of user-made standard tilesets. To install any of these tilesets, follow these steps:
+
When creating a custom tileset, it's often easiest to start with an existing one, and edit it to your liking. Tilesets generally fall into two categories: rectangular tilesets and square tilesets. Rectangular tilesets have tiles that are taller than they are wide. The text in these tilesets is generally easier to read, but the map appears squished horizontally. Square tilesets usually provide more attractive graphics, but are slightly less readable.
  
# Download the tileset via right-click-save-as on the tileset.  The tileset is just an image, so there's no separate download link. (The list is [[Main:Tileset repository|here]])
+
The graphics in Dwarf Fortress can be enhanced by setting "Use Classic ASCII Glyphs" to "No" and installing a [[Graphics set]] mod. (A default is provided in the premium version, but has been removed in the classic "free" version.)
# Convert it into a 24-bit BMP file<sup>V0.28.181.40d</sup> file or PNG file<sup>v0.31.06</sup>. Do NOT just change the extension to .bmp; you must use a program like MS paint to save it as a .bmp.
 
# Put it in the data/art directory of your Dwarf Fortress installation.
 
# Open data/init/init.txt
 
# If you want to use the tileset in fullscreen mode, locate and modify the [FULLSCREENX:800], [FULLSCREENY:600], and [FULLFONT:curses_800x600.bmp] configuration lines to match the specifications from the tileset list. The FULLFONT directive should match the filename of the tileset you downloaded. If you want to use the tileset in windowed mode, search for the [WINDOWEDX:640], [WINDOWEDY:300], and [FONT:curses_640x300.bmp] lines instead, and change them to the correct values.
 
# It is also recommended you keep [BLACK_SPACE:YES] to prevent stretching of the graphics.
 
# Save the .txt file, then you're ready to play!
 
  
=== Graphics sets ===
+
Mifki created a [http://mifki.com/df/fontgen/ tool] to make a tileset from any font, which can be used as starting point or as is.{{cite forum|140250}}
  
Character sets only change certain graphics, while others are left out. The confusingly-named [[graphics set]]s are used to change the appearance of [[creatures]] in the game, such as dwarves and unicorns. They usually come with and are designed to work together with certain [[DF2012:Tilesets|tilesets]]. They can significantly change the appearance of the game and make it easier for players to tell what is happening onscreen. While Tilesets work the same as previous versions, Graphics Sets will have to be redone as the raws have changed.
+
Many tiles are used by the game in multiple ways, and this makes customizing the graphics difficult. The same icon is used for chairs and the north end of one-tile-wide vertical bridges. Ashes and broken arrows look the same, and many game entities (such as levers, floodgates, bags, and bins) share characters that are also used in Dwarven names or other bits of text in the interface.
  
== Custom tileset design ==
+
Some of these issues could be fixed by the third-party Text Will Be Text (TWBT) plugin for the [[DF2014:DFHack]] modding API. This has not been updated for compatibility with v0.50.
  
The default (and minimum) gameplay viewport is 80 characters wide, and 25 characters tall. Therefore, a tileset's target resolution will be TILE_X_LENGTH * 80 by TILE_Y_LENGTH * 25. Since the tileset is arranged into a 16x16 grid of tiles (256 tiles total), the tileset image size will be TILE_X_LENGTH * 16 by TILE_Y_LENGTH * 16. Here are some common tile sizes:
+
=== Generating a custom tileset from a font in Linux ===
 +
In Linux, it is possible to create tileset from a .ttf font programmatically in the terminal. The following command will open a terminal window with your desired font, rendered appropriately for ''Dwarf Fortress'', and screenshots it. It requires xterm, the screenshot utility xwd, and a text file containing the code page 437 characters in the appropriate order.
  
* A tileset with 10x12 tiles will be 160x192 pixels large, and the target resolution will be 800x300.
+
<pre>xterm -fa "FONTFAMILY:pixelsize:SIZE:antialias=false" -bg magenta -geometry 16x16 -e "setterm -cursor off && printf '%s' \"\$(<PATH/TO/CODE437.txt)\" && sleep 0.1 && xwd -id \$WINDOWID | xwdtopnm | pnmtopng > \"FONTFAMILY-SIZE.png\""</pre>
* A tileset with 16x16 tiles will be 256x256 pixels large, and the target resolution will be 1280x400.
 
  
When creating a custom tileset, it's often easiest to start with an existing one, and edit it to your liking. Tilesets generally fall into three categories: rectangular tilesets, square tilesets, and 16x16 square tilesets. Rectangular tilesets have tiles that are taller than they are wide. The text in these tilesets is generally easier to read, but the map appears squished horizontally. Square tilesets usually provide more attractive graphics, but are slightly less readable. The 16x16 square tilesets are just a sub-set, which are grouped together because most [[graphics set|object tilesets]] use 16x16 tiles. The graphics in Dwarf Fortress can be somewhat diversified and enhanced through the use of graphics sets.
+
This will generate an image in your current directory, so it might be a good idea to cd into your /data/art directory beforehand.
  
Many tiles are used by the game in multiple ways, and this makes customizing the graphics difficult. The same icon is used for chairs and the north end of one-tile-wide vertical bridges. Ashes and broken arrows look the same, and many game entities (such as levers, floodgates, bags, and bins) share characters that are also used in Dwarven names or other bits of text in the interface.
+
'''This works ''much'' better for bitmap fonts, in their native size.''' For a list of such fonts on your system and their sizes, you can run
  
<!--=== How colors other than white and magenta work ===
+
<pre>fc-list :scalable=false:spacing=mono family pixelsize</pre>
  
 +
=== How colors other than white and magenta work ===
 
When the game draws a tile, it will select a foreground color, a background color, and a tile based on the item being drawn.  The background color will be used in place of magenta (Hex code #FF00FF or RGB 255 0 255).  All other colors in the tile will be treated as a mask against the foreground color.  Pure white (#FFFFFF) will always show the foreground color, while light grey (#CCCCCC) will be a slightly darker version of the foreground color, and dark grey (#888888) will be a dark version of the foreground color.  Black (#000000) will always be black.  It is impossible to use different shades of the background color.
 
When the game draws a tile, it will select a foreground color, a background color, and a tile based on the item being drawn.  The background color will be used in place of magenta (Hex code #FF00FF or RGB 255 0 255).  All other colors in the tile will be treated as a mask against the foreground color.  Pure white (#FFFFFF) will always show the foreground color, while light grey (#CCCCCC) will be a slightly darker version of the foreground color, and dark grey (#888888) will be a dark version of the foreground color.  Black (#000000) will always be black.  It is impossible to use different shades of the background color.
 +
 +
Alpha values are supported in png fonts (since v0.43.04), allowing for better transparency, and partial transparency, enabling anti-aliased tilesets and other interesting tricks.
  
 
In general, just remember these rules:
 
In general, just remember these rules:
Line 79: Line 90:
 
|}
 
|}
  
As illustrated by this example, colors in the tileset can result in colors that aren't in the foreground color or the tile graphic.  In this case, a brown foreground color with a cyan pixel color in the tileset results in a final color of green.
+
As illustrated by this example, colors in the tileset can result in colors that aren't in the foreground color or the tile graphic.  In this case, a brown foreground color with a cyan pixel color in the tileset results in a final color of green.
  
Theoretically, the way the game handles color masks could be used to display different graphics for items that use the same tile (but whose respective colors use different color component channels).  For example, if a bright red object and a bright blue object use the same tile, the tile can use bright red for all pixels that only the red object uses, bright blue for all pixels only the blue object uses, and bright magenta (but NOT #FF00FF, it would have to be #FE00FE or something similar) for all pixels both objects use.  In this fashion the two objects that share a tile would look completely different.  In practice however, this is probably impossible because so many objects share the same tile, the chances of the potential foreground colors sharing a red, green, or blue color component are too great.-->
+
Theoretically, the way the game handles color masks could be used to display different graphics for items that use the same tile (but whose respective colors use different color component channels).  For example, if a bright red object and a bright blue object use the same tile, the tile can use bright red for all pixels that only the red object uses, bright blue for all pixels only the blue object uses, and bright magenta (but NOT #FF00FF, it would have to be #FE00FE or something similar) for all pixels both objects use.  In this fashion the two objects that share a tile would look completely different.  In practice however, this is probably impossible because so many objects share the same tile, the chances of the potential foreground colors sharing a red, green, or blue color component are too great.
  
 
== What tiles are used for what ==
 
== What tiles are used for what ==
 
+
* Items marked with * can have their tile changed in the [[modding|raw data]] files. <small>[This list need validating for v0.50]</small>
* Items marked with * can have their tile changed in the [[modding|raw data]] files.
+
* Items marked with <sup>#</sup> can have their tile replaced by a [[graphic set]] image, in addition to having their tile changed in the raw data.
* Items marked with <sup>#</sup> can have their tile replaced by a [[graphics set]] image, in addition to having their tile changed in the raw data.
 
 
* Items marked with <sup>$</sup> can be changed in the [[d_init.txt]] file.
 
* Items marked with <sup>$</sup> can be changed in the [[d_init.txt]] file.
 +
* Items marked with <sup>¢</sup> use dual colors.
 +
* Items marked with <sup>÷</sup> use inverted tile
  
 
For a graphical table, go to the [[Main:Character Table|Character Table]].
 
For a graphical table, go to the [[Main:Character Table|Character Table]].
Line 94: Line 106:
 
{|
 
{|
 
|-
 
|-
|<small>000</small> {{TST|&nbsp;}}
+
|<small>000</small>&nbsp;{{TST|&nbsp;}}
 
| Used for background tiles in the intro CMV and background tiles of interface screens
 
| Used for background tiles in the intro CMV and background tiles of interface screens
 
|-
 
|-
Line 110: Line 122:
 
|-
 
|-
 
|<small>005</small> {{TST|♣}}
 
|<small>005</small> {{TST|♣}}
| [[Quarry bush]]es*{{verify}}, blossoms*, [[Tilesets#Trees_on_map|various forest trees]]*
+
| [[Quarry bush]] leaves*, blossoms*, [[Tilesets#Trees_on_map|various forest trees]]*
 
|-
 
|-
 
|<small>006</small> {{TST|♠}}
 
|<small>006</small> {{TST|♠}}
| [[Forest|Broadleaf Forest]], [[Tilesets#Trees_on_map|various forest trees]]*
+
| [[Forest|Broadleaf forest]], [[Tilesets#Trees_on_map|various forest trees]]*, various leaf items*, [[Plump helmet]]s*
 
|-
 
|-
 
|<small>007</small> {{TST|•}}
 
|<small>007</small> {{TST|•}}
| Mined out [[stone]]*, solid [[workshop]] tile for several workshops like the [[magma smelter]], [[river]] sources in main map, [[cave]]s in main map, moon on travel map
+
| Mined-out [[stone]]*, solid [[workshop]] tile for several workshops like the [[magma smelter]], filled [[nest box]] building, [[river]] sources on world map, [[cave]]s on world map, [[lair]]s on world map, moon on travel map, flower buds*
 
|-
 
|-
 
|<small>008</small> {{TST|◘}}
 
|<small>008</small> {{TST|◘}}
| Solid workshop tile for several other workshops like the [[magma forge]], [[tanner's shop]], [[catapult]] cup, fortress keeps on travel map, [[nest box]] tool*, [[nest box]] building, [[book]]
+
| Solid workshop tile for several other workshops like the [[magma forge]], [[tanner's shop]], [[catapult]] cup, [[nest box]] tool*, empty [[nest box]] building, [[codex|codices]], [[die|dice]]
 
|-
 
|-
 
|<small>009</small> {{TST|○}}
 
|<small>009</small> {{TST|○}}
| [[Well]], [[vermin]] colony, [[millstone]], [[quern]], vertical [[axle]], fortress walls on travel map, sun behind clouds on travel map, fortresses on world map
+
| [[Well]], [[vermin]] colony, [[millstone]], [[quern]], vertical [[axle]], fortress walls on travel map, sun behind clouds on travel map, [[castle]]s on world map, [[monastery|monasteries]] on world map, [[creeping eye]] out of view (adventure mode)*, [[staring eyeball]]*, [[bubble bulb]]*
 
|-
 
|-
 
|<small>010</small> {{TST|◙}}
 
|<small>010</small> {{TST|◙}}
| trunk<sup>$</sup>
+
| trunk interior<sup>$</sup>, [[fort|forts]] on world map
 
|-
 
|-
 
|<small>011</small> {{TST|♂}}
 
|<small>011</small> {{TST|♂}}
| [[Gender|Male]] sign, [[bag]]s, [[Tilesets#Creatures|Various Cephalopods]]<sup>#</sup>
+
| [[Gender|Male]] sign, [[bag]]s, [[Tilesets#Creatures|various cephalopods]]<sup>#</sup>
 
|-
 
|-
 
|<small>012</small> {{TST|♀}}
 
|<small>012</small> {{TST|♀}}
Line 134: Line 146:
 
|-
 
|-
 
|<small>013</small> {{TST|♪}}
 
|<small>013</small> {{TST|♪}}
| [[Tool|Ladle]]s*
+
| [[Tool|Ladle]]s*, [[dancer]]s dancing
 
|-
 
|-
 
|<small>014</small> {{TST|♫}}
 
|<small>014</small> {{TST|♫}}
| [[Armor stand]]s
+
| [[Armor stand]]s, playing [[instrument]]s
 
|-
 
|-
 
|<small>015</small> {{TST|☼}}
 
|<small>015</small> {{TST|☼}}
| Unmined [[Gem]] Cluster*, Rough [[Gem]]s and Raw [[Glass]], unmined [[bituminous coal]]*, mined [[bituminous coal]]*, [[currency]] symbol, masterpiece [[Item quality|quality]] symbol, spider [[web]]s, [[pond turtle]]*, sun, [[gear assembly|gear assemblies]], paralyzed [[Status icon|indicator]], fireballs, bandit camps on travel map
+
| Masterpiece [[Item quality|quality]] tags, unmined [[Gem|gem]] cluster*, Rough [[Gem|gem]]s and Raw [[Glass|glass]], unmined [[bituminous coal]]*, mined [[bituminous coal]]*, [[currency]] symbol, spider [[web]]s, [[pond turtle]]*, sun, [[gear assembly|gear assemblies]], paralyzed [[Status icon|indicator]], fireballs, bandit camps on travel map, towns on world map, night creature senses, artifact gem [[door]]s<sup>¢</sup>
 
|-
 
|-
 
|}
 
|}
Line 157: Line 169:
 
|-
 
|-
 
|<small>019</small> {{TST|‼}}
 
|<small>019</small> {{TST|‼}}
| [[Cage]]s, on-[[fire]] tags, vertical [[bars]]
+
| [[Cage]]s<sup>¢</sup>, on-[[fire]] tags, vertical [[bars]]
 
|-
 
|-
 
|<small>020</small> {{TST|¶}}
 
|<small>020</small> {{TST|¶}}
| [[Finished_goods#Goblets|Mug]]s, largest forest retreats, cumulonimbus clouds on travel map, [[Highwood]] forests*
+
| [[Finished_goods#Goblets|Mug]]s, [http://www.bay12forums.com/smf/index.php?topic=161047.msg7660465#msg7660465 drinking] in-progress, largest forest retreats, cumulonimbus clouds on travel map, [[Highwood]] forests*
 
|-
 
|-
 
|<small>021</small> {{TST|§}}
 
|<small>021</small> {{TST|§}}
Line 175: Line 187:
 
|-
 
|-
 
|<small>025</small> {{TST|↓}}
 
|<small>025</small> {{TST|↓}}
| [[Status icon|Various status indicators]], Interface text (bridge direction)
+
| Interface text (bridge direction), [[Status icon|Various status indicators]]
 
|-
 
|-
 
|<small>026</small> {{TST|→}}
 
|<small>026</small> {{TST|→}}
Line 190: Line 202:
 
|-
 
|-
 
|<small>030</small> {{TST|▲}}
 
|<small>030</small> {{TST|▲}}
| Head of [[Ballista arrow]] facing north, ramp up, track ramp up<sup>$</sup>, mountain on world map
+
| Head of [[Ballista arrow]] facing north, [[ramp]], [[Minecart|track]] ramp up<sup>$</sup>, mountain on world map
 
|-
 
|-
 
|<small>031</small> {{TST|▼}}
 
|<small>031</small> {{TST|▼}}
| Head of [[Ballista arrow]] facing south, ramp down, track ramp down<sup>$</sup>
+
| Head of [[Ballista arrow]] facing south, [[ramp]] on level below, [[Minecart|track]]ramp on level below<sup>$</sup>
 
|-
 
|-
 
|}
 
|}
Line 201: Line 213:
 
|-
 
|-
 
|<small>032</small>&nbsp;{{TST|&nbsp;}}
 
|<small>032</small>&nbsp;{{TST|&nbsp;}}
| Unexplored underground, spaces in text messages, black background on the title screen and interface menu
+
| Spaces in text messages, Unexplored underground, black background on the title screen and interface menu
 
|-
 
|-
 
|<small>033</small> {{TST|!}}
 
|<small>033</small> {{TST|!}}
| [[Status icon|various status icons]], text, sound indicator in sneaking mode, tracks (footprints) in sneaking mode
+
| Text, [[Status icon|various status icons]], sound indicator in sneaking mode, tracks (footprints) in sneaking mode
 
|-
 
|-
 
|<small>034</small> {{TST|"}}
 
|<small>034</small> {{TST|"}}
| [[Shrub]]*, quotation marks, Carpenter's workshop tile, kobold's glowing eyes*, fallen leaves{{verify}}, tracks (bent vegetation) in sneaking mode, [[Tilesets#Stones|various stones]]*, savanna, swamp, shrubland, marsh
+
| Text, [[shrub]]*, [[Status icon|various status icons]], quotation marks, Carpenter's workshop tile, [[kobold]] out of view*, [[goblin]] out of view*, [[blizzard man]] out of view*, tracks (bent vegetation) in sneaking mode, [[Tilesets#Stones|various stones]]*, savanna, swamp, shrubland, marsh
 
|-
 
|-
 
|<small>035</small> {{TST|#}}
 
|<small>035</small> {{TST|#}}
| [[Grate#Floor_Grate|floor grates]], [[Tilesets#Stones|various stones]]*, labyrinths on travel map, text
+
| Text, [[Grate#Floor_Grate|floor grates]], [[Tilesets#Stones|various stones]]*, smoothed branches in elven forest retreats, labyrinths on travel map, towns on world map
 
|-
 
|-
 
|<small>036</small> {{TST|$}}
 
|<small>036</small> {{TST|$}}
Line 216: Line 228:
 
|-
 
|-
 
|<small>037</small> {{TST|%}}
 
|<small>037</small> {{TST|%}}
| [[Prepared meal]], unexplored underground, [[screw pump]] in action, footprints in sneaking mode, various fruits*, [[Tilesets#Stones|various stones]]*, [[Bismuthinite]]*, [[Floating guts]]<sup>#</sup>
+
| [[Prepared meal]], unexplored underground, [[screw pump]] in action, footprints in sneaking mode, various fruits*,  various buds*, [[Tilesets#Stones|various stones]]*, [[Bismuthinite]]*, [[Floating guts]]<sup>#</sup>
 
|-
 
|-
 
|<small>038</small> {{TST|&}}
 
|<small>038</small> {{TST|&}}
Line 222: Line 234:
 
|-
 
|-
 
|<small>039</small> {{TST|&#39;}}
 
|<small>039</small> {{TST|&#39;}}
| Rough [[floor]]s, unexplored underground, [[Tilesets#Stones|various stones]]
+
| Text, rough [[floor]]s, unexplored underground, [[Tilesets#Stones|various stones]], one eyed creatures with GLOWTILE " (kobold, goblins, and blizzard in vanilla), various [[grass|grasses]]*
 
|-
 
|-
|<small>040</small> {{TST|(}}
+
|style="white-space:nowrap"|<small>040</small> {{TST|(}}
| Foreign object opening tag, tile in [[bowyer's workshop]], waxing moon on travel map, text
+
| Text, foreign object opening tag, tile in [[bowyer's workshop]], waning moon on travel map
 
|-
 
|-
 
|<small>041</small> {{TST|)}}
 
|<small>041</small> {{TST|)}}
| Foreign object closing tag, waning moon on travel map, text
+
| Text, foreign object closing tag, waxing moon on travel map
 
|-
 
|-
 
|<small>042</small> {{TST|*}}
 
|<small>042</small> {{TST|*}}
| Unmined [[ore]]*, [[Hell|glowing pits]], superior [[Item quality|quality]] tags, key reference, working [[gear assembly]], [[gem]] [[floodgate]], [[Tilesets#Stones|various stones]]*, chestnut fruit, other fruits and flowers, moving armies on quick travel map
+
| Interface text, superior [[Item quality|quality]] tags, Unmined [[ore]]*, [[Hell|glowing pits]], key reference, working [[gear assembly]], [[gem]] [[floodgate]], [[Tilesets#Stones|various stones]]*, chestnut fruit*, other fruits and flowers*, moving armies on quick travel map, towns on world map
 
|-
 
|-
 
|<small>043</small> {{TST|+}}
 
|<small>043</small> {{TST|+}}
| Smooth/constructed [[floor]]s, finely-crafted [[Item quality|quality]] tags, text, [[block]]/[[bar]] [[bridge]] or [[road]], [[Bauxite]]*, [[wound|injury]] [[Status icon|indicator]], towns on world map
+
| Text, finely-crafted [[Item quality|quality]] tags, Smooth/constructed [[floor]]s, [[block]]/[[bar]] [[bridge]] or [[road]], [[Bauxite]]*, [[wound|injury]] [[Status icon|indicator]], towns on world map, mining designation
 
|-
 
|-
 
|<small>044</small> {{TST|,}}
 
|<small>044</small> {{TST|,}}
| Rough [[floor]]s, [[Claystone]]*, unexplored underground, text
+
| Text, rough [[floor]]s, [[Claystone]]*, unexplored underground, various [[grass|grasses]]*
 
|-
 
|-
 
|<small>045</small> {{TST|-}}
 
|<small>045</small> {{TST|-}}
| [[Finished_goods#Crafts|Scepters]], [[arrow]]s in flight, well-crafted [[Item quality|quality]] tags, keyboard reference, [[Tilesets#Stones|various stones]]*, [[Status icon|overlapping creatures animation]]
+
| Text, well-crafted [[Item quality|quality]] tags, [[Finished_goods#Crafts|Scepters]], keyboard reference, [[Tilesets#Stones|various stones]]*, [[Status icon|overlapping creatures animation]]
 
|-
 
|-
 
|<small>046</small> {{TST|.}}
 
|<small>046</small> {{TST|.}}
| Rough [[floor]]s, [[Tilesets#Stones|various stones]]*, text, unexplored underground
+
| Text, rough [[floor]]s, [[Tilesets#Stones|various stones]]*, unexplored underground, various [[grass|grasses]]*
 
|-
 
|-
 
|<small>047</small> {{TST|/}}
 
|<small>047</small> {{TST|/}}
| [[Weapon]]s, [[bolt]]s, [[Ballista]] tile, text, [[Status icon|overlapping creatures animation]]
+
| Text, [[weapon]]s, [[bolt]]s, [[Ballista]] tile, [[Tool|Pestle]], [[Status icon|overlapping creatures animation]], [[Tool#Tools_Usable_as_Weapons|stone axe]]{{version|0.43.01}}, active [[Windmill|windmill]] blade
 
|-
 
|-
 
|}
 
|}
Line 254: Line 266:
 
|-
 
|-
 
|<small>048</small> {{TST|0}}
 
|<small>048</small> {{TST|0}}
| [[Coffin]]s, text
+
| Text, [[coffin]]s, tombs on world map
 
|-
 
|-
 
|<small>049</small> {{TST|1}}
 
|<small>049</small> {{TST|1}}
|Text, fluids if [[Technical_tricks#Tiles|SHOW_FLOW_AMOUNTS]] is YES in d_init.txt  
+
| Text, designation priorities, adventurer mode conversation targets, fluids if [[Technical_tricks#Tiles|SHOW_FLOW_AMOUNTS]] is YES in d_init.txt
 
|-
 
|-
 
|<small>050</small> {{TST|2}}
 
|<small>050</small> {{TST|2}}
|Text, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
+
| Text, designation priorities, adventurer mode conversation targets, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
 
|-
 
|-
 
|<small>051</small> {{TST|3}}
 
|<small>051</small> {{TST|3}}
|Text, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt  
+
| Text, designation priorities, adventurer mode conversation targets, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
 
|-
 
|-
 
|<small>052</small> {{TST|4}}
 
|<small>052</small> {{TST|4}}
|Text, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
+
| Text, designation priorities, adventurer mode conversation targets, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
 
|-
 
|-
 
|<small>053</small> {{TST|5}}
 
|<small>053</small> {{TST|5}}
|Text, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
+
| Text, designation priorities, adventurer mode conversation targets, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
 
|-
 
|-
 
|<small>054</small> {{TST|6}}
 
|<small>054</small> {{TST|6}}
|Text, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
+
| Text, designation priorities, adventurer mode conversation targets, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
 
|-
 
|-
 
|<small>055</small> {{TST|7}}
 
|<small>055</small> {{TST|7}}
|Text, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
+
| Text, designation priorities, adventurer mode conversation targets, fluids if SHOW_FLOW_AMOUNTS is YES in d_init.txt
 
|-
 
|-
 
|<small>056</small> {{TST|8}}
 
|<small>056</small> {{TST|8}}
|Fortress gates on travel map, text
+
| Text, Fortress gates on travel map
 
|-
 
|-
 
|<small>057</small> {{TST|9}}
 
|<small>057</small> {{TST|9}}
|Text  
+
| Text
 
|-
 
|-
 
|<small>058</small> {{TST|:}}
 
|<small>058</small> {{TST|:}}
| [[Wild strawberry]]*, [[prickle berry]]*, [[fisher berry]]*, [[sun berry]]*, snowstorms, underground shrubs*, command menu text
+
| Interface text, [[strawberry]]*, [[prickle berry]]*, [[fisher berry]]*, [[sun berry]]*, snowstorms, underground shrubs*
 
|-
 
|-
 
|<small>059</small> {{TST|;}}
 
|<small>059</small> {{TST|;}}
| [[Mason's workshop]], [[Kitchen]], [[Selenite]]*, command menu text ([[CMV|Movies]] key), twigs<sup>$</sup>
+
| Interface text (command menu [[CMV|Movies]] key), [[Mason's workshop]], [[Kitchen]], [[Selenite]]*, twigs<sup>$</sup>
 
|-
 
|-
 
|<small>060</small> {{TST|<}}
 
|<small>060</small> {{TST|<}}
| [[Stairs]] up, brackets around squad names, "Less than 1 unit weight" on Trading screen.
+
| Interface text (trading screen "Less than 1 unit weight"), brackets around squad names, [[Stairs]] up, west move indicator (adventure mode)
 
|-
 
|-
 
|<small>061</small> {{TST|&#61;}}
 
|<small>061</small> {{TST|&#61;}}
| Empty [[Stockpile]]s, hamlets on world map, [[Tilesets#Stones|various stones]]*,  
+
| Empty [[Stockpile]]s, hamlets on world map, [[Tilesets#Stones|various stones]]*, middle-left tile of [[Furnace|Furnaces]], up-right tile of [[Carpenter's workshop]]
 
|-
 
|-
 
|<small>062</small> {{TST|>}}
 
|<small>062</small> {{TST|>}}
| [[Stairs]] down, brackets around squad names.
+
| Brackets around squad names, [[Stairs]] down, east move indicator (adventure mode)
 
|-
 
|-
 
|<small>063</small> {{TST|?}}
 
|<small>063</small> {{TST|?}}
| [[Status icon|various status icons]]
+
| Text, [[Status icon|various status icons]]
 
|-
 
|-
 
|}
 
|}
Line 306: Line 318:
 
{|
 
{|
 
|-
 
|-
|<small>064</small> {{TST|@}}
+
|<small>064</small>&nbsp;{{TST|@}}
 
| berserk dwarf<sup>#</sup>, adventurer<sup>#</sup>, dwarven [[merchant]]s<sup>#</sup>, dwarven [[caravan]] guards<sup>#</sup>, dwarven [[diplomat]]<sup>#</sup>, adventurer's location on map
 
| berserk dwarf<sup>#</sup>, adventurer<sup>#</sup>, dwarven [[merchant]]s<sup>#</sup>, dwarven [[caravan]] guards<sup>#</sup>, dwarven [[diplomat]]<sup>#</sup>, adventurer's location on map
 
|-
 
|-
|<small>065</small> {{TST|A}}
+
|<small>065</small>&nbsp;{{TST|A}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, Tile in Farm Workshop, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, Tile in Farm Workshop
 
|-
 
|-
|<small>066</small> {{TST|B}}
+
|<small>066</small>&nbsp;{{TST|B}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>067</small> {{TST|C}}
+
|<small>067</small>&nbsp;{{TST|C}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, construction designations
 
|-
 
|-
|<small>068</small> {{TST|D}}
+
|<small>068</small>&nbsp;{{TST|D}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, Depot Access Display, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, Depot Access Display
 
|-
 
|-
|<small>069</small> {{TST|E}}
+
|<small>069</small>&nbsp;{{TST|E}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>070</small> {{TST|F}}
+
|<small>070</small>&nbsp;{{TST|F}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>071</small> {{TST|G}}
+
|<small>071</small>&nbsp;{{TST|G}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>072</small> {{TST|H}}
+
|<small>072</small>&nbsp;{{TST|H}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, high traffic designation
 
|-
 
|-
|<small>073</small> {{TST|I}}
+
|<small>073</small>&nbsp;{{TST|I}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, [[support]], [[Necromancer's tower]] on world map, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, [[support]], [[Tower (necromancy)|Necromancer's tower]] on world map
 
|-
 
|-
|<small>074</small> {{TST|J}}
+
|<small>074</small>&nbsp;{{TST|J}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>075</small> {{TST|K}}
+
|<small>075</small>&nbsp;{{TST|K}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>076</small> {{TST|L}}
+
|<small>076</small>&nbsp;{{TST|L}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, low traffic designation
 
|-
 
|-
|<small>077</small> {{TST|M}}
+
|<small>077</small>&nbsp;{{TST|M}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>078</small> {{TST|N}}
+
|<small>078</small>&nbsp;{{TST|N}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>079</small> {{TST|O}}
+
|<small>079</small>&nbsp;{{TST|O}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, [[trade depot]] post, glass portal, Tile in Farm Workshop, column<sup>$</sup>, wall construction, full moon on travel map and dwarf mode, text, trunk<sup>$</sup>
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, [[trade depot]] post, glass portal, Tile in Farm Workshop, column<sup>$</sup>, wall construction, full moon on travel map and dwarf mode, trunk<sup>$</sup>, [[staring eyeball]]*, [[bubble bulb]]*, [[Windmill|windmill]] hub
 
|-
 
|-
 
|}
 
|}
Line 359: Line 371:
 
{|
 
{|
 
|-
 
|-
|<small>080</small> {{TST|P}}
+
|<small>080</small>&nbsp;{{TST|P}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>081</small> {{TST|Q}}
+
|<small>081</small>&nbsp;{{TST|Q}}
 
| Text
 
| Text
 
|-
 
|-
|<small>082</small> {{TST|R}}
+
|<small>082</small>&nbsp;{{TST|R}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, restricted traffic designation
 
|-
 
|-
|<small>083</small> {{TST|S}}
+
|<small>083</small>&nbsp;{{TST|S}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>084</small> {{TST|T}}
+
|<small>084</small>&nbsp;{{TST|T}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>085</small> {{TST|U}}
+
|<small>085</small>&nbsp;{{TST|U}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>086</small> {{TST|V}}
+
|<small>086</small>&nbsp;{{TST|V}}
| Badlands on map, Text
+
| Text, Badlands on map
 
|-
 
|-
|<small>087</small> {{TST|W}}
+
|<small>087</small>&nbsp;{{TST|W}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text, Depot Access Display
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, Depot Access Display
 
|-
 
|-
|<small>088</small> {{TST|X}}
+
|<small>088</small>&nbsp;{{TST|X}}
|[[Bin]], [[floodgate]], shop post, building footprint, Depot Access Display, text, up/down stairs, Tile in Ashery, keyboard cursor, [[Archery target]],[[Status icon|various status indicators]]
+
| Text, [[wear]] tags, keyboard cursor, [[Bin]]<sup>¢</sup>, [[floodgate]]<sup>¢</sup>, shop post, building footprint, Depot Access Display, up/down stairs, Tile in Ashery, [[Archery target]], [[Status icon|various status indicators]]
 
|-
 
|-
|<small>089</small> {{TST|Y}}
+
|<small>089</small>&nbsp;{{TST|Y}}
| Text, [[Yak]]<sup>#</sup>
+
| Text, [[Yak]]<sup>#</sup>, [[Yeti]]<sup>#</sup>
 
|-
 
|-
|<small>090</small> {{TST|Z}}
+
|<small>090</small>&nbsp;{{TST|Z}}
| Sleep [[Status icon|indicator]], text
+
| Text, Sleep [[Status icon|indicator]]
 
|-
 
|-
|<small>091</small> {{TST|[}}
+
|<small>091</small>&nbsp;{{TST|[}}
| [[Clothing]], [[armor]], item stack opening tag, moon on travel map, text, tracks (bootprints) in sneaking mode
+
| Text, Floor tile in [[workshop]]s, [[Clothing]], [[armor]], item stack opening tag, moon on travel map, tracks (bootprints) in sneaking mode
 
|-
 
|-
|<small>092</small> {{TST|\}}
+
|<small>092</small>&nbsp;{{TST|\}}
| [[Status icon|Overlapping creatures animation]], [[Ballista]] tile
+
| [[Status icon|Overlapping creatures animation]], [[Ballista]] tile, [[Tool#Other_Tools|helves]]*{{version|0.43.01}}, active [[Windmill|windmill]] blade
 
|-
 
|-
|<small>093</small> {{TST|]}}
+
|<small>093</small>&nbsp;{{TST|]}}
| Floor tile in [[workshop]]s and [[furnace]]s, item stack closing tag, text
+
| Text, Floor tile in [[workshop]]s and [[furnace]]s, item stack closing tag
 
|-
 
|-
|<small>094</small> {{TST|^}}
+
|<small>094</small>&nbsp;{{TST|^}}
| [[Trap]], [[Alabaster]]*, [[Aluminum]]*, [[Volcano]] on world map
+
| [[Trap]], [[Alabaster]]*, [[Aluminum]]*, [[Volcano]] on world map, north move indicator (adventure mode), Mechanic Workshop center-south tile (in light cyan)
 
|-
 
|-
|<small>095</small> {{TST|_}}
+
|<small>095</small>&nbsp;{{TST|_}}
| [[Channel]] [[designation]], text
+
| Text, [[Channel]] [[designation]]
 
|-
 
|-
 
|}
 
|}
Line 412: Line 424:
 
{|
 
{|
 
|-
 
|-
| <small>096</small> {{TST|`}}
+
| <small>096</small>&nbsp;{{TST|`}}
| Rough floors, unexplored underground*, [[Tilesets#Stones|various stones]]*,  
+
| Rough floors, unexplored underground*, [[Tilesets#Stones|various stones]]*, various [[grass|grasses]]*
 
|-
 
|-
| <small>097</small> {{TST|a}}
+
| <small>097</small>&nbsp;{{TST|a}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
| <small>098</small> {{TST|b}}
+
| <small>098</small>&nbsp;{{TST|b}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
| <small>099</small> {{TST|c}}
+
| <small>099</small>&nbsp;{{TST|c}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>100</small> {{TST|d}}
+
|<small>100</small>&nbsp;{{TST|d}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>101</small> {{TST|e}}
+
|<small>101</small>&nbsp;{{TST|e}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>102</small> {{TST|f}}
+
|<small>102</small>&nbsp;{{TST|f}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>103</small> {{TST|g}}
+
|<small>103</small>&nbsp;{{TST|g}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>104</small> {{TST|h}}
+
|<small>104</small>&nbsp;{{TST|h}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>105</small> {{TST|i}}
+
|<small>105</small>&nbsp;{{TST|i}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>106</small> {{TST|j}}
+
|<small>106</small>&nbsp;{{TST|j}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>107</small> {{TST|k}}
+
|<small>107</small>&nbsp;{{TST|k}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>108</small> {{TST|l}}
+
|<small>108</small>&nbsp;{{TST|l}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>109</small> {{TST|m}}
+
|<small>109</small>&nbsp;{{TST|m}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
|<small>110</small> {{TST|n}}
+
|<small>110</small>&nbsp;{{TST|n}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text, hilly Grassland{{verify}} on Map
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, [[Hills]] on map
 
|-
 
|-
|<small>111</small> {{TST|o}}
+
|<small>111</small>&nbsp;{{TST|o}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text, [[Graphite]]*, well construction, bridge construction, [[millstone]] in action, vertical axle in action, floor tile in magma [[furnaces]]
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, [[Graphite]]*, well construction, bridge construction, [[millstone]] in action, vertical axle in action, floor tile in magma [[furnace]]s, [[staring eyeball]]*, [[bubble bulb]]*, [[winter melon]]*, [[watermelon]]*
 
|-
 
|-
 
|}
 
|}
Line 466: Line 478:
 
|-
 
|-
 
|<small>112</small> {{TST|p}}
 
|<small>112</small> {{TST|p}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
 
|<small>113</small> {{TST|q}}
 
|<small>113</small> {{TST|q}}
Line 472: Line 484:
 
|-
 
|-
 
|<small>114</small> {{TST|r}}
 
|<small>114</small> {{TST|r}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
 
|<small>115</small> {{TST|s}}
 
|<small>115</small> {{TST|s}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
 
|<small>116</small> {{TST|t}}
 
|<small>116</small> {{TST|t}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
 
|<small>117</small> {{TST|u}}
 
|<small>117</small> {{TST|u}}
Line 484: Line 496:
 
|-
 
|-
 
|<small>118</small> {{TST|v}}
 
|<small>118</small> {{TST|v}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text, [[Tilesets#Stones|various stones]]*,  
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>, [[Tilesets#Stones|various stones]]*, south move indicator (adventure mode)
 
|-
 
|-
 
|<small>119</small> {{TST|w}}
 
|<small>119</small> {{TST|w}}
| [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, [[Tilesets#Creatures|various creatures]]<sup>#</sup>
 
|-
 
|-
 
|<small>120</small> {{TST|x}}
 
|<small>120</small> {{TST|x}}
| [[Saltpeter]]*, text
+
| Text, [[wear]] tags, [[Saltpeter]]*
 
|-
 
|-
 
|<small>121</small> {{TST|y}}
 
|<small>121</small> {{TST|y}}
Line 499: Line 511:
 
|-
 
|-
 
|<small>123</small> {{TST|&#123;}}
 
|<small>123</small> {{TST|&#123;}}
| Forbidden opening tag, tile in [[Jeweler's workshop]], vermin
+
| [[Forbidden]] opening tag, tile in [[Jeweler's workshop]], vermin, [[purring maggot]]<sup>#</sup>
 
|-
 
|-
 
|<small>124</small> {{TST|&#124;}}
 
|<small>124</small> {{TST|&#124;}}
Line 505: Line 517:
 
|-
 
|-
 
|<small>125</small> {{TST|&#125;}}
 
|<small>125</small> {{TST|&#125;}}
| Forbidden closing tag, vermin
+
| [[Forbidden]] closing tag, vermin, [[purring maggot]] alternate*
 
|-
 
|-
 
|<small>126</small> {{TST|~}}
 
|<small>126</small> {{TST|~}}
| Unfinished rough stone [[road]], flowing [[water]], dirt [[road]], [[farm plot]] under construction, [[sand]], furrowed soil, [[blood]] smear, guts, [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, [[Magnetite]]*
+
| Unfinished rough stone [[road]], flowing [[water]], dirt [[road]], [[Farming|farm plot]] under construction, [[sand]], furrowed soil, [[blood]] smear, guts, [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, [[Magnetite]]*
 
|-
 
|-
 
|<small>127</small> {{TST|⌂}}
 
|<small>127</small> {{TST|⌂}}
Line 519: Line 531:
 
|-
 
|-
 
|<small>128</small> {{TST|Ç}}
 
|<small>128</small> {{TST|Ç}}
| [[Mechanism]]s, text
+
| Text, [[Mechanism]]s
 
|-
 
|-
 
|<small>129</small> {{TST|ü}}
 
|<small>129</small> {{TST|ü}}
Line 531: Line 543:
 
|-
 
|-
 
|<small>132</small> {{TST|ä}}
 
|<small>132</small> {{TST|ä}}
| Text
+
| Text, [[Angel]]s
 
|-
 
|-
 
|<small>133</small> {{TST|à}}
 
|<small>133</small> {{TST|à}}
Line 540: Line 552:
 
|-
 
|-
 
|<small>135</small> {{TST|ç}}
 
|<small>135</small> {{TST|ç}}
| [[Totem]]s
+
| Text, [[Finished_goods#Totems|Totem]]s
 
|-
 
|-
 
|<small>136</small> {{TST|ê}}
 
|<small>136</small> {{TST|ê}}
Line 552: Line 564:
 
|-
 
|-
 
|<small>139</small> {{TST|ï}}
 
|<small>139</small> {{TST|ï}}
| Text
+
| Text, [[Pedestal]]*
 
|-
 
|-
 
|<small>140</small> {{TST|î}}
 
|<small>140</small> {{TST|î}}
| Elven forest retreat
+
| Text, Elven forest retreat
 
|-
 
|-
 
|<small>141</small> {{TST|ì}}
 
|<small>141</small> {{TST|ì}}
Line 561: Line 573:
 
|-
 
|-
 
|<small>142</small> {{TST|Ä}}
 
|<small>142</small> {{TST|Ä}}
| Deities, [[Angel]]s
+
| Text, [[Angel]]s
 
|-
 
|-
 
|<small>143</small> {{TST|Å}}
 
|<small>143</small> {{TST|Å}}
| [[Figurine]]s, shrines on travel map, text
+
| Text, [[Figurine]]s, shrines on travel map
 
|-
 
|-
 
|}
 
|}
Line 572: Line 584:
 
|-
 
|-
 
|<small>144</small> {{TST|É}}
 
|<small>144</small> {{TST|É}}
| Text
+
| Text, [[altar]]s
 
|-
 
|-
 
|<small>145</small> {{TST|æ}}
 
|<small>145</small> {{TST|æ}}
| [[Toy]]s, hamlets on world map
+
| [[Finished_goods#Toys|Toy]]s, hamlets on world map
 
|-
 
|-
 
|<small>146</small> {{TST|Æ}}
 
|<small>146</small> {{TST|Æ}}
| [[Coffer]]s, [[quiver]]s, [[backpack]]s, hamlets on world map
+
| [[Container#Cabinets_and_.22chests.22|Coffer]]s, [[quiver]]s, [[backpack]]s, hamlets on world map
 
|-
 
|-
 
|<small>147</small> {{TST|ô}}
 
|<small>147</small> {{TST|ô}}
| Cauldrons*
+
| Text, [[Tool|Cauldrons]]*
 
|-
 
|-
 
|<small>148</small> {{TST|ö}}
 
|<small>148</small> {{TST|ö}}
| [[Ring]]s
+
| Text, [[Jewelry|Ring]]s
 
|-
 
|-
 
|<small>149</small> {{TST|ò}}
 
|<small>149</small> {{TST|ò}}
| Unactivated [[lever]]s, [[Tilesets#Creatures|Various creatures]]<sup>#</sup>, text
+
| Text, Unactivated [[lever]]s, [[Tilesets#Creatures|Various creatures]]<sup>#</sup>
 
|-
 
|-
 
|<small>150</small> {{TST|û}}
 
|<small>150</small> {{TST|û}}
| [[Bucket]], text
+
| Text, [[Bucket]]s
 
|-
 
|-
 
|<small>151</small> {{TST|ù}}
 
|<small>151</small> {{TST|ù}}
Line 596: Line 608:
 
|-
 
|-
 
|<small>152</small> {{TST|ÿ}}
 
|<small>152</small> {{TST|ÿ}}
| [[Valley herb]]*, text
+
| Text, [[Valley herb]]*
|
 
 
|-
 
|-
 
|<small>153</small> {{TST|Ö}}
 
|<small>153</small> {{TST|Ö}}
| [[Bracelet]]s, wheelbarrows*
+
| [[Jewelry|Bracelet]]s, [[Wheelbarrow|wheelbarrows]]*
 
|-
 
|-
 
|<small>154</small> {{TST|Ü}}
 
|<small>154</small> {{TST|Ü}}
Line 606: Line 617:
 
|-
 
|-
 
|<small>155</small> {{TST|¢}}
 
|<small>155</small> {{TST|¢}}
| [[hatch cover]]s
+
| [[Hatch cover]]s<sup>¢</sup>, musical [[instrument]] pieces{{version|0.42.01}}
 
|-
 
|-
 
|<small>156</small> {{TST|£}}
 
|<small>156</small> {{TST|£}}
| [[Tilesets#Stones|various stones]]*, [[Tilesets#Ores|most unmined ores]]*,  
+
| [[Tilesets#Stones|Various stones]]*, [[Tilesets#Ores|most unmined ores]]*,
 
|-
 
|-
 
|<small>157</small> {{TST|¥}}
 
|<small>157</small> {{TST|¥}}
Line 615: Line 626:
 
|-
 
|-
 
|<small>158</small> {{TST|₧}}
 
|<small>158</small> {{TST|₧}}
|  
+
| [[Stepladder]]*, largest forest retreat ruins
 
|-
 
|-
 
|<small>159</small> {{TST|ƒ}}
 
|<small>159</small> {{TST|ƒ}}
| [[Rope reed]]*, [[splint]]s
+
| [[Rope reed]]*, [[Health_care#Splints|splint]]s, [[arrow bamboo]]*, [[golden bamboo]]*, [[hedge bamboo]]*
 
|
 
|
 
|-
 
|-
Line 633: Line 644:
 
|-
 
|-
 
|<small>162</small> {{TST|ó}}
 
|<small>162</small> {{TST|ó}}
| Activated [[lever]]s, text
+
| Text, Activated [[lever]]s
 
|-
 
|-
 
|<small>163</small> {{TST|ú}}
 
|<small>163</small> {{TST|ú}}
Line 639: Line 650:
 
|-
 
|-
 
|<small>164</small> {{TST|ñ}}
 
|<small>164</small> {{TST|ñ}}
| [[Bogeyman]]
+
| Text, [[Bogeyman]]
 
|-
 
|-
 
|<small>165</small> {{TST|Ñ}}
 
|<small>165</small> {{TST|Ñ}}
Line 645: Line 656:
 
|-
 
|-
 
|<small>166</small> {{TST|ª}}
 
|<small>166</small> {{TST|ª}}
| [[Goblin]] settlements on world map
+
| dark pit ruins
 
|-
 
|-
 
|<small>167</small> {{TST|º}}
 
|<small>167</small> {{TST|º}}
| [[Cloth]]
+
| [[Cloth]], [[dark pit]]
 
|-
 
|-
 
|<small>168</small> {{TST|¿}}
 
|<small>168</small> {{TST|¿}}
| [[Instrument]]
+
| Musical [[Finished_goods#Instruments|Instruments]]
 
|-
 
|-
 
|<small>169</small> {{TST|⌐}}
 
|<small>169</small> {{TST|⌐}}
| Withered [[plant]]s*
+
| Withered [[plant]]s*, [[wormy tendril]]*
 
|-
 
|-
 
|<small>170</small> {{TST|¬}}
 
|<small>170</small> {{TST|¬}}
|
+
| [[wormy tendril]]*
 
|-
 
|-
 
|<small>171</small> {{TST|½}}
 
|<small>171</small> {{TST|½}}
Line 666: Line 677:
 
|-
 
|-
 
|<small>173</small> {{TST|¡}}
 
|<small>173</small> {{TST|¡}}
| [[Flask]], [[waterskin]]
+
| [[Flask]], [[Flask|waterskin]], [[Container|Pouch]]
 
|-
 
|-
 
|<small>174</small> {{TST|«}}
 
|<small>174</small> {{TST|«}}
| Tail of [[Ballista arrow]] facing west, item with [[decoration]] tag
+
| Tail of [[Ballista arrow]] facing west, item with [[decoration]] tags
 
|-
 
|-
 
|<small>175</small> {{TST|»}}
 
|<small>175</small> {{TST|»}}
| Tail of [[Ballista arrow]] facing east, item with [[decoration]] tag
+
| Tail of [[Ballista arrow]] facing east, item with [[decoration]] tags
 
|-
 
|-
 
|}
 
|}
Line 680: Line 691:
 
|-
 
|-
 
|<small>176</small>&nbsp;{{TST|░}}
 
|<small>176</small>&nbsp;{{TST|░}}
| Partially dug rock, various flows ([[miasma]], [[cave-in]] dust, [[steam]], smoke, etc.), [[Fishery]], fog on travel map, [[Semi-molten_rock|Semi-molten Rock]], [[Tilesets#Stones|various stones]]*, [[Tilesets#Soil|various soils]]*, fallen leaves
+
| Partially dug rock, various flows ([[miasma]], [[cave-in]] dust, [[steam]], smoke, etc.), [[Fishery]], fog on travel map, [[Semi-molten_rock|Semi-molten Rock]], [[Tilesets#Stones|various stones]]*, [[Tilesets#Soil|various soils]]*,  Workshop wall tiles (craftdwarf's, bowyer's, mason's, mechanic's, jeweler's, clothier's, [[kitchen]], and leather works), fallen leaves, vermin swarm
 
|-
 
|-
 
|<small>177</small>&nbsp;{{TST|▒}}
 
|<small>177</small>&nbsp;{{TST|▒}}
| Partially dug rock, various flows ([[miasma]], [[cave-in]] dust, [[steam]], smoke, etc.), side tiles for catapult, [[window]], fog on travel map, Workshops (craftdwarf's, bowyer's, mason's, mechanic's, jeweler's, clothier's, [[kitchen]], and leather works), [[Tilesets#Stones|various stones]]*, [[Tilesets#Soil|various kinds of soil]]*, fallen leaves, vermin swarm
+
| Partially dug rock, various flows ([[miasma]], [[cave-in]] dust, [[steam]], smoke, etc.), side tiles for catapult, [[window]], fog on travel map, [[Tilesets#Stones|various stones]]*, [[Tilesets#Soil|various kinds of soil]]*, fallen leaves, vermin swarm
 
|-
 
|-
 
|<small>178</small>&nbsp;{{TST|▓}}
 
|<small>178</small>&nbsp;{{TST|▓}}
| Partially dug rock, various flows ([[miasma]], [[cave-in]] dust, [[steam]], smoke, etc.), floor tile for ice, [[tanner's shop]], [[butcher's shop]], [[Wagon]] body, fog on travel map, [[Tilesets#Stones|various kinds of soil]]*, [[Tilesets#Soil|various kinds of soil]]*, sky<sup>$</sup>, fallen leaves
+
| Partially dug rock, various flows ([[miasma]], [[cave-in]] dust, [[steam]], smoke, etc.), floor tile for ice, [[tanner's shop]], [[butcher's shop]], [[Wagon]] body, fog on travel map, [[Tilesets#Stones|various kinds of stones]]*, [[Tilesets#Soil|various kinds of soil]]*, sky<sup>$</sup>, fallen leaves
 
|-
 
|-
 
|<small>179</small>&nbsp;{{TST|│}}
 
|<small>179</small>&nbsp;{{TST|│}}
| Overworld [[river]]s, [[well]] [[Restraint|chain/rope]], rotating horizontal [[axle]]s, branches<sup>$</sup>
+
| Overworld [[river]]s, [[well]] [[Restraint|chain/rope]], [[bolt]]s in flight, rotating horizontal [[axle]]s, branches<sup>$</sup>, active EW [[Water_wheel|water wheel]], active [[Windmill|windmill]] blade, upright weapon trap
 
|-
 
|-
 
|<small>180</small>&nbsp;{{TST|┤}}
 
|<small>180</small>&nbsp;{{TST|┤}}
Line 698: Line 709:
 
|-
 
|-
 
|<small>182</small>&nbsp;{{TST|╢}}
 
|<small>182</small>&nbsp;{{TST|╢}}
| Branches<sup>$</sup>
+
| Branches<sup>$</sup>, east [[Roller|roller]]
 
|-
 
|-
 
|<small>183</small>&nbsp;{{TST|╖}}
 
|<small>183</small>&nbsp;{{TST|╖}}
Line 710: Line 721:
 
|-
 
|-
 
|<small>186</small>&nbsp;{{TST|║}}
 
|<small>186</small>&nbsp;{{TST|║}}
| Smooth/constructed walls, [[bridge]]s, wooden [[door]]s, center [[catapult]] tile, center [[Ballista]] tile, [[axle]]s, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
+
| Smooth/constructed walls, [[bridge]]s, wooden [[door]]s<sup>¢</sup>, center [[catapult]] tile, center [[Ballista]] tile, [[axle]]s, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>, NS [[Water_wheel|water wheel]], [[Windmill|windmill]] blade
 
|-
 
|-
 
|<small>187</small>&nbsp;{{TST|╗}}
 
|<small>187</small>&nbsp;{{TST|╗}}
Line 725: Line 736:
 
|-
 
|-
 
|<small>191</small>&nbsp;{{TST|┐}}
 
|<small>191</small>&nbsp;{{TST|┐}}
| Overworld [[river]]s, branches<sup>$</sup>
+
| Overworld [[river]]s, branches<sup>$</sup>, northeast move indicator (adventure mode)
 
|-
 
|-
 
|}
 
|}
Line 732: Line 743:
 
{|
 
{|
 
|-
 
|-
|<small>192</small> {{TST|└}}
+
|<small>192</small>&nbsp;{{TST|└}}
| Overworld rivers/Roads, branches<sup>$</sup>
+
| Overworld rivers/Roads, branches<sup>$</sup>, southwest move indicator (adventure mode)
 
|-
 
|-
|<small>193</small> {{TST|┴}}
+
|<small>193</small>&nbsp;{{TST|┴}}
 
| Overworld rivers/Roads, branches<sup>$</sup>
 
| Overworld rivers/Roads, branches<sup>$</sup>
 
|-
 
|-
|<small>194</small> {{TST|┬}}
+
|<small>194</small>&nbsp;{{TST|┬}}
 
| Overworld rivers/Roads, [[crutch]]es, branches<sup>$</sup>
 
| Overworld rivers/Roads, [[crutch]]es, branches<sup>$</sup>
 
|-
 
|-
|<small>195</small> {{TST|├}}
+
|<small>195</small>&nbsp;{{TST|├}}
 
| Overworld rivers/Roads, top-left tile for [[Loom]], branches<sup>$</sup>
 
| Overworld rivers/Roads, top-left tile for [[Loom]], branches<sup>$</sup>
 
|-
 
|-
|<small>196</small> {{TST|─}}
+
|<small>196</small>&nbsp;{{TST|─}}
| Overworld rivers/Roads, rotating [[axle]]s, branches<sup>$</sup>
+
| Overworld rivers/Roads, [[bolt]]s in flight, rotating [[axle]]s, branches<sup>$</sup>, active NS [[Water_wheel|water wheel]], active [[Windmill|windmill]] blade
 
|-
 
|-
|<small>197</small> {{TST|┼}}
+
|<small>197</small>&nbsp;{{TST|┼}}
| [[Door]]s, overworld rivers/Roads, floor [[Stone detailing|detailing]]/[[engraving]] in progress, branches<sup>$</sup>
+
| [[Door]]s<sup>¢</sup>, overworld rivers/Roads, floor [[Stone detailing|detailing]]/[[engraving]] in progress, branches<sup>$</sup>
 
|-
 
|-
|<small>198</small> {{TST|╞}}
+
|<small>198</small>&nbsp;{{TST|╞}}
 
| Bridges, trees in winter, (un)dead trees*, [[Saguaro]]*, [[catapult]] tile, tracks<sup>$</sup>, branches<sup>$</sup>
 
| Bridges, trees in winter, (un)dead trees*, [[Saguaro]]*, [[catapult]] tile, tracks<sup>$</sup>, branches<sup>$</sup>
 
|-
 
|-
|<small>199</small> {{TST|╟}}
+
|<small>199</small>&nbsp;{{TST|╟}}
| branches<sup>$</sup>
+
| branches<sup>$</sup>, west [[Roller|roller]]
 
|-
 
|-
|<small>200</small> {{TST|╚}}
+
|<small>200</small>&nbsp;{{TST|╚}}
 
| Smooth/constructed walls, bridges, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
 
| Smooth/constructed walls, bridges, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
 
|-
 
|-
|<small>201</small> {{TST|╔}}
+
|<small>201</small>&nbsp;{{TST|╔}}
 
| Smooth/constructed walls, bridges, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
 
| Smooth/constructed walls, bridges, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
 
|-
 
|-
|<small>202</small> {{TST|╩}}
+
|<small>202</small>&nbsp;{{TST|╩}}
 
| Smooth/constructed walls, tracks<sup>$</sup>, trunk<sup>$</sup>
 
| Smooth/constructed walls, tracks<sup>$</sup>, trunk<sup>$</sup>
 
|-
 
|-
|<small>203</small> {{TST|╦}}
+
|<small>203</small>&nbsp;{{TST|╦}}
 
| Smooth/constructed walls, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
 
| Smooth/constructed walls, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
 
|-
 
|-
|<small>204</small> {{TST|╠}}
+
|<small>204</small>&nbsp;{{TST|╠}}
 
| Smooth/constructed walls, tracks<sup>$</sup>, trunk<sup>$</sup>
 
| Smooth/constructed walls, tracks<sup>$</sup>, trunk<sup>$</sup>
 
|-
 
|-
|<small>205</small> {{TST|═}}
+
|<small>205</small>&nbsp;{{TST|═}}
| Smooth/constructed walls, bridges, planted [[crop]]s, center [[catapult]] tile, center [[Ballista]] tile, [[axle]]s, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>
+
| Smooth/constructed walls, bridges, planted [[crop]]s, center [[catapult]] tile, center [[Ballista]] tile, [[axle]]s, tracks<sup>$</sup>, fortress walls on travel map, trunk<sup>$</sup>, EW [[Water_wheel|water wheel]], [[Windmill|windmill]] blade
 
|-
 
|-
|<small>206</small> {{TST|╬}}
+
|<small>206</small>&nbsp;{{TST|╬}}
 
| Smooth/constructed walls, bridges, [[fortification]]s, (flashing) wall [[Stone detailing|detailing]]/[[engraving]]/fortifying in progress, tracks<sup>$</sup>, trunk<sup>$</sup>
 
| Smooth/constructed walls, bridges, [[fortification]]s, (flashing) wall [[Stone detailing|detailing]]/[[engraving]]/fortifying in progress, tracks<sup>$</sup>, trunk<sup>$</sup>
 
|-
 
|-
|<small>207</small> {{TST|╧}}
+
|<small>207</small>&nbsp;{{TST|╧}}
| Tail of [[Ballista arrow]] facing north, [[screw press]] building, branches<sup>$</sup>
+
| Tail of [[Ballista arrow]] facing north, [[screw press]] building, branches<sup>$</sup>, south [[Roller|roller]]
 
|-
 
|-
 
|}
 
|}
Line 789: Line 800:
 
|-
 
|-
 
|<small>209</small> {{TST|╤}}
 
|<small>209</small> {{TST|╤}}
| [[Table]], tail of [[Ballista arrow]] facing south, branches<sup>$</sup>
+
| [[Table]], tail of [[Ballista arrow]] facing south, branches<sup>$</sup>, north [[Roller|roller]]
 
|-
 
|-
 
|<small>210</small> {{TST|╥}}
 
|<small>210</small> {{TST|╥}}
Line 813: Line 824:
 
|-
 
|-
 
|<small>217</small> {{TST|┘}}
 
|<small>217</small> {{TST|┘}}
| Overworld [[river]]s, branches<sup>$</sup>
+
| Overworld [[river]]s, branches<sup>$</sup>, southeast move indicator (adventure mode)
 
|-
 
|-
 
|<small>218</small> {{TST|┌}}
 
|<small>218</small> {{TST|┌}}
| Overworld rivers, branches<sup>$</sup>
+
| Overworld rivers, branches<sup>$</sup>, northwest move indicator (adventure mode)
 
|-
 
|-
 
|<small>219</small> {{TST|█}}
 
|<small>219</small> {{TST|█}}
| Interface window border, trade depot tile, ice wall and dig-designated tiles
+
| Interface window border, trade depot tile, ice wall and dig-designated tiles, [[Mist]]
 
|-
 
|-
 
|<small>220</small> {{TST|▄}}
 
|<small>220</small> {{TST|▄}}
| [[Siege engine]] parts, [[Ballista]] tile
+
| [[Ballista]] tile, [[Siege engine]] parts
 
|-
 
|-
 
|<small>221</small> {{TST|▌}}
 
|<small>221</small> {{TST|▌}}
Line 839: Line 850:
 
|-
 
|-
 
|<small>224</small>&nbsp;{{TST|α}}
 
|<small>224</small>&nbsp;{{TST|α}}
| Various [[fish]]*, top-center [[fishery]] tile, [[meat]], altocumulus clouds on travel map
+
| Various [[fish]]<sup>#</sup>, top-center [[fishery]] tile, [[meat]], altocumulus clouds on travel map
 
|-
 
|-
 
|<small>225</small>&nbsp;{{TST|ß}}
 
|<small>225</small>&nbsp;{{TST|ß}}
Line 848: Line 859:
 
|-
 
|-
 
|<small>227</small>&nbsp;{{TST|π}}
 
|<small>227</small>&nbsp;{{TST|π}}
| [[Cabinet]], [[goblin|dark fortress]]es
+
| [[Cabinet]], [[Display case]]s<sup>÷</sup>*, [[goblin|dark fortress]]es
 
|-
 
|-
 
|<small>228</small>&nbsp;{{TST|Σ}}
 
|<small>228</small>&nbsp;{{TST|Σ}}
Line 857: Line 868:
 
|-
 
|-
 
|<small>230</small>&nbsp;{{TST|µ}}
 
|<small>230</small>&nbsp;{{TST|µ}}
| [[Finished_goods#Crafts|Crown]], [[ruin]]s on world map
+
| [[Finished_goods#Crafts|Crown]], [[ruin]]s on world map, shop signs (adventure mode)
 
|-
 
|-
 
|<small>231</small>&nbsp;{{TST|τ}}
 
|<small>231</small>&nbsp;{{TST|τ}}
| [[Tree]] sapling*, [[pig tail]]*, [[cave wheat]]*, [[Longland grass]]*, [[rat weed]]*, [[hide root]]*, [[muck root]]*, [[blade weed]]*, [[sliver barb]]*, [[shrubland]]
+
| [[Tree]] sapling*, [[pig tail]]*, [[cave wheat]]*, [[Longland grass]]*, [[rat weed]]*, [[hide root]]*, [[muck root]]*, [[blade weed]]*, [[sliver barb]]*, [[shrubland]], [[arrow bamboo]]*, [[golden bamboo]]*, [[hedge bamboo]]*
 
|-
 
|-
 
|<small>232</small>&nbsp;{{TST|Φ}}
 
|<small>232</small>&nbsp;{{TST|Φ}}
| [[Sweet pod]]*, [[bloated tuber]]*, [[kobold bulb]]*, [[Health_care#Traction_Benches|traction benches]], [[pot]]s*
+
| [[Sweet pod]]*, [[bloated tuber]]*, [[kobold bulb]]*, [[Health_care#Traction_Benches|traction benches]], (Large) [[pot]]s*
 
|-
 
|-
 
|<small>233</small>&nbsp;{{TST|Θ}}
 
|<small>233</small>&nbsp;{{TST|Θ}}
Line 875: Line 886:
 
|-
 
|-
 
|<small>236</small>&nbsp;{{TST|∞}}
 
|<small>236</small>&nbsp;{{TST|∞}}
| [[Boulder]], dry [[brook]], middle-right [[butcher's shop]] tile, [[Tilesets#Stones|various stones]]*, sea foam, images of clouds, fortress gates on travel map, [[honeycomb]]*
+
| [[Boulder]], dry [[brook]], middle-right [[butcher's shop]] tile, [[Tilesets#Stones|various stones]]*, sea foam, images of clouds, fortress gates on travel map, [[honeycomb]]*, [[scroll|scrolls]]*{{version|0.42.01}}
 
|-
 
|-
 
|<small>237</small>&nbsp;{{TST|φ}}
 
|<small>237</small>&nbsp;{{TST|φ}}
Line 881: Line 892:
 
|-
 
|-
 
|<small>238</small>&nbsp;{{TST|ε}}
 
|<small>238</small>&nbsp;{{TST|ε}}
| Large Pots, [[Bowyer's workshop]] middle-right tile
+
| [[Bowyer's workshop]] middle-right tile
 
|-
 
|-
|<small>240</small>&nbsp;{{TST|∩}}
+
|<small>239</small>&nbsp;{{TST|∩}}
 
| [[Hills]] on world map, [[slab]] building
 
| [[Hills]] on world map, [[slab]] building
 
|-
 
|-
Line 891: Line 902:
 
{|
 
{|
 
|-
 
|-
|<small>240</small> {{TST|≡}}
+
|<small>240</small>&nbsp;{{TST|≡}}
| [[Bar]]s, exceptional [[quality]] symbol, [[activity zone]]s, metal [[door]]s, floor [[bars]], track stops, cirrus clouds on travel map, hamlets on world map
+
| [[Bar]]s, exceptional [[Item quality|quality]] tags, [[activity zone]]s, metal [[door]]s<sup>¢</sup>, floor [[bars]], track stops, cirrus clouds on travel map, hamlets on world map, [[quire]]*{{version|0.42.01}}, [[bookcase]]*<sup>÷</sup>{{version|0.42.01}}
 
|-
 
|-
|<small>241</small> {{TST|±}}
+
|<small>241</small>&nbsp;{{TST|±}}
 
| Unfinished [[road]]
 
| Unfinished [[road]]
 
|-
 
|-
|<small>242</small> {{TST|≥}}
+
|<small>242</small>&nbsp;{{TST|≥}}
| Debris (spent ammo, ballista bolts, and catapult stones), [[fire#Origins|ashes]]
+
| Debris (spent ammo, ballista bolts, and catapult stones), [[fire#Origins|ashes]], [[wormy tendril]]*
 
|-
 
|-
|<small>243</small> {{TST|≤}}
+
|<small>243</small>&nbsp;{{TST|≤}}
| Debris (spent ammo, ballista bolts, and catapult stones), [[fire#Origins|ashes]]
+
| Debris (spent ammo, ballista bolts, and catapult stones), [[fire#Origins|ashes]], [[wormy tendril]]*
 
|-
 
|-
|<small>244</small> {{TST|⌠}}
+
|<small>244</small>&nbsp;{{TST|⌠}}
 
| swamps on world map, [[Willow]] forest/swamp*
 
| swamps on world map, [[Willow]] forest/swamp*
 
|-
 
|-
|<small>245</small> {{TST|⌡}}
+
|<small>245</small>&nbsp;{{TST|⌡}}
|
+
| [[sheet]]s{{version|0.42.01}}
 
|-
 
|-
|<small>246</small> {{TST|÷}}
+
|<small>246</small>&nbsp;{{TST|÷}}
| [[Barrel]], [[screw pump]], upper left tile of [[still]] (works well as barrel)
+
| [[Barrel]]<sup>¢</sup>, [[screw pump]], upper left tile of [[still]], center tile of [[ashery]], upper left tile of [[kitchen]], [[scroll rollers]]*{{version|0.42.01}}, [[book binding]]*{{version|0.42.01}}
 
|-
 
|-
|<small>247</small> {{TST|≈}}
+
|<small>247</small>&nbsp;{{TST|≈}}
| Rough stone [[road]] or [[bridge]], [[water]], [[magma]], snow, glob ([[fat]]/[[tallow]]), [[farm plot]], furrowed soil, [[vomit]], [[blood]] pools, sea foam, sand, [[Tilesets#Stones|various stones]]*
+
| Rough stone [[road]] or [[bridge]], [[water]], [[magma]], snow, glob ([[fat]]/[[tallow]]), [[Farming|farm plot]], furrowed soil, [[vomit]], [[blood]] pools, sea foam, sand, [[Tilesets#Stones|various stones]]*
 
|-
 
|-
|<small>248</small> {{TST|°}}
+
|<small>248</small>&nbsp;{{TST|°}}
| Sea foam, [[egg]]s
+
| Sea foam, [[egg]]s, [[staring eyeball]]*, [[bubble bulb]]*, [[Tool|Bowl]], [[Tool|Mortar]], dark pits on world map
 
|-
 
|-
|<small>249</small> {{TST|∙}}
+
|<small>249</small>&nbsp;{{TST|∙}}
| [[Vermin]]*, Boulders at lower elevation.
+
| [[Vermin]]*, Boulders at lower elevation, trees at lower elevation, tundra on world map, move indicator frame 2 (adventure mode)
 
|-
 
|-
|<small>250</small> {{TST|·}}
+
|<small>250</small>&nbsp;{{TST|·}}
| [[Seed]]s, micro-vermin, open space, terrain at lower elevation, plants at lower elevation.
+
| [[Seed]]s, micro-vermin, open space, terrain at lower elevation, plants at lower elevation, tundra on world map, move indicator frame 1 (adventure mode)
 
|-
 
|-
|<small>251</small> {{TST|√}}
+
|<small>251</small>&nbsp;{{TST|√}}
| [[Weapon rack]]s, [[badlands]] in main map, check mark (selecting production materials, confirmed items on manager window)
+
| [[Weapon rack]]s, [[Desert#Badlands|badlands]] in main map, check mark (selecting production materials, confirmed items on manager window)
 
|-
 
|-
|<small>252</small> {{TST|ⁿ}}
+
|<small>252</small>&nbsp;{{TST|ⁿ}}
| [[Savanna]], [[marsh]], [[grassland]], [[badland]]
+
| [[Savanna]], [[marsh]], [[grassland]], [[Desert#Badlands|badlands]]
 
|-
 
|-
|<small>253</small> {{TST|²}}
+
|<small>253</small>&nbsp;{{TST|²}}
 
| Body parts, vermin remains
 
| Body parts, vermin remains
 
|-
 
|-
|<small>254</small> {{TST|■}}
+
|<small>254</small>&nbsp;{{TST|■}}
| [[Block]]s, trees at lower elevation, [[minecart]]s*, human houses/shops on travel map, progress bars
+
| [[Block]]s, [[minecart]]s*<sup>÷</sup>, [[vault]]s on world map, human houses/shops on travel map, progress bars, move indicator frame 3 (adventure mode)
 
|-
 
|-
|<small>255</small> {{TST|&nbsp;}}
+
|<small>255</small>&nbsp;{{TST|&nbsp;}}
|  
+
|
 
|}
 
|}
  
 
== Detailed use list by type ==
 
== Detailed use list by type ==
 +
The tile used by each entity is defined in each entity's vanilla object files. These can be overridden by using a mod. (See [[Modding]]) Changing the vanilla files is not recommended.
 +
 
=== Creatures ===
 
=== Creatures ===
This is a list of tiles used by creatures. Currently the lists of creatures using each tile is incomplete. In all cases the tile can be changed in the raws, and a graphic can be assigned.  
+
==== Main creature tiles ====
 
+
This is a list of tiles used by [[creature]]s.  
 
<small>001</small> {{TST|☺}}
 
<small>001</small> {{TST|☺}}
[[Civilian]] dwarves
+
(Civilian) [[dwarves]]
 
 
<small>002</small> {{TST|☻}}
 
[[Military]] dwarves
 
  
 
<small>011</small> {{TST|♂}}
 
<small>011</small> {{TST|♂}}
Line 969: Line 979:
  
 
<small>065</small> {{TST|A}}
 
<small>065</small> {{TST|A}}
[[Alligator]]
+
[[Alligator]], [[Alligator man]], [[Anaconda]], [[Anaconda man]], [[Giant aardvark]], [[Giant adder]], [[Giant albatross]], [[Giant alligator]], [[Giant anaconda]], [[Giant anole]], [[Giant armadillo]], [[Giant axolotl]], [[Giant aye-aye]]
  
 
<small>066</small> {{TST|B}}
 
<small>066</small> {{TST|B}}
Bears
+
[[Beak dog]], [[Black bear]], [[Black bear man]], [[Blind cave bear]], [[Giant badger]], [[Giant barn owl]], [[Giant bat]], [[Giant beaver]], [[Giant beetle]], [[Giant black bear]], [[Giant bluejay]], [[Giant bobcat]], [[Giant bushtit]], [[Giant buzzard]], [[Giant grizzly bear]], [[Giant honey badger]], [[Giant monarch butterfly]], [[Giant polar bear]], [[Giant sloth bear]], [[Giant wild boar]], [[Grizzly bear]], [[Grizzly bear man]], [[Polar bear]], [[Polar bear man]], [[Sloth bear]], [[Sloth bear man]], [[Wild boar]], [[Wild boar man]]
  
 
<small>067</small> {{TST|C}}
 
<small>067</small> {{TST|C}}
[[Cow]]s, [[camel]]s, [[bronze colossus]]
+
[[Bronze colossus]], [[Cave crocodile]], [[Centaur]], [[Chimera]], [[Coelacanth]], [[Cow]], [[Cyclops]], [[Giant capuchin]], [[Giant capybara]], [[Giant cardinal]], [[Giant cassowary]], [[Giant cave swallow]], [[Giant chameleon]], [[Giant cheetah]], [[Giant chinchilla]], [[Giant chipmunk]], [[Giant coati]], [[Giant cockatiel]], [[Giant cougar]], [[Giant coyote]], [[Giant crab]], [[Giant crow]], [[Giant cuttlefish]], [[Giant horseshoe crab]], [[Giant one-humped camel]], [[Giant saltwater crocodile]], [[Giant two-humped camel]], [[Magma crab]], [[One-humped camel]], [[One-humped camel man]], [[Saltwater crocodile]], [[Saltwater crocodile man]], [[Two-humped camel]], [[Two-humped camel man]], [[Voracious cave crawler]]
  
 
<small>068</small> {{TST|D}}
 
<small>068</small> {{TST|D}}
[[Dragon]], [[Draltha]]
+
[[Cave dragon]], [[Deer]], [[Donkey]], [[Dragon]], [[Draltha]], [[Giant deer]], [[Giant dingo]], [[Giant dragonfly]]
  
 
<small>069</small> {{TST|E}}
 
<small>069</small> {{TST|E}}
[[Elephant]], [[elk bird]]
+
[[Elephant]], [[Elephant man]], [[Elk]], [[Elk bird]], [[Elk man]], [[Emu]], [[Emu man]], [[Ettin]], [[Giant eagle]], [[Giant echidna]], [[Giant elephant]], [[Giant elk]], [[Giant emu]]
  
 
<small>070</small> {{TST|F}}
 
<small>070</small> {{TST|F}}
[[Fox]]
+
[[Giant firefly]], [[Giant fly]], [[Giant fox]], [[Giant green tree frog]]
  
 
<small>071</small> {{TST|G}}
 
<small>071</small> {{TST|G}}
[[Giant gila monster]]
+
[[Giant]], [[Giant gazelle]], [[Giant gila monster]], [[Giant giraffe]], [[Giant grackle]], [[Giant grasshopper]], [[Giant groundhog]], [[Giant grouper]], [[Giant leopard gecko]], [[Giant mountain goat]], [[Giraffe]], [[Giraffe man]], [[Gorilla]], [[Green devourer]], [[Griffon]]
  
 
<small>072</small> {{TST|H}}
 
<small>072</small> {{TST|H}}
[[Horse]]
+
[[Giant hamster]], [[Giant hare]], [[Giant harp seal]], [[Giant hedgehog]], [[Giant hippo]], [[Giant hornbill]], [[Giant hyena]], [[Harp seal]], [[Hippo]], [[Hippo man]], [[Horse]], [[Hydra]]
  
 
<small>073</small> {{TST|I}}
 
<small>073</small> {{TST|I}}
[[Giant ibex]]
+
[[Giant ibex]], [[Giant iguana]], [[Giant impala]]
  
 
<small>074</small> {{TST|J}}
 
<small>074</small> {{TST|J}}
[[Giant jaguar]]
+
[[Giant jackal]], [[Giant jaguar]], [[Giant jumping spider]], [[Jabberer]], [[Jaguar]], [[Jaguar man]]
  
 
<small>075</small> {{TST|K}}
 
<small>075</small> {{TST|K}}
[[Giant kakapo]]
+
[[Giant kakapo]], [[Giant kangaroo]], [[Giant kea]], [[Giant kestrel]], [[Giant king cobra]], [[Giant kingsnake]], [[Giant kiwi]], [[Giant koala]], [[Kangaroo]], [[Kangaroo man]]
  
 
<small>076</small> {{TST|L}}
 
<small>076</small> {{TST|L}}
[[Leopard]]
+
[[Giant gray langur]], [[Giant leech]], [[Giant leopard]], [[Giant leopard seal]], [[Giant lion]], [[Giant lion tamarin]], [[Giant lizard]], [[Giant loon]], [[Giant lorikeet]], [[Giant louse]], [[Giant lynx]], [[Giant masked lovebird]], [[Giant peach-faced lovebird]], [[Leopard seal]], [[Leopard seal man]], [[Lion]], [[Lion man]], [[Llama]]
  
 
<small>077</small> {{TST|M}}
 
<small>077</small> {{TST|M}}
[[Magma man]], [[mule]], [[muskox]], [[moose]], [[giant moose]], [[moose man]]
+
[[Amethyst man]], [[Blizzard man]], [[Blood man]], [[Fire man]], [[Gabbro man]], [[Giant hoary marmot]], [[Giant magpie]], [[Giant mandrill]], [[Giant mantis]], [[Giant mink]], [[Giant mongoose]], [[Giant monitor lizard]], [[Giant moose]], [[Giant mosquito]], [[Giant moth]], [[Giant muskox]], [[Giant rhesus macaque]], [[Giant spider monkey]], [[Iron man]], [[Magma man]], [[Merperson]], [[Minotaur]], [[Molemarian]], [[Monitor lizard]], [[Monitor lizard man]], [[Moose]], [[Moose man]], [[Mud man]], [[Mule]], [[Muskox]], [[Muskox man]], [[Sea monster]]
  
 
<small>078</small> {{TST|N}}
 
<small>078</small> {{TST|N}}
 +
[[Giant narwhal]], [[Giant nautilus]], [[Narwhal]], [[Narwhal man]], [[Nightwing]]
  
 
<small>079</small> {{TST|O}}
 
<small>079</small> {{TST|O}}
[[Giant olm]]
+
[[Blind cave ogre]], [[Giant great horned owl]], [[Giant ocelot]], [[Giant octopus]], [[Giant olm]], [[Giant opossum]], [[Giant orca]], [[Giant oriole]], [[Giant osprey]], [[Giant ostrich]], [[Giant otter]], [[Giant snowy owl]], [[Ogre]], [[Orangutan]], [[Orca]], [[Orca man]], [[Ostrich]], [[Ostrich man]]
  
 
<small>080</small> {{TST|P}}
 
<small>080</small> {{TST|P}}
 +
[[Giant grey parrot]], [[Giant pangolin]], [[Giant parakeet]], [[Giant penguin]], [[Giant peregrine falcon]], [[Giant platypus]], [[Giant porcupine]], [[Giant puffin]], [[Giant red panda]], [[Gigantic panda]], [[Panda]], [[Panda man]]
  
 
<small>082</small> {{TST|R}}
 
<small>082</small> {{TST|R}}
[[Giant rat]]
+
[[Giant raccoon]], [[Giant rat]], [[Giant raven]], [[Giant red-winged blackbird]], [[Giant rhinoceros]], [[Giant roach]], [[Reacher]], [[Reindeer]], [[Rhinoceros]], [[Rhinoceros man]], [[Roc]], [[Rutherer]]
  
 
<small>083</small> {{TST|S}}
 
<small>083</small> {{TST|S}}
[[Sasquatch]], [[giant desert scorpion]], [[Giant cave spider]]
+
[[Basking shark]], [[Blue shark]], [[Bull shark]], [[Elephant seal]], [[Elephant seal man]], [[Giant bark scorpion]], [[Giant black mamba]], [[Giant brown recluse spider]], [[Giant bushmaster]], [[Giant cave spider]], [[Giant copperhead snake]], [[Giant elephant seal]], [[Giant flying squirrel]], [[Giant gray squirrel]], [[Giant moon snail]], [[Giant python]], [[Giant rattlesnake]], [[Giant red squirrel]], [[Giant skink]], [[Giant skunk]], [[Giant sloth]], [[Giant slug]], [[Giant snail]], [[Giant sparrow]], [[Giant sponge]], [[Giant stoat]], [[Giant swan]], [[Giant white stork]], [[Gigantic squid]], [[Great white shark]], [[Hammerhead shark]], [[Longfin mako shark]], [[Nurse shark]], [[Python]], [[Python man]], [[Sasquatch]], [[Sea serpent]], [[Shortfin mako shark]], [[Spotted wobbegong]], [[Tiger shark]]
  
 
<small>084</small> {{TST|T}}
 
<small>084</small> {{TST|T}}
 +
[[Alligator snapping turtle]], [[Giant cave toad]], [[Giant desert tortoise]], [[Giant pond turtle]], [[Giant snapping turtle]], [[Giant tapir]], [[Giant thrips]], [[Giant tick]], [[Giant tiger]], [[Giant toad]], [[Giant tortoise]], [[Giant tortoise man]], [[Gigantic tortoise]], [[Tapir]], [[Tapir man]], [[Tiger]], [[Tiger man]], [[Troll]]
  
 
<small>085</small> {{TST|U}}
 
<small>085</small> {{TST|U}}
 
[[Human]], [[Unicorn]]
 
[[Human]], [[Unicorn]]
 +
 +
<small>086</small> {{TST|V}}
 +
[[Giant vulture]]
  
 
<small>087</small> {{TST|W}}
 
<small>087</small> {{TST|W}}
[[Sperm whale]], [[Sperm whale man]], [[Walrus]], [[Whale shark]], [[Water buffalo]], [[Giant wren]], [[Giant weasel]], [[Giant wolverine]], [[Giant wombat]]
+
[[Giant earthworm]], [[Giant sperm whale]], [[Giant walrus]], [[Giant warthog]], [[Giant weasel]], [[Giant wolf]], [[Giant wolverine]], [[Giant wombat]], [[Giant wren]], [[Sperm whale]], [[Sperm whale man]], [[Wagon]], [[Walrus]], [[Walrus man]], [[Warthog]], [[Warthog man]], [[Water buffalo]], [[Whale shark]]
  
 
<small>089</small> {{TST|Y}}
 
<small>089</small> {{TST|Y}}
[[Yak]]
+
[[Yak]], [[Yeti]]
  
 
<small>097</small> {{TST|a}}
 
<small>097</small> {{TST|a}}
[[Antman]]
+
[[Aardvark]], [[Aardvark man]], [[Adder]], [[Adder man]], [[Albatross]], [[Albatross man]], [[Alpaca]], [[Amphibian man]], [[Anole man]], [[Antman]], [[Armadillo]], [[Armadillo man]], [[Axolotl man]], [[Aye-aye]], [[Aye-aye man]]
  
 
<small>098</small> {{TST|b}}
 
<small>098</small> {{TST|b}}
[[Bat man]], [[Honey badger]]
+
[[Badger]], [[Badger man]], [[Barn owl]], [[Barn owl man]], [[Bat man]], [[Beaver]], [[Beaver man]], [[Beetle man]], [[Bluejay man]], [[Bobcat]], [[Bobcat man]], [[Bonobo]], [[Bugbat]], [[Bushtit man]], [[Buzzard]], [[Buzzard man]], [[Foul blendec]], [[Great barracuda]], [[Honey badger]], [[Honey badger man]], [[Monarch butterfly man]]
  
 
<small>099</small> {{TST|c}}
 
<small>099</small> {{TST|c}}
[[Cat]], [[Crundle]]
+
[[Capuchin]], [[Capuchin man]], [[Capybara]], [[Capybara man]], [[Cardinal man]], [[Cassowary]], [[Cassowary man]], [[Cat]], [[Cavy]], [[Chameleon man]], [[Cheetah]], [[Cheetah man]], [[Chicken]], [[Chimpanzee]], [[Chinchilla]], [[Chinchilla man]], [[Chipmunk man]], [[Coati]], [[Coati man]], [[Cockatiel man]], [[Cougar]], [[Cougar man]], [[Coyote]], [[Coyote man]], [[Crab]], [[Crab man]], [[Crow man]], [[Crundle]], [[Cuttlefish man]], [[Horseshoe crab]], [[Horseshoe crab man]]
  
 
<small>100</small> {{TST|d}}
 
<small>100</small> {{TST|d}}
[[Dog]]
+
[[Damselfly man]], [[Deer man]], [[Dingo]], [[Dingo man]], [[Dog]], [[Dragonfly man]], [[Drunian]], [[Duck]]
  
 
<small>101</small> {{TST|e}}
 
<small>101</small> {{TST|e}}
[[Elf]], [[Creeping eye]]
+
[[Creeping eye]], [[Eagle]], [[Eagle man]], [[Echidna]], [[Echidna man]], [[Elf]]
  
 
<small>102</small> {{TST|f}}
 
<small>102</small> {{TST|f}}
[[Green tree frog man]]
+
[[Cave fish man]], [[Cave floater]], [[Firefly man]], [[Fly man]], [[Fox]], [[Fox man]], [[Green tree frog man]]
  
 
<small>103</small> {{TST|g}}
 
<small>103</small> {{TST|g}}
[[Goblin]], [[Mountain goat]], [[Gremlin]], [[Groundhog]]
+
[[Bilou]], [[Black-crested gibbon]], [[Black-handed gibbon]], [[Dark gnome]], [[Gazelle]], [[Gazelle man]], [[Gila monster]], [[Gila monster man]], [[Goat]], [[Goblin]], [[Goose]], [[Gorlak]], [[Grackle man]], [[Grasshopper man]], [[Gray gibbon]], [[Gremlin]], [[Grimeling]], [[Groundhog]], [[Groundhog man]], [[Guineafowl]], [[Leopard gecko man]], [[Longnose gar]], [[Mountain gnome]], [[Mountain goat]], [[Mountain goat man]], [[Pileated gibbon]], [[Silvery gibbon]], [[White-browed gibbon]], [[White-handed gibbon]]
  
 
<small>104</small> {{TST|h}}
 
<small>104</small> {{TST|h}}
[[Harpy]]
+
[[Hamster man]], [[Hare]], [[Hare man]], [[Harp seal man]], [[Harpy]], [[Hedgehog man]], [[Hornbill]], [[Hornbill man]], [[Hungry head]], [[Hyena]], [[Hyena man]]
  
 
<small>105</small> {{TST|i}}
 
<small>105</small> {{TST|i}}
[[Fire imp]], [[Ibex]], [[Impala]]
+
[[Fire imp]], [[Ibex]], [[Ibex man]], [[Iguana]], [[Iguana man]], [[Impala]], [[Impala man]]
  
 
<small>106</small> {{TST|j}}
 
<small>106</small> {{TST|j}}
[[Jackal]], [[jackal]] man
+
[[Jackal]], [[Jackal man]], [[Jumping spider man]]
  
 
<small>107</small> {{TST|k}}
 
<small>107</small> {{TST|k}}
[[Kobold]]
+
[[Kakapo]], [[Kakapo man]], [[Kea]], [[Kea man]], [[Kestrel]], [[Kestrel man]], [[King cobra]], [[King cobra man]], [[Kingsnake]], [[Kingsnake man]], [[Kiwi]], [[Kiwi man]], [[Koala]], [[Koala man]], [[Kobold]]
  
 
<small>108</small> {{TST|l}}
 
<small>108</small> {{TST|l}}
[[Lynx]]
+
[[Gray langur]], [[Gray langur man]], [[Leech man]], [[Leopard]], [[Leopard man]], [[Lion tamarin man]], [[Lizard man]], [[Loon]], [[Loon man]], [[Lorikeet man]], [[Louse man]], [[Lynx]], [[Lynx man]], [[Masked lovebird man]], [[Peach-faced lovebird man]]
  
 
<small>109</small> {{TST|m}}
 
<small>109</small> {{TST|m}}
[[Mandrill]], [[mussel]]
+
[[Giant mole]], [[Hoary marmot]], [[Hoary marmot man]], [[Magpie man]], [[Mandrill]], [[Mandrill man]], [[Manera]], [[Mantis man]], [[Mink]], [[Mink man]], [[Mongoose]], [[Mongoose man]], [[Mosquito man]], [[Moth man]], [[Mussel]], [[Plump helmet man]], [[Rhesus macaque]], [[Rhesus macaque man]], [[Spider monkey]], [[Spider monkey man]]
  
 
<small>110</small> {{TST|n}}
 
<small>110</small> {{TST|n}}
[[Naked mole dog]]
+
[[Naked mole dog]], [[Nautilus man]]
  
 
<small>111</small> {{TST|o}}
 
<small>111</small> {{TST|o}}
[[Oyster]]
+
[[Cave blob]], [[Flesh ball]], [[Great horned owl]], [[Great horned owl man]], [[Ocelot]], [[Ocelot man]], [[Octopus]], [[Octopus man]], [[Olm man]], [[Opossum]], [[Opossum man]], [[Oriole man]], [[Osprey]], [[Osprey man]], [[Otter man]], [[Oyster]], [[River otter]], [[Sea otter]], [[Snowy owl]], [[Snowy owl man]]
  
 
<small>112</small> {{TST|p}}
 
<small>112</small> {{TST|p}}
[[Pangolin]]
+
[[Blue peafowl]], [[Emperor penguin]], [[Grey parrot]], [[Grey parrot man]], [[Little penguin]], [[Pangolin]], [[Pangolin man]], [[Parakeet man]], [[Penguin]], [[Penguin man]], [[Peregrine falcon]], [[Peregrine falcon man]], [[Pig]], [[Platypus]], [[Platypus man]], [[Pond grabber]], [[Porcupine]], [[Porcupine man]], [[Puffin]], [[Puffin man]], [[Red panda]], [[Red panda man]]
  
 
<small>114</small> {{TST|r}}
 
<small>114</small> {{TST|r}}
[[Large rat]]
+
[[Large rat]], [[Rabbit]], [[Raccoon]], [[Raccoon man]], [[Rat man]], [[Raven]], [[Raven man]], [[Red-winged blackbird man]], [[Reptile man]], [[Roach man]], [[Rodent man]]
  
 
<small>115</small> {{TST|s}}
 
<small>115</small> {{TST|s}}
[[Copperhead snake man]]. [[Serpent man]], [[Rattlesnake man]], [[Slug man]], [[Snail man]], [[Flying squirrel man]]
+
[[Angelshark]], [[Bark scorpion man]], [[Black mamba]], [[Black mamba man]], [[Blacktip reef shark]], [[Brown recluse spider man]], [[Bushmaster]], [[Bushmaster man]], [[Cave swallow man]], [[Copperhead snake]], [[Copperhead snake man]], [[Flying squirrel man]], [[Frill shark]], [[Gray squirrel man]], [[Helmet snake]], [[Moon snail man]], [[Rattlesnake]], [[Rattlesnake man]], [[Red squirrel man]], [[Satyr]], [[Serpent man]], [[Sheep]], [[Siamang]], [[Skink man]], [[Skunk]], [[Skunk man]], [[Sloth]], [[Sloth man]], [[Slug man]], [[Snail man]], [[Sparrow man]], [[Spiny dogfish]], [[Sponge]], [[Sponge man]], [[Squid man]], [[Stoat]], [[Stoat man]], [[Strangler]], [[Swan]], [[Swan man]], [[White stork]], [[White stork man]], [[Whitetip reef shark]]
  
 
<small>116</small> {{TST|t}}
 
<small>116</small> {{TST|t}}
[[Troglodyte]]
+
[[Common snapping turtle]], [[Desert tortoise]], [[Desert tortoise man]], [[Pond turtle man]], [[Snapping turtle man]], [[Thrips man]], [[Tick man]], [[Toad man]], [[Troglodyte]], [[Turkey]]
  
 
<small>118</small> {{TST|v}}
 
<small>118</small> {{TST|v}}
[[Vulture]]
+
[[Vulture]], [[Vulture man]]
  
 
<small>119</small> {{TST|w}}
 
<small>119</small> {{TST|w}}
[[Wolf]], [[Ice wolf]]
+
[[Ice wolf]], [[Weasel]], [[Weasel man]], [[Wolf]], [[Wolf man]], [[Wolverine]], [[Wolverine man]], [[Wombat]], [[Wombat man]], [[Worm man]], [[Wren man]]
  
 
<small>123</small> {{TST|&#123;}}
 
<small>123</small> {{TST|&#123;}}
Line 1,098: Line 1,114:
  
 
<small>126</small> {{TST|~}}
 
<small>126</small> {{TST|~}}
[[Conger eel]], [[Sea lamprey]], [[worm]]
+
[[Brook lamprey]], [[Conger eel]], [[Hagfish]], [[Knuckle worm]], [[Leech]], [[Sea lamprey]], [[Slug]], [[Worm]]
  
<small>137</small> {{TST|ë}}
+
<small>149</small> {{TST|ò}}
military elves
+
[[Bat ray]], [[Common skate]], [[Stingray]], [[Thornback ray]]