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.

Editing Graphic set

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

If you are creating a redirect to the current version's page, do not use any namespace. For example: use #REDIRECT [[Cat]], not #REDIRECT [[Main:Cat]] or #REDIRECT [[cv:Cat]]. See DF:Versions for more information.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{migrated article}}
+
{{Quality|Superior}}{{av}}
{{Quality|Unrated}}{{av}}
 
  
 
{{For/see|an overview of graphics in DF|[[Graphics]]}}
 
{{For/see|an overview of graphics in DF|[[Graphics]]}}
{{For/see|user-created graphics sets|[[Graphics set repository]]}}
+
{{For/see|user-created creature graphics sets|[[Graphics set repository]]}}
  
{{Mod}}
+
A graphic set is an additional tileset for objects. While this is eventually planned for all objects in game, currently only creatures can be assigned to graphic sets.
 +
Graphic sets are placed in raw/graphics (as well as the raw folder of each save); A corresponding text file assigns tiles to objects.
 +
==Documentation==
 +
===Location and size===
 +
The text files are placed directly in the raw/graphics folder while the graphic sets themselves should be in subfolders. Graphic sets don't need to have the same tile size as the main [[tilesets|tileset]], they will be resized automatically to match it. As the automatic resizing algorithm might introduce artifacts or unintended aliasing to your art, it is recommended to draw them in the intended dimension from the beginning. The number of tiles and their spatial arrangement doesn't matter (see [[Graphic_set#Notes|Notes]] for details).
  
A '''graphic set''' is an additional custom [[tilesets|tileset]] intended for [[creature]]s. While this is eventually planned for all objects in game, only creatures can currently be assigned to graphic sets. Graphic sets are placed in {{tt|raw/graphics}} (as well as the raw folder of each save); a corresponding text file assigns tiles to objects.
+
===Possible graphics===
 +
:''You can find a detailed list below.''
 +
All [[creature]]s can have separate graphics assigned to their adult and child states, undead, and their -men and giant variants. In addition, the major [[Civilization]]s can have separate graphics for all professions (such as miner, mason, caravan guard, and ghost). You can assign one graphic to several creatures/states, and you can set each tile to either be displayed as it appears or let the game color them. Vermin and different genders cannot have separate graphics assigned to them.
  
== Documentation ==
+
===Text file syntax===
 
+
A graphic set needs a text file that tells the game which tile is used for which creature. You can use separate text files for each graphic set, or a single one for several. Each text file consists of a header, one or more graphic set definitions (called "TILE_PAGE") and several creature graphics entries, each of which has subentries for professions.
=== Location and size ===
 
 
 
The text files are placed directly in the {{tt|raw/graphics}} folder while the graphic sets themselves should be in subfolders. Graphic sets don't need to have the same tile size as the main tileset, they will be resized automatically to match it. As the automatic resizing algorithm might introduce artifacts or unintended aliasing to your art, it is recommended to draw them in the intended dimension from the beginning. The number of tiles and their spatial arrangement doesn't matter; see [[#Notes|Notes]] for details.
 
 
 
=== Possible graphics ===
 
 
 
:''You can find a detailed list [[#List of professions, creatures and states|below]].''
 
 
 
All creatures can have separate graphics assigned to their adult and child states, undead, and their -men and giant variants. In addition, the major [[civilization]]s can have separate graphics for all professions (such as miner, mason, caravan guard, and ghost). You can assign one graphic to several creatures/states, and you can set each tile to either be displayed as it appears or let the game color them. Vermin and different genders cannot have separate graphics assigned to them.
 
 
 
=== Text file syntax ===
 
 
 
A graphic set needs a text file that tells the game which tile is used for which creature. You can use separate text files for each graphic set, or a single one for several. Each text file consists of a header, one or more graphic set definitions (called "{{tt|TILE_PAGE}}") and several creature graphics entries, each of which has subentries for professions.
 
  
 
The structure of a typical text file would look like this:
 
The structure of a typical text file would look like this:
 +
*Header
 +
*Tile page definition
 +
**Creature graphic entry
 +
***profession subentry
 +
***more
 +
***profession
 +
***subentries
 +
**next creature
 +
***with
 +
***more
 +
***professions
 +
*new tile page definition
 +
**a creature
 +
***with adult
 +
***and child graphics
 +
**and another creature
 +
***adult
 +
***child
  
* Header
+
Below is an example of such a file.
* Tile page definition
 
** Creature graphic entry
 
*** profession subentry
 
*** more
 
*** profession
 
*** subentries
 
** next creature
 
*** with
 
*** more
 
*** professions
 
* new tile page definition
 
** a creature
 
*** with adult
 
*** and child graphics
 
** and another creature
 
*** adult
 
*** child
 
  
Below is an example of such a file:
+
  graphics_mygraphics &larr; <small><span style="color:#808080">'''The first line of the header. You'll be saving the text document as this name (graphics_mygraphics.txt) <br>                            This name should match the folder name you will be using in "raw/graphics".'''</span></small><br>
 
 
  graphics_mygraphics &larr; <small><span style="color:#808080">'''The first line of the header. You'll be saving the text document as this name (graphics_mygraphics.txt) <br/>                            This name should match the folder name you will be using in "raw/graphics".'''</span></small><br/>
 
 
  [OBJECT:GRAPHICS]  
 
  [OBJECT:GRAPHICS]  
 
  <small><span style="color:#808080">'''This concludes the header. Each graphic set text file needs to contain these lines.'''</span></small>
 
  <small><span style="color:#808080">'''This concludes the header. Each graphic set text file needs to contain these lines.'''</span></small>
 
  <nowiki>------------------------------</nowiki>
 
  <nowiki>------------------------------</nowiki>
  below are dwarves &larr; <small><span style="color:#808080">'''text outside brackets gets ignored. You can use it for comments and organizing your file visually with lines'''</span></small> <br/>  
+
  below are dwarves &larr; <small><span style="color:#808080">'''text outside brackets gets ignored. You can use it for comments and organizing your file visually with lines'''</span></small> <br>  
  [TILE_PAGE:MYDWARVES] &larr; <small><span style="color:#808080">'''Here you are defining properties of a single graphic set image.<br/>The title MYDWARVES will be used in creature graphic entries to refer to that graphic set. The title doesn't have to match any creature, folder, or image name.'''</span></small>  
+
  [TILE_PAGE:MYDWARVES] &larr; <small><span style="color:#808080">'''Here you are defining properties of a single graphic set image. The title MYDWARVES will be used in creature graphic entries to refer to that graphic set. The title doesn't have to match any creature, folder, or image name.'''</span></small>  
         [FILE:mygraphics/mydwarves.png] &larr; <small><span style="color:#808080">'''The subfolder where the graphic set is located (relative to this text file) and its filename, including the file<br/>extension. '''</span></small>
+
         [FILE:mygraphics/mydwarves.png] &larr; <small><span style="color:#808080">'''The subfolder where the graphic set is located (relative to this text file) and its filename, including the file extension. '''</span></small>
 
         [TILE_DIM:16:16] &larr; <small><span style="color:#808080">'''Height:Width - Pixels per tile, so DF knows where one tile ends and another begins'''</span></small>
 
         [TILE_DIM:16:16] &larr; <small><span style="color:#808080">'''Height:Width - Pixels per tile, so DF knows where one tile ends and another begins'''</span></small>
         [PAGE_DIM:5:3] &larr; <small><span style="color:#808080">'''Width:Height - Tiles per image and how they're arranged in rows and columns.'''</span></small> <br/>
+
         [PAGE_DIM:5:3] &larr; <small><span style="color:#808080">'''Width:Height - Tiles per image and how they're arranged in rows and columns.'''</span></small> <br>
 
  <small><span style="color:#808080">'''This concludes the first TILE_PAGE definition.''' </span></small>
 
  <small><span style="color:#808080">'''This concludes the first TILE_PAGE definition.''' </span></small>
 
  <small><span style="color:#808080">'''Next are the creature graphic entries. Syntax is: [Profession:TILE_PAGE:X:Y:Color:State]''' </span></small>
 
  <small><span style="color:#808080">'''Next are the creature graphic entries. Syntax is: [Profession:TILE_PAGE:X:Y:Color:State]''' </span></small>
Line 70: Line 61:
 
         [BABY:MYDWARVES:4:0:AS_IS:DEFAULT]
 
         [BABY:MYDWARVES:4:0:AS_IS:DEFAULT]
 
  <nowiki>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</nowiki>
 
  <nowiki>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</nowiki>
  humans <br/>
+
  humans <br>
  [TILE_PAGE:MYHUMANS] &larr; <small><span style="color:#808080">'''The next TILE_PAGE definition. You could put that (and its creature graphic entries) in a separate text file, but it would have to contain<br/>its own header.'''</span></small>
+
  [TILE_PAGE:MYHUMANS] &larr; <small><span style="color:#808080">'''The next TILE_PAGE definition. You could put that (and its creature graphic entries) in a separate text file, but it would have to contain its own header.'''</span></small>
 
         [FILE:Other_Graphics/humans.png] &larr; <small><span style="color:#808080">'''This file is in another subfile'''</span></small>
 
         [FILE:Other_Graphics/humans.png] &larr; <small><span style="color:#808080">'''This file is in another subfile'''</span></small>
 
         [TILE_DIM:16:16]
 
         [TILE_DIM:16:16]
         [PAGE_DIM:1:4] <br/>
+
         [PAGE_DIM:1:4] <br>
 
  [CREATURE_GRAPHICS:HUMAN]
 
  [CREATURE_GRAPHICS:HUMAN]
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
Line 82: Line 73:
 
         ['''SWORDSMAN''':MYHUMANS:0:3:AS_IS:'''ADVENTURER'''] &larr; <small><span style="color:#808080">'''An ADVENTURER with a sword'''</span></small>
 
         ['''SWORDSMAN''':MYHUMANS:0:3:AS_IS:'''ADVENTURER'''] &larr; <small><span style="color:#808080">'''An ADVENTURER with a sword'''</span></small>
 
  <nowiki>==============================</nowiki>
 
  <nowiki>==============================</nowiki>
  animals <br/>
+
  animals <br>
 
  [TILE_PAGE:MYANIMALS]
 
  [TILE_PAGE:MYANIMALS]
 
         [FILE:Other_Graphics/animals'''.bmp'''] &larr; <small><span style="color:#808080">'''Pictures can be in .BMP format, too.'''</span></small>
 
         [FILE:Other_Graphics/animals'''.bmp'''] &larr; <small><span style="color:#808080">'''Pictures can be in .BMP format, too.'''</span></small>
 
         [TILE_DIM:16:16]
 
         [TILE_DIM:16:16]
         [PAGE_DIM:6:2] <br/>
+
         [PAGE_DIM:6:2] <br>
 
  [CREATURE_GRAPHICS:DOG]
 
  [CREATURE_GRAPHICS:DOG]
 
         [DEFAULT:MYANIMALS:0:0:AS_IS:DEFAULT]
 
         [DEFAULT:MYANIMALS:0:0:AS_IS:DEFAULT]
 
         [CHILD:MYANIMALS:1:0:AS_IS:DEFAULT]
 
         [CHILD:MYANIMALS:1:0:AS_IS:DEFAULT]
         ['''TRAINED_HUNTER''':MYANIMALS:4:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_HUNTER profession only works with animals that have {{Token|TRAINABLE|c}} or {{Token|TRAINABLE_HUNTING|c}}.'''</span></small>
+
         ['''TRAINED_HUNTER''':MYANIMALS:4:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_HUNTER profession only works with animals that have the [TRAINABLE] or [TRAINABLE_HUNTING] tag.'''</span></small>
         ['''TRAINED_WAR''':MYANIMALS:5:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_WAR profession only works with animals that have {{tt|[TRAINABLE]}} or {{tt|[TRAINABLE_WAR]}}.'''</span></small>
+
         ['''TRAINED_WAR''':MYANIMALS:5:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_WAR profession only works with animals that have the [TRAINABLE] or [TRAINABLE_WAR] tag.'''</span></small>
 
  [CREATURE_GRAPHICS:CAT]
 
  [CREATURE_GRAPHICS:CAT]
 
         [DEFAULT:MYANIMALS:0:1:AS_IS:DEFAULT]
 
         [DEFAULT:MYANIMALS:0:1:AS_IS:DEFAULT]
  
=== Coordinates ===
+
===Coordinates===
 
+
The PAGE_DIM value in the TILE_PAGE section defines how many columns and rows a given TILE_PAGE (graphic set) has. The first value is the X axis (or "width"), the second value the Y axis ("height"). The origin (0,0) is at the top left.  
The {{tt|PAGE_DIM}} value in the {{tt|TILE_PAGE}} section defines how many columns and rows a given {{tt|TILE_PAGE}} (graphic set) has. The first value is the x-axis ("width"), the second value the y-axis ("height"). The origin (0,0) is at the top left.
+
This is how the coordinates would work with the image mydwarves.png from the example above:
  
This is how the coordinates would work with the image {{tt|mydwarves.png}} from the example above:
 
  
 
{| border="1" cellspacing="0" cellpadding="5"
 
{| border="1" cellspacing="0" cellpadding="5"
| 0:0 || 1:0 || 2:0 || '''3:0''' || 4:0
 
 
|-
 
|-
| 0:1 || 1:1 || 2:1 ||   3:1   || 4:1
+
| 0:0
 +
| 1:0
 +
| 2:0
 +
| '''3:0'''
 +
| 4:0
 +
|-
 +
| 0:1
 +
| 1:1
 +
| 2:1
 +
| 3:1
 +
| 4:1
 +
|-
 +
| 0:2
 +
| 1:2
 +
| 2:2
 +
| 3:2
 +
| 4:2
 
|-
 
|-
| 0:2 || 1:2 || 2:2 ||    3:2    || 4:2
 
 
|}
 
|}
 
+
The position of the dwarven child graphic from the example above ([CHILD:MYDWARVES:'''3:0''':AS_IS:DEFAULT]) is shown in bold.
The position of the dwarven child graphic from the example above ({{tt|[CHILD:MYDWARVES:'''3:0''':AS_IS:DEFAULT]}}) is shown in bold.
 
  
 
Note that the coordinates start at 0, not 1. So, ''the last column in a 5 tile wide image is at 4'', not at 5.
 
Note that the coordinates start at 0, not 1. So, ''the last column in a 5 tile wide image is at 4'', not at 5.
  
=== Notes ===
+
===Notes===
 
+
The total number of tiles in a sheet cannot number more than 1024, regardless of how big (18x18) or how small (8x12) each tile is. Thus, a sheet that has its graphics organized into 22 rows and 44 columns works fine (as 22x44=968 which is less than 1024. However, a sheet that has 24 rows and 44 columns (24x44=1056) will not work.
The total number of tiles in a sheet cannot number more than 1024, regardless of how big (18×18) or how small (8×12) each tile is. Thus, a sheet that has its graphics organized into 22 rows and 44 columns works fine (as 22 × 44 = 968, which is less than 1024. However, a sheet that has 24 rows and 44 columns (24 × 44 = 1056) will not work.
 
 
 
The order of a text file is fairly flexible. You can have several TILE_PAGEs in succession and the entries of each all together, or have one TILE_PAGE followed by all of its entries, before you define the next TILE_PAGE with its entries. The only limitation is that the TILE_PAGE ''must be before its entries''.
 
 
 
== List of professions, creatures and states ==
 
  
 +
==List of professions, creatures and states==
 
As shown in the example above, the syntax is
 
As shown in the example above, the syntax is
 
+
  [CREATURE_GRAPHICS:'''Creature name''']
[CREATURE_GRAPHICS:'''Creature name''']
+
        ['''Profession''':MYHUMANS:0:0:AS_IS:'''Texture Token''']
      ['''Profession''':MYHUMANS:0:0:AS_IS:'''Texture Token''']
 
 
 
 
In the following, you will find tables with valid values.
 
In the following, you will find tables with valid values.
 
+
===Texture tokens===
=== Texture tokens ===
 
 
 
 
  [CREATURE_GRAPHICS:HUMAN]
 
  [CREATURE_GRAPHICS:HUMAN]
 
       [DEFAULT:MYHUMANS:0:0:AS_IS:'''''DEFAULT''''']
 
       [DEFAULT:MYHUMANS:0:0:AS_IS:'''''DEFAULT''''']
 
       [SWORDSMAN:MYHUMANS:0:1:AS_IS:'''''DEFAULT''''']
 
       [SWORDSMAN:MYHUMANS:0:1:AS_IS:'''''DEFAULT''''']
 
       [RECRUIT:MYHUMANS:0:2:AS_IS:'''''ADVENTURER''''']
 
       [RECRUIT:MYHUMANS:0:2:AS_IS:'''''ADVENTURER''''']
 
+
'''Note that the Tokens GHOST and ANIMATED go in the ''profession'' spot, not the texture token as you would expect''' - this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.
'''Note that the Tokens GHOST and ANIMATED go in the ''profession'' spot, not the texture token as you would expect'''—this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.
 
 
 
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 154: Line 147:
 
| Presumably used by members of the squad led by a position responsible for ESCORT_TAX_COLLECTOR (currently nobody)
 
| Presumably used by members of the squad led by a position responsible for ESCORT_TAX_COLLECTOR (currently nobody)
 
|}
 
|}
 
+
'''Note that the Tokens GHOST and ANIMATED go in the ''profession'' spot, not the texture token as you would expect''' - this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.
'''Note that the Tokens GHOST and ANIMATED go in the ''profession'' spot, not the texture token as you would expect'''—this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.
+
===Professions===
 
 
=== Professions ===
 
 
 
 
  [CREATURE_GRAPHICS:HUMAN]
 
  [CREATURE_GRAPHICS:HUMAN]
 
         ['''''DEFAULT''''':MYHUMANS:0:0:AS_IS:DEFAULT]
 
         ['''''DEFAULT''''':MYHUMANS:0:0:AS_IS:DEFAULT]
Line 164: Line 154:
 
         ['''''RECRUIT''''':MYHUMANS:0:2:AS_IS:ADVENTURER]
 
         ['''''RECRUIT''''':MYHUMANS:0:2:AS_IS:ADVENTURER]
  
You can find these in {{tt|raw/objects/entity_default.txt}} as {{Token|PERMITTED_JOB|e}} and {{Token|POSITION|e}}. {{tt|POSITION}}s are only defined under the entry for Dwarves, but all Civilizations use these definitions.{{verify}}
 
  
All 5 major civilizations (dwarves, elves, humans, goblins, kobolds) use at least some of these professions. Regardless, all 5 as well as [[animal people]]s and [[gorlak]]s can have any profession available to the civilization(s) they become part of—which can be any civilization. Additionally, [[plump helmet man|plump helmet men]] can have any profession which doesn't require talking (they cannot talk). In summary, any dwarf, elf, human, goblin, kobold, animal person, and gorlak can theoretically have any profession.
+
You can find these in ''raw/objects/entity_default.txt'' as PERMITTED_JOB and POSITION. POSITIONS are only defined under the entry for Dwarves, but all Civilizations use these definitions.{{verify}}
  
The highest skill of a creature determine which profession graphic it uses. {{tt|DEFAULT}} is used when no graphic for a profession is found (not to be mistaken for the Texture token {{tt|DEFAULT}}). {{tt|STANDARD}} is used for creatures that have no professions like haulers and peasants.
+
All 5 major [[Civilization]]s (Dwarves, Elves, Humans, Goblins, Kobolds) use at least some of these professions. Regardless, all 5 as well as [[animal people]] and [[gorlak]]s can have any profession available to the civilization(s) they become part of - which can be any civilization. Additionally, [[plump helmet man|plump helmet men]] can have any profession which doesn't require talking (Plump helmet men cannot talk). In Summary, any Dwarf, Elf, Human, Goblin, Kobold, Animal Person, and Gorlak can theoretically have any profession.
  
Position tokens are graphics used for appointed positions in the world, like queen, baron, general, but also slave and prisoner. When a creature does have a position and a graphic exists for that position, it takes precedence over the profession graphic.
 
  
In-game titles and position tags aren't necessarily the same. For example, female elven rulers are entitled ''queen'' and ''princess'', but their positions tags are {{tt|[POSITION:LEADER]}} and {{tt|[POSITION:GENERAL]}}, respectively. While the position is called {{tt|[POSITION:MONARCH]}} in the raws, you can specify {{tt|QUEEN}} and {{tt|KING}} in your graphic set. You can also have separate graphics for a ruler's spouse, for example {{tt|[POSITION:BARON_CONSORT]}}. It is not clear from the raws which exact position names and genders are valid.{{verify}} In case of doubt, you can define them all, the game will just skip them if they don't exist.{{verify}}
+
The highest skill of a creature determine which profession graphic it uses. DEFAULT is used when no graphic for a profession is found (not to be mistaken for the Texture token DEFAULT). STANDARD is used for creatures that have no professions like haulers and peasants.
 +
Position Tokens are graphics used for appointed positions in the world, like queen, baron, general, but also slave and prisoner. When a creature does have a position and a graphic exists for that position, it takes precedence over the profession graphic.  
  
{| class="wikitable"
+
''In game titles and position tags aren't necessarily the same. For example, in game a female elven ruler is called queen or princess, but their positions are LEADER and GENERAL, respectively. While the position is called MONARCH in the raws, you can specify QUEEN and KING in your graphic set. You can also have separate graphics for a ruler's spouse, for example BARON_CONSORT. It is not clear from the raws which exact position names and genders are valid.{{verify}} In case of doubt, you can define them all, the game will just skip them if they don't exist.{{verify}}''
 +
 
 +
{|class="wikitable"
 
! Token !! Notes
 
! Token !! Notes
 
|-
 
|-
| DEFAULT || Used when no graphic for a profession is found
+
| DEFAULT
 +
| used when no graphic for a profession is found
 
|-
 
|-
| STANDARD || Used for creatures that have no professions like haulers and peasants.
+
| STANDARD
 +
| used for creatures that have no professions like haulers and peasants.
 
|-
 
|-
| {{text anchor|ANIMATED}} || Animated (zombie/skeleton) version of the creature
+
| {{text anchor|ANIMATED}}
 +
| Animated (zombie/skeleton) version of the creature
 
|-
 
|-
| {{text anchor|GHOST}} || Ghostly version of the creature
+
| {{text anchor|GHOST}}
 +
| Ghostly version of the creature
 
|-
 
|-
 
| CHILD ||  
 
| CHILD ||  
Line 190: Line 185:
 
|-
 
|-
 
| DRUNK ||  
 
| DRUNK ||  
 +
|-
 
|}
 
|}
  
 
{|
 
{|
|
+
|-
 +
|  
 
{| class="wikitable"
 
{| class="wikitable"
! Civilians !! Used by
+
|-
 +
! Civilians !! used by
 
|-
 
|-
 
| MINER ||  
 
| MINER ||  
Line 344: Line 342:
 
|-
 
|-
 
|}  
 
|}  
| style="vertical-align: top;"|
+
|style="vertical-align:top;"|  
{| class="wikitable"
+
{|class="wikitable"
! Military !! Used by
+
|-
 +
!Military !! used by
 
|-
 
|-
| CHAMPION ||  
+
|CHAMPION ||  
 
|-
 
|-
 
| HAMMERMAN ||  
 
| HAMMERMAN ||  
Line 405: Line 404:
 
|-
 
|-
 
|}  
 
|}  
| style="vertical-align: top;"|  
+
|style="vertical-align:top;"|  
{| class="wikitable"
+
{|class="wikitable"
 
|-
 
|-
! Position token !! Used by
+
! Position Token !! used by
 
|-
 
|-
 
| MAYOR ||  
 
| MAYOR ||  
Line 505: Line 504:
 
|-
 
|-
 
|}
 
|}
| style="vertical-align: top;"|  
+
|style="vertical-align:top;"|  
{| class="wikitable"
+
{|class="wikitable"
 
|-
 
|-
! New in DF 0.42 !! Used by
+
! New in v0.42 !! used by
 
|-
 
|-
 
| PERFORMER ||  
 
| PERFORMER ||  
Line 542: Line 541:
 
| BOOKBINDER ||  
 
| BOOKBINDER ||  
 
|-
 
|-
| TAVERN_KEEPER ||  
+
| TAVERN_KEEPER||  
 
|-
 
|-
! New in DF 0.44 !! Used by
 
|-
 
| PROPHET ||
 
|-
 
| PILGRIM ||
 
|-
 
| MONK ||
 
|-
 
| CRIMINAL ||
 
|-
 
| PEDDLER ||
 
|-
 
| MESSENGER ||
 
 
|}
 
|}
 
|}
 
|}
  
=== Creatures ===
+
===Creatures===
 
+
:''For a table with general information about creatures, see [[Creature|here]]''
{{For/see|a table with general information about creatures|Creature}}
+
:''For a table sorted by default tile, including alternate tiles, see [[Tilesets#Creatures|here]]''
{{For/see|a table sorted by default tile, including alternate tiles|[[Tilesets#Creatures|Tilesets § Creatures]]}}
+
:''For a table with trainable animals, see [[Animal_trainer#Trainable_war.2Fhunting_animals|here]]''
{{For/see|a table with trainable animals|[[Animal trainer#Trainable war/hunting animals|Animal trainer § Trainable war/hunting animals]]}}
 
 
 
 
  [CREATURE_GRAPHICS:'''''HUMAN''''']
 
  [CREATURE_GRAPHICS:'''''HUMAN''''']
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
 
         [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT]
 
         [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT]
 
         [RECRUIT:MYHUMANS:0:2:AS_IS:ADVENTURER]
 
         [RECRUIT:MYHUMANS:0:2:AS_IS:ADVENTURER]
 
+
Creatures that use a raw name you might not expect (space instead of underscore, bird without BIRD_ prefix, THING_GIANT instead of GIANT_THING) have a differently colored background. be extra careful to spell these correctly.
Creatures that use a raw name you might not expect, such as a space instead of an underscore, birds without {{tt|BIRD_}} prefix, and "{{tt|THING_GIANT}}" instead of "{{tt|GIANT_THING}}", are highlighted <span style="background-color: orange;">orange</span>. Be extra careful to spell these correctly.
+
{|class="wikitable"
 
+
|-
{| class="wikitable"
+
! Raw Name !! Name !! Vermin
! Raw name !! Creature name !! Vermin
 
 
|-
 
|-
! scope="row" colspan="3"| creature_amphibians
+
!scope="row" colspan="3"| creature_amphibians  
 
|-
 
|-
| TOAD || [[toad]] || VERMIN
+
| TOAD || toad || VERMIN  
 
|-
 
|-
| TOAD_MAN || [[toad man]]
+
| TOAD_MAN || toad man || 
 
|-
 
|-
| GIANT_TOAD || [[giant toad]]
+
| GIANT_TOAD || giant toad || 
 
|-
 
|-
! scope="row" colspan="3"| creature_annelids
+
!scope="row" colspan="3"| creature_annelids  
 
|-
 
|-
| WORM || [[worm]] || VERMIN
+
| WORM || worm || VERMIN  
 
|-
 
|-
| WORM_MAN || [[worm man]]
+
| WORM_MAN || worm man || 
 
|-
 
|-
! scope="row" colspan="3"| creature_birds
+
!scope="row" colspan="3"| creature_birds  
 
|-
 
|-
| BIRD_BLUEJAY || [[blue jay]] || VERMIN
+
| BIRD_BLUEJAY || blue jay || VERMIN  
 
|-
 
|-
| BLUEJAY_MAN || [[bluejay man]]
+
| BLUEJAY_MAN || bluejay man || 
 
|-
 
|-
| GIANT_BLUEJAY || [[giant bluejay]]
+
| GIANT_BLUEJAY || giant bluejay || 
 
|-
 
|-
| BIRD_CARDINAL || [[cardinal]] || VERMIN
+
| BIRD_CARDINAL || cardinal || VERMIN  
 
|-
 
|-
| CARDINAL_MAN || [[cardinal man]]
+
| CARDINAL_MAN || cardinal man || 
 
|-
 
|-
| GIANT_CARDINAL || [[giant cardinal]]
+
| GIANT_CARDINAL || giant cardinal || 
 
|-
 
|-
| BIRD_GRACKLE || [[grackle]] || VERMIN
+
| BIRD_GRACKLE || grackle || VERMIN  
 
|-
 
|-
| GRACKLE_MAN || [[grackle man]]
+
| GRACKLE_MAN || grackle man || 
 
|-
 
|-
| GIANT_GRACKLE || [[giant grackle]]
+
| GIANT_GRACKLE || giant grackle || 
 
|-
 
|-
| BIRD_ORIOLE || [[oriole]] || VERMIN
+
| BIRD_ORIOLE || oriole || VERMIN  
 
|-
 
|-
| ORIOLE_MAN || [[oriole man]]
+
| ORIOLE_MAN || oriole man || 
 
|-
 
|-
| GIANT_ORIOLE || [[giant oriole]]
+
| GIANT_ORIOLE || giant oriole || 
 
|-
 
|-
| BIRD_RW_BLACKBIRD || [[red-winged blackbird]] || VERMIN
+
| BIRD_RW_BLACKBIRD || red-winged blackbird || VERMIN  
 
|-
 
|-
| RW_BLACKBIRD_MAN || [[red-winged blackbird man]]
+
| RW_BLACKBIRD_MAN || red-winged blackbird man || 
 
|-
 
|-
| GIANT_RW_BLACKBIRD || [[giant red-winged blackbird]]
+
| GIANT_RW_BLACKBIRD || giant red-winged blackbird || 
 
|-
 
|-
| BIRD_PENGUIN || [[penguin]]
+
| BIRD_PENGUIN || penguin || 
 
|-
 
|-
| BIRD_PENGUIN_LITTLE || [[little penguin]]
+
| BIRD_PENGUIN_LITTLE || little penguin || 
 
|-
 
|-
| BIRD_PENGUIN_EMPEROR || [[emperor penguin]]
+
| BIRD_PENGUIN_EMPEROR || emperor penguin || 
 
|-
 
|-
| style="background-color: orange;"| PENGUIN MAN || [[penguin man]]
+
| style="background-color: orange;"| PENGUIN MAN || penguin man || 
 
|-
 
|-
| style="background-color: orange;"| BIRD_PENGUIN_GIANT || [[giant penguin]]
+
| style="background-color: orange;"| BIRD_PENGUIN_GIANT || giant penguin || 
 
|-
 
|-
| BIRD_FALCON_PEREGRINE || [[peregrine falcon]]
+
| BIRD_FALCON_PEREGRINE || peregrine falcon || 
 
|-
 
|-
| style="background-color: orange;"| PEREGRINE FALCON MAN || [[peregrine falcon man]]
+
| style="background-color: orange;"| PEREGRINE FALCON MAN || peregrine falcon man || 
 
|-
 
|-
| style="background-color: orange;"| GIANT PEREGRINE FALCON || [[giant peregrine falcon]]
+
| style="background-color: orange;"| GIANT PEREGRINE FALCON || giant peregrine falcon || 
 
|-
 
|-
| BIRD_KIWI || [[kiwi]]
+
| BIRD_KIWI || kiwi || 
 
|-
 
|-
| style="background-color: orange;"| KIWI MAN || [[kiwi man]]
+
| style="background-color: orange;"| KIWI MAN || kiwi man || 
 
|-
 
|-
| style="background-color: orange;"| BIRD_KIWI_GIANT || [[giant kiwi]]
+
| style="background-color: orange;"| BIRD_KIWI_GIANT || giant kiwi || 
 
|-
 
|-
| BIRD_OSTRICH || [[ostrich]]
+
| BIRD_OSTRICH || ostrich || 
 
|-
 
|-
| style="background-color: orange;"| OSTRICH MAN || [[ostrich man]]
+
| style="background-color: orange;"| OSTRICH MAN || ostrich man || 
 
|-
 
|-
| style="background-color: orange;"| BIRD_OSTRICH_GIANT || [[giant ostrich]]
+
| style="background-color: orange;"| BIRD_OSTRICH_GIANT || giant ostrich || 
 
|-
 
|-
! scope="row" colspan="3"| creature_birds_new
+
!scope="row" colspan="3"| creature_birds_new  
 
|-
 
|-
| BIRD_CROW || [[crow]] || VERMIN
+
| BIRD_CROW || crow || VERMIN  
 
|-
 
|-
| CROW_MAN || [[crow man]]
+
| CROW_MAN || crow man || 
 
|-
 
|-
| GIANT_CROW || [[giant crow]]
+
| GIANT_CROW || giant crow || 
 
|-
 
|-
| BIRD_RAVEN || [[raven]]
+
| BIRD_RAVEN || raven || 
 
|-
 
|-
| RAVEN_MAN || [[raven man]]
+
| RAVEN_MAN || raven man || 
 
|-
 
|-
| GIANT_RAVEN || [[giant raven]]
+
| GIANT_RAVEN || giant raven || 
 
|-
 
|-
| BIRD_CASSOWARY || [[cassowary]]
+
| BIRD_CASSOWARY || cassowary || 
 
|-
 
|-
| CASSOWARY_MAN || [[cassowary man]]
+
| CASSOWARY_MAN || cassowary man || 
 
|-
 
|-
| GIANT_CASSOWARY || [[giant cassowary]]
+
| GIANT_CASSOWARY || giant cassowary || 
 
|-
 
|-
| BIRD_KEA || [[kea]]
+
| BIRD_KEA || kea || 
 
|-
 
|-
| KEA_MAN || [[kea man]]
+
| KEA_MAN || kea man || 
 
|-
 
|-
| GIANT_KEA || [[giant kea]]
+
| GIANT_KEA || giant kea || 
 
|-
 
|-
| BIRD_OWL_SNOWY || [[snowy owl]]
+
| BIRD_OWL_SNOWY || snowy owl || 
 
|-
 
|-
| SNOWY_OWL_MAN || [[snowy owl man]]
+
| SNOWY_OWL_MAN || snowy owl man || 
 
|-
 
|-
| GIANT_SNOWY_OWL || [[giant snowy owl]]
+
| GIANT_SNOWY_OWL || giant snowy owl || 
 
|-
 
|-
| style="background-color: orange;"| SPARROW || [[sparrow]] || VERMIN
+
| style="background-color: orange;"| SPARROW || sparrow || VERMIN  
 
|-
 
|-
| SPARROW_MAN || [[sparrow man]]
+
| SPARROW_MAN || sparrow man || 
 
|-
 
|-
| GIANT_SPARROW || [[giant sparrow]]
+
| GIANT_SPARROW || giant sparrow || 
 
|-
 
|-
| BIRD_STORK_WHITE || [[white stork]]
+
| BIRD_STORK_WHITE || white stork || 
 
|-
 
|-
| WHITE_STORK_MAN || [[white stork man]]
+
| WHITE_STORK_MAN || white stork man || 
 
|-
 
|-
| GIANT_WHITE_STORK || [[giant white stork]]
+
| GIANT_WHITE_STORK || giant white stork || 
 
|-
 
|-
| BIRD_LOON || [[loon]]
+
| BIRD_LOON || loon || 
 
|-
 
|-
| LOON_MAN || [[loon man]]
+
| LOON_MAN || loon man || 
 
|-
 
|-
| GIANT_LOON || [[giant loon]]
+
| GIANT_LOON || giant loon || 
 
|-
 
|-
| BIRD_OWL_BARN || [[barn owl]]
+
| BIRD_OWL_BARN || barn owl || 
 
|-
 
|-
| BARN_OWL_MAN || [[barn owl man]]
+
| BARN_OWL_MAN || barn owl man || 
 
|-
 
|-
| GIANT_BARN_OWL || [[giant barn owl]]
+
| GIANT_BARN_OWL || giant barn owl || 
 
|-
 
|-
| BIRD_PARAKEET || [[parakeet]] || VERMIN
+
| BIRD_PARAKEET || parakeet || VERMIN  
 
|-
 
|-
| PARAKEET_MAN || [[parakeet man]]
+
| PARAKEET_MAN || parakeet man || 
 
|-
 
|-
| GIANT_PARAKEET || [[giant parakeet]]
+
| GIANT_PARAKEET || giant parakeet || 
 
|-
 
|-
| BIRD_KAKAPO || [[kakapo]]
+
| BIRD_KAKAPO || kakapo || 
 
|-
 
|-
| KAKAPO_MAN || [[kakapo man]]
+
| KAKAPO_MAN || kakapo man || 
 
|-
 
|-
| GIANT_KAKAPO || [[giant kakapo]]
+
| GIANT_KAKAPO || giant kakapo || 
 
|-
 
|-
| BIRD_PARROT_GREY || [[grey parrot]]
+
| BIRD_PARROT_GREY || grey parrot || 
 
|-
 
|-
| GREY_PARROT_MAN || [[grey parrot man]]
+
| GREY_PARROT_MAN || grey parrot man || 
 
|-
 
|-
| GIANT_GREY_PARROT || [[giant grey parrot]]
+
| GIANT_GREY_PARROT || giant grey parrot || 
 
|-
 
|-
| BIRD_PUFFIN || [[puffin]]
+
| BIRD_PUFFIN || puffin || 
 
|-
 
|-
| PUFFIN_MAN || [[puffin man]]
+
| PUFFIN_MAN || puffin man || 
 
|-
 
|-
| GIANT_PUFFIN || [[giant puffin]]
+
| GIANT_PUFFIN || giant puffin || 
 
|-
 
|-
| BIRD_SWAN || [[swan]]
+
| BIRD_SWAN || swan || 
 
|-
 
|-
| SWAN_MAN || [[swan man]]
+
| SWAN_MAN || swan man || 
 
|-
 
|-
| GIANT_SWAN || [[giant swan]]
+
| GIANT_SWAN || giant swan || 
 
|-
 
|-
| BIRD_LORIKEET || [[lorikeet]] || VERMIN
+
| BIRD_LORIKEET || lorikeet || VERMIN  
 
|-
 
|-
| LORIKEET_MAN || [[lorikeet man]]
+
| LORIKEET_MAN || lorikeet man || 
 
|-
 
|-
| GIANT_LORIKEET || [[giant lorikeet]]
+
| GIANT_LORIKEET || giant lorikeet || 
 
|-
 
|-
| BIRD_WREN || [[wren]] || VERMIN
+
| BIRD_WREN || wren || VERMIN  
 
|-
 
|-
| WREN_MAN || [[wren man]]
+
| WREN_MAN || wren man || 
 
|-
 
|-
| GIANT_WREN || [[giant wren]]
+
| GIANT_WREN || giant wren || 
 
|-
 
|-
| BIRD_OSPREY || [[osprey]]
+
| BIRD_OSPREY || osprey || 
 
|-
 
|-
| OSPREY_MAN || [[osprey man]]
+
| OSPREY_MAN || osprey man || 
 
|-
 
|-
| GIANT_OSPREY || [[giant osprey]]
+
| GIANT_OSPREY || giant osprey || 
 
|-
 
|-
| BIRD_EMU || [[emu]]
+
| BIRD_EMU || emu || 
 
|-
 
|-
| EMU_MAN || [[emu man]]
+
| EMU_MAN || emu man || 
 
|-
 
|-
| GIANT_EMU || [[giant emu]]
+
| GIANT_EMU || giant emu || 
 
|-
 
|-
| BIRD_COCKATIEL || [[cockatiel]] || VERMIN
+
| BIRD_COCKATIEL || cockatiel || VERMIN  
 
|-
 
|-
| COCKATIEL_MAN || [[cockatiel man]]
+
| COCKATIEL_MAN || cockatiel man || 
 
|-
 
|-
| GIANT_COCKATIEL || [[giant cockatiel]]
+
| GIANT_COCKATIEL || giant cockatiel || 
 
|-
 
|-
| BIRD_LOVEBIRD_PEACH-FACED || [[peach-faced lovebird]] || VERMIN
+
| BIRD_LOVEBIRD_PEACH-FACED || peach-faced lovebird || VERMIN  
 
|-
 
|-
| PEACH-FACED_LOVEBIRD_MAN || [[peach-faced lovebird man]]
+
| PEACH-FACED_LOVEBIRD_MAN || peach-faced lovebird man || 
 
|-
 
|-
| GIANT_PEACH-FACED_LOVEBIRD || [[giant peach-faced lovebird]]
+
| GIANT_PEACH-FACED_LOVEBIRD || giant peach-faced lovebird || 
 
|-
 
|-
| BIRD_MAGPIE || [[magpie]] || VERMIN
+
| BIRD_MAGPIE || magpie || VERMIN  
 
|-
 
|-
| MAGPIE_MAN || [[magpie man]]
+
| MAGPIE_MAN || magpie man || 
 
|-
 
|-
| GIANT_MAGPIE || [[giant magpie]]
+
| GIANT_MAGPIE || giant magpie || 
 
|-
 
|-
| BIRD_KESTREL || [[kestrel]]
+
| BIRD_KESTREL || kestrel || 
 
|-
 
|-
| KESTREL_MAN || [[kestrel man]]
+
| KESTREL_MAN || kestrel man || 
 
|-
 
|-
| GIANT_KESTREL || [[giant kestrel]]
+
| GIANT_KESTREL || giant kestrel || 
 
|-
 
|-
| BIRD_ALBATROSS || [[albatross]]
+
| BIRD_ALBATROSS || albatross || 
 
|-
 
|-
| ALBATROSS_MAN || [[albatross man]]
+
| ALBATROSS_MAN || albatross man || 
 
|-
 
|-
| GIANT_ALBATROSS || [[giant albatross]]
+
| GIANT_ALBATROSS || giant albatross || 
 
|-
 
|-
| BIRD_OWL_GREAT_HORNED || [[great horned owl]]
+
| BIRD_OWL_GREAT_HORNED || great horned owl || 
 
|-
 
|-
| GREAT_HORNED_OWL_MAN || [[great horned owl man]]
+
| GREAT_HORNED_OWL_MAN || great horned owl man || 
 
|-
 
|-
| GIANT_GREAT_HORNED_OWL || [[giant great horned owl]]
+
| GIANT_GREAT_HORNED_OWL || giant great horned owl || 
 
|-
 
|-
| BIRD_EAGLE || [[eagle]]
+
| BIRD_EAGLE || eagle || 
 
|-
 
|-
| EAGLE_MAN || [[eagle man]]
+
| EAGLE_MAN || eagle man || 
 
|-
 
|-
| GIANT_EAGLE || [[giant eagle]]
+
| GIANT_EAGLE || giant eagle || 
 
|-
 
|-
| BIRD_HORNBILL || [[hornbill]]
+
| BIRD_HORNBILL || hornbill || 
 
|-
 
|-
| HORNBILL_MAN || [[hornbill man]]
+
| HORNBILL_MAN || hornbill man || 
 
|-
 
|-
| GIANT_HORNBILL || [[giant hornbill]]
+
| GIANT_HORNBILL || giant hornbill || 
 
|-
 
|-
| BIRD_LOVEBIRD_MASKED || [[masked lovebird]] || VERMIN
+
| BIRD_LOVEBIRD_MASKED || masked lovebird || VERMIN  
 
|-
 
|-
| MASKED_LOVEBIRD_MAN || [[masked lovebird man]]
+
| MASKED_LOVEBIRD_MAN || masked lovebird man || 
 
|-
 
|-
| GIANT_MASKED_LOVEBIRD || [[giant masked lovebird]]
+
| GIANT_MASKED_LOVEBIRD || giant masked lovebird || 
 
|-
 
|-
| BIRD_BUSHTIT || [[bushtit]] || VERMIN
+
| BIRD_BUSHTIT || bushtit || VERMIN  
 
|-
 
|-
| BUSHTIT_MAN || [[bushtit man]]
+
| BUSHTIT_MAN || bushtit man || 
 
|-
 
|-
| GIANT_BUSHTIT || [[giant bushtit]]
+
| GIANT_BUSHTIT || giant bushtit || 
 
|-
 
|-
! scope="row" colspan="3"| creature_bug_slug_new
+
!scope="row" colspan="3"| creature_bug_slug_new  
 
|-
 
|-
| DAMSELFLY || [[damselfly]] || VERMIN
+
| DAMSELFLY || damselfly || VERMIN  
 
|-
 
|-
| DAMSELFLY_MAN || [[damselfly man]]
+
| DAMSELFLY_MAN || damselfly man || 
 
|-
 
|-
| GIANT_DAMSELFLY || [[giant damselfly]]
+
| GIANT_DAMSELFLY || giant damselfly || 
 
|-
 
|-
| MOTH || [[moth]] || VERMIN
+
| MOTH || moth || VERMIN  
 
|-
 
|-
| MOTH_MAN || [[moth man]]
+
| MOTH_MAN || moth man || 
 
|-
 
|-
| GIANT_MOTH || [[giant moth]]
+
| GIANT_MOTH || giant moth || 
 
|-
 
|-
| GRASSHOPPER || [[grasshopper]] || VERMIN
+
| GRASSHOPPER || grasshopper || VERMIN  
 
|-
 
|-
| GRASSHOPPER_MAN || [[grasshopper man]]
+
| GRASSHOPPER_MAN || grasshopper man || 
 
|-
 
|-
| GIANT_GRASSHOPPER || [[giant grasshopper]]
+
| GIANT_GRASSHOPPER || giant grasshopper || 
 
|-
 
|-
| BARK_SCORPION || [[bark scorpion]] || VERMIN
+
| BARK_SCORPION || bark scorpion || VERMIN  
 
|-
 
|-
| BARK_SCORPION_MAN || [[bark scorpion man]]
+
| BARK_SCORPION_MAN || bark scorpion man || 
 
|-
 
|-
| GIANT_BARK_SCORPION || [[giant bark scorpion]]
+
| GIANT_BARK_SCORPION || giant bark scorpion || 
 
|-
 
|-
| MANTIS || [[mantis]] || VERMIN
+
| MANTIS || mantis || VERMIN  
 
|-
 
|-
| MANTIS_MAN || [[mantis man]]
+
| MANTIS_MAN || mantis man || 
 
|-
 
|-
| GIANT_MANTIS || [[giant mantis]]
+
| GIANT_MANTIS || giant mantis || 
 
|-
 
|-
| TICK || [[tick]] || VERMIN
+
| TICK || tick || VERMIN  
 
|-
 
|-
| TICK_MAN || [[tick man]]
+
| TICK_MAN || tick man || 
 
|-
 
|-
| GIANT_TICK || [[giant tick]]
+
| GIANT_TICK || giant tick || 
 
|-
 
|-
| LOUSE || [[louse]] || VERMIN
+
| LOUSE || louse || VERMIN  
 
|-
 
|-
| LOUSE_MAN || [[louse man]]
+
| LOUSE_MAN || louse man || 
 
|-
 
|-
| GIANT_LOUSE || [[giant louse]]
+
| GIANT_LOUSE || giant louse || 
 
|-
 
|-
| THRIPS || [[thrips]] || VERMIN
+
| THRIPS || thrips || VERMIN  
 
|-
 
|-
| THRIPS_MAN || [[thrips man]]
+
| THRIPS_MAN || thrips man || 
 
|-
 
|-
| GIANT_THRIPS || [[giant thrips]]
+
| GIANT_THRIPS || giant thrips || 
 
|-
 
|-
| SLUG || [[slug]] || VERMIN
+
| SLUG || slug || VERMIN  
 
|-
 
|-
| SLUG_MAN || [[slug man]]
+
| SLUG_MAN || slug man || 
 
|-
 
|-
| GIANT_SLUG || [[giant slug]]
+
| GIANT_SLUG || giant slug || 
 
|-
 
|-
| MOSQUITO || [[mosquito]] || VERMIN
+
| MOSQUITO || mosquito || VERMIN  
 
|-
 
|-
| MOSQUITO_MAN || [[mosquito man]]
+
| MOSQUITO_MAN || mosquito man || 
 
|-
 
|-
| GIANT_MOSQUITO || [[giant mosquito]]
+
| GIANT_MOSQUITO || giant mosquito || 
 
|-
 
|-
| SPIDER_JUMPING || [[jumping spider]] || VERMIN
+
| SPIDER_JUMPING || jumping spider || VERMIN  
 
|-
 
|-
| JUMPING_SPIDER_MAN || [[jumping spider man]]
+
| JUMPING_SPIDER_MAN || jumping spider man || 
 
|-
 
|-
| GIANT_JUMPING_SPIDER || [[giant jumping spider]]
+
| GIANT_JUMPING_SPIDER || giant jumping spider || 
 
|-
 
|-
| TERMITE || [[termite]] || VERMIN
+
| TERMITE || termite || VERMIN  
 
|-
 
|-
| MOON_SNAIL || [[moon snail]] || VERMIN
+
| MOON_SNAIL || moon snail || VERMIN  
 
|-
 
|-
| MOON_SNAIL_MAN || [[moon snail man]]
+
| MOON_SNAIL_MAN || moon snail man || 
 
|-
 
|-
| GIANT_MOON_SNAIL || [[giant moon snail]]
+
| GIANT_MOON_SNAIL || giant moon snail || 
 
|-
 
|-
| SPIDER_BROWN_RECLUSE || [[brown recluse spider]] || VERMIN
+
| SPIDER_BROWN_RECLUSE || brown recluse spider || VERMIN  
 
|-
 
|-
| BROWN_RECLUSE_SPIDER_MAN || [[brown recluse spider man]]
+
| BROWN_RECLUSE_SPIDER_MAN || brown recluse spider man || 
 
|-
 
|-
| GIANT_BROWN_RECLUSE_SPIDER || [[giant brown recluse spider]]
+
| GIANT_BROWN_RECLUSE_SPIDER || giant brown recluse spider || 
 
|-
 
|-
| SNAIL || [[snail]] || VERMIN
+
| SNAIL || snail || VERMIN  
 
|-
 
|-
| SNAIL_MAN || [[snail man]]
+
| SNAIL_MAN || snail man || 
 
|-
 
|-
| GIANT_SNAIL || [[giant snail]]
+
| GIANT_SNAIL || giant snail || 
 
|-
 
|-
! scope="row" colspan="3"| creature_desert_new
+
!scope="row" colspan="3"| creature_desert_new  
 
|-
 
|-
| GECKO_LEOPARD || [[leopard gecko]] || VERMIN
+
| GECKO_LEOPARD || leopard gecko || VERMIN  
 
|-
 
|-
| LEOPARD_GECKO_MAN || [[leopard gecko man]]
+
| LEOPARD_GECKO_MAN || leopard gecko man || 
 
|-
 
|-
| GIANT_LEOPARD_GECKO || [[giant leopard gecko]]
+
| GIANT_LEOPARD_GECKO || giant leopard gecko || 
 
|-
 
|-
| style="background-color: orange;"| DESERT TORTOISE || [[desert tortoise]]
+
| style="background-color: orange;"| DESERT TORTOISE || desert tortoise || 
 
|-
 
|-
| DESERT_TORTOISE_MAN || [[desert tortoise man]]
+
| DESERT_TORTOISE_MAN || desert tortoise man || 
 
|-
 
|-
| GIANT_DESERT_TORTOISE || [[giant desert tortoise]]
+
| GIANT_DESERT_TORTOISE || giant desert tortoise || 
 
|-
 
|-
| GILA_MONSTER || [[gila monster]]
+
| GILA_MONSTER || gila monster || 
 
|-
 
|-
| GILA_MONSTER_MAN || [[gila monster man]]
+
| GILA_MONSTER_MAN || gila monster man || 
 
|-
 
|-
| GIANT_GILA_MONSTER || [[giant gila monster]]
+
| GIANT_GILA_MONSTER || giant gila monster || 
 
|-
 
|-
! scope="row" colspan="3"| creature_domestic
+
!scope="row" colspan="3"| creature_domestic  
 
|-
 
|-
| DOG || [[dog]]
+
| DOG || dog || 
 
|-
 
|-
| CAT || [[cat]]
+
| CAT || cat || 
 
|-
 
|-
| MULE || [[mule]]
+
| MULE || mule || 
 
|-
 
|-
| DONKEY || [[donkey]]
+
| DONKEY || donkey || 
 
|-
 
|-
| HORSE || [[horse]]
+
| HORSE || horse || 
 
|-
 
|-
| COW || [[cow]]
+
| COW || cow || 
 
|-
 
|-
| SHEEP || [[sheep]]
+
| SHEEP || sheep || 
 
|-
 
|-
| PIG || [[pig]]
+
| PIG || pig || 
 
|-
 
|-
| GOAT || [[goat]]
+
| GOAT || goat || 
 
|-
 
|-
| BIRD_CHICKEN || [[chicken]]
+
| BIRD_CHICKEN || chicken || 
 
|-
 
|-
| CAVY || [[cavy]]
+
| CAVY || cavy || 
 
|-
 
|-
| BIRD_DUCK || [[duck]]
+
| BIRD_DUCK || duck || 
 
|-
 
|-
| WATER_BUFFALO || [[water buffalo]]
+
| WATER_BUFFALO || water buffalo || 
 
|-
 
|-
| REINDEER || [[reindeer]]
+
| REINDEER || reindeer || 
 
|-
 
|-
| BIRD_GOOSE || [[goose]]
+
| BIRD_GOOSE || goose || 
 
|-
 
|-
| YAK || [[yak]]
+
| YAK || yak || 
 
|-
 
|-
| LLAMA || [[llama]]
+
| LLAMA || llama || 
 
|-
 
|-
| ALPACA || [[alpaca]]
+
| ALPACA || alpaca || 
 
|-
 
|-
| BIRD_GUINEAFOWL || [[guineafowl]]
+
| BIRD_GUINEAFOWL || guineafowl || 
 
|-
 
|-
| BIRD_PEAFOWL_BLUE || [[blue peafowl]]
+
| BIRD_PEAFOWL_BLUE || blue peafowl || 
 
|-
 
|-
| BIRD_TURKEY || [[turkey]]
+
| BIRD_TURKEY || turkey || 
 
|-
 
|-
| RABBIT || [[rabbit]]
+
| RABBIT || rabbit || 
 
|-
 
|-
! scope="row" colspan="3"| creature_equipment
+
!scope="row" colspan="3"| creature_equipment  
 
|-
 
|-
| EQUIPMENT_WAGON || [[wagon]]
+
| EQUIPMENT_WAGON || wagon || 
 
|-
 
|-
! scope="row" colspan="3"| creature_fanciful
+
!scope="row" colspan="3"| creature_fanciful  
 
|-
 
|-
| CHIMERA || [[chimera]]
+
| CHIMERA || chimera || 
 
|-
 
|-
| CENTAUR || [[centaur]]
+
| CENTAUR || centaur || 
 
|-
 
|-
| GRIFFON || [[griffon]]
+
| GRIFFON || griffon || 
 
|-
 
|-
! scope="row" colspan="3"| creature_insects
+
!scope="row" colspan="3"| creature_insects  
 
|-
 
|-
| FLY || [[fly]] || VERMIN
+
| FLY || fly || VERMIN  
 
|-
 
|-
| FLY_MAN || [[fly man]]
+
| FLY_MAN || fly man || 
 
|-
 
|-
| GIANT_FLY || [[giant fly]]
+
| GIANT_FLY || giant fly || 
 
|-
 
|-
| ROACH_LARGE || [[large roach]] || VERMIN
+
| ROACH_LARGE || large roach || VERMIN  
 
|-
 
|-
| ROACH_MAN || [[roach man]]
+
| ROACH_MAN || roach man || 
 
|-
 
|-
| GIANT_ROACH || [[giant roach]]
+
| GIANT_ROACH || giant roach || 
 
|-
 
|-
| BEETLE || [[beetle]] || VERMIN
+
| BEETLE || beetle || VERMIN  
 
|-
 
|-
| BEETLE_MAN || [[beetle man]]
+
| BEETLE_MAN || beetle man || 
 
|-
 
|-
| GIANT_BEETLE || [[giant beetle]]
+
| GIANT_BEETLE || giant beetle || 
 
|-
 
|-
| ANT || [[ant]] || VERMIN
+
| ANT || ant || VERMIN  
 
|-
 
|-
| BUTTERFLY_MONARCH || [[monarch butterfly]] || VERMIN
+
| BUTTERFLY_MONARCH || monarch butterfly || VERMIN  
 
|-
 
|-
| BUTTERFLY_MONARCH_MAN || [[monarch butterfly man]]
+
| BUTTERFLY_MONARCH_MAN || monarch butterfly man || 
 
|-
 
|-
| GIANT_BUTTERFLY_MONARCH || [[giant monarch butterfly]]
+
| GIANT_BUTTERFLY_MONARCH || giant monarch butterfly || 
 
|-
 
|-
| FIREFLY || [[firefly]] || VERMIN
+
| FIREFLY || firefly || VERMIN  
 
|-
 
|-
| FIREFLY_MAN || [[firefly man]]
+
| FIREFLY_MAN || firefly man || 
 
|-
 
|-
| GIANT_FIREFLY || [[giant firefly]]
+
| GIANT_FIREFLY || giant firefly || 
 
|-
 
|-
| DRAGONFLY || [[dragonfly]] || VERMIN
+
| DRAGONFLY || dragonfly || VERMIN  
 
|-
 
|-
| DRAGONFLY_MAN || [[dragonfly man]]
+
| DRAGONFLY_MAN || dragonfly man || 
 
|-
 
|-
| GIANT_DRAGONFLY || [[giant dragonfly]]
+
| GIANT_DRAGONFLY || giant dragonfly || 
 
|-
 
|-
| HONEY_BEE || [[honey bee]] || VERMIN
+
| HONEY_BEE || honey bee || VERMIN  
 
|-
 
|-
| BUMBLEBEE || [[bumblebee]]
+
| BUMBLEBEE || bumblebee || 
 
|-
 
|-
! scope="row" colspan="3"| creature_large_mountain
+
!scope="row" colspan="3"| creature_large_mountain  
 
|-
 
|-
| GOAT_MOUNTAIN || [[mountain goat]]
+
| GOAT_MOUNTAIN || mountain goat || 
 
|-
 
|-
| GOAT_MOUNTAIN_MAN || [[mountain goat man]]
+
| GOAT_MOUNTAIN_MAN || mountain goat man || 
 
|-
 
|-
| GIANT_GOAT_MOUNTAIN || [[giant mountain goat]]
+
| GIANT_GOAT_MOUNTAIN || giant mountain goat || 
 
|-
 
|-
| MARMOT_HOARY || [[hoary marmot]]
+
| MARMOT_HOARY || hoary marmot || 
 
|-
 
|-
| MARMOT_HOARY_MAN || [[hoary marmot man]]
+
| MARMOT_HOARY_MAN || hoary marmot man || 
 
|-
 
|-
| GIANT_MARMOT_HOARY || [[giant hoary marmot]]
+
| GIANT_MARMOT_HOARY || giant hoary marmot || 
 
|-
 
|-
| GNOME_MOUNTAIN || [[mountain gnome]]
+
| GNOME_MOUNTAIN || mountain gnome || 
 
|-
 
|-
| GNOME_DARK || [[dark gnome]]
+
| GNOME_DARK || dark gnome || 
 
|-
 
|-
! scope="row" colspan="3"| creature_large_ocean
+
!scope="row" colspan="3"| creature_large_ocean  
 
|-
 
|-
| WALRUS || [[walrus]]
+
| WALRUS || walrus || 
 
|-
 
|-
| WALRUS_MAN || [[walrus man]]
+
| WALRUS_MAN || walrus man || 
 
|-
 
|-
| GIANT_WALRUS || [[giant walrus]]
+
| GIANT_WALRUS || giant walrus || 
 
|-
 
|-
| FISH_LAMPREY_SEA || [[sea lamprey]]
+
| FISH_LAMPREY_SEA || sea lamprey || 
 
|-
 
|-
| SHARK_GREAT_WHITE || [[great white shark]]
+
| SHARK_GREAT_WHITE || great white shark || 
 
|-
 
|-
| SHARK_FRILL || [[frill shark]]
+
| SHARK_FRILL || frill shark || 
 
|-
 
|-
| SHARK_SPINY_DOGFISH || [[spiny dogfish]]
+
| SHARK_SPINY_DOGFISH || spiny dogfish || 
 
|-
 
|-
| SHARK_WOBBEGONG_SPOTTED || [[spotted wobbegong]]
+
| SHARK_WOBBEGONG_SPOTTED || spotted wobbegong || 
 
|-
 
|-
| SHARK_WHALE || [[whale shark]]
+
| SHARK_WHALE || whale shark || 
 
|-
 
|-
| SHARK_BASKING || [[basking shark]]
+
| SHARK_BASKING || basking shark || 
 
|-
 
|-
| SHARK_NURSE || [[nurse shark]]
+
| SHARK_NURSE || nurse shark || 
 
|-
 
|-
| SHARK_MAKO_SHORTFIN || [[shortfin mako shark]]
+
| SHARK_MAKO_SHORTFIN || shortfin mako shark || 
 
|-
 
|-
| SHARK_MAKO_LONGFIN || [[longfin mako shark]]
+
| SHARK_MAKO_LONGFIN || longfin mako shark || 
 
|-
 
|-
| SHARK_TIGER || [[tiger shark]]
+
| SHARK_TIGER || tiger shark || 
 
|-
 
|-
| SHARK_BULL || [[bull shark]]
+
| SHARK_BULL || bull shark || 
 
|-
 
|-
| SHARK_REEF_BLACKTIP || [[blacktip reef shark]]
+
| SHARK_REEF_BLACKTIP || blacktip reef shark || 
 
|-
 
|-
| SHARK_REEF_WHITETIP || [[whitetip reef shark]]
+
| SHARK_REEF_WHITETIP || whitetip reef shark || 
 
|-
 
|-
| SHARK_BLUE || [[blue shark]]
+
| SHARK_BLUE || blue shark || 
 
|-
 
|-
| SHARK_HAMMERHEAD || [[hammerhead shark]]
+
| SHARK_HAMMERHEAD || hammerhead shark || 
 
|-
 
|-
| SHARK_ANGEL || [[angelshark]]
+
| SHARK_ANGEL || angelshark || 
 
|-
 
|-
| FISH_SKATE_COMMON || [[common skate]]
+
| FISH_SKATE_COMMON || common skate || 
 
|-
 
|-
| FISH_RAY_MANTA || [[manta ray]]
+
| FISH_RAY_MANTA || manta ray || 
 
|-
 
|-
| FISH_STINGRAY || [[stingray]]
+
| FISH_STINGRAY || stingray || 
 
|-
 
|-
| FISH_COELACANTH || [[coelacanth]]
+
| FISH_COELACANTH || coelacanth || 
 
|-
 
|-
| FISH_STURGEON || [[sturgeon]]
+
| FISH_STURGEON || sturgeon || 
 
|-
 
|-
| FISH_CONGER_EEL || [[conger eel]]
+
| FISH_CONGER_EEL || conger eel || 
 
|-
 
|-
| FISH_MILKFISH || [[milkfish]]
+
| FISH_MILKFISH || milkfish || 
 
|-
 
|-
| FISH_COD || [[cod]]
+
| FISH_COD || cod || 
 
|-
 
|-
| FISH_OPAH || [[opah]]
+
| FISH_OPAH || opah || 
 
|-
 
|-
| FISH_GROUPER_GIANT || [[giant grouper]]
+
| FISH_GROUPER_GIANT || giant grouper || 
 
|-
 
|-
| FISH_BLUEFISH || [[bluefish]]
+
| FISH_BLUEFISH || bluefish || 
 
|-
 
|-
| FISH_SUNFISH_OCEAN || [[ocean sunfish]]
+
| FISH_SUNFISH_OCEAN || ocean sunfish || 
 
|-
 
|-
| FISH_SWORDFISH || [[swordfish]]
+
| FISH_SWORDFISH || swordfish || 
 
|-
 
|-
| FISH_MARLIN || [[marlin]]
+
| FISH_MARLIN || marlin || 
 
|-
 
|-
| FISH_HALIBUT || [[halibut]]
+
| FISH_HALIBUT || halibut || 
 
|-
 
|-
| FISH_BARRACUDA_GREAT || [[great barracuda]]
+
| FISH_BARRACUDA_GREAT || great barracuda || 
 
|-
 
|-
| FISH_TUNA_BLUEFIN || [[bluefin tuna]]
+
| FISH_TUNA_BLUEFIN || bluefin tuna || 
 
|-
 
|-
| NARWHAL || [[narwhal]]
+
| NARWHAL || narwhal || 
 
|-
 
|-
| style="background-color: orange;"| NARWHAL MAN || [[narwhal man]]
+
| style="background-color: orange;"| NARWHAL MAN || narwhal man || 
 
|-
 
|-
| style="background-color: orange;"| NARWHAL, GIANT || [[giant narwhal]]
+
| style="background-color: orange;"| NARWHAL, GIANT || giant narwhal || 
 
|-
 
|-
! scope="row" colspan="3"| creature_large_riverlake
+
!scope="row" colspan="3"| creature_large_riverlake  
 
|-
 
|-
| HIPPO || [[hippo]]
+
| HIPPO || hippo || 
 
|-
 
|-
| HIPPO_MAN || [[hippo man]]
+
| HIPPO_MAN || hippo man || 
 
|-
 
|-
| GIANT_HIPPO || [[giant hippo]]
+
| GIANT_HIPPO || giant hippo || 
 
|-
 
|-
| FISH_GAR_LONGNOSE || [[longnose gar]]
+
| FISH_GAR_LONGNOSE || longnose gar || 
 
|-
 
|-
| FISH_CARP || [[carp]]
+
| FISH_CARP || carp || 
 
|-
 
|-
| FISH_TIGERFISH || [[tigerfish]]
+
| FISH_TIGERFISH || tigerfish || 
 
|-
 
|-
| FISH_PIKE || [[pike]]
+
| FISH_PIKE || pike || 
 
|-
 
|-
| PLATYPUS || [[platypus]]
+
| PLATYPUS || platypus || 
 
|-
 
|-
| style="background-color: orange;"| PLATYPUS MAN || [[platypus man]]
+
| style="background-color: orange;"| PLATYPUS MAN || platypus man || 
 
|-
 
|-
| style="background-color: orange;"| PLATYPUS, GIANT || [[giant platypus]]
+
| style="background-color: orange;"| PLATYPUS, GIANT || giant platypus || 
 
|-
 
|-
! scope="row" colspan="3"| creature_large_temperate
+
!scope="row" colspan="3"| creature_large_temperate  
 
|-
 
|-
| BEAR_GRIZZLY || [[grizzly bear]]
+
| BEAR_GRIZZLY || grizzly bear || 
 
|-
 
|-
| BEAR_GRIZZLY_MAN || [[grizzly bear man]]
+
| BEAR_GRIZZLY_MAN || grizzly bear man || 
 
|-
 
|-
| GIANT_BEAR_GRIZZLY || [[giant grizzly bear]]
+
| GIANT_BEAR_GRIZZLY || giant grizzly bear || 
 
|-
 
|-
| BEAR_BLACK || [[black bear]]
+
| BEAR_BLACK || black bear || 
 
|-
 
|-
| BEAR_BLACK_MAN || [[black bear man]]
+
| BEAR_BLACK_MAN || black bear man || 
 
|-
 
|-
| GIANT_BEAR_BLACK || [[giant black bear]]
+
| GIANT_BEAR_BLACK || giant black bear || 
 
|-
 
|-
| DEER || [[deer]]
+
| DEER || deer || 
 
|-
 
|-
| DEER_MAN || [[deer man]]
+
| DEER_MAN || deer man || 
 
|-
 
|-
| GIANT_DEER || [[giant deer]]
+
| GIANT_DEER || giant deer || 
 
|-
 
|-
| FOX || [[fox]]
+
| FOX || fox || 
 
|-
 
|-
| FOX_MAN || [[fox man]]
+
| FOX_MAN || fox man || 
 
|-
 
|-
| GIANT_FOX || [[giant fox]]
+
| GIANT_FOX || giant fox || 
 
|-
 
|-
| RACCOON || [[raccoon]]
+
| RACCOON || raccoon || 
 
|-
 
|-
| RACCOON_MAN || [[raccoon man]]
+
| RACCOON_MAN || raccoon man || 
 
|-
 
|-
| GIANT_RACCOON || [[giant raccoon]]
+
| GIANT_RACCOON || giant raccoon || 
 
|-
 
|-
| MACAQUE_RHESUS || [[rhesus macaque]]
+
| MACAQUE_RHESUS || rhesus macaque || 
 
|-
 
|-
| MACAQUE_RHESUS_MAN || [[rhesus macaque man]]
+
| MACAQUE_RHESUS_MAN || rhesus macaque man || 
 
|-
 
|-
| GIANT_MACAQUE_RHESUS || [[giant rhesus macaque]]
+
| GIANT_MACAQUE_RHESUS || giant rhesus macaque || 
 
|-
 
|-
| COUGAR || [[cougar]]
+
| COUGAR || cougar || 
 
|-
 
|-
| COUGAR_MAN || [[cougar man]]
+
| COUGAR_MAN || cougar man || 
 
|-
 
|-
| GIANT_COUGAR || [[giant cougar]]
+
| GIANT_COUGAR || giant cougar || 
 
|-
 
|-
| WOLF || [[wolf]]
+
| WOLF || wolf || 
 
|-
 
|-
| WOLF_MAN || [[wolf man]]
+
| WOLF_MAN || wolf man || 
 
|-
 
|-
| GIANT_WOLF || [[giant wolf]]
+
| GIANT_WOLF || giant wolf || 
 
|-
 
|-
| GROUNDHOG || [[groundhog]]
+
| GROUNDHOG || groundhog || 
 
|-
 
|-
| GROUNDHOG_MAN || [[groundhog man]]
+
| GROUNDHOG_MAN || groundhog man || 
 
|-
 
|-
| GIANT_GROUNDHOG || [[giant groundhog]]
+
| GIANT_GROUNDHOG || giant groundhog || 
 
|-
 
|-
| ALLIGATOR || [[alligator]]
+
| ALLIGATOR || alligator || 
 
|-
 
|-
| ALLIGATOR_MAN || [[alligator man]]
+
| ALLIGATOR_MAN || alligator man || 
 
|-
 
|-
| GIANT_ALLIGATOR || [[giant alligator]]
+
| GIANT_ALLIGATOR || giant alligator || 
 
|-
 
|-
| BIRD_BUZZARD || [[buzzard]]
+
| BIRD_BUZZARD || buzzard || 
 
|-
 
|-
| BUZZARD_MAN || [[buzzard man]]
+
| BUZZARD_MAN || buzzard man || 
 
|-
 
|-
| GIANT_BUZZARD || [[giant buzzard]]
+
| GIANT_BUZZARD || giant buzzard || 
 
|-
 
|-
| PANDA || [[panda]]
+
| PANDA || panda || 
 
|-
 
|-
| style="background-color: orange;"| PANDA, GIGANTIC || [[gigantic panda]]
+
| style="background-color: orange;"| PANDA, GIGANTIC || gigantic panda || 
 
|-
 
|-
| style="background-color: orange;"| PANDA MAN || [[panda man]]
+
| style="background-color: orange;"| PANDA MAN || panda man || 
 
|-
 
|-
| CAPYBARA || [[capybara]]
+
| CAPYBARA || capybara || 
 
|-
 
|-
| style="background-color: orange;"| CAPYBARA, GIANT || [[giant capybara]]
+
| style="background-color: orange;"| CAPYBARA, GIANT || giant capybara || 
 
|-
 
|-
| style="background-color: orange;"| CAPYBARA MAN || [[capybara man]]
+
| style="background-color: orange;"| CAPYBARA MAN || capybara man || 
 
|-
 
|-
| BADGER || [[badger]]
+
| BADGER || badger || 
 
|-
 
|-
| style="background-color: orange;"| BADGER MAN || [[badger man]]
+
| style="background-color: orange;"| BADGER MAN || badger man || 
 
|-
 
|-
| style="background-color: orange;"| BADGER, GIANT || [[giant badger]]
+
| style="background-color: orange;"| BADGER, GIANT || giant badger || 
 
|-
 
|-
| MOOSE || [[moose]]
+
| MOOSE || moose || 
 
|-
 
|-
| style="background-color: orange;"| MOOSE MAN || [[moose man]]
+
| style="background-color: orange;"| MOOSE MAN || moose man || 
 
|-
 
|-
| style="background-color: orange;"| MOOSE, GIANT || [[giant moose]]
+
| style="background-color: orange;"| MOOSE, GIANT || giant moose || 
 
|-
 
|-
| style="background-color: orange;"| RED PANDA || [[red panda]]
+
| style="background-color: orange;"| RED PANDA || red panda || 
 
|-
 
|-
| style="background-color: orange;"| RED PANDA MAN || [[red panda man]]
+
| style="background-color: orange;"| RED PANDA MAN || red panda man || 
 
|-
 
|-
| style="background-color: orange;"| RED PANDA, GIANT || [[giant red panda]]
+
| style="background-color: orange;"| RED PANDA, GIANT || giant red panda || 
 
|-
 
|-
! scope="row" colspan="3"| creature_large_tropical
+
!scope="row" colspan="3"| creature_large_tropical  
 
|-
 
|-
| ELEPHANT || [[elephant]]
+
| ELEPHANT || elephant || 
 
|-
 
|-
| ELEPHANT_MAN || [[elephant man]]
+
| ELEPHANT_MAN || elephant man || 
 
|-
 
|-
| GIANT_ELEPHANT || [[giant elephant]]
+
| GIANT_ELEPHANT || giant elephant || 
 
|-
 
|-
| WARTHOG || [[warthog]]
+
| WARTHOG || warthog || 
 
|-
 
|-
| WARTHOG_MAN || [[warthog man]]
+
| WARTHOG_MAN || warthog man || 
 
|-
 
|-
| GIANT_WARTHOG || [[giant warthog]]
+
| GIANT_WARTHOG || giant warthog || 
 
|-
 
|-
| LION || [[lion]]
+
| LION || lion || 
 
|-
 
|-
| LION_MAN || [[lion man]]
+
| LION_MAN || lion man || 
 
|-
 
|-
| GIANT_LION || [[giant lion]]
+
| GIANT_LION || giant lion || 
 
|-
 
|-
| LEOPARD || [[leopard]]
+
| LEOPARD || leopard || 
 
|-
 
|-
| LEOPARD_MAN || [[leopard man]]
+
| LEOPARD_MAN || leopard man || 
 
|-
 
|-
| GIANT_LEOPARD || [[giant leopard]]
+
| GIANT_LEOPARD || giant leopard || 
 
|-
 
|-
| JAGUAR || [[jaguar]]
+
| JAGUAR || jaguar || 
 
|-
 
|-
| JAGUAR_MAN || [[jaguar man]]
+
| JAGUAR_MAN || jaguar man || 
 
|-
 
|-
| GIANT_JAGUAR || [[giant jaguar]]
+
| GIANT_JAGUAR || giant jaguar || 
 
|-
 
|-
| TIGER || [[tiger]]
+
| TIGER || tiger || 
 
|-
 
|-
| TIGER_MAN || [[tiger man]]
+
| TIGER_MAN || tiger man || 
 
|-
 
|-
| GIANT_TIGER || [[giant tiger]]
+
| GIANT_TIGER || giant tiger || 
 
|-
 
|-
| CHEETAH || [[cheetah]]
+
| CHEETAH || cheetah || 
 
|-
 
|-
| CHEETAH_MAN || [[cheetah man]]
+
| CHEETAH_MAN || cheetah man || 
 
|-
 
|-
| GIANT_CHEETAH || [[giant cheetah]]
+
| GIANT_CHEETAH || giant cheetah || 
 
|-
 
|-
| GAZELLE || [[gazelle]]
+
| GAZELLE || gazelle || 
 
|-
 
|-
| GAZELLE_MAN || [[gazelle man]]
+
| GAZELLE_MAN || gazelle man || 
 
|-
 
|-
| GIANT_GAZELLE || [[giant gazelle]]
+
| GIANT_GAZELLE || giant gazelle || 
 
|-
 
|-
| MANDRILL || [[mandrill]]
+
| MANDRILL || mandrill || 
 
|-
 
|-
| MANDRILL_MAN || [[mandrill man]]
+
| MANDRILL_MAN || mandrill man || 
 
|-
 
|-
| GIANT_MANDRILL || [[giant mandrill]]
+
| GIANT_MANDRILL || giant mandrill || 
 
|-
 
|-
| CHIMPANZEE || [[chimpanzee]]
+
| CHIMPANZEE || chimpanzee || 
 
|-
 
|-
| BONOBO || [[bonobo]]
+
| BONOBO || bonobo || 
 
|-
 
|-
| GORILLA || [[gorilla]]
+
| GORILLA || gorilla || 
 
|-
 
|-
| ORANGUTAN || [[orangutan]]
+
| ORANGUTAN || orangutan || 
 
|-
 
|-
| GIBBON_SIAMANG || [[siamang]]
+
| GIBBON_SIAMANG || siamang || 
 
|-
 
|-
| GIBBON_WHITE_HANDED || [[white-handed gibbon]]
+
| GIBBON_WHITE_HANDED || white-handed gibbon || 
 
|-
 
|-
| GIBBON_BLACK_HANDED || [[black-handed gibbon]]
+
| GIBBON_BLACK_HANDED || black-handed gibbon || 
 
|-
 
|-
| GIBBON_GRAY || [[gray gibbon]]
+
| GIBBON_GRAY || gray gibbon || 
 
|-
 
|-
| GIBBON_SILVERY || [[silvery gibbon]]
+
| GIBBON_SILVERY || silvery gibbon || 
 
|-
 
|-
| GIBBON_PILEATED || [[pileated gibbon]]
+
| GIBBON_PILEATED || pileated gibbon || 
 
|-
 
|-
| GIBBON_BILOU || [[bilou]]
+
| GIBBON_BILOU || bilou || 
 
|-
 
|-
| GIBBON_WHITE_BROWED || [[white-browed gibbon]]
+
| GIBBON_WHITE_BROWED || white-browed gibbon || 
 
|-
 
|-
| GIBBON_BLACK_CRESTED || [[black-crested gibbon]]
+
| GIBBON_BLACK_CRESTED || black-crested gibbon || 
 
|-
 
|-
| CAMEL_1_HUMP || [[one-humped camel]]
+
| CAMEL_1_HUMP || one-humped camel || 
 
|-
 
|-
| CAMEL_1_HUMP_MAN || [[one-humped camel man]]
+
| CAMEL_1_HUMP_MAN || one-humped camel man || 
 
|-
 
|-
| GIANT_CAMEL_1_HUMP || [[giant one-humped camel]]
+
| GIANT_CAMEL_1_HUMP || giant one-humped camel || 
 
|-
 
|-
| CAMEL_2_HUMP || [[two-humped camel]]
+
| CAMEL_2_HUMP || two-humped camel || 
 
|-
 
|-
| CAMEL_2_HUMP_MAN || [[two-humped camel man]]
+
| CAMEL_2_HUMP_MAN || two-humped camel man || 
 
|-
 
|-
| GIANT_CAMEL_2_HUMP || [[giant two-humped camel]]
+
| GIANT_CAMEL_2_HUMP || giant two-humped camel || 
 
|-
 
|-
| CROCODILE_SALTWATER || [[saltwater crocodile]]
+
| CROCODILE_SALTWATER || saltwater crocodile || 
 
|-
 
|-
| CROCODILE_SALTWATER_MAN || [[saltwater crocodile man]]
+
| CROCODILE_SALTWATER_MAN || saltwater crocodile man || 
 
|-
 
|-
| GIANT_CROCODILE_SALTWATER || [[giant saltwater crocodile]]
+
| GIANT_CROCODILE_SALTWATER || giant saltwater crocodile || 
 
|-
 
|-
| BIRD_VULTURE || [[vulture]]
+
| BIRD_VULTURE || vulture || 
 
|-
 
|-
| VULTURE_MAN || [[vulture man]]
+
| VULTURE_MAN || vulture man || 
 
|-
 
|-
| GIANT_VULTURE || [[giant vulture]]
+
| GIANT_VULTURE || giant vulture || 
 
|-
 
|-
| RHINOCEROS || [[rhinoceros]]
+
| RHINOCEROS || rhinoceros || 
 
|-
 
|-
| RHINOCEROS_MAN || [[rhinoceros man]]
+
| RHINOCEROS_MAN || rhinoceros man || 
 
|-
 
|-
| GIANT_RHINOCEROS || [[giant rhinoceros]]
+
| GIANT_RHINOCEROS || giant rhinoceros || 
 
|-
 
|-
| GIRAFFE || [[giraffe]]
+
| GIRAFFE || giraffe || 
 
|-
 
|-
| GIRAFFE_MAN || [[giraffe man]]
+
| GIRAFFE_MAN || giraffe man || 
 
|-
 
|-
| GIANT_GIRAFFE || [[giant giraffe]]
+
| GIANT_GIRAFFE || giant giraffe || 
 
|-
 
|-
| style="background-color: orange;"| HONEY BADGER || [[honey badger]]
+
| style="background-color: orange;"| HONEY BADGER || honey badger || 
 
|-
 
|-
| style="background-color: orange;"| HONEY BADGER MAN || [[honey badger man]]
+
| HONEY BADGER MAN || honey badger man || 
 
|-
 
|-
| style="background-color: orange;"| HONEY BADGER, GIANT || [[giant honey badger]]
+
| HONEY BADGER, GIANT || giant honey badger || 
 
|-
 
|-
| style="background-color: orange;"| GIANT TORTOISE || [[giant tortoise]]
+
| style="background-color: orange;"| GIANT TORTOISE || giant tortoise || 
 
|-
 
|-
| style="background-color: orange;"| GIANT TORTOISE MAN || [[giant tortoise man]]
+
| style="background-color: orange;"| GIANT TORTOISE MAN || giant tortoise man || 
 
|-
 
|-
| style="background-color: orange;"| GIGANTIC TORTOISE || [[gigantic tortoise]]
+
| style="background-color: orange;"| GIGANTIC TORTOISE || gigantic tortoise || 
 
|-
 
|-
| ARMADILLO || [[armadillo]]
+
| ARMADILLO || armadillo || 
 
|-
 
|-
| style="background-color: orange;"| ARMADILLO MAN || [[armadillo man]]
+
| style="background-color: orange;"| ARMADILLO MAN || armadillo man || 
 
|-
 
|-
| style="background-color: orange;"| ARMADILLO, GIANT || [[giant armadillo]]
+
| style="background-color: orange;"| ARMADILLO, GIANT || giant armadillo || 
 
|-
 
|-
! scope="row" colspan="3"| creature_large_tundra
+
!scope="row" colspan="3"| creature_large_tundra  
 
|-
 
|-
| MUSKOX || [[muskox]]
+
| MUSKOX || muskox || 
 
|-
 
|-
| MUSKOX_MAN || [[muskox man]]
+
| MUSKOX_MAN || muskox man || 
 
|-
 
|-
| GIANT_MUSKOX || [[giant muskox]]
+
| GIANT_MUSKOX || giant muskox || 
 
|-
 
|-
| ELK || [[elk]]
+
| ELK || elk || 
 
|-
 
|-
| ELK_MAN || [[elk man]]
+
| ELK_MAN || elk man || 
 
|-
 
|-
| GIANT_ELK || [[giant elk]]
+
| GIANT_ELK || giant elk || 
 
|-
 
|-
| BEAR_POLAR || [[polar bear]]
+
| BEAR_POLAR || polar bear || 
 
|-
 
|-
| BEAR_POLAR_MAN || [[polar bear man]]
+
| BEAR_POLAR_MAN || polar bear man || 
 
|-
 
|-
| GIANT_BEAR_POLAR || [[giant polar bear]]
+
| GIANT_BEAR_POLAR || giant polar bear || 
 
|-
 
|-
! scope="row" colspan="3"| creature_mountain_new
+
!scope="row" colspan="3"| creature_mountain_new  
 
|-
 
|-
| WOLVERINE || [[wolverine]]
+
| WOLVERINE || wolverine || 
 
|-
 
|-
| WOLVERINE_MAN || [[wolverine man]]
+
| WOLVERINE_MAN || wolverine man || 
 
|-
 
|-
| GIANT_WOLVERINE || [[giant wolverine]]
+
| GIANT_WOLVERINE || giant wolverine || 
 
|-
 
|-
| CHINCHILLA || [[chinchilla]]
+
| CHINCHILLA || chinchilla || 
 
|-
 
|-
| CHINCHILLA_MAN || [[chinchilla man]]
+
| CHINCHILLA_MAN || chinchilla man || 
 
|-
 
|-
| GIANT_CHINCHILLA || [[giant chinchilla]]
+
| GIANT_CHINCHILLA || giant chinchilla || 
 
|-
 
|-
! scope="row" colspan="3"| creature_next_underground
+
!scope="row" colspan="3"| creature_next_underground  
 
|-
 
|-
| FLOATING_GUTS || [[floating guts]]
+
| FLOATING_GUTS || floating guts || 
 
|-
 
|-
| DRUNIAN || [[drunian]]
+
| DRUNIAN || drunian || 
 
|-
 
|-
| CREEPING_EYE || [[creeping eye]]
+
| CREEPING_EYE || creeping eye || 
 
|-
 
|-
| VORACIOUS_CAVE_CRAWLER || [[voracious cave crawler]]
+
| VORACIOUS_CAVE_CRAWLER || voracious cave crawler || 
 
|-
 
|-
| BLIND_CAVE_OGRE || [[blind cave ogre]]
+
| BLIND_CAVE_OGRE || blind cave ogre || 
 
|-
 
|-
| CAP_HOPPER || [[cap hopper]] || VERMIN
+
| CAP_HOPPER || cap hopper || VERMIN  
 
|-
 
|-
| MAGMA_CRAB || [[magma crab]]
+
| MAGMA_CRAB || magma crab || 
 
|-
 
|-
| CRUNDLE || [[crundle]]
+
| CRUNDLE || crundle || 
 
|-
 
|-
| HUNGRY_HEAD || [[hungry head]]
+
| HUNGRY_HEAD || hungry head || 
 
|-
 
|-
| FLESH_BALL || [[flesh ball]]
+
| FLESH_BALL || flesh ball || 
 
|-
 
|-
| ELK_BIRD || [[elk bird]]
+
| ELK_BIRD || elk bird || 
 
|-
 
|-
| HELMET_SNAKE || [[helmet snake]]
+
| HELMET_SNAKE || helmet snake || 
 
|-
 
|-
| GREEN_DEVOURER || [[green devourer]]
+
| GREEN_DEVOURER || green devourer || 
 
|-
 
|-
| RUTHERER || [[rutherer]]
+
| RUTHERER || rutherer || 
 
|-
 
|-
| CREEPY_CRAWLER || [[creepy crawler]] || VERMIN
+
| CREEPY_CRAWLER || creepy crawler || VERMIN  
 
|-
 
|-
| DRALTHA || [[draltha]]
+
| DRALTHA || draltha || 
 
|-
 
|-
| GIANT_EARTHWORM || [[giant earthworm]]
+
| GIANT_EARTHWORM || giant earthworm || 
 
|-
 
|-
| BLOOD_MAN || [[blood man]]
+
| BLOOD_MAN || blood man || 
 
|-
 
|-
| BUGBAT || [[bugbat]]
+
| BUGBAT || bugbat || 
 
|-
 
|-
| MANERA || [[manera]]
+
| MANERA || manera || 
 
|-
 
|-
| MOLEMARIAN || [[molemarian]]
+
| MOLEMARIAN || molemarian || 
 
|-
 
|-
| JABBERER || [[jabberer]]
+
| JABBERER || jabberer || 
 
|-
 
|-
| POND_GRABBER || [[pond grabber]]
+
| POND_GRABBER || pond grabber || 
 
|-
 
|-
| BLIND_CAVE_BEAR || [[blind cave bear]]
+
| BLIND_CAVE_BEAR || blind cave bear || 
 
|-
 
|-
| CAVE_DRAGON || [[cave dragon]]
+
| CAVE_DRAGON || cave dragon || 
 
|-
 
|-
| REACHER || [[reacher]]
+
| REACHER || reacher || 
 
|-
 
|-
| ELEMENTMAN_GABBRO || [[gabbro man]]
+
| ELEMENTMAN_GABBRO || gabbro man || 
 
|-
 
|-
| GORLAK || [[gorlak]]
+
| GORLAK || gorlak || 
 
|-
 
|-
| CAVE_FLOATER || [[cave floater]]
+
| CAVE_FLOATER || cave floater || 
 
|-
 
|-
| PLUMP_HELMET_MAN || [[plump helmet man]]
+
| PLUMP_HELMET_MAN || plump helmet man || 
 
|-
 
|-
| CAVE_BLOB || [[cave blob]]
+
| CAVE_BLOB || cave blob || 
 
|-
 
|-
| ELEMENTMAN_AMETHYST || [[amethyst man]]
+
| ELEMENTMAN_AMETHYST || amethyst man || 
 
|-
 
|-
! scope="row" colspan="3"| creature_ocean_new
+
!scope="row" colspan="3"| creature_ocean_new  
 
|-
 
|-
| OCTOPUS || [[octopus]]
+
| OCTOPUS || octopus || 
 
|-
 
|-
| OCTOPUS_MAN || [[octopus man]]
+
| OCTOPUS_MAN || octopus man || 
 
|-
 
|-
| GIANT_OCTOPUS || [[giant octopus]]
+
| GIANT_OCTOPUS || giant octopus || 
 
|-
 
|-
| CRAB || [[crab]]
+
| CRAB || crab || 
 
|-
 
|-
| CRAB_MAN || [[crab man]]
+
| CRAB_MAN || crab man || 
 
|-
 
|-
| GIANT_CRAB || [[giant crab]]
+
| GIANT_CRAB || giant crab || 
 
|-
 
|-
| LEOPARD_SEAL || [[leopard seal]]
+
| LEOPARD_SEAL || leopard seal || 
 
|-
 
|-
| LEOPARD_SEAL_MAN || [[leopard seal man]]
+
| LEOPARD_SEAL_MAN || leopard seal man || 
 
|-
 
|-
| GIANT_LEOPARD_SEAL || [[giant leopard seal]]
+
| GIANT_LEOPARD_SEAL || giant leopard seal || 
 
|-
 
|-
| CUTTLEFISH || [[cuttlefish]] || VERMIN
+
| CUTTLEFISH || cuttlefish || VERMIN  
 
|-
 
|-
| CUTTLEFISH_MAN || [[cuttlefish man]]
+
| CUTTLEFISH_MAN || cuttlefish man || 
 
|-
 
|-
| GIANT_CUTTLEFISH || [[giant cuttlefish]]
+
| GIANT_CUTTLEFISH || giant cuttlefish || 
 
|-
 
|-
| ORCA || [[orca]]
+
| ORCA || orca || 
 
|-
 
|-
| ORCA_MAN || [[orca man]]
+
| ORCA_MAN || orca man || 
 
|-
 
|-
| GIANT_ORCA || [[giant orca]]
+
| GIANT_ORCA || giant orca || 
 
|-
 
|-
| SPONGE || [[sponge]]
+
| SPONGE || sponge || 
 
|-
 
|-
| SPONGE_MAN || [[sponge man]]
+
| SPONGE_MAN || sponge man || 
 
|-
 
|-
| GIANT_SPONGE || [[giant sponge]]
+
| GIANT_SPONGE || giant sponge || 
 
|-
 
|-
| HORSESHOE_CRAB || [[horseshoe crab]]
+
| HORSESHOE_CRAB || horseshoe crab || 
 
|-
 
|-
| HORSESHOE_CRAB_MAN || [[horseshoe crab man]]
+
| HORSESHOE_CRAB_MAN || horseshoe crab man || 
 
|-
 
|-
| GIANT_HORSESHOE_CRAB || [[giant horseshoe crab]]
+
| GIANT_HORSESHOE_CRAB || giant horseshoe crab || 
 
|-
 
|-
| SPERM_WHALE || [[sperm whale]]
+
| SPERM_WHALE || sperm whale || 
 
|-
 
|-
| SPERM_WHALE_MAN || [[sperm whale man]]
+
| SPERM_WHALE_MAN || sperm whale man || 
 
|-
 
|-
| GIANT_SPERM_WHALE || [[giant sperm whale]]
+
| GIANT_SPERM_WHALE || giant sperm whale || 
 
|-
 
|-
| ELEPHANT_SEAL || [[elephant seal]]
+
| ELEPHANT_SEAL || elephant seal || 
 
|-
 
|-
| ELEPHANT_SEAL_MAN || [[elephant seal man]]
+
| ELEPHANT_SEAL_MAN || elephant seal man || 
 
|-
 
|-
| GIANT_ELEPHANT_SEAL || [[giant elephant seal]]
+
| GIANT_ELEPHANT_SEAL || giant elephant seal || 
 
|-
 
|-
| HARP_SEAL || [[harp seal]]
+
| HARP_SEAL || harp seal || 
 
|-
 
|-
| HARP_SEAL_MAN || [[harp seal man]]
+
| HARP_SEAL_MAN || harp seal man || 
 
|-
 
|-
| GIANT_HARP_SEAL || [[giant harp seal]]
+
| GIANT_HARP_SEAL || giant harp seal || 
 
|-
 
|-
| NAUTILUS || [[nautilus]] || VERMIN
+
| NAUTILUS || nautilus || VERMIN  
 
|-
 
|-
| NAUTILUS_MAN || [[nautilus man]]
+
| NAUTILUS_MAN || nautilus man || 
 
|-
 
|-
| GIANT_NAUTILUS || [[giant nautilus]]
+
| GIANT_NAUTILUS || giant nautilus || 
 
|-
 
|-
!scope="row" colspan="3"| creature_other
+
!scope="row" colspan="3"| creature_other  
 
|-
 
|-
| FOXSQUIRREL || [[fox squirrel]] || VERMIN
+
| FOXSQUIRREL || fox squirrel || VERMIN  
 
|-
 
|-
| MOGHOPPER || [[moghopper]] || VERMIN
+
| MOGHOPPER || moghopper || VERMIN  
 
|-
 
|-
| RAT_DEMON || [[demon rat]] || VERMIN
+
| RAT_DEMON || demon rat || VERMIN  
 
|-
 
|-
| WAMBLER_FLUFFY || [[fluffy wambler]] || VERMIN
+
| WAMBLER_FLUFFY || fluffy wambler || VERMIN  
 
|-
 
|-
| style="background-color: orange;"| LIZARD_RHINO_TWO_LEGGED || [[two-legged rhino lizard]] || VERMIN
+
| style="background-color: orange;"| LIZARD_RHINO_TWO_LEGGED || two-legged rhino lizard || VERMIN  
 
|-
 
|-
| WORM_KNUCKLE || [[knuckle worm]] || VERMIN
+
| WORM_KNUCKLE || knuckle worm || VERMIN  
 
|-
 
|-
| SPIDER_PHANTOM || [[phantom spider]] || VERMIN
+
| SPIDER_PHANTOM || phantom spider || VERMIN  
 
|-
 
|-
| FLY_ACORN || [[acorn fly]] || VERMIN
+
| FLY_ACORN || acorn fly || VERMIN  
 
|-
 
|-
| GNAT_BLOOD || [[blood gnat]]
+
| GNAT_BLOOD || blood gnat || 
 
|-
 
|-
!scope="row" colspan="3"| creature_reptiles
+
!scope="row" colspan="3"| creature_reptiles  
 
|-
 
|-
| LIZARD || [[lizard]] || VERMIN
+
| LIZARD || lizard || VERMIN  
 
|-
 
|-
| LIZARD_MAN || [[lizard man]]
+
| LIZARD_MAN || lizard man || 
 
|-
 
|-
| GIANT_LIZARD || [[giant lizard]]
+
| GIANT_LIZARD || giant lizard || 
 
|-
 
|-
| SKINK || [[skink]] || VERMIN
+
| SKINK || skink || VERMIN  
 
|-
 
|-
| SKINK_MAN || [[skink man]]
+
| SKINK_MAN || skink man || 
 
|-
 
|-
| GIANT_SKINK || [[giant skink]]
+
| GIANT_SKINK || giant skink || 
 
|-
 
|-
| CHAMELEON || [[chameleon]] || VERMIN
+
| CHAMELEON || chameleon || VERMIN  
 
|-
 
|-
| CHAMELEON_MAN || [[chameleon man]]
+
| CHAMELEON_MAN || chameleon man || 
 
|-
 
|-
| GIANT_CHAMELEON || [[giant chameleon]]
+
| GIANT_CHAMELEON || giant chameleon || 
 
|-
 
|-
| ANOLE || [[anole]] || VERMIN
+
| ANOLE || anole || VERMIN  
 
|-
 
|-
| ANOLE_MAN || [[anole man]]
+
| ANOLE_MAN || anole man || 
 
|-
 
|-
| GIANT_ANOLE || [[giant anole]]
+
| GIANT_ANOLE || giant anole || 
 
|-
 
|-
| IGUANA || [[iguana]]
+
| IGUANA || iguana || 
 
|-
 
|-
| IGUANA_MAN || [[iguana man]]
+
| IGUANA_MAN || iguana man || 
 
|-
 
|-
| GIANT_IGUANA || [[giant iguana]]
+
| GIANT_IGUANA || giant iguana || 
 
|-
 
|-
! scope="row" colspan="3"| creature_riverlakepool_new
+
!scope="row" colspan="3"| creature_riverlakepool_new  
 
|-
 
|-
| RIVER OTTER || [[river otter]]
+
| RIVER OTTER || river otter || 
 
|-
 
|-
| SEA OTTER || [[sea otter]]
+
| SEA OTTER || sea otter || 
 
|-
 
|-
| OTTER_MAN || [[otter man]]
+
| OTTER_MAN || otter man || 
 
|-
 
|-
| GIANT_OTTER || [[giant otter]]
+
| GIANT_OTTER || giant otter || 
 
|-
 
|-
| style="background-color: orange;"| SNAPPING TURTLE || [[common snapping turtle]]
+
| style="background-color: orange;"| SNAPPING TURTLE || common snapping turtle || 
 
|-
 
|-
| style="background-color: orange;"| ALLIGATOR SNAPPING TURTLE || [[alligator snapping turtle]]
+
| style="background-color: orange;"| ALLIGATOR SNAPPING TURTLE || alligator snapping turtle || 
 
|-
 
|-
| SNAPPING_TURTLE_MAN || [[snapping turtle man]]
+
| SNAPPING_TURTLE_MAN || snapping turtle man || 
 
|-
 
|-
| GIANT_SNAPPING_TURTLE || [[giant snapping turtle]]
+
| GIANT_SNAPPING_TURTLE || giant snapping turtle || 
 
|-
 
|-
| BEAVER || [[beaver]]
+
| BEAVER || beaver || 
 
|-
 
|-
| BEAVER_MAN || [[beaver man]]
+
| BEAVER_MAN || beaver man || 
 
|-
 
|-
| GIANT_BEAVER || [[giant beaver]]
+
| GIANT_BEAVER || giant beaver || 
 
|-
 
|-
| LEECH || [[leech]] || VERMIN
+
| LEECH || leech || VERMIN  
 
|-
 
|-
| LEECH_MAN || [[leech man]]
+
| LEECH_MAN || leech man || 
 
|-
 
|-
| GIANT_LEECH || [[giant leech]]
+
| GIANT_LEECH || giant leech || 
 
|-
 
|-
| AXOLOTL || [[axolotl]] || VERMIN
+
| AXOLOTL || axolotl || VERMIN  
 
|-
 
|-
| AXOLOTL_MAN || [[axolotl man]]
+
| AXOLOTL_MAN || axolotl man || 
 
|-
 
|-
| GIANT_AXOLOTL || [[giant axolotl]]
+
| GIANT_AXOLOTL || giant axolotl || 
 
|-
 
|-
| MINK || [[mink]]
+
| MINK || mink || 
 
|-
 
|-
| MINK_MAN || [[mink man]]
+
| MINK_MAN || mink man || 
 
|-
 
|-
| GIANT_MINK || [[giant mink]]
+
| GIANT_MINK || giant mink || 
 
|-
 
|-
| POND_TURTLE || [[pond turtle]] || VERMIN
+
| POND_TURTLE || pond turtle || VERMIN  
 
|-
 
|-
| POND_TURTLE_MAN || [[pond turtle man]]
+
| POND_TURTLE_MAN || pond turtle man || 
 
|-
 
|-
| GIANT_POND_TURTLE || [[giant pond turtle]]
+
| GIANT_POND_TURTLE || giant pond turtle || 
 
|-
 
|-
! scope="row" colspan="3"| creature_small_mammals
+
!scope="row" colspan="3"| creature_small_mammals  
 
|-
 
|-
| RAT || [[rat]] || VERMIN
+
| RAT || rat || VERMIN  
 
|-
 
|-
| RAT_MAN || [[rat man]]
+
| RAT_MAN || rat man || 
 
|-
 
|-
| SQUIRREL_GRAY || [[gray squirrel]] || VERMIN
+
| SQUIRREL_GRAY || gray squirrel || VERMIN  
 
|-
 
|-
| SQUIRREL_GRAY_MAN || [[gray squirrel man]]
+
| SQUIRREL_GRAY_MAN || gray squirrel man || 
 
|-
 
|-
| GIANT_SQUIRREL_GRAY || [[giant gray squirrel]]
+
| GIANT_SQUIRREL_GRAY || giant gray squirrel || 
 
|-
 
|-
| SQUIRREL_RED || [[red squirrel]] || VERMIN
+
| SQUIRREL_RED || red squirrel || VERMIN  
 
|-
 
|-
| SQUIRREL_RED_MAN || [[red squirrel man]]
+
| SQUIRREL_RED_MAN || red squirrel man || 
 
|-
 
|-
| GIANT_SQUIRREL_RED || [[giant red squirrel]]
+
| GIANT_SQUIRREL_RED || giant red squirrel || 
 
|-
 
|-
| CHIPMUNK || [[chipmunk]] || VERMIN
+
| CHIPMUNK || chipmunk || VERMIN  
 
|-
 
|-
| CHIPMUNK_MAN || [[chipmunk man]]
+
| CHIPMUNK_MAN || chipmunk man || 
 
|-
 
|-
| GIANT_CHIPMUNK || [[giant chipmunk]]
+
| GIANT_CHIPMUNK || giant chipmunk || 
 
|-
 
|-
! scope="row" colspan="3"| creature_small_mammal_new
+
!scope="row" colspan="3"| creature_small_mammal_new  
 
|-
 
|-
| HAMSTER || [[hamster]] || VERMIN
+
| HAMSTER || hamster || VERMIN  
 
|-
 
|-
| HAMSTER_MAN || [[hamster man]]
+
| HAMSTER_MAN || hamster man || 
 
|-
 
|-
| GIANT_HAMSTER || [[giant hamster]]
+
| GIANT_HAMSTER || giant hamster || 
 
|-
 
|-
| HEDGEHOG || [[hedgehog]] || VERMIN
+
| HEDGEHOG || hedgehog || VERMIN  
 
|-
 
|-
| HEDGEHOG_MAN || [[hedgehog man]]
+
| HEDGEHOG_MAN || hedgehog man || 
 
|-
 
|-
| GIANT_HEDGEHOG || [[giant hedgehog]]
+
| GIANT_HEDGEHOG || giant hedgehog || 
 
|-
 
|-
| SQUIRREL_FLYING || [[flying squirrel]] || VERMIN
+
| SQUIRREL_FLYING || flying squirrel || VERMIN  
 
|-
 
|-
| FLYING_SQUIRREL_MAN || [[flying squirrel man]]
+
| FLYING_SQUIRREL_MAN || flying squirrel man || 
 
|-
 
|-
| GIANT_FLYING_SQUIRREL || [[giant flying squirrel]]
+
| GIANT_FLYING_SQUIRREL || giant flying squirrel || 
 
|-
 
|-
! scope="row" colspan="3"| creature_small_ocean
+
!scope="row" colspan="3"| creature_small_ocean  
 
|-
 
|-
| MUSSEL || [[mussel]] || VERMIN
+
| MUSSEL || mussel || VERMIN  
 
|-
 
|-
| OYSTER || [[oyster]] || VERMIN
+
| OYSTER || oyster || VERMIN  
 
|-
 
|-
| FISH_SALMON || [[salmon]] || VERMIN
+
| FISH_SALMON || salmon || VERMIN  
 
|-
 
|-
| FISH_CLOWNFISH || [[clownfish]] || VERMIN
+
| FISH_CLOWNFISH || clownfish || VERMIN  
 
|-
 
|-
| FISH_HAGFISH || [[hagfish]] || VERMIN
+
| FISH_HAGFISH || hagfish || VERMIN  
 
|-
 
|-
| FISH_LAMPREY_BROOK || [[brook lamprey]] || VERMIN
+
| FISH_LAMPREY_BROOK || brook lamprey || VERMIN  
 
|-
 
|-
| FISH_RAY_BAT || [[bat ray]] || VERMIN
+
| FISH_RAY_BAT || bat ray || VERMIN  
 
|-
 
|-
| FISH_RAY_THORNBACK || [[thornback ray]] || VERMIN
+
| FISH_RAY_THORNBACK || thornback ray || VERMIN  
 
|-
 
|-
| FISH_RATFISH_SPOTTED || [[spotted ratfish]] || VERMIN
+
| FISH_RATFISH_SPOTTED || spotted ratfish || VERMIN  
 
|-
 
|-
| FISH_HERRING || [[herring]] || VERMIN
+
| FISH_HERRING || herring || VERMIN  
 
|-
 
|-
| FISH_SHAD || [[shad]] || VERMIN
+
| FISH_SHAD || shad || VERMIN  
 
|-
 
|-
| FISH_ANCHOVY || [[anchovy]] || VERMIN
+
| FISH_ANCHOVY || anchovy || VERMIN  
 
|-
 
|-
| FISH_TROUT_STEELHEAD || [[steelhead trout]] || VERMIN
+
| FISH_TROUT_STEELHEAD || steelhead trout || VERMIN  
 
|-
 
|-
| FISH_HAKE || [[hake]] || VERMIN
+
| FISH_HAKE || hake || VERMIN  
 
|-
 
|-
| FISH_SEAHORSE || [[seahorse]] || VERMIN
+
| FISH_SEAHORSE || seahorse || VERMIN  
 
|-
 
|-
| FISH_GLASSEYE || [[glasseye]] || VERMIN
+
| FISH_GLASSEYE || glasseye || VERMIN  
 
|-
 
|-
| FISH_PUFFER_WHITE_SPOTTED || [[white-spotted puffer]] || VERMIN
+
| FISH_PUFFER_WHITE_SPOTTED || white-spotted puffer || VERMIN  
 
|-
 
|-
| FISH_SOLE || [[sole]] || VERMIN
+
| FISH_SOLE || sole || VERMIN  
 
|-
 
|-
| FISH_FLOUNDER || [[flounder]] || VERMIN
+
| FISH_FLOUNDER || flounder || VERMIN  
 
|-
 
|-
| FISH_MACKEREL || [[mackerel]] || VERMIN
+
| FISH_MACKEREL || mackerel || VERMIN  
 
|-
 
|-
| JELLYFISH_SEA_NETTLE || [[sea nettle jellyfish]] || VERMIN
+
| JELLYFISH_SEA_NETTLE || sea nettle jellyfish || VERMIN  
 
|-
 
|-
| SQUID || [[squid]] || VERMIN
+
| SQUID || squid || VERMIN  
 
|-
 
|-
| style="background-color: orange;"| SQUID MAN || [[squid man]]
+
| style="background-color: orange;"| SQUID MAN || squid man || 
 
|-
 
|-
| style="background-color: orange;"| GIGANTIC SQUID || [[gigantic squid]]
+
| style="background-color: orange;"| GIGANTIC SQUID || gigantic squid || 
 
|-
 
|-
! scope="row" colspan="3"| creature_small_riverlake
+
!scope="row" colspan="3"| creature_small_riverlake  
 
|-
 
|-
| FISH_LUNGFISH || [[lungfish]] || VERMIN
+
| FISH_LUNGFISH || lungfish || VERMIN  
 
|-
 
|-
| FISH_LOACH_CLOWN || [[clown loach]] || VERMIN
+
| FISH_LOACH_CLOWN || clown loach || VERMIN  
 
|-
 
|-
| FISH_BULLHEAD_BROWN || [[brown bullhead]] || VERMIN
+
| FISH_BULLHEAD_BROWN || brown bullhead || VERMIN  
 
|-
 
|-
| FISH_BULLHEAD_YELLOW || [[yellow bullhead]] || VERMIN
+
| FISH_BULLHEAD_YELLOW || yellow bullhead || VERMIN  
 
|-
 
|-
| FISH_BULLHEAD_BLACK || [[black bullhead]] || VERMIN
+
| FISH_BULLHEAD_BLACK || black bullhead || VERMIN  
 
|-
 
|-
| FISH_KNIFEFISH_BANDED || [[banded knifefish]] || VERMIN
+
| FISH_KNIFEFISH_BANDED || banded knifefish || VERMIN  
 
|-
 
|-
| FISH_CHAR || [[char]] || VERMIN
+
| FISH_CHAR || char || VERMIN  
 
|-
 
|-
| FISH_TROUT_RAINBOW || [[rainbow trout]] || VERMIN
+
| FISH_TROUT_RAINBOW || rainbow trout || VERMIN  
 
|-
 
|-
| FISH_MOLLY_SAILFIN || [[sailfin molly]] || VERMIN
+
| FISH_MOLLY_SAILFIN || sailfin molly || VERMIN  
 
|-
 
|-
| FISH_GUPPY || [[guppy]] || VERMIN
+
| FISH_GUPPY || guppy || VERMIN  
 
|-
 
|-
| FISH_PERCH || [[perch]]
+
| FISH_PERCH || perch || 
 
|-
 
|-
! scope="row" colspan="3"| creature_standard
+
!scope="row" colspan="3"| creature_standard  
 
|-
 
|-
| DWARF || [[dwarf]]
+
| DWARF || dwarf || 
 
|-
 
|-
| HUMAN || [[human]]
+
| HUMAN || human || 
 
|-
 
|-
| ELF || [[elf]]
+
| ELF || elf || 
 
|-
 
|-
| GOBLIN || [[goblin]]
+
| GOBLIN || goblin || 
 
|-
 
|-
| KOBOLD || [[kobold]]
+
| KOBOLD || kobold || 
 
|-
 
|-
| GREMLIN || [[gremlin]]
+
| GREMLIN || gremlin || 
 
|-
 
|-
| TROLL || [[troll]]
+
| TROLL || troll || 
 
|-
 
|-
| OGRE || [[ogre]]
+
| OGRE || ogre || 
 
|-
 
|-
| UNICORN || [[unicorn]]
+
| UNICORN || unicorn || 
 
|-
 
|-
| DRAGON || [[dragon]]
+
| DRAGON || dragon || 
 
|-
 
|-
| SATYR || [[satyr]]
+
| SATYR || satyr || 
 
|-
 
|-
| COLOSSUS_BRONZE || [[bronze colossus]]
+
| COLOSSUS_BRONZE || bronze colossus || 
 
|-
 
|-
| GIANT || [[giant]]
+
| GIANT || giant || 
 
|-
 
|-
| CYCLOPS || [[cyclops]]
+
| CYCLOPS || cyclops || 
 
|-
 
|-
| ETTIN || [[ettin]]
+
| ETTIN || ettin || 
 
|-
 
|-
| MINOTAUR || [[minotaur]]
+
| MINOTAUR || minotaur || 
 
|-
 
|-
| YETI || [[yeti]]
+
| YETI || yeti || 
 
|-
 
|-
| SASQUATCH || [[sasquatch]]
+
| SASQUATCH || sasquatch || 
 
|-
 
|-
| BLIZZARD_MAN || [[blizzard man]]
+
| BLIZZARD_MAN || blizzard man || 
 
|-
 
|-
| WOLF_ICE || [[ice wolf]]
+
| WOLF_ICE || ice wolf || 
 
|-
 
|-
| FAIRY || [[fairy]] || VERMIN
+
| FAIRY || fairy || VERMIN  
 
|-
 
|-
| PIXIE || [[pixie]] || VERMIN
+
| PIXIE || pixie || VERMIN  
 
|-
 
|-
| BEAK_DOG || [[beak dog]]
+
| BEAK_DOG || beak dog || 
 
|-
 
|-
| GRIMELING || [[grimeling]]
+
| GRIMELING || grimeling || 
 
|-
 
|-
| BLENDEC_FOUL || [[foul blendec]]
+
| BLENDEC_FOUL || foul blendec || 
 
|-
 
|-
| STRANGLER || [[strangler]]
+
| STRANGLER || strangler || 
 
|-
 
|-
| NIGHTWING || [[nightwing]]
+
| NIGHTWING || nightwing || 
 
|-
 
|-
| HARPY || [[harpy]]
+
| HARPY || harpy || 
 
|-
 
|-
| HYDRA || [[hydra]]
+
| HYDRA || hydra || 
 
|-
 
|-
| MERPERSON || [[merperson]]
+
| MERPERSON || merperson || 
 
|-
 
|-
| SEA_SERPENT || [[sea serpent]]
+
| SEA_SERPENT || sea serpent || 
 
|-
 
|-
| SEA_MONSTER || [[sea monster]]
+
| SEA_MONSTER || sea monster || 
 
|-
 
|-
| BIRD_ROC || [[roc]]
+
| BIRD_ROC || roc || 
 
|-
 
|-
! scope="row" colspan="3"| creature_subterranean
+
!scope="row" colspan="3"| creature_subterranean  
 
|-
 
|-
| CROCODILE_CAVE || [[cave crocodile]]
+
| CROCODILE_CAVE || cave crocodile || 
 
|-
 
|-
| TOAD_GIANT_CAVE || [[giant cave toad]]
+
| TOAD_GIANT_CAVE || giant cave toad || 
 
|-
 
|-
| style="background-color: orange;"| OLM_GIANT || [[giant olm]]
+
| style="background-color: orange;"| OLM_GIANT || giant olm || 
 
|-
 
|-
| style="background-color: orange;"| BAT_GIANT || [[giant bat]]
+
| style="background-color: orange;"| BAT_GIANT || giant bat || 
 
|-
 
|-
| style="background-color: orange;"| RAT_GIANT || [[giant rat]]
+
| style="background-color: orange;"| RAT_GIANT || giant rat || 
 
|-
 
|-
| RAT_LARGE || [[large rat]]
+
| RAT_LARGE || large rat || 
 
|-
 
|-
| MOLE_DOG_NAKED || [[naked mole dog]]
+
| MOLE_DOG_NAKED || naked mole dog || 
 
|-
 
|-
| TROGLODYTE || [[troglodyte]]
+
| TROGLODYTE || troglodyte || 
 
|-
 
|-
| style="background-color: orange;"| MOLE_GIANT || [[giant mole]]
+
| style="background-color: orange;"| MOLE_GIANT || giant mole || 
 
|-
 
|-
| IMP_FIRE || [[fire imp]]
+
| IMP_FIRE || fire imp || 
 
|-
 
|-
| style="background-color: orange;"| SPIDER_CAVE_GIANT || [[giant cave spider]]
+
| SPIDER_CAVE_GIANT || giant cave spider || 
 
|-
 
|-
| SPIDER_CAVE || [[cave spider]] || VERMIN
+
| SPIDER_CAVE || cave spider || VERMIN  
 
|-
 
|-
| FISH_CAVE || [[cave fish]] || VERMIN
+
| FISH_CAVE || cave fish || VERMIN  
 
|-
 
|-
| CAVE_FISH_MAN || [[cave fish man]]
+
| CAVE_FISH_MAN || cave fish man || 
 
|-
 
|-
| LOBSTER_CAVE || [[cave lobster]] || VERMIN
+
| LOBSTER_CAVE || cave lobster || VERMIN  
 
|-
 
|-
| SNAKE_FIRE || [[fire snake]] || VERMIN
+
| SNAKE_FIRE || fire snake || VERMIN  
 
|-
 
|-
| OLM || [[olm]] || VERMIN
+
| OLM || olm || VERMIN  
 
|-
 
|-
| OLM_MAN || [[olm man]]
+
| OLM_MAN || olm man || 
 
|-
 
|-
| BAT || [[bat]] || VERMIN
+
| BAT || bat || VERMIN  
 
|-
 
|-
| BAT_MAN || [[bat man]]
+
| BAT_MAN || bat man || 
 
|-
 
|-
| MAGGOT_PURRING || [[purring maggot]] || VERMIN
+
| MAGGOT_PURRING || purring maggot || VERMIN  
 
|-
 
|-
| ELEMENTMAN_FIRE || [[fire man]]
+
| ELEMENTMAN_FIRE || fire man || 
 
|-
 
|-
| ELEMENTMAN_MAGMA || [[magma man]]
+
| ELEMENTMAN_MAGMA || magma man || 
 
|-
 
|-
| ELEMENTMAN_IRON || [[iron man]]
+
| ELEMENTMAN_IRON || iron man || 
 
|-
 
|-
| ELEMENTMAN_MUD || [[mud man]]
+
| ELEMENTMAN_MUD || mud man || 
 
|-
 
|-
| BIRD_SWALLOW_CAVE || [[cave swallow]] || VERMIN
+
| BIRD_SWALLOW_CAVE || cave swallow || VERMIN  
 
|-
 
|-
| CAVE_SWALLOW_MAN || [[cave swallow man]]
+
| CAVE_SWALLOW_MAN || cave swallow man || 
 
|-
 
|-
| style="background-color: orange;"| BIRD_SWALLOW_CAVE_GIANT || [[giant cave swallow]]
+
| BIRD_SWALLOW_CAVE_GIANT || giant cave swallow || 
 
|-
 
|-
| AMPHIBIAN_MAN || [[amphibian man]]
+
| AMPHIBIAN_MAN || amphibian man || 
 
|-
 
|-
| REPTILE_MAN || [[reptile man]]
+
| REPTILE_MAN || reptile man || 
 
|-
 
|-
| SERPENT_MAN || [[serpent man]]
+
| SERPENT_MAN || serpent man || 
 
|-
 
|-
| ANT_MAN || [[antman]]
+
| ANT_MAN || antman || 
 
|-
 
|-
| style="background-color: orange;"| RODENT MAN || [[rodent man]]
+
| style="background-color: orange;"| RODENT MAN || rodent man || 
 
|-
 
|-
! scope="row" colspan="3"| creature_temperate_new
+
!scope="row" colspan="3"| creature_temperate_new  
 
|-
 
|-
| WILD_BOAR || [[wild boar]]
+
| WILD_BOAR || wild boar || 
 
|-
 
|-
| WILD_BOAR_MAN || [[wild boar man]]
+
| WILD_BOAR_MAN || wild boar man || 
 
|-
 
|-
| GIANT_WILD_BOAR || [[giant wild boar]]
+
| GIANT_WILD_BOAR || giant wild boar || 
 
|-
 
|-
| COYOTE || [[coyote]]
+
| COYOTE || coyote || 
 
|-
 
|-
| COYOTE_MAN || [[coyote man]]
+
| COYOTE_MAN || coyote man || 
 
|-
 
|-
| GIANT_COYOTE || [[giant coyote]]
+
| GIANT_COYOTE || giant coyote || 
 
|-
 
|-
| KANGAROO || [[kangaroo]]
+
| KANGAROO || kangaroo || 
 
|-
 
|-
| KANGAROO_MAN || [[kangaroo man]]
+
| KANGAROO_MAN || kangaroo man || 
 
|-
 
|-
| GIANT_KANGAROO || [[giant kangaroo]]
+
| GIANT_KANGAROO || giant kangaroo || 
 
|-
 
|-
| KOALA || [[koala]]
+
| KOALA || koala || 
 
|-
 
|-
| KOALA_MAN || [[koala man]]
+
| KOALA_MAN || koala man || 
 
|-
 
|-
| GIANT_KOALA || [[giant koala]]
+
| GIANT_KOALA || giant koala || 
 
|-
 
|-
| ADDER || [[adder]]
+
| ADDER || adder || 
 
|-
 
|-
| ADDER_MAN || [[adder man]]
+
| ADDER_MAN || adder man || 
 
|-
 
|-
| GIANT_ADDER || [[giant adder]]
+
| GIANT_ADDER || giant adder || 
 
|-
 
|-
| ECHIDNA || [[echidna]]
+
| ECHIDNA || echidna || 
 
|-
 
|-
| ECHIDNA_MAN || [[echidna man]]
+
| ECHIDNA_MAN || echidna man || 
 
|-
 
|-
| GIANT_ECHIDNA || [[giant echidna]]
+
| GIANT_ECHIDNA || giant echidna || 
 
|-
 
|-
| PORCUPINE || [[porcupine]]
+
| PORCUPINE || porcupine || 
 
|-
 
|-
| PORCUPINE_MAN || [[porcupine man]]
+
| PORCUPINE_MAN || porcupine man || 
 
|-
 
|-
| GIANT_PORCUPINE || [[giant porcupine]]
+
| GIANT_PORCUPINE || giant porcupine || 
 
|-
 
|-
| KINGSNAKE || [[kingsnake]]
+
| KINGSNAKE || kingsnake || 
 
|-
 
|-
| KINGSNAKE_MAN || [[kingsnake man]]
+
| KINGSNAKE_MAN || kingsnake man || 
 
|-
 
|-
| GIANT_KINGSNAKE || [[giant kingsnake]]
+
| GIANT_KINGSNAKE || giant kingsnake || 
 
|-
 
|-
| GRAY_LANGUR || [[gray langur]]
+
| GRAY_LANGUR || gray langur || 
 
|-
 
|-
| GRAY_LANGUR_MAN || [[gray langur man]]
+
| GRAY_LANGUR_MAN || gray langur man || 
 
|-
 
|-
| GIANT_GRAY_LANGUR || [[giant gray langur]]
+
| GIANT_GRAY_LANGUR || giant gray langur || 
 
|-
 
|-
| BOBCAT || [[bobcat]]
+
| BOBCAT || bobcat || 
 
|-
 
|-
| BOBCAT_MAN || [[bobcat man]]
+
| BOBCAT_MAN || bobcat man || 
 
|-
 
|-
| GIANT_BOBCAT || [[giant bobcat]]
+
| GIANT_BOBCAT || giant bobcat || 
 
|-
 
|-
| SKUNK || [[skunk]]
+
| SKUNK || skunk || 
 
|-
 
|-
| SKUNK_MAN || [[skunk man]]
+
| SKUNK_MAN || skunk man || 
 
|-
 
|-
| GIANT_SKUNK || [[giant skunk]]
+
| GIANT_SKUNK || giant skunk || 
 
|-
 
|-
| GREEN_TREE_FROG || [[green tree frog]] || VERMIN
+
| GREEN_TREE_FROG || green tree frog || VERMIN  
 
|-
 
|-
| GREEN_TREE_FROG_MAN || [[green tree frog man]]
+
| GREEN_TREE_FROG_MAN || green tree frog man || 
 
|-
 
|-
| GIANT_GREEN_TREE_FROG || [[giant green tree frog]]
+
| GIANT_GREEN_TREE_FROG || giant green tree frog || 
 
|-
 
|-
| HARE || [[hare]]
+
| HARE || hare || 
 
|-
 
|-
| HARE_MAN || [[hare man]]
+
| HARE_MAN || hare man || 
 
|-
 
|-
| GIANT_HARE || [[giant hare]]
+
| GIANT_HARE || giant hare || 
 
|-
 
|-
| RATTLESNAKE || [[rattlesnake]]
+
| RATTLESNAKE || rattlesnake || 
 
|-
 
|-
| RATTLESNAKE_MAN || [[rattlesnake man]]
+
| RATTLESNAKE_MAN || rattlesnake man || 
 
|-
 
|-
| GIANT_RATTLESNAKE || [[giant rattlesnake]]
+
| GIANT_RATTLESNAKE || giant rattlesnake || 
 
|-
 
|-
| WEASEL || [[weasel]]
+
| WEASEL || weasel || 
 
|-
 
|-
| WEASEL_MAN || [[weasel man]]
+
| WEASEL_MAN || weasel man || 
 
|-
 
|-
| GIANT_WEASEL || [[giant weasel]]
+
| GIANT_WEASEL || giant weasel || 
 
|-
 
|-
| COPPERHEAD_SNAKE || [[copperhead snake]]
+
| COPPERHEAD_SNAKE || copperhead snake || 
 
|-
 
|-
| COPPERHEAD_SNAKE_MAN || [[copperhead snake man]]
+
| COPPERHEAD_SNAKE_MAN || copperhead snake man || 
 
|-
 
|-
| GIANT_COPPERHEAD_SNAKE || [[giant copperhead snake]]
+
| GIANT_COPPERHEAD_SNAKE || giant copperhead snake || 
 
|-
 
|-
| IBEX || [[ibex]]
+
| IBEX || ibex || 
 
|-
 
|-
| IBEX_MAN || [[ibex man]]
+
| IBEX_MAN || ibex man || 
 
|-
 
|-
| GIANT_IBEX || [[giant ibex]]
+
| GIANT_IBEX || giant ibex || 
 
|-
 
|-
| WOMBAT || [[wombat]]
+
| WOMBAT || wombat || 
 
|-
 
|-
| WOMBAT_MAN || [[wombat man]]
+
| WOMBAT_MAN || wombat man || 
 
|-
 
|-
| GIANT_WOMBAT || [[giant wombat]]
+
| GIANT_WOMBAT || giant wombat || 
 
|-
 
|-
| DINGO || [[dingo]]
+
| DINGO || dingo || 
 
|-
 
|-
| DINGO_MAN || [[dingo man]]
+
| DINGO_MAN || dingo man || 
 
|-
 
|-
| GIANT_DINGO || [[giant dingo]]
+
| GIANT_DINGO || giant dingo || 
 
|-
 
|-
| COATI || [[coati]]
+
| COATI || coati || 
 
|-
 
|-
| COATI_MAN || [[coati man]]
+
| COATI_MAN || coati man || 
 
|-
 
|-
| GIANT_COATI || [[giant coati]]
+
| GIANT_COATI || giant coati || 
 
|-
 
|-
| OPOSSUM || [[opossum]]
+
| OPOSSUM || opossum || 
 
|-
 
|-
| OPOSSUM_MAN || [[opossum man]]
+
| OPOSSUM_MAN || opossum man || 
 
|-
 
|-
| GIANT_OPOSSUM || [[giant opossum]]
+
| GIANT_OPOSSUM || giant opossum || 
 
|-
 
|-
! scope="row" colspan="3"| creature_tropical_new
+
!scope="row" colspan="3"| creature_tropical_new  
 
|-
 
|-
| MONGOOSE || [[mongoose]]
+
| MONGOOSE || mongoose || 
 
|-
 
|-
| MONGOOSE_MAN || [[mongoose man]]
+
| MONGOOSE_MAN || mongoose man || 
 
|-
 
|-
| GIANT_MONGOOSE || [[giant mongoose]]
+
| GIANT_MONGOOSE || giant mongoose || 
 
|-
 
|-
| HYENA || [[hyena]]
+
| HYENA || hyena || 
 
|-
 
|-
| HYENA_MAN || [[hyena man]]
+
| HYENA_MAN || hyena man || 
 
|-
 
|-
| GIANT_HYENA || [[giant hyena]]
+
| GIANT_HYENA || giant hyena || 
 
|-
 
|-
| ANACONDA || [[anaconda]]
+
| ANACONDA || anaconda || 
 
|-
 
|-
| ANACONDA_MAN || [[anaconda man]]
+
| ANACONDA_MAN || anaconda man || 
 
|-
 
|-
| GIANT_ANACONDA || [[giant anaconda]]
+
| GIANT_ANACONDA || giant anaconda || 
 
|-
 
|-
| MONITOR_LIZARD || [[monitor lizard]]
+
| MONITOR_LIZARD || monitor lizard || 
 
|-
 
|-
| MONITOR_LIZARD_MAN || [[monitor lizard man]]
+
| MONITOR_LIZARD_MAN || monitor lizard man || 
 
|-
 
|-
| GIANT_MONITOR_LIZARD || [[giant monitor lizard]]
+
| GIANT_MONITOR_LIZARD || giant monitor lizard || 
 
|-
 
|-
| KING_COBRA || [[king cobra]]
+
| KING_COBRA || king cobra || 
 
|-
 
|-
| KING_COBRA_MAN || [[king cobra man]]
+
| KING_COBRA_MAN || king cobra man || 
 
|-
 
|-
| GIANT_KING_COBRA || [[giant king cobra]]
+
| GIANT_KING_COBRA || giant king cobra || 
 
|-
 
|-
| OCELOT || [[ocelot]]
+
| OCELOT || ocelot || 
 
|-
 
|-
| OCELOT_MAN || [[ocelot man]]
+
| OCELOT_MAN || ocelot man || 
 
|-
 
|-
| GIANT_OCELOT || [[giant ocelot]]
+
| GIANT_OCELOT || giant ocelot || 
 
|-
 
|-
| JACKAL || [[jackal]]
+
| JACKAL || jackal || 
 
|-
 
|-
| JACKAL_MAN || [[jackal man]]
+
| JACKAL_MAN || jackal man || 
 
|-
 
|-
| GIANT_JACKAL || [[giant jackal]]
+
| GIANT_JACKAL || giant jackal || 
 
|-
 
|-
| CAPUCHIN || [[capuchin]]
+
| CAPUCHIN || capuchin || 
 
|-
 
|-
| CAPUCHIN_MAN || [[capuchin man]]
+
| CAPUCHIN_MAN || capuchin man || 
 
|-
 
|-
| GIANT_CAPUCHIN || [[giant capuchin]]
+
| GIANT_CAPUCHIN || giant capuchin || 
 
|-
 
|-
| SLOTH || [[sloth]]
+
| SLOTH || sloth || 
 
|-
 
|-
| SLOTH_MAN || [[sloth man]]
+
| SLOTH_MAN || sloth man || 
 
|-
 
|-
| GIANT_SLOTH || [[giant sloth]]
+
| GIANT_SLOTH || giant sloth || 
 
|-
 
|-
| SPIDER_MONKEY || [[spider monkey]]
+
| SPIDER_MONKEY || spider monkey || 
 
|-
 
|-
| SPIDER_MONKEY_MAN || [[spider monkey man]]
+
| SPIDER_MONKEY_MAN || spider monkey man || 
 
|-
 
|-
| GIANT_SPIDER_MONKEY || [[giant spider monkey]]
+
| GIANT_SPIDER_MONKEY || giant spider monkey || 
 
|-
 
|-
| PANGOLIN || [[pangolin]]
+
| PANGOLIN || pangolin || 
 
|-
 
|-
| PANGOLIN_MAN || [[pangolin man]]
+
| PANGOLIN_MAN || pangolin man || 
 
|-
 
|-
| GIANT_PANGOLIN || [[giant pangolin]]
+
| GIANT_PANGOLIN || giant pangolin || 
 
|-
 
|-
| BLACK_MAMBA || [[black mamba]]
+
| BLACK_MAMBA || black mamba || 
 
|-
 
|-
| BLACK_MAMBA_MAN || [[black mamba man]]
+
| BLACK_MAMBA_MAN || black mamba man || 
 
|-
 
|-
| GIANT_BLACK_MAMBA || [[giant black mamba]]
+
| GIANT_BLACK_MAMBA || giant black mamba || 
 
|-
 
|-
| BEAR_SLOTH || [[sloth bear]]
+
| BEAR_SLOTH || sloth bear || 
 
|-
 
|-
| SLOTH_BEAR_MAN || [[sloth bear man]]
+
| SLOTH_BEAR_MAN || sloth bear man || 
 
|-
 
|-
| GIANT_SLOTH_BEAR || [[giant sloth bear]]
+
| GIANT_SLOTH_BEAR || giant sloth bear || 
 
|-
 
|-
| AYE-AYE || [[aye-aye]]
+
| AYE-AYE || aye-aye || 
 
|-
 
|-
| AYE-AYE_MAN || [[aye-aye man]]
+
| AYE-AYE_MAN || aye-aye man || 
 
|-
 
|-
| GIANT_AYE-AYE || [[giant aye-aye]]
+
| GIANT_AYE-AYE || giant aye-aye || 
 
|-
 
|-
| BUSHMASTER || [[bushmaster]]
+
| BUSHMASTER || bushmaster || 
 
|-
 
|-
| BUSHMASTER_MAN || [[bushmaster man]]
+
| BUSHMASTER_MAN || bushmaster man || 
 
|-
 
|-
| GIANT_BUSHMASTER || [[giant bushmaster]]
+
| GIANT_BUSHMASTER || giant bushmaster || 
 
|-
 
|-
| PYTHON || [[python]]
+
| PYTHON || python || 
 
|-
 
|-
| PYTHON_MAN || [[python man]]
+
| PYTHON_MAN || python man || 
 
|-
 
|-
| GIANT_PYTHON || [[giant python]]
+
| GIANT_PYTHON || giant python || 
 
|-
 
|-
| TAPIR || [[tapir]]
+
| TAPIR || tapir || 
 
|-
 
|-
| TAPIR_MAN || [[tapir man]]
+
| TAPIR_MAN || tapir man || 
 
|-
 
|-
| GIANT_TAPIR || [[giant tapir]]
+
| GIANT_TAPIR || giant tapir || 
 
|-
 
|-
| IMPALA || [[impala]]
+
| IMPALA || impala || 
 
|-
 
|-
| IMPALA_MAN || [[impala man]]
+
| IMPALA_MAN || impala man || 
 
|-
 
|-
| GIANT_IMPALA || [[giant impala]]
+
| GIANT_IMPALA || giant impala || 
 
|-
 
|-
| AARDVARK || [[aardvark]]
+
| AARDVARK || aardvark || 
 
|-
 
|-
| AARDVARK_MAN || [[aardvark man]]
+
| AARDVARK_MAN || aardvark man || 
 
|-
 
|-
| GIANT_AARDVARK || [[giant aardvark]]
+
| GIANT_AARDVARK || giant aardvark || 
 
|-
 
|-
| LION_TAMARIN || [[lion tamarin]] || VERMIN
+
| LION_TAMARIN || lion tamarin || VERMIN  
 
|-
 
|-
| LION_TAMARIN_MAN || [[lion tamarin man]]
+
| LION_TAMARIN_MAN || lion tamarin man || 
 
|-
 
|-
| GIANT_LION_TAMARIN || [[giant lion tamarin]]
+
| GIANT_LION_TAMARIN || giant lion tamarin || 
 
|-
 
|-
! scope="row" colspan="3"| creature_tundra_taiga_new
+
!scope="row" colspan="3"| creature_tundra_taiga_new  
 
|-
 
|-
| STOAT || [[stoat]]
+
| STOAT || stoat || 
 
|-
 
|-
| STOAT_MAN || [[stoat man]]
+
| STOAT_MAN || stoat man || 
 
|-
 
|-
| GIANT_STOAT || [[giant stoat]]
+
| GIANT_STOAT || giant stoat || 
 
|-
 
|-
| LYNX || [[lynx]]
+
| LYNX || lynx || 
 
|-
 
|-
| LYNX_MAN || [[lynx man]]
+
| LYNX_MAN || lynx man || 
 
|-
 
|-
| GIANT_LYNX || [[giant lynx]]
+
| GIANT_LYNX || giant lynx || 
 
|}
 
|}
  
{{Category|Interface}}
+
 
 +
{{Category| Interface}}

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

This page is a member of 2 hidden categories: