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 an overview of graphics in DF, see [[Graphics]])''
{{For/see|user-created graphics sets|[[Graphics set repository]]}}
+
:''(For user-created creature graphics sets, see [[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).
 +
===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.
  
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.
 
  
== 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.
 +
This is how the coordinates would work with the image mydwarves.png from the example above:
  
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 {{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 coordiantes 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 ===
 
 
 
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 ==
+
===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.
  
 +
==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 possibly 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 !! Creature name !! Vermin
 
 
|-
 
|-
! scope="row" colspan="3"| creature_amphibians
+
! Raw Name !! Name !! Vermin
 
|-
 
|-
| TOAD || [[toad]] || VERMIN
+
!scope="row" colspan="3"| creature_amphibians
 
|-
 
|-
| TOAD_MAN || [[toad man]]
+
| TOAD
 +
| toad
 +
| VERMIN
 
|-
 
|-
| GIANT_TOAD || [[giant toad]]
+
!scope="row" colspan="3"| creature_annelids
 
|-
 
|-
! scope="row" colspan="3"| creature_annelids
+
| WORM
 +
| worm
 +
| VERMIN
 
|-
 
|-
| WORM || [[worm]] || VERMIN
+
!scope="row" colspan="3"| creature_birds
 
|-
 
|-
| WORM_MAN || [[worm man]]
+
| BIRD_BLUEJAY
 +
| blue jay
 +
| VERMIN
 
|-
 
|-
! scope="row" colspan="3"| creature_birds
+
| BIRD_CARDINAL
 +
| cardinal
 +
| VERMIN
 
|-
 
|-
| BIRD_BLUEJAY || [[blue jay]] || VERMIN
+
| BIRD_GRACKLE
 +
| grackle
 +
| VERMIN
 
|-
 
|-
| BLUEJAY_MAN || [[bluejay man]]
+
| BIRD_ORIOLE
 +
| oriole
 +
| VERMIN
 
|-
 
|-
| GIANT_BLUEJAY || [[giant bluejay]]
+
| BIRD_RW_BLACKBIRD
 +
| red-winged blackbird
 +
| VERMIN
 
|-
 
|-
| BIRD_CARDINAL || [[cardinal]] || VERMIN
+
| BIRD_PENGUIN
 +
| penguin
 +
|
 
|-
 
|-
| CARDINAL_MAN || [[cardinal man]]
+
| BIRD_PENGUIN_LITTLE
 +
| little penguin
 +
|
 
|-
 
|-
| GIANT_CARDINAL || [[giant cardinal]]
+
| BIRD_PENGUIN_EMPEROR
 +
| emperor penguin
 +
|
 
|-
 
|-
| BIRD_GRACKLE || [[grackle]] || VERMIN
+
| style="background-color: orange;"| PENGUIN MAN
 +
| penguin man
 +
|
 
|-
 
|-
| GRACKLE_MAN || [[grackle man]]
+
| style="background-color: orange;"| BIRD_PENGUIN_GIANT
 +
| giant penguin
 +
|
 
|-
 
|-
| GIANT_GRACKLE || [[giant grackle]]
+
| BIRD_FALCON_PEREGRINE
 +
| peregrine falcon
 +
|
 
|-
 
|-
| BIRD_ORIOLE || [[oriole]] || VERMIN
+
| style="background-color: orange;"| PEREGRINE FALCON MAN
 +
| peregrine falcon man
 +
|
 
|-
 
|-
| ORIOLE_MAN || [[oriole man]]
+
| style="background-color: orange;"| GIANT PEREGRINE FALCON
 +
| giant peregrine falcon
 +
|
 
|-
 
|-
| GIANT_ORIOLE || [[giant oriole]]
+
| BIRD_KIWI
 +
| kiwi
 +
|
 
|-
 
|-
| BIRD_RW_BLACKBIRD || [[red-winged blackbird]] || VERMIN
+
| style="background-color: orange;"| KIWI MAN
 +
| kiwi man
 +
|
 
|-
 
|-
| RW_BLACKBIRD_MAN || [[red-winged blackbird man]]
+
| style="background-color: orange;"| BIRD_KIWI_GIANT
 +
| giant kiwi
 +
|
 
|-
 
|-
| GIANT_RW_BLACKBIRD || [[giant red-winged blackbird]]
+
| BIRD_OSTRICH
 +
| ostrich
 +
|
 
|-
 
|-
| BIRD_PENGUIN || [[penguin]]
+
| style="background-color: orange;"| OSTRICH MAN
 +
| ostrich man
 +
|
 
|-
 
|-
| BIRD_PENGUIN_LITTLE || [[little penguin]]
+
| style="background-color: orange;"| BIRD_OSTRICH_GIANT
 +
| giant ostrich
 
|-
 
|-
| BIRD_PENGUIN_EMPEROR || [[emperor penguin]]
+
!scope="row" colspan="3"| creature_birds_new
 
|-
 
|-
| style="background-color: orange;"| PENGUIN MAN || [[penguin man]]
+
| BIRD_CROW
 +
| crow
 +
| VERMIN
 
|-
 
|-
| style="background-color: orange;"| BIRD_PENGUIN_GIANT || [[giant penguin]]
+
| CROW_MAN
 +
| crow man
 +
|
 
|-
 
|-
| BIRD_FALCON_PEREGRINE || [[peregrine falcon]]
+
| GIANT_CROW
 +
| giant crow
 +
|
 
|-
 
|-
| style="background-color: orange;"| PEREGRINE FALCON MAN || [[peregrine falcon man]]
+
| BIRD_RAVEN
 +
| raven
 +
|
 
|-
 
|-
| style="background-color: orange;"| GIANT PEREGRINE FALCON || [[giant peregrine falcon]]
+
| RAVEN_MAN
 +
| raven man
 +
|
 
|-
 
|-
| BIRD_KIWI || [[kiwi]]
+
| GIANT_RAVEN
 +
| giant raven
 +
|
 
|-
 
|-
| style="background-color: orange;"| KIWI MAN || [[kiwi man]]
+
| BIRD_CASSOWARY
 +
| cassowary
 +
|
 
|-
 
|-
| style="background-color: orange;"| BIRD_KIWI_GIANT || [[giant kiwi]]
+
| CASSOWARY_MAN
 +
| cassowary man
 +
|
 
|-
 
|-
| BIRD_OSTRICH || [[ostrich]]
+
| GIANT_CASSOWARY
 +
| giant cassowary
 +
|
 
|-
 
|-
| style="background-color: orange;"| OSTRICH MAN || [[ostrich man]]
+
| BIRD_KEA
 +
| kea
 +
|
 
|-
 
|-
| style="background-color: orange;"| BIRD_OSTRICH_GIANT || [[giant ostrich]]
+
| KEA_MAN
 +
| kea man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_birds_new
+
| GIANT_KEA
 +
| giant kea
 +
|
 
|-
 
|-
| BIRD_CROW || [[crow]] || VERMIN
+
| BIRD_OWL_SNOWY
 +
| snowy owl
 +
|
 
|-
 
|-
| CROW_MAN || [[crow man]]
+
| SNOWY_OWL_MAN
 +
| snowy owl man
 +
|
 
|-
 
|-
| GIANT_CROW || [[giant crow]]
+
| GIANT_SNOWY_OWL
 +
| giant snowy owl
 +
|
 
|-
 
|-
| BIRD_RAVEN || [[raven]]
+
| style="background-color: orange;"| SPARROW
 +
| sparrow
 +
| VERMIN
 
|-
 
|-
| RAVEN_MAN || [[raven man]]
+
| SPARROW_MAN
 +
| sparrow man
 +
|
 
|-
 
|-
| GIANT_RAVEN || [[giant raven]]
+
| GIANT_SPARROW
 +
| giant sparrow
 +
|
 
|-
 
|-
| BIRD_CASSOWARY || [[cassowary]]
+
| BIRD_STORK_WHITE
 +
| white stork
 +
|
 
|-
 
|-
| CASSOWARY_MAN || [[cassowary man]]
+
| WHITE_STORK_MAN
 +
| white stork man
 +
|
 
|-
 
|-
| GIANT_CASSOWARY || [[giant cassowary]]
+
| GIANT_WHITE_STORK
 +
| giant white stork
 +
|
 
|-
 
|-
| BIRD_KEA || [[kea]]
+
| BIRD_LOON
 +
| loon
 +
|
 
|-
 
|-
| KEA_MAN || [[kea man]]
+
| LOON_MAN
 +
| loon man
 +
|
 
|-
 
|-
| GIANT_KEA || [[giant kea]]
+
| GIANT_LOON
 +
| giant loon
 +
|
 
|-
 
|-
| BIRD_OWL_SNOWY || [[snowy owl]]
+
| BIRD_OWL_BARN
 +
| barn owl
 +
|
 
|-
 
|-
| SNOWY_OWL_MAN || [[snowy owl man]]
+
| BARN_OWL_MAN
 +
| barn owl man
 +
|
 
|-
 
|-
| GIANT_SNOWY_OWL || [[giant snowy owl]]
+
| GIANT_BARN_OWL
 +
| giant barn owl
 +
|
 
|-
 
|-
| style="background-color: orange;"| SPARROW || [[sparrow]] || VERMIN
+
| BIRD_PARAKEET
 +
| parakeet
 +
| VERMIN
 
|-
 
|-
| SPARROW_MAN || [[sparrow man]]
+
| PARAKEET_MAN
 +
| parakeet man
 +
|
 
|-
 
|-
| GIANT_SPARROW || [[giant sparrow]]
+
| GIANT_PARAKEET
 +
| giant parakeet
 +
|
 
|-
 
|-
| BIRD_STORK_WHITE || [[white stork]]
+
| BIRD_KAKAPO
 +
| kakapo
 +
|
 
|-
 
|-
| WHITE_STORK_MAN || [[white stork man]]
+
| KAKAPO_MAN
 +
| kakapo man
 +
|
 
|-
 
|-
| GIANT_WHITE_STORK || [[giant white stork]]
+
| GIANT_KAKAPO
 +
| giant kakapo
 +
|
 
|-
 
|-
| BIRD_LOON || [[loon]]
+
| BIRD_PARROT_GREY
 +
| grey parrot
 +
|
 
|-
 
|-
| LOON_MAN || [[loon man]]
+
| GREY_PARROT_MAN
 +
| grey parrot man
 +
|
 
|-
 
|-
| GIANT_LOON || [[giant loon]]
+
| GIANT_GREY_PARROT
 +
| giant grey parrot
 +
|
 
|-
 
|-
| BIRD_OWL_BARN || [[barn owl]]
+
| BIRD_PUFFIN
 +
| puffin
 +
|
 
|-
 
|-
| BARN_OWL_MAN || [[barn owl man]]
+
| PUFFIN_MAN
 +
| puffin man
 +
|
 
|-
 
|-
| GIANT_BARN_OWL || [[giant barn owl]]
+
| GIANT_PUFFIN
 +
| giant puffin
 +
|
 
|-
 
|-
| BIRD_PARAKEET || [[parakeet]] || VERMIN
+
| BIRD_SWAN
 +
| swan
 +
|
 
|-
 
|-
| PARAKEET_MAN || [[parakeet man]]
+
| SWAN_MAN
 +
| swan man
 +
|
 
|-
 
|-
| GIANT_PARAKEET || [[giant parakeet]]
+
| GIANT_SWAN
 +
| giant swan
 +
|
 
|-
 
|-
| BIRD_KAKAPO || [[kakapo]]
+
| BIRD_LORIKEET
 +
| lorikeet
 +
| VERMIN
 
|-
 
|-
| KAKAPO_MAN || [[kakapo man]]
+
| LORIKEET_MAN
 +
| lorikeet man
 +
|
 
|-
 
|-
| GIANT_KAKAPO || [[giant kakapo]]
+
| GIANT_LORIKEET
 +
| giant lorikeet
 +
|
 
|-
 
|-
| BIRD_PARROT_GREY || [[grey parrot]]
+
| BIRD_WREN
 +
| wren
 +
| VERMIN
 
|-
 
|-
| GREY_PARROT_MAN || [[grey parrot man]]
+
| WREN_MAN
 +
| wren man
 +
|
 
|-
 
|-
| GIANT_GREY_PARROT || [[giant grey parrot]]
+
| GIANT_WREN
 +
| giant wren
 +
|
 
|-
 
|-
| BIRD_PUFFIN || [[puffin]]
+
| BIRD_OSPREY
 +
| osprey
 +
|
 
|-
 
|-
| PUFFIN_MAN || [[puffin man]]
+
| OSPREY_MAN
 +
| osprey man
 +
|
 
|-
 
|-
| GIANT_PUFFIN || [[giant puffin]]
+
| GIANT_OSPREY
 +
| giant osprey
 +
|
 
|-
 
|-
| BIRD_SWAN || [[swan]]
+
| BIRD_EMU
 +
| emu
 +
|
 
|-
 
|-
| SWAN_MAN || [[swan man]]
+
| EMU_MAN
 +
| emu man
 +
|
 
|-
 
|-
| GIANT_SWAN || [[giant swan]]
+
| GIANT_EMU
 +
| giant emu
 +
|
 
|-
 
|-
| BIRD_LORIKEET || [[lorikeet]] || VERMIN
+
| BIRD_COCKATIEL
 +
| cockatiel
 +
| VERMIN
 
|-
 
|-
| LORIKEET_MAN || [[lorikeet man]]
+
| COCKATIEL_MAN
 +
| cockatiel man
 +
|
 
|-
 
|-
| GIANT_LORIKEET || [[giant lorikeet]]
+
| GIANT_COCKATIEL
 +
| giant cockatiel
 +
|
 
|-
 
|-
| BIRD_WREN || [[wren]] || VERMIN
+
| BIRD_LOVEBIRD_PEACH-FACED
 +
| peach-faced lovebird
 +
| VERMIN
 
|-
 
|-
| WREN_MAN || [[wren man]]
+
| PEACH-FACED_LOVEBIRD_MAN
 +
| peach-faced lovebird man
 +
|
 
|-
 
|-
| GIANT_WREN || [[giant wren]]
+
| GIANT_PEACH-FACED_LOVEBIRD
 +
| giant peach-faced lovebird
 +
|
 
|-
 
|-
| BIRD_OSPREY || [[osprey]]
+
| BIRD_MAGPIE
 +
| magpie
 +
| VERMIN
 
|-
 
|-
| OSPREY_MAN || [[osprey man]]
+
| MAGPIE_MAN
 +
| magpie man
 +
|
 
|-
 
|-
| GIANT_OSPREY || [[giant osprey]]
+
| GIANT_MAGPIE
 +
| giant magpie
 +
|
 
|-
 
|-
| BIRD_EMU || [[emu]]
+
| BIRD_KESTREL
 +
| kestrel
 +
|
 
|-
 
|-
| EMU_MAN || [[emu man]]
+
| KESTREL_MAN
 +
| kestrel man
 +
|
 
|-
 
|-
| GIANT_EMU || [[giant emu]]
+
| GIANT_KESTREL
 +
| giant kestrel
 +
|
 
|-
 
|-
| BIRD_COCKATIEL || [[cockatiel]] || VERMIN
+
| BIRD_ALBATROSS
 +
| albatross
 +
|
 
|-
 
|-
| COCKATIEL_MAN || [[cockatiel man]]
+
| ALBATROSS_MAN
 +
| albatross man
 +
|
 
|-
 
|-
| GIANT_COCKATIEL || [[giant cockatiel]]
+
| GIANT_ALBATROSS
 +
| giant albatross
 +
|
 
|-
 
|-
| BIRD_LOVEBIRD_PEACH-FACED || [[peach-faced lovebird]] || VERMIN
+
| BIRD_OWL_GREAT_HORNED
 +
| great horned owl
 +
|
 
|-
 
|-
| PEACH-FACED_LOVEBIRD_MAN || [[peach-faced lovebird man]]
+
| GREAT_HORNED_OWL_MAN
 +
| great horned owl man
 +
|
 
|-
 
|-
| GIANT_PEACH-FACED_LOVEBIRD || [[giant peach-faced lovebird]]
+
| GIANT_GREAT_HORNED_OWL
 +
| giant great horned owl
 +
|
 
|-
 
|-
| BIRD_MAGPIE || [[magpie]] || VERMIN
+
| BIRD_EAGLE
 +
| eagle
 +
|
 
|-
 
|-
| MAGPIE_MAN || [[magpie man]]
+
| EAGLE_MAN
 +
| eagle man
 +
|
 
|-
 
|-
| GIANT_MAGPIE || [[giant magpie]]
+
| GIANT_EAGLE
 +
| giant eagle
 +
|
 
|-
 
|-
| BIRD_KESTREL || [[kestrel]]
+
| BIRD_HORNBILL
 +
| hornbill
 +
|
 
|-
 
|-
| KESTREL_MAN || [[kestrel man]]
+
| HORNBILL_MAN
 +
| hornbill man
 +
|
 
|-
 
|-
| GIANT_KESTREL || [[giant kestrel]]
+
| GIANT_HORNBILL
 +
| giant hornbill
 +
|
 
|-
 
|-
| BIRD_ALBATROSS || [[albatross]]
+
| BIRD_LOVEBIRD_MASKED
 +
| masked lovebird
 +
| VERMIN
 
|-
 
|-
| ALBATROSS_MAN || [[albatross man]]
+
| MASKED_LOVEBIRD_MAN
 +
| masked lovebird man
 +
|
 
|-
 
|-
| GIANT_ALBATROSS || [[giant albatross]]
+
| GIANT_MASKED_LOVEBIRD
 +
| giant masked lovebird
 +
|
 
|-
 
|-
| BIRD_OWL_GREAT_HORNED || [[great horned owl]]
+
| BIRD_BUSHTIT
 +
| bushtit
 +
| VERMIN
 
|-
 
|-
| GREAT_HORNED_OWL_MAN || [[great horned owl man]]
+
| BUSHTIT_MAN
 +
| bushtit man
 +
|
 
|-
 
|-
| GIANT_GREAT_HORNED_OWL || [[giant great horned owl]]
+
| GIANT_BUSHTIT
 +
| giant bushtit
 
|-
 
|-
| BIRD_EAGLE || [[eagle]]
+
!scope="row" colspan="3"| creature_bug_slug_new
 
|-
 
|-
| EAGLE_MAN || [[eagle man]]
+
| DAMSELFLY
 +
| damselfly
 +
| VERMIN
 
|-
 
|-
| GIANT_EAGLE || [[giant eagle]]
+
| DAMSELFLY_MAN
 +
| damselfly man
 +
|
 
|-
 
|-
| BIRD_HORNBILL || [[hornbill]]
+
| GIANT_DAMSELFLY
 +
| giant damselfly
 +
|
 
|-
 
|-
| HORNBILL_MAN || [[hornbill man]]
+
| MOTH
 +
| moth
 +
| VERMIN
 
|-
 
|-
| GIANT_HORNBILL || [[giant hornbill]]
+
| MOTH_MAN
 +
| moth man
 +
|
 
|-
 
|-
| BIRD_LOVEBIRD_MASKED || [[masked lovebird]] || VERMIN
+
| GIANT_MOTH
 +
| giant moth
 +
|
 
|-
 
|-
| MASKED_LOVEBIRD_MAN || [[masked lovebird man]]
+
| GRASSHOPPER
 +
| grasshopper
 +
| VERMIN
 
|-
 
|-
| GIANT_MASKED_LOVEBIRD || [[giant masked lovebird]]
+
| GRASSHOPPER_MAN
 +
| grasshopper man
 +
|
 
|-
 
|-
| BIRD_BUSHTIT || [[bushtit]] || VERMIN
+
| GIANT_GRASSHOPPER
 +
| giant grasshopper
 +
|
 
|-
 
|-
| BUSHTIT_MAN || [[bushtit man]]
+
| BARK_SCORPION
 +
| bark scorpion
 +
| VERMIN
 
|-
 
|-
| GIANT_BUSHTIT || [[giant bushtit]]
+
| BARK_SCORPION_MAN
 +
| bark scorpion man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_bug_slug_new
+
| GIANT_BARK_SCORPION
 +
| giant bark scorpion
 +
|
 
|-
 
|-
| DAMSELFLY || [[damselfly]] || VERMIN
+
| MANTIS
 +
| mantis
 +
| VERMIN
 
|-
 
|-
| DAMSELFLY_MAN || [[damselfly man]]
+
| MANTIS_MAN
 +
| mantis man
 +
|
 
|-
 
|-
| GIANT_DAMSELFLY || [[giant damselfly]]
+
| GIANT_MANTIS
 +
| giant mantis
 +
|
 
|-
 
|-
| MOTH || [[moth]] || VERMIN
+
| TICK
 +
| tick
 +
| VERMIN
 
|-
 
|-
| MOTH_MAN || [[moth man]]
+
| TICK_MAN
 +
| tick man
 +
|
 
|-
 
|-
| GIANT_MOTH || [[giant moth]]
+
| GIANT_TICK
 +
| giant tick
 +
|
 
|-
 
|-
| GRASSHOPPER || [[grasshopper]] || VERMIN
+
| LOUSE
 +
| louse
 +
| VERMIN
 
|-
 
|-
| GRASSHOPPER_MAN || [[grasshopper man]]
+
| LOUSE_MAN
 +
| louse man
 +
|
 
|-
 
|-
| GIANT_GRASSHOPPER || [[giant grasshopper]]
+
| GIANT_LOUSE
 +
| giant louse
 +
|
 
|-
 
|-
| BARK_SCORPION || [[bark scorpion]] || VERMIN
+
| THRIPS
 +
| thrips
 +
| VERMIN
 
|-
 
|-
| BARK_SCORPION_MAN || [[bark scorpion man]]
+
| THRIPS_MAN
 +
| thrips man
 +
|
 
|-
 
|-
| GIANT_BARK_SCORPION || [[giant bark scorpion]]
+
| GIANT_THRIPS
 +
| giant thrips
 +
|
 
|-
 
|-
| MANTIS || [[mantis]] || VERMIN
+
| SLUG
 +
| slug
 +
| VERMIN
 
|-
 
|-
| MANTIS_MAN || [[mantis man]]
+
| SLUG_MAN
 +
| slug man
 +
|
 
|-
 
|-
| GIANT_MANTIS || [[giant mantis]]
+
| GIANT_SLUG
 +
| giant slug
 +
|
 
|-
 
|-
| TICK || [[tick]] || VERMIN
+
| MOSQUITO
 +
| mosquito
 +
| VERMIN
 
|-
 
|-
| TICK_MAN || [[tick man]]
+
| MOSQUITO_MAN
 +
| mosquito man
 +
|
 
|-
 
|-
| GIANT_TICK || [[giant tick]]
+
| GIANT_MOSQUITO
 +
| giant mosquito
 +
|
 
|-
 
|-
| LOUSE || [[louse]] || VERMIN
+
| SPIDER_JUMPING
 +
| jumping spider
 +
| VERMIN
 
|-
 
|-
| LOUSE_MAN || [[louse man]]
+
| JUMPING_SPIDER_MAN
 +
| jumping spider man
 +
|
 
|-
 
|-
| GIANT_LOUSE || [[giant louse]]
+
| GIANT_JUMPING_SPIDER
 +
| giant jumping spider
 +
|
 
|-
 
|-
| THRIPS || [[thrips]] || VERMIN
+
| TERMITE
 +
| termite
 +
| VERMIN
 
|-
 
|-
| THRIPS_MAN || [[thrips man]]
+
| MOON_SNAIL
 +
| moon snail
 +
| VERMIN
 
|-
 
|-
| GIANT_THRIPS || [[giant thrips]]
+
| MOON_SNAIL_MAN
 +
| moon snail man
 +
|
 
|-
 
|-
| SLUG || [[slug]] || VERMIN
+
| GIANT_MOON_SNAIL
 +
| giant moon snail
 +
|
 
|-
 
|-
| SLUG_MAN || [[slug man]]
+
| SPIDER_BROWN_RECLUSE
 +
| brown recluse spider
 +
| VERMIN
 
|-
 
|-
| GIANT_SLUG || [[giant slug]]
+
| BROWN_RECLUSE_SPIDER_MAN
 +
| brown recluse spider man
 +
|
 
|-
 
|-
| MOSQUITO || [[mosquito]] || VERMIN
+
| GIANT_BROWN_RECLUSE_SPIDER
 +
| giant brown recluse spider
 +
|
 
|-
 
|-
| MOSQUITO_MAN || [[mosquito man]]
+
| SNAIL
 +
| snail
 +
| VERMIN
 
|-
 
|-
| GIANT_MOSQUITO || [[giant mosquito]]
+
| SNAIL_MAN
 +
| snail man
 +
|
 
|-
 
|-
| SPIDER_JUMPING || [[jumping spider]] || VERMIN
+
| GIANT_SNAIL
 +
| giant snail
 
|-
 
|-
| JUMPING_SPIDER_MAN || [[jumping spider man]]
+
!scope="row" colspan="3"| creature_desert_new
 
|-
 
|-
| GIANT_JUMPING_SPIDER || [[giant jumping spider]]
+
| GECKO_LEOPARD
 +
| leopard gecko
 +
| VERMIN
 
|-
 
|-
| TERMITE || [[termite]] || VERMIN
+
| LEOPARD_GECKO_MAN
 +
| leopard gecko man
 +
|
 
|-
 
|-
| MOON_SNAIL || [[moon snail]] || VERMIN
+
| GIANT_LEOPARD_GECKO
 +
| giant leopard gecko
 +
|
 
|-
 
|-
| MOON_SNAIL_MAN || [[moon snail man]]
+
| style="background-color: orange;"| DESERT TORTOISE
 +
| desert tortoise
 +
|
 
|-
 
|-
| GIANT_MOON_SNAIL || [[giant moon snail]]
+
| DESERT_TORTOISE_MAN
 +
| desert tortoise man
 +
|
 
|-
 
|-
| SPIDER_BROWN_RECLUSE || [[brown recluse spider]] || VERMIN
+
| GIANT_DESERT_TORTOISE
 +
| giant desert tortoise
 +
|
 
|-
 
|-
| BROWN_RECLUSE_SPIDER_MAN || [[brown recluse spider man]]
+
| GILA_MONSTER
 +
| gila monster
 +
|
 
|-
 
|-
| GIANT_BROWN_RECLUSE_SPIDER || [[giant brown recluse spider]]
+
| GILA_MONSTER_MAN
 +
| gila monster man
 +
|
 
|-
 
|-
| SNAIL || [[snail]] || VERMIN
+
| GIANT_GILA_MONSTER
 +
| giant gila monster
 
|-
 
|-
| SNAIL_MAN || [[snail man]]
+
!scope="row" colspan="3"| creature_domestic
 
|-
 
|-
| GIANT_SNAIL || [[giant snail]]
+
| DOG
 +
| dog
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_desert_new
+
| CAT
 +
| cat
 +
|
 
|-
 
|-
| GECKO_LEOPARD || [[leopard gecko]] || VERMIN
+
| MULE
 +
| mule
 +
|
 
|-
 
|-
| LEOPARD_GECKO_MAN || [[leopard gecko man]]
+
| DONKEY
 +
| donkey
 +
|
 
|-
 
|-
| GIANT_LEOPARD_GECKO || [[giant leopard gecko]]
+
| HORSE
 +
| horse
 +
|
 
|-
 
|-
| style="background-color: orange;"| DESERT TORTOISE || [[desert tortoise]]
+
| COW
 +
| cow
 +
|
 
|-
 
|-
| DESERT_TORTOISE_MAN || [[desert tortoise man]]
+
| SHEEP
 +
| sheep
 +
|
 
|-
 
|-
| GIANT_DESERT_TORTOISE || [[giant desert tortoise]]
+
| PIG
 +
| pig
 +
|
 
|-
 
|-
| GILA_MONSTER || [[gila monster]]
+
| GOAT
 +
| goat
 +
|
 
|-
 
|-
| GILA_MONSTER_MAN || [[gila monster man]]
+
| BIRD_CHICKEN
 +
| chicken
 +
|
 
|-
 
|-
| GIANT_GILA_MONSTER || [[giant gila monster]]
+
| CAVY
 +
| cavy
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_domestic
+
| BIRD_DUCK
 +
| duck
 +
|
 
|-
 
|-
| DOG || [[dog]]
+
| WATER_BUFFALO
 +
| water buffalo
 +
|
 
|-
 
|-
| CAT || [[cat]]
+
| REINDEER
 +
| reindeer
 +
|
 
|-
 
|-
| MULE || [[mule]]
+
| BIRD_GOOSE
 +
| goose
 +
|
 
|-
 
|-
| DONKEY || [[donkey]]
+
| YAK
 +
| yak
 +
|
 
|-
 
|-
| HORSE || [[horse]]
+
| LLAMA
 +
| llama
 +
|
 
|-
 
|-
| COW || [[cow]]
+
| ALPACA
 +
| alpaca
 +
|
 
|-
 
|-
| SHEEP || [[sheep]]
+
| BIRD_GUINEAFOWL
 +
| guineafowl
 +
|
 
|-
 
|-
| PIG || [[pig]]
+
| BIRD_PEAFOWL_BLUE
 +
| blue peafowl
 +
|
 
|-
 
|-
| GOAT || [[goat]]
+
| BIRD_TURKEY
 +
| turkey
 +
|
 
|-
 
|-
| BIRD_CHICKEN || [[chicken]]
+
| RABBIT
 +
| rabbit
 
|-
 
|-
| CAVY || [[cavy]]
+
!scope="row" colspan="3"| creature_fanciful
 
|-
 
|-
| BIRD_DUCK || [[duck]]
+
| CHIMERA
 +
| chimera
 +
|
 
|-
 
|-
| WATER_BUFFALO || [[water buffalo]]
+
| CENTAUR
 +
| centaur
 +
|
 
|-
 
|-
| REINDEER || [[reindeer]]
+
| GRIFFON
 +
| griffon
 
|-
 
|-
| BIRD_GOOSE || [[goose]]
+
!scope="row" colspan="3"| creature_insects
 
|-
 
|-
| YAK || [[yak]]
+
| FLY
 +
| fly
 +
| VERMIN
 
|-
 
|-
| LLAMA || [[llama]]
+
| ROACH_LARGE
 +
| large roach
 +
| VERMIN
 
|-
 
|-
| ALPACA || [[alpaca]]
+
| BEETLE
 +
| beetle
 +
| VERMIN
 
|-
 
|-
| BIRD_GUINEAFOWL || [[guineafowl]]
+
| ANT
 +
| ant
 +
| VERMIN
 
|-
 
|-
| BIRD_PEAFOWL_BLUE || [[blue peafowl]]
+
| BUTTERFLY_MONARCH
 +
| monarch butterfly
 +
| VERMIN
 
|-
 
|-
| BIRD_TURKEY || [[turkey]]
+
| FIREFLY
 +
| firefly
 +
| VERMIN
 
|-
 
|-
| RABBIT || [[rabbit]]
+
| DRAGONFLY
 +
| dragonfly
 +
| VERMIN
 
|-
 
|-
! scope="row" colspan="3"| creature_equipment
+
| HONEY_BEE
 +
| honey bee
 +
| VERMIN
 
|-
 
|-
| EQUIPMENT_WAGON || [[wagon]]
+
| BUMBLEBEE
 +
| bumblebee
 +
| VERMIN
 
|-
 
|-
! scope="row" colspan="3"| creature_fanciful
+
!scope="row" colspan="3"| creature_large_mountain
 
|-
 
|-
| CHIMERA || [[chimera]]
+
| GOAT_MOUNTAIN
 +
| mountain goat
 +
|
 
|-
 
|-
| CENTAUR || [[centaur]]
+
| MARMOT_HOARY
 +
| hoary marmot
 +
|
 
|-
 
|-
| GRIFFON || [[griffon]]
+
| GNOME_MOUNTAIN
 +
| mountain gnome
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_insects
+
| GNOME_DARK
 +
| dark gnome
 
|-
 
|-
| FLY || [[fly]] || VERMIN
+
!scope="row" colspan="3"| creature_large_ocean
 
|-
 
|-
| FLY_MAN || [[fly man]]
+
| WALRUS
 +
| walrus
 +
|
 
|-
 
|-
| GIANT_FLY || [[giant fly]]
+
| FISH_LAMPREY_SEA
 +
| sea lamprey
 +
|
 
|-
 
|-
| ROACH_LARGE || [[large roach]] || VERMIN
+
| SHARK_GREAT_WHITE
 +
| great white shark
 +
|
 
|-
 
|-
| ROACH_MAN || [[roach man]]
+
| SHARK_FRILL
 +
| frill shark
 +
|
 
|-
 
|-
| GIANT_ROACH || [[giant roach]]
+
| SHARK_SPINY_DOGFISH
 +
| spiny dogfish
 +
|
 
|-
 
|-
| BEETLE || [[beetle]] || VERMIN
+
| SHARK_WOBBEGONG_SPOTTED
 +
| spotted wobbegong
 +
|
 
|-
 
|-
| BEETLE_MAN || [[beetle man]]
+
| SHARK_WHALE
 +
| whale shark
 +
|
 
|-
 
|-
| GIANT_BEETLE || [[giant beetle]]
+
| SHARK_BASKING
 +
| basking shark
 +
|
 
|-
 
|-
| ANT || [[ant]] || VERMIN
+
| SHARK_NURSE
 +
| nurse shark
 +
|
 
|-
 
|-
| BUTTERFLY_MONARCH || [[monarch butterfly]] || VERMIN
+
| SHARK_MAKO_SHORTFIN
 +
| shortfin mako shark
 +
|
 
|-
 
|-
| BUTTERFLY_MONARCH_MAN || [[monarch butterfly man]]
+
| SHARK_MAKO_LONGFIN
 +
| longfin mako shark
 +
|
 
|-
 
|-
| GIANT_BUTTERFLY_MONARCH || [[giant monarch butterfly]]
+
| SHARK_TIGER
 +
| tiger shark
 +
|
 
|-
 
|-
| FIREFLY || [[firefly]] || VERMIN
+
| SHARK_BULL
 +
| bull shark
 +
|
 
|-
 
|-
| FIREFLY_MAN || [[firefly man]]
+
| SHARK_REEF_BLACKTIP
 +
| blacktip reef shark
 +
|
 
|-
 
|-
| GIANT_FIREFLY || [[giant firefly]]
+
| SHARK_REEF_WHITETIP
 +
| whitetip reef shark
 +
|
 
|-
 
|-
| DRAGONFLY || [[dragonfly]] || VERMIN
+
| SHARK_BLUE
 +
| blue shark
 +
|
 
|-
 
|-
| DRAGONFLY_MAN || [[dragonfly man]]
+
| SHARK_HAMMERHEAD
 +
| hammerhead shark
 +
|
 
|-
 
|-
| GIANT_DRAGONFLY || [[giant dragonfly]]
+
| SHARK_ANGEL
 +
| angelshark
 +
|
 
|-
 
|-
| HONEY_BEE || [[honey bee]] || VERMIN
+
| FISH_SKATE_COMMON
 +
| common skate
 +
|
 
|-
 
|-
| BUMBLEBEE || [[bumblebee]] || VERMIN
+
| FISH_RAY_MANTA
 +
| manta ray
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_large_mountain
+
| FISH_STINGRAY
 +
| stingray
 +
|
 
|-
 
|-
| GOAT_MOUNTAIN || [[mountain goat]]
+
| FISH_COELACANTH
 +
| coelacanth
 +
|
 
|-
 
|-
| GOAT_MOUNTAIN_MAN || [[mountain goat man]]
+
| FISH_STURGEON
 +
| sturgeon
 +
|
 
|-
 
|-
| GIANT_GOAT_MOUNTAIN || [[giant mountain goat]]
+
| FISH_CONGER_EEL
 +
| conger eel
 +
|
 
|-
 
|-
| MARMOT_HOARY || [[hoary marmot]]
+
| FISH_MILKFISH
 +
| milkfish
 +
|
 
|-
 
|-
| MARMOT_HOARY_MAN || [[hoary marmot man]]
+
| FISH_COD
 +
| cod
 +
|
 
|-
 
|-
| GIANT_MARMOT_HOARY || [[giant hoary marmot]]
+
| FISH_OPAH
 +
| opah
 +
|
 
|-
 
|-
| GNOME_MOUNTAIN || [[mountain gnome]]
+
| FISH_GROUPER_GIANT
 +
| giant grouper
 +
|
 
|-
 
|-
| GNOME_DARK || [[dark gnome]]
+
| FISH_BLUEFISH
 +
| bluefish
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_large_ocean
+
| FISH_SUNFISH_OCEAN
 +
| ocean sunfish
 +
|
 
|-
 
|-
| WALRUS || [[walrus]]
+
| FISH_SWORDFISH
 +
| swordfish
 +
|
 
|-
 
|-
| WALRUS_MAN || [[walrus man]]
+
| FISH_MARLIN
 +
| marlin
 +
|
 
|-
 
|-
| GIANT_WALRUS || [[giant walrus]]
+
| FISH_HALIBUT
 +
| halibut
 +
|
 
|-
 
|-
| FISH_LAMPREY_SEA || [[sea lamprey]]
+
| FISH_BARRACUDA_GREAT
 +
| great barracuda
 +
|
 
|-
 
|-
| SHARK_GREAT_WHITE || [[great white shark]]
+
| FISH_TUNA_BLUEFIN
 +
| bluefin tuna
 +
|
 
|-
 
|-
| SHARK_FRILL || [[frill shark]]
+
| NARWHAL
 +
| narwhal
 +
|
 
|-
 
|-
| SHARK_SPINY_DOGFISH || [[spiny dogfish]]
+
| style="background-color: orange;"| NARWHAL MAN
 +
| narwhal man
 +
|
 
|-
 
|-
| SHARK_WOBBEGONG_SPOTTED || [[spotted wobbegong]]
+
| style="background-color: orange;"| NARWHAL, GIANT
 +
| giant narwhal
 
|-
 
|-
| SHARK_WHALE || [[whale shark]]
+
!scope="row" colspan="3"| creature_large_riverlake
 
|-
 
|-
| SHARK_BASKING || [[basking shark]]
+
| HIPPO
 +
| hippo
 +
|
 
|-
 
|-
| SHARK_NURSE || [[nurse shark]]
+
| FISH_GAR_LONGNOSE
 +
| longnose gar
 +
|
 
|-
 
|-
| SHARK_MAKO_SHORTFIN || [[shortfin mako shark]]
+
| FISH_CARP
 +
| carp
 +
|
 
|-
 
|-
| SHARK_MAKO_LONGFIN || [[longfin mako shark]]
+
| FISH_TIGERFISH
 +
| tigerfish
 +
|
 
|-
 
|-
| SHARK_TIGER || [[tiger shark]]
+
| FISH_PIKE
 +
| pike
 +
|
 
|-
 
|-
| SHARK_BULL || [[bull shark]]
+
| PLATYPUS
 +
| platypus
 +
|
 
|-
 
|-
| SHARK_REEF_BLACKTIP || [[blacktip reef shark]]
+
| style="background-color: orange;"| PLATYPUS MAN
 +
| platypus man
 +
|
 
|-
 
|-
| SHARK_REEF_WHITETIP || [[whitetip reef shark]]
+
| style="background-color: orange;"| PLATYPUS, GIANT
 +
| giant platypus
 
|-
 
|-
| SHARK_BLUE || [[blue shark]]
+
!scope="row" colspan="3"| creature_large_temperate
 
|-
 
|-
| SHARK_HAMMERHEAD || [[hammerhead shark]]
+
| BEAR_GRIZZLY
 +
| grizzly bear
 +
|
 
|-
 
|-
| SHARK_ANGEL || [[angelshark]]
+
| BEAR_BLACK
 +
| black bear
 +
|
 
|-
 
|-
| FISH_SKATE_COMMON || [[common skate]]
+
| DEER
 +
| deer
 +
|
 
|-
 
|-
| FISH_RAY_MANTA || [[manta ray]]
+
| FOX
 +
| fox
 +
|
 
|-
 
|-
| FISH_STINGRAY || [[stingray]]
+
| RACCOON
 +
| raccoon
 +
|
 
|-
 
|-
| FISH_COELACANTH || [[coelacanth]]
+
| MACAQUE_RHESUS
 +
| rhesus macaque
 +
|
 
|-
 
|-
| FISH_STURGEON || [[sturgeon]]
+
| COUGAR
 +
| cougar
 +
|
 
|-
 
|-
| FISH_CONGER_EEL || [[conger eel]]
+
| WOLF
 +
| wolf
 +
|
 
|-
 
|-
| FISH_MILKFISH || [[milkfish]]
+
| GROUNDHOG
 +
| groundhog
 +
|
 
|-
 
|-
| FISH_COD || [[cod]]
+
| ALLIGATOR
 +
| alligator
 +
|
 
|-
 
|-
| FISH_OPAH || [[opah]]
+
| BIRD_BUZZARD
 +
| buzzard
 +
|
 
|-
 
|-
| FISH_GROUPER_GIANT || [[giant grouper]]
+
| PANDA
 +
| panda
 +
|
 
|-
 
|-
| FISH_BLUEFISH || [[bluefish]]
+
| style="background-color: orange;"| PANDA, GIGANTIC
 +
| gigantic panda
 +
|
 
|-
 
|-
| FISH_SUNFISH_OCEAN || [[ocean sunfish]]
+
| style="background-color: orange;"| PANDA MAN
 +
| panda man
 +
|
 
|-
 
|-
| FISH_SWORDFISH || [[swordfish]]
+
| CAPYBARA
 +
| capybara
 +
|
 
|-
 
|-
| FISH_MARLIN || [[marlin]]
+
| style="background-color: orange;"| CAPYBARA, GIANT
 +
| giant capybara
 +
|
 
|-
 
|-
| FISH_HALIBUT || [[halibut]]
+
| style="background-color: orange;"| CAPYBARA MAN
 +
| capybara man
 +
|
 
|-
 
|-
| FISH_BARRACUDA_GREAT || [[great barracuda]]
+
| BADGER
 +
| badger
 +
|
 
|-
 
|-
| FISH_TUNA_BLUEFIN || [[bluefin tuna]]
+
| style="background-color: orange;"| BADGER MAN
 +
| badger man
 +
|
 
|-
 
|-
| NARWHAL || [[narwhal]]
+
| style="background-color: orange;"| BADGER, GIANT
 +
| giant badger
 +
|
 
|-
 
|-
| style="background-color: orange;"| NARWHAL MAN || [[narwhal man]]
+
| MOOSE
 +
| moose
 +
|
 
|-
 
|-
| style="background-color: orange;"| NARWHAL, GIANT || [[giant narwhal]]
+
| style="background-color: orange;"| MOOSE MAN
 +
| moose man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_large_riverlake
+
| style="background-color: orange;"| MOOSE, GIANT
 +
| giant moose
 +
|
 
|-
 
|-
| HIPPO || [[hippo]]
+
| style="background-color: orange;"| RED PANDA
 +
| red panda
 +
|
 
|-
 
|-
| HIPPO_MAN || [[hippo man]]
+
| style="background-color: orange;"| RED PANDA MAN
 +
| red panda man
 +
|
 
|-
 
|-
| GIANT_HIPPO || [[giant hippo]]
+
| style="background-color: orange;"| RED PANDA, GIANT
 +
| giant red panda
 
|-
 
|-
| FISH_GAR_LONGNOSE || [[longnose gar]]
+
!scope="row" colspan="3"| creature_large_tropical
 
|-
 
|-
| FISH_CARP || [[carp]]
+
| ELEPHANT
 +
| elephant
 +
|
 
|-
 
|-
| FISH_TIGERFISH || [[tigerfish]]
+
| WARTHOG
 +
| warthog
 +
|
 
|-
 
|-
| FISH_PIKE || [[pike]]
+
| LION
 +
| lion
 +
|
 
|-
 
|-
| PLATYPUS || [[platypus]]
+
| LEOPARD
 +
| leopard
 +
|
 
|-
 
|-
| style="background-color: orange;"| PLATYPUS MAN || [[platypus man]]
+
| JAGUAR
 +
| jaguar
 +
|
 
|-
 
|-
| style="background-color: orange;"| PLATYPUS, GIANT || [[giant platypus]]
+
| TIGER
 +
| tiger
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_large_temperate
+
| style="background-color: orange;"| TIGERMAN
 +
| tiger man
 +
|
 
|-
 
|-
| BEAR_GRIZZLY || [[grizzly bear]]
+
| CHEETAH
 +
| cheetah
 +
|
 
|-
 
|-
| BEAR_GRIZZLY_MAN || [[grizzly bear man]]
+
| GAZELLE
 +
| gazelle
 +
|
 
|-
 
|-
| GIANT_BEAR_GRIZZLY || [[giant grizzly bear]]
+
| MANDRILL
 +
| mandrill
 +
|
 
|-
 
|-
| BEAR_BLACK || [[black bear]]
+
| CHIMPANZEE
 +
| chimpanzee
 +
|
 
|-
 
|-
| BEAR_BLACK_MAN || [[black bear man]]
+
| BONOBO
 +
| bonobo
 +
|
 
|-
 
|-
| GIANT_BEAR_BLACK || [[giant black bear]]
+
| GORILLA
 +
| gorilla
 +
|
 
|-
 
|-
| DEER || [[deer]]
+
| ORANGUTAN
 +
| orangutan
 +
|
 
|-
 
|-
| DEER_MAN || [[deer man]]
+
| GIBBON_SIAMANG
 +
| siamang
 +
|
 
|-
 
|-
| GIANT_DEER || [[giant deer]]
+
| GIBBON_WHITE_HANDED
 +
| white-handed gibbon
 +
|
 
|-
 
|-
| FOX || [[fox]]
+
| GIBBON_BLACK_HANDED
 +
| black-handed gibbon
 +
|
 
|-
 
|-
| FOX_MAN || [[fox man]]
+
| GIBBON_GRAY
 +
| gray gibbon
 +
|
 
|-
 
|-
| GIANT_FOX || [[giant fox]]
+
| GIBBON_SILVERY
 +
| silvery gibbon
 +
|
 
|-
 
|-
| RACCOON || [[raccoon]]
+
| GIBBON_PILEATED
 +
| pileated gibbon
 +
|
 
|-
 
|-
| RACCOON_MAN || [[raccoon man]]
+
| GIBBON_BILOU
 +
| bilou
 +
|
 
|-
 
|-
| GIANT_RACCOON || [[giant raccoon]]
+
| GIBBON_WHITE_BROWED
 +
| white-browed gibbon
 +
|
 
|-
 
|-
| MACAQUE_RHESUS || [[rhesus macaque]]
+
| GIBBON_BLACK_CRESTED
 +
| black-crested gibbon
 +
|
 
|-
 
|-
| MACAQUE_RHESUS_MAN || [[rhesus macaque man]]
+
| CAMEL_1_HUMP
 +
| one-humped camel
 +
|
 
|-
 
|-
| GIANT_MACAQUE_RHESUS || [[giant rhesus macaque]]
+
| CAMEL_2_HUMP
 +
| two-humped camel
 +
|
 
|-
 
|-
| COUGAR || [[cougar]]
+
| CROCODILE_SALTWATER
 +
| saltwater crocodile
 +
|
 
|-
 
|-
| COUGAR_MAN || [[cougar man]]
+
| BIRD_VULTURE
 +
| vulture
 +
|
 
|-
 
|-
| GIANT_COUGAR || [[giant cougar]]
+
| RHINOCEROS
 +
| rhinoceros
 +
|
 
|-
 
|-
| WOLF || [[wolf]]
+
| GIRAFFE
 +
| giraffe
 +
|
 
|-
 
|-
| WOLF_MAN || [[wolf man]]
+
| style="background-color: orange;"| HONEY BADGER
 +
| honey badger
 +
|
 
|-
 
|-
| GIANT_WOLF || [[giant wolf]]
+
| style="background-color: orange;"| GIANT TORTOISE
 +
| giant tortoise
 +
|
 
|-
 
|-
| GROUNDHOG || [[groundhog]]
+
| style="background-color: orange;"| GIANT TORTOISE MAN
 +
| giant tortoise man
 +
|
 
|-
 
|-
| GROUNDHOG_MAN || [[groundhog man]]
+
| style="background-color: orange;"| GIGANTIC TORTOISE
 +
| gigantic tortoise
 +
|
 
|-
 
|-
| GIANT_GROUNDHOG || [[giant groundhog]]
+
| ARMADILLO
 +
| armadillo
 +
|
 
|-
 
|-
| ALLIGATOR || [[alligator]]
+
| style="background-color: orange;"| ARMADILLO MAN
 +
| armadillo man
 +
|
 
|-
 
|-
| ALLIGATOR_MAN || [[alligator man]]
+
| style="background-color: orange;"| ARMADILLO, GIANT
 +
| giant armadillo
 
|-
 
|-
| GIANT_ALLIGATOR || [[giant alligator]]
+
!scope="row" colspan="3"| creature_large_tundra
 
|-
 
|-
| BIRD_BUZZARD || [[buzzard]]
+
| MUSKOX
 +
| muskox
 +
|
 
|-
 
|-
| BUZZARD_MAN || [[buzzard man]]
+
| ELK
 +
| elk
 +
|
 
|-
 
|-
| GIANT_BUZZARD || [[giant buzzard]]
+
| BEAR_POLAR
 +
| polar bear
 
|-
 
|-
| PANDA || [[panda]]
+
!scope="row" colspan="3"| creature_mountain_new
 
|-
 
|-
| style="background-color: orange;"| PANDA, GIGANTIC || [[gigantic panda]]
+
| WOLVERINE
 +
| wolverine
 +
|
 
|-
 
|-
| style="background-color: orange;"| PANDA MAN || [[panda man]]
+
| WOLVERINE_MAN
 +
| wolverine man
 +
|
 
|-
 
|-
| CAPYBARA || [[capybara]]
+
| GIANT_WOLVERINE
 +
| giant wolverine
 +
|
 
|-
 
|-
| style="background-color: orange;"| CAPYBARA, GIANT || [[giant capybara]]
+
| CHINCHILLA
 +
| chinchilla
 +
|
 
|-
 
|-
| style="background-color: orange;"| CAPYBARA MAN || [[capybara man]]
+
| CHINCHILLA_MAN
 +
| chinchilla man
 +
|
 
|-
 
|-
| BADGER || [[badger]]
+
| GIANT_CHINCHILLA
 +
| giant chinchilla
 
|-
 
|-
| style="background-color: orange;"| BADGER MAN || [[badger man]]
+
!scope="row" colspan="3"| creature_next_underground
 
|-
 
|-
| style="background-color: orange;"| BADGER, GIANT || [[giant badger]]
+
| FLOATING_GUTS
 +
| floating guts
 +
|
 
|-
 
|-
| MOOSE || [[moose]]
+
| DRUNIAN
 +
| drunian
 +
|
 
|-
 
|-
| style="background-color: orange;"| MOOSE MAN || [[moose man]]
+
| CREEPING_EYE
 +
| creeping eye
 +
|
 
|-
 
|-
| style="background-color: orange;"| MOOSE, GIANT || [[giant moose]]
+
| VORACIOUS_CAVE_CRAWLER
 +
| voracious cave crawler
 +
|
 
|-
 
|-
| style="background-color: orange;"| RED PANDA || [[red panda]]
+
| BLIND_CAVE_OGRE
 +
| blind cave ogre
 +
|
 
|-
 
|-
| style="background-color: orange;"| RED PANDA MAN || [[red panda man]]
+
| CAP_HOPPER
 +
| cap hopper
 +
| VERMIN
 
|-
 
|-
| style="background-color: orange;"| RED PANDA, GIANT || [[giant red panda]]
+
| MAGMA_CRAB
 +
| magma crab
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_large_tropical
+
| CRUNDLE
 +
| crundle
 +
|
 
|-
 
|-
| ELEPHANT || [[elephant]]
+
| HUNGRY_HEAD
 +
| hungry head
 +
|
 
|-
 
|-
| ELEPHANT_MAN || [[elephant man]]
+
| FLESH_BALL
 +
| flesh ball
 +
|
 
|-
 
|-
| GIANT_ELEPHANT || [[giant elephant]]
+
| ELK_BIRD
 +
| elk bird
 +
|
 
|-
 
|-
| WARTHOG || [[warthog]]
+
| HELMET_SNAKE
 +
| helmet snake
 +
|
 
|-
 
|-
| WARTHOG_MAN || [[warthog man]]
+
| GREEN_DEVOURER
 +
| green devourer
 +
|
 
|-
 
|-
| GIANT_WARTHOG || [[giant warthog]]
+
| RUTHERER
 +
| rutherer
 +
|
 
|-
 
|-
| LION || [[lion]]
+
| CREEPY_CRAWLER
 +
| creepy crawler
 +
|
 
|-
 
|-
| LION_MAN || [[lion man]]
+
| DRALTHA
 +
| draltha
 +
|
 
|-
 
|-
| GIANT_LION || [[giant lion]]
+
| GIANT_EARTHWORM
 +
| giant earthworm
 +
|
 
|-
 
|-
| LEOPARD || [[leopard]]
+
| BLOOD_MAN
 +
| blood man
 +
|
 
|-
 
|-
| LEOPARD_MAN || [[leopard man]]
+
| BUGBAT
 +
| bugbat
 +
|
 
|-
 
|-
| GIANT_LEOPARD || [[giant leopard]]
+
| MANERA
 +
| manera
 +
|
 
|-
 
|-
| JAGUAR || [[jaguar]]
+
| MOLEMARIAN
 +
| molemarian
 +
|
 
|-
 
|-
| JAGUAR_MAN || [[jaguar man]]
+
| JABBERER
 +
| jabberer
 +
|
 
|-
 
|-
| GIANT_JAGUAR || [[giant jaguar]]
+
| POND_GRABBER
 +
| pond grabber
 +
|
 
|-
 
|-
| TIGER || [[tiger]]
+
| BLIND_CAVE_BEAR
 +
| blind cave bear
 +
|
 
|-
 
|-
| TIGER_MAN || [[tiger man]]
+
| CAVE_DRAGON
 +
| cave dragon
 +
|
 
|-
 
|-
| GIANT_TIGER || [[giant tiger]]
+
| REACHER
 +
| reacher
 +
|
 
|-
 
|-
| CHEETAH || [[cheetah]]
+
| ELEMENTMAN_GABBRO
 +
| gabbro man
 +
|
 
|-
 
|-
| CHEETAH_MAN || [[cheetah man]]
+
| GORLAK
 +
| gorlak
 +
|
 
|-
 
|-
| GIANT_CHEETAH || [[giant cheetah]]
+
| CAVE_FLOATER
 +
| cave floater
 +
|
 
|-
 
|-
| GAZELLE || [[gazelle]]
+
| PLUMP_HELMET_MAN
 +
| plump helmet man
 +
|
 
|-
 
|-
| GAZELLE_MAN || [[gazelle man]]
+
| CAVE_BLOB
 +
| cave blob
 +
|
 
|-
 
|-
| GIANT_GAZELLE || [[giant gazelle]]
+
| ELEMENTMAN_AMETHYST
 +
| amethyst man
 
|-
 
|-
| MANDRILL || [[mandrill]]
+
!scope="row" colspan="3"| creature_ocean_new
 
|-
 
|-
| MANDRILL_MAN || [[mandrill man]]
+
| OCTOPUS
 +
| octopus
 +
|
 
|-
 
|-
| GIANT_MANDRILL || [[giant mandrill]]
+
| OCTOPUS_MAN
 +
| octopus man
 +
|
 
|-
 
|-
| CHIMPANZEE || [[chimpanzee]]
+
| GIANT_OCTOPUS
 +
| giant octopus
 +
|
 
|-
 
|-
| BONOBO || [[bonobo]]
+
| CRAB
 +
| crab
 +
|
 
|-
 
|-
| GORILLA || [[gorilla]]
+
| CRAB_MAN
 +
| crab man
 +
|
 
|-
 
|-
| ORANGUTAN || [[orangutan]]
+
| GIANT_CRAB
 +
| giant crab
 +
|
 
|-
 
|-
| GIBBON_SIAMANG || [[siamang]]
+
| LEOPARD_SEAL
 +
| leopard seal
 +
|
 
|-
 
|-
| GIBBON_WHITE_HANDED || [[white-handed gibbon]]
+
| LEOPARD_SEAL_MAN
 +
| leopard seal man
 +
|
 
|-
 
|-
| GIBBON_BLACK_HANDED || [[black-handed gibbon]]
+
| GIANT_LEOPARD_SEAL
 +
| giant leopard seal
 +
|
 
|-
 
|-
| GIBBON_GRAY || [[gray gibbon]]
+
| CUTTLEFISH
 +
| cuttlefish
 +
| VERMIN
 
|-
 
|-
| GIBBON_SILVERY || [[silvery gibbon]]
+
| CUTTLEFISH_MAN
 +
| cuttlefish man
 +
|
 
|-
 
|-
| GIBBON_PILEATED || [[pileated gibbon]]
+
| GIANT_CUTTLEFISH
 +
| giant cuttlefish
 +
|
 
|-
 
|-
| GIBBON_BILOU || [[bilou]]
+
| ORCA
 +
| orca
 +
|
 
|-
 
|-
| GIBBON_WHITE_BROWED || [[white-browed gibbon]]
+
| ORCA_MAN
 +
| orca man
 +
|
 
|-
 
|-
| GIBBON_BLACK_CRESTED || [[black-crested gibbon]]
+
| GIANT_ORCA
 +
| giant orca
 +
|
 
|-
 
|-
| CAMEL_1_HUMP || [[one-humped camel]]
+
| SPONGE
 +
| sponge
 +
|
 
|-
 
|-
| CAMEL_1_HUMP_MAN || [[one-humped camel man]]
+
| SPONGE_MAN
 +
| sponge man
 +
|
 
|-
 
|-
| GIANT_CAMEL_1_HUMP || [[giant one-humped camel]]
+
| GIANT_SPONGE
 +
| giant sponge
 +
|
 
|-
 
|-
| CAMEL_2_HUMP || [[two-humped camel]]
+
| HORSESHOE_CRAB
 +
| horseshoe crab
 +
|
 
|-
 
|-
| CAMEL_2_HUMP_MAN || [[two-humped camel man]]
+
| HORSESHOE_CRAB_MAN
 +
| horseshoe crab man
 +
|
 
|-
 
|-
| GIANT_CAMEL_2_HUMP || [[giant two-humped camel]]
+
| GIANT_HORSESHOE_CRAB
 +
| giant horseshoe crab
 +
|
 
|-
 
|-
| CROCODILE_SALTWATER || [[saltwater crocodile]]
+
| SPERM_WHALE
 +
| sperm whale
 +
|
 
|-
 
|-
| CROCODILE_SALTWATER_MAN || [[saltwater crocodile man]]
+
| SPERM_WHALE_MAN
 +
| sperm whale man
 +
|
 
|-
 
|-
| GIANT_CROCODILE_SALTWATER || [[giant saltwater crocodile]]
+
| GIANT_SPERM_WHALE
 +
| giant sperm whale
 +
|
 
|-
 
|-
| BIRD_VULTURE || [[vulture]]
+
| ELEPHANT_SEAL
 +
| elephant seal
 +
|
 
|-
 
|-
| VULTURE_MAN || [[vulture man]]
+
| ELEPHANT_SEAL_MAN
 +
| elephant seal man
 +
|
 
|-
 
|-
| GIANT_VULTURE || [[giant vulture]]
+
| GIANT_ELEPHANT_SEAL
 +
| giant elephant seal
 +
|
 
|-
 
|-
| RHINOCEROS || [[rhinoceros]]
+
| HARP_SEAL
 +
| harp seal
 +
|
 
|-
 
|-
| RHINOCEROS_MAN || [[rhinoceros man]]
+
| HARP_SEAL_MAN
 +
| harp seal man
 +
|
 
|-
 
|-
| GIANT_RHINOCEROS || [[giant rhinoceros]]
+
| GIANT_HARP_SEAL
 +
| giant harp seal
 +
|
 
|-
 
|-
| GIRAFFE || [[giraffe]]
+
| NAUTILUS
 +
| nautilus
 +
| VERMIN
 
|-
 
|-
| GIRAFFE_MAN || [[giraffe man]]
+
| NAUTILUS_MAN
 +
| nautilus man
 +
|
 
|-
 
|-
| GIANT_GIRAFFE || [[giant giraffe]]
+
| GIANT_NAUTILUS
 +
| giant nautilus
 
|-
 
|-
| style="background-color: orange;"| HONEY BADGER || [[honey badger]]
+
!scope="row" colspan="3"| creature_other
 
|-
 
|-
| style="background-color: orange;"| HONEY BADGER MAN || [[honey badger man]]
+
| FOXSQUIRREL
 +
| fox squirrel
 +
|
 
|-
 
|-
| style="background-color: orange;"| HONEY BADGER, GIANT || [[giant honey badger]]
+
| MOGHOPPER
 +
| moghopper
 +
| VERMIN
 
|-
 
|-
| style="background-color: orange;"| GIANT TORTOISE || [[giant tortoise]]
+
| RAT_DEMON
 +
| demon rat
 +
| VERMIN
 
|-
 
|-
| style="background-color: orange;"| GIANT TORTOISE MAN || [[giant tortoise man]]
+
| WAMBLER_FLUFFY
 +
| fluffy wambler
 +
| VERMIN
 
|-
 
|-
| style="background-color: orange;"| GIGANTIC TORTOISE || [[gigantic tortoise]]
+
| style="background-color: orange;"| LIZARD_RHINO_TWO_LEGGED
 +
| two-legged rhino lizard
 +
| VERMIN
 
|-
 
|-
| ARMADILLO || [[armadillo]]
+
| WORM_KNUCKLE
 +
| knuckle worm
 +
|
 
|-
 
|-
| style="background-color: orange;"| ARMADILLO MAN || [[armadillo man]]
+
| SPIDER_PHANTOM
 +
| phantom spider
 +
| VERMIN
 
|-
 
|-
| style="background-color: orange;"| ARMADILLO, GIANT || [[giant armadillo]]
+
| FLY_ACORN
 +
| acorn fly
 +
| VERMIN
 
|-
 
|-
! scope="row" colspan="3"| creature_large_tundra
+
| GNAT_BLOOD
 +
| blood gnat
 +
| VERMIN
 
|-
 
|-
| MUSKOX || [[muskox]]
+
!scope="row" colspan="3"| creature_reptiles
 
|-
 
|-
| MUSKOX_MAN || [[muskox man]]
+
| LIZARD
 +
| lizard
 +
| VERMIN
 
|-
 
|-
| GIANT_MUSKOX || [[giant muskox]]
+
!scope="row" colspan="3"| creature_riverlakepool_new
 
|-
 
|-
| ELK || [[elk]]
+
| RIVER OTTER
 +
| river otter
 +
|
 
|-
 
|-
| ELK_MAN || [[elk man]]
+
| SEA OTTER
 +
| sea otter
 +
|
 
|-
 
|-
| GIANT_ELK || [[giant elk]]
+
| OTTER_MAN
 +
| otter man
 +
|
 
|-
 
|-
| BEAR_POLAR || [[polar bear]]
+
| GIANT_OTTER
 +
| giant otter
 +
|
 
|-
 
|-
| BEAR_POLAR_MAN || [[polar bear man]]
+
| style="background-color: orange;"| SNAPPING TURTLE
 +
| common snapping turtle
 +
|
 
|-
 
|-
| GIANT_BEAR_POLAR || [[giant polar bear]]
+
| style="background-color: orange;"| ALLIGATOR SNAPPING TURTLE
 +
| alligator snapping turtle
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_mountain_new
+
| SNAPPING_TURTLE_MAN
 +
| snapping turtle man
 +
|
 
|-
 
|-
| WOLVERINE || [[wolverine]]
+
| GIANT_SNAPPING_TURTLE
 +
| giant snapping turtle
 +
|
 
|-
 
|-
| WOLVERINE_MAN || [[wolverine man]]
+
| BEAVER
 +
| beaver
 +
|
 
|-
 
|-
| GIANT_WOLVERINE || [[giant wolverine]]
+
| BEAVER_MAN
 +
| beaver man
 +
|
 
|-
 
|-
| CHINCHILLA || [[chinchilla]]
+
| GIANT_BEAVER
 +
| giant beaver
 +
|
 
|-
 
|-
| CHINCHILLA_MAN || [[chinchilla man]]
+
| LEECH
 +
| leech
 +
| VERMIN
 
|-
 
|-
| GIANT_CHINCHILLA || [[giant chinchilla]]
+
| LEECH_MAN
 +
| leech man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_next_underground
+
| GIANT_LEECH
 +
| giant leech
 +
|
 
|-
 
|-
| FLOATING_GUTS || [[floating guts]]
+
| AXOLOTL
 +
| axolotl
 +
| VERMIN
 
|-
 
|-
| DRUNIAN || [[drunian]]
+
| AXOLOTL_MAN
 +
| axolotl man
 +
|
 
|-
 
|-
| CREEPING_EYE || [[creeping eye]]
+
| GIANT_AXOLOTL
 +
| giant axolotl
 +
|
 
|-
 
|-
| VORACIOUS_CAVE_CRAWLER || [[voracious cave crawler]]
+
| MINK
 +
| mink
 +
|
 
|-
 
|-
| BLIND_CAVE_OGRE || [[blind cave ogre]]
+
| MINK_MAN
 +
| mink man
 +
|
 
|-
 
|-
| CAP_HOPPER || [[cap hopper]] || VERMIN
+
| GIANT_MINK
 +
| giant mink
 +
|
 
|-
 
|-
| MAGMA_CRAB || [[magma crab]]
+
| POND_TURTLE
 +
| pond turtle
 +
| VERMIN
 
|-
 
|-
| CRUNDLE || [[crundle]]
+
| POND_TURTLE_MAN
 +
| pond turtle man
 +
|
 
|-
 
|-
| HUNGRY_HEAD || [[hungry head]]
+
| GIANT_POND_TURTLE
 +
| giant pond turtle
 
|-
 
|-
| FLESH_BALL || [[flesh ball]]
+
!scope="row" colspan="3"| creature_savage_tropical
 
|-
 
|-
| ELK_BIRD || [[elk bird]]
+
| style="background-color: orange;"| LION_GIANT
 +
| giant lion
 +
|
 
|-
 
|-
| HELMET_SNAKE || [[helmet snake]]
+
| style="background-color: orange;"| LEOPARD_GIANT
 +
| giant leopard
 +
|
 
|-
 
|-
| GREEN_DEVOURER || [[green devourer]]
+
| style="background-color: orange;"| JAGUAR_GIANT
 +
| giant jaguar
 +
|
 
|-
 
|-
| RUTHERER || [[rutherer]]
+
| style="background-color: orange;"| TIGER_GIANT
 +
| giant tiger
 +
|
 
|-
 
|-
| CREEPY_CRAWLER || [[creepy crawler]] || VERMIN
+
| style="background-color: orange;"| CHEETAH_GIANT
 +
| giant cheetah
 +
|
 
|-
 
|-
| DRALTHA || [[draltha]]
+
| SCORPION_DESERT_GIANT
 +
| giant desert scorpion
 
|-
 
|-
| GIANT_EARTHWORM || [[giant earthworm]]
+
!scope="row" colspan="3"| creature_small_mammal_new
 
|-
 
|-
| BLOOD_MAN || [[blood man]]
+
| HAMSTER
 +
| hamster
 +
| VERMIN
 
|-
 
|-
| BUGBAT || [[bugbat]]
+
| HAMSTER_MAN
 +
| hamster man
 +
|
 
|-
 
|-
| MANERA || [[manera]]
+
| GIANT_HAMSTER
 +
| giant hamster
 +
|
 
|-
 
|-
| MOLEMARIAN || [[molemarian]]
+
| HEDGEHOG
 +
| hedgehog
 +
|
 
|-
 
|-
| JABBERER || [[jabberer]]
+
| HEDGEHOG_MAN
 +
| hedgehog man
 +
|
 
|-
 
|-
| POND_GRABBER || [[pond grabber]]
+
| GIANT_HEDGEHOG
 +
| giant hedgehog
 +
|
 
|-
 
|-
| BLIND_CAVE_BEAR || [[blind cave bear]]
+
| SQUIRREL_FLYING
 +
| flying squirrel
 +
|
 
|-
 
|-
| CAVE_DRAGON || [[cave dragon]]
+
| FLYING_SQUIRREL_MAN
 +
| flying squirrel man
 +
|
 
|-
 
|-
| REACHER || [[reacher]]
+
| GIANT_FLYING_SQUIRREL
 +
| giant flying squirrel
 
|-
 
|-
| ELEMENTMAN_GABBRO || [[gabbro man]]
+
!scope="row" colspan="3"| creature_small_mammals
 
|-
 
|-
| GORLAK || [[gorlak]]
+
| RAT
 +
| rat
 +
| VERMIN
 
|-
 
|-
| CAVE_FLOATER || [[cave floater]]
+
| SQUIRREL_GRAY
 +
| gray squirrel
 +
|
 
|-
 
|-
| PLUMP_HELMET_MAN || [[plump helmet man]]
+
| SQUIRREL_RED
 +
| red squirrel
 +
|
 
|-
 
|-
| CAVE_BLOB || [[cave blob]]
+
| CHIPMUNK
 +
| chipmunk
 
|-
 
|-
| ELEMENTMAN_AMETHYST || [[amethyst man]]
+
!scope="row" colspan="3"| creature_small_ocean
 
|-
 
|-
! scope="row" colspan="3"| creature_ocean_new
+
| MUSSEL
 +
| mussel
 +
| VERMIN
 
|-
 
|-
| OCTOPUS || [[octopus]]
+
| OYSTER
 +
| oyster
 +
| VERMIN
 
|-
 
|-
| OCTOPUS_MAN || [[octopus man]]
+
| FISH_SALMON
 +
| salmon
 +
| VERMIN
 
|-
 
|-
| GIANT_OCTOPUS || [[giant octopus]]
+
| FISH_CLOWNFISH
 +
| clownfish
 +
| VERMIN
 
|-
 
|-
| CRAB || [[crab]]
+
| FISH_HAGFISH
 +
| hagfish
 +
| VERMIN
 
|-
 
|-
| CRAB_MAN || [[crab man]]
+
| FISH_LAMPREY_BROOK
 +
| brook lamprey
 +
| VERMIN
 
|-
 
|-
| GIANT_CRAB || [[giant crab]]
+
| FISH_RAY_BAT
 +
| bat ray
 +
| VERMIN
 
|-
 
|-
| LEOPARD_SEAL || [[leopard seal]]
+
| FISH_RAY_THORNBACK
 +
| thornback ray
 +
| VERMIN
 
|-
 
|-
| LEOPARD_SEAL_MAN || [[leopard seal man]]
+
| FISH_RATFISH_SPOTTED
 +
| spotted ratfish
 +
| VERMIN
 
|-
 
|-
| GIANT_LEOPARD_SEAL || [[giant leopard seal]]
+
| FISH_HERRING
 +
| herring
 +
| VERMIN
 
|-
 
|-
| CUTTLEFISH || [[cuttlefish]] || VERMIN
+
| FISH_SHAD
 +
| shad
 +
| VERMIN
 
|-
 
|-
| CUTTLEFISH_MAN || [[cuttlefish man]]
+
| FISH_ANCHOVY
 +
| anchovy
 +
| VERMIN
 
|-
 
|-
| GIANT_CUTTLEFISH || [[giant cuttlefish]]
+
| FISH_TROUT_STEELHEAD
 +
| steelhead trout
 +
| VERMIN
 
|-
 
|-
| ORCA || [[orca]]
+
| FISH_HAKE
 +
| hake
 +
| VERMIN
 
|-
 
|-
| ORCA_MAN || [[orca man]]
+
| FISH_SEAHORSE
 +
| seahorse
 +
| VERMIN
 
|-
 
|-
| GIANT_ORCA || [[giant orca]]
+
| FISH_GLASSEYE
 +
| glasseye
 +
| VERMIN
 
|-
 
|-
| SPONGE || [[sponge]]
+
| FISH_PUFFER_WHITE_SPOTTED
 +
| white-spotted puffer
 +
| VERMIN
 
|-
 
|-
| SPONGE_MAN || [[sponge man]]
+
| FISH_SOLE
 +
| sole
 +
| VERMIN
 
|-
 
|-
| GIANT_SPONGE || [[giant sponge]]
+
| FISH_FLOUNDER
 +
| flounder
 +
| VERMIN
 
|-
 
|-
| HORSESHOE_CRAB || [[horseshoe crab]]
+
| FISH_MACKEREL
 +
| mackerel
 +
| VERMIN
 
|-
 
|-
| HORSESHOE_CRAB_MAN || [[horseshoe crab man]]
+
| JELLYFISH_SEA_NETTLE
 +
| sea nettle jellyfish
 +
| VERMIN
 
|-
 
|-
| GIANT_HORSESHOE_CRAB || [[giant horseshoe crab]]
+
| SQUID
 +
| squid
 +
| VERMIN
 
|-
 
|-
| SPERM_WHALE || [[sperm whale]]
+
| style="background-color: orange;"| SQUID MAN
 +
| squid man
 +
|
 
|-
 
|-
| SPERM_WHALE_MAN || [[sperm whale man]]
+
| style="background-color: orange;"| GIGANTIC SQUID
 +
| gigantic squid
 
|-
 
|-
| GIANT_SPERM_WHALE || [[giant sperm whale]]
+
!scope="row" colspan="3"| creature_small_riverlake
 
|-
 
|-
| ELEPHANT_SEAL || [[elephant seal]]
+
| FISH_LUNGFISH
 +
| lungfish
 +
| VERMIN
 
|-
 
|-
| ELEPHANT_SEAL_MAN || [[elephant seal man]]
+
| FISH_LOACH_CLOWN
 +
| clown loach
 +
| VERMIN
 
|-
 
|-
| GIANT_ELEPHANT_SEAL || [[giant elephant seal]]
+
| FISH_BULLHEAD_BROWN
 +
| brown bullhead
 +
| VERMIN
 
|-
 
|-
| HARP_SEAL || [[harp seal]]
+
| FISH_BULLHEAD_YELLOW
 +
| yellow bullhead
 +
| VERMIN
 
|-
 
|-
| HARP_SEAL_MAN || [[harp seal man]]
+
| FISH_BULLHEAD_BLACK
 +
| black bullhead
 +
| VERMIN
 
|-
 
|-
| GIANT_HARP_SEAL || [[giant harp seal]]
+
| FISH_KNIFEFISH_BANDED
 +
| banded knifefish
 +
| VERMIN
 
|-
 
|-
| NAUTILUS || [[nautilus]] || VERMIN
+
| FISH_CHAR
 +
| char
 +
| VERMIN
 
|-
 
|-
| NAUTILUS_MAN || [[nautilus man]]
+
| FISH_TROUT_RAINBOW
 +
| rainbow trout
 +
| VERMIN
 
|-
 
|-
| GIANT_NAUTILUS || [[giant nautilus]]
+
| FISH_MOLLY_SAILFIN
 +
| sailfin molly
 +
| VERMIN
 
|-
 
|-
!scope="row" colspan="3"| creature_other
+
| FISH_GUPPY
 +
| guppy
 +
| VERMIN
 
|-
 
|-
| FOXSQUIRREL || [[fox squirrel]] || VERMIN
+
| FISH_PERCH
 +
| perch
 +
| VERMIN
 
|-
 
|-
| MOGHOPPER || [[moghopper]] || VERMIN
+
!scope="row" colspan="3"| creature_standard
 
|-
 
|-
| RAT_DEMON || [[demon rat]] || VERMIN
+
| DWARF
 +
| dwarf
 +
|
 
|-
 
|-
| WAMBLER_FLUFFY || [[fluffy wambler]] || VERMIN
+
| HUMAN
 +
| human
 +
|
 
|-
 
|-
| style="background-color: orange;"| LIZARD_RHINO_TWO_LEGGED || [[two-legged rhino lizard]] || VERMIN
+
| ELF
 +
| elf
 +
|
 
|-
 
|-
| WORM_KNUCKLE || [[knuckle worm]] || VERMIN
+
| GOBLIN
 +
| goblin
 +
|
 
|-
 
|-
| SPIDER_PHANTOM || [[phantom spider]] || VERMIN
+
| KOBOLD
 +
| kobold
 +
|
 
|-
 
|-
| FLY_ACORN || [[acorn fly]] || VERMIN
+
| GREMLIN
 +
| gremlin
 +
|
 
|-
 
|-
| GNAT_BLOOD || [[blood gnat]]
+
| TROLL
 +
| troll
 +
|
 
|-
 
|-
!scope="row" colspan="3"| creature_reptiles
+
| OGRE
 +
| ogre
 +
|
 
|-
 
|-
| LIZARD || [[lizard]] || VERMIN
+
| UNICORN
 +
| unicorn
 +
|
 
|-
 
|-
| LIZARD_MAN || [[lizard man]]
+
| DRAGON
 +
| dragon
 +
|
 
|-
 
|-
| GIANT_LIZARD || [[giant lizard]]
+
| SATYR
 +
| satyr
 +
|
 
|-
 
|-
| SKINK || [[skink]] || VERMIN
+
| COLOSSUS_BRONZE
 +
| bronze colossus
 +
|
 
|-
 
|-
| SKINK_MAN || [[skink man]]
+
| GIANT
 +
| giant
 +
|
 
|-
 
|-
| GIANT_SKINK || [[giant skink]]
+
| CYCLOPS
 +
| cyclops
 +
|
 
|-
 
|-
| CHAMELEON || [[chameleon]] || VERMIN
+
| ETTIN
 +
| ettin
 +
|
 
|-
 
|-
| CHAMELEON_MAN || [[chameleon man]]
+
| MINOTAUR
 +
| minotaur
 +
|
 
|-
 
|-
| GIANT_CHAMELEON || [[giant chameleon]]
+
| YETI
 +
| yeti
 +
|
 
|-
 
|-
| ANOLE || [[anole]] || VERMIN
+
| SASQUATCH
 +
| sasquatch
 +
|
 
|-
 
|-
| ANOLE_MAN || [[anole man]]
+
| BLIZZARD_MAN
 +
| blizzard man
 +
|
 
|-
 
|-
| GIANT_ANOLE || [[giant anole]]
+
| WOLF_ICE
 +
| ice wolf
 +
|
 
|-
 
|-
| IGUANA || [[iguana]]
+
| FAIRY
 +
| fairy
 +
| VERMIN
 
|-
 
|-
| IGUANA_MAN || [[iguana man]]
+
| PIXIE
 +
| pixie
 +
| VERMIN
 
|-
 
|-
| GIANT_IGUANA || [[giant iguana]]
+
| BEAK_DOG
 +
| beak dog
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_riverlakepool_new
+
| GRIMELING
 +
| grimeling
 +
|
 
|-
 
|-
| RIVER OTTER || [[river otter]]
+
| BLENDEC_FOUL
 +
| foul blendec
 +
|
 
|-
 
|-
| SEA OTTER || [[sea otter]]
+
| STRANGLER
 +
| strangler
 +
|
 
|-
 
|-
| OTTER_MAN || [[otter man]]
+
| NIGHTWING
 +
| nightwing
 +
|
 
|-
 
|-
| GIANT_OTTER || [[giant otter]]
+
| HARPY
 +
| harpy
 +
|
 
|-
 
|-
| style="background-color: orange;"| SNAPPING TURTLE || [[common snapping turtle]]
+
| HYDRA
 +
| hydra
 +
|
 
|-
 
|-
| style="background-color: orange;"| ALLIGATOR SNAPPING TURTLE || [[alligator snapping turtle]]
+
| MERPERSON
 +
| merperson
 +
|
 
|-
 
|-
| SNAPPING_TURTLE_MAN || [[snapping turtle man]]
+
| SEA_SERPENT
 +
| sea serpent
 +
|
 
|-
 
|-
| GIANT_SNAPPING_TURTLE || [[giant snapping turtle]]
+
| SEA_MONSTER
 +
| sea monster
 +
|
 
|-
 
|-
| BEAVER || [[beaver]]
+
| BIRD_ROC
 +
| roc
 
|-
 
|-
| BEAVER_MAN || [[beaver man]]
+
!scope="row" colspan="3"| creature_subterranean
 
|-
 
|-
| GIANT_BEAVER || [[giant beaver]]
+
| CROCODILE_CAVE
 +
| cave crocodile
 +
|
 
|-
 
|-
| LEECH || [[leech]] || VERMIN
+
| style="background-color: orange;"| TOAD_GIANT
 +
| giant toad
 +
|
 
|-
 
|-
| LEECH_MAN || [[leech man]]
+
| style="background-color: orange;"| OLM_GIANT
 +
| giant olm
 +
|
 
|-
 
|-
| GIANT_LEECH || [[giant leech]]
+
| style="background-color: orange;"| BAT_GIANT
 +
| giant bat
 +
|
 
|-
 
|-
| AXOLOTL || [[axolotl]] || VERMIN
+
| style="background-color: orange;"| RAT_GIANT
 +
| giant rat
 +
|
 
|-
 
|-
| AXOLOTL_MAN || [[axolotl man]]
+
| RAT_LARGE
 +
| large rat
 +
|
 
|-
 
|-
| GIANT_AXOLOTL || [[giant axolotl]]
+
| MOLE_DOG_NAKED
 +
| naked mole dog
 +
|
 
|-
 
|-
| MINK || [[mink]]
+
| TROGLODYTE
 +
| troglodyte
 +
|
 
|-
 
|-
| MINK_MAN || [[mink man]]
+
| style="background-color: orange;"| MOLE_GIANT
 +
| giant mole
 +
|
 
|-
 
|-
| GIANT_MINK || [[giant mink]]
+
| IMP_FIRE
 +
| fire imp
 +
|
 
|-
 
|-
| POND_TURTLE || [[pond turtle]] || VERMIN
+
| SPIDER_CAVE_GIANT
 +
| giant cave spider
 +
|
 
|-
 
|-
| POND_TURTLE_MAN || [[pond turtle man]]
+
| SPIDER_CAVE
 +
| cave spider
 +
| VERMIN
 
|-
 
|-
| GIANT_POND_TURTLE || [[giant pond turtle]]
+
| FISH_CAVE
 +
| cave fish
 +
| VERMIN
 
|-
 
|-
! scope="row" colspan="3"| creature_small_mammals
+
| CAVE_FISH_MAN
 +
| cave fish man
 +
|
 
|-
 
|-
| RAT || [[rat]] || VERMIN
+
| LOBSTER_CAVE
 +
| cave lobster
 +
| VERMIN
 
|-
 
|-
| RAT_MAN || [[rat man]]
+
| SNAKE_FIRE
 +
| fire snake
 +
| VERMIN
 
|-
 
|-
| SQUIRREL_GRAY || [[gray squirrel]] || VERMIN
+
| OLM
 +
| olm
 +
| VERMIN
 
|-
 
|-
| SQUIRREL_GRAY_MAN || [[gray squirrel man]]
+
| OLM_MAN
 +
| olm man
 +
|
 
|-
 
|-
| GIANT_SQUIRREL_GRAY || [[giant gray squirrel]]
+
| BAT
 +
| bat
 +
| VERMIN
 
|-
 
|-
| SQUIRREL_RED || [[red squirrel]] || VERMIN
+
| BAT_MAN
 +
| bat man
 +
|
 
|-
 
|-
| SQUIRREL_RED_MAN || [[red squirrel man]]
+
| MAGGOT_PURRING
 +
| purring maggot
 +
| VERMIN
 
|-
 
|-
| GIANT_SQUIRREL_RED || [[giant red squirrel]]
+
| ELEMENTMAN_FIRE
 +
| fire man
 +
|
 
|-
 
|-
| CHIPMUNK || [[chipmunk]] || VERMIN
+
| ELEMENTMAN_MAGMA
 +
| magma man
 +
|
 
|-
 
|-
| CHIPMUNK_MAN || [[chipmunk man]]
+
| ELEMENTMAN_IRON
 +
| iron man
 +
|
 
|-
 
|-
| GIANT_CHIPMUNK || [[giant chipmunk]]
+
| ELEMENTMAN_MUD
 +
| mud man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_small_mammal_new
+
| BIRD_SWALLOW_CAVE
 +
| cave swallow
 +
| VERMIN
 
|-
 
|-
| HAMSTER || [[hamster]] || VERMIN
+
| CAVE_SWALLOW_MAN
 +
| cave swallow man
 +
|
 
|-
 
|-
| HAMSTER_MAN || [[hamster man]]
+
| BIRD_SWALLOW_CAVE_GIANT
 +
| giant cave swallow
 +
|
 
|-
 
|-
| GIANT_HAMSTER || [[giant hamster]]
+
| AMPHIBIAN_MAN
 +
| amphibian man
 +
|
 
|-
 
|-
| HEDGEHOG || [[hedgehog]] || VERMIN
+
| REPTILE_MAN
 +
| reptile man
 +
|
 
|-
 
|-
| HEDGEHOG_MAN || [[hedgehog man]]
+
| SERPENT_MAN
 +
| serpent man
 +
|
 
|-
 
|-
| GIANT_HEDGEHOG || [[giant hedgehog]]
+
| ANT_MAN
 +
| antman
 +
|
 
|-
 
|-
| SQUIRREL_FLYING || [[flying squirrel]] || VERMIN
+
| style="background-color: orange;"| RODENT MAN
 +
| rodent man
 
|-
 
|-
| FLYING_SQUIRREL_MAN || [[flying squirrel man]]
+
!scope="row" colspan="3"| creature_temperate_new
 
|-
 
|-
| GIANT_FLYING_SQUIRREL || [[giant flying squirrel]]
+
| WILD_BOAR
 +
| wild boar
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_small_ocean
+
| WILD_BOAR_MAN
 +
| wild boar man
 +
|
 
|-
 
|-
| MUSSEL || [[mussel]] || VERMIN
+
| GIANT_WILD_BOAR
 +
| giant wild boar
 +
|
 
|-
 
|-
| OYSTER || [[oyster]] || VERMIN
+
| COYOTE
 +
| coyote
 +
|
 
|-
 
|-
| FISH_SALMON || [[salmon]] || VERMIN
+
| COYOTE_MAN
 +
| coyote man
 +
|
 
|-
 
|-
| FISH_CLOWNFISH || [[clownfish]] || VERMIN
+
| GIANT_COYOTE
 +
| giant coyote
 +
|
 
|-
 
|-
| FISH_HAGFISH || [[hagfish]] || VERMIN
+
| KANGAROO
 +
| kangaroo
 +
|
 
|-
 
|-
| FISH_LAMPREY_BROOK || [[brook lamprey]] || VERMIN
+
| KANGAROO_MAN
 +
| kangaroo man
 +
|
 
|-
 
|-
| FISH_RAY_BAT || [[bat ray]] || VERMIN
+
| GIANT_KANGAROO
 +
| giant kangaroo
 +
|
 
|-
 
|-
| FISH_RAY_THORNBACK || [[thornback ray]] || VERMIN
+
| KOALA
 +
| koala
 +
|
 
|-
 
|-
| FISH_RATFISH_SPOTTED || [[spotted ratfish]] || VERMIN
+
| KOALA_MAN
 +
| koala man
 +
|
 
|-
 
|-
| FISH_HERRING || [[herring]] || VERMIN
+
| GIANT_KOALA
 +
| giant koala
 +
|
 
|-
 
|-
| FISH_SHAD || [[shad]] || VERMIN
+
| ADDER
 +
| adder
 +
|
 
|-
 
|-
| FISH_ANCHOVY || [[anchovy]] || VERMIN
+
| ADDER_MAN
 +
| adder man
 +
|
 
|-
 
|-
| FISH_TROUT_STEELHEAD || [[steelhead trout]] || VERMIN
+
| GIANT_ADDER
 +
| giant adder
 +
|
 
|-
 
|-
| FISH_HAKE || [[hake]] || VERMIN
+
| ECHIDNA
 +
| echidna
 +
|
 
|-
 
|-
| FISH_SEAHORSE || [[seahorse]] || VERMIN
+
| ECHIDNA_MAN
 +
| echidna man
 +
|
 
|-
 
|-
| FISH_GLASSEYE || [[glasseye]] || VERMIN
+
| GIANT_ECHIDNA
 +
| giant echidna
 +
|
 
|-
 
|-
| FISH_PUFFER_WHITE_SPOTTED || [[white-spotted puffer]] || VERMIN
+
| PORCUPINE
 +
| porcupine
 +
|
 
|-
 
|-
| FISH_SOLE || [[sole]] || VERMIN
+
| PORCUPINE_MAN
 +
| porcupine man
 +
|
 
|-
 
|-
| FISH_FLOUNDER || [[flounder]] || VERMIN
+
| GIANT_PORCUPINE
 +
| giant porcupine
 +
|
 
|-
 
|-
| FISH_MACKEREL || [[mackerel]] || VERMIN
+
| KINGSNAKE
 +
| kingsnake
 +
|
 
|-
 
|-
| JELLYFISH_SEA_NETTLE || [[sea nettle jellyfish]] || VERMIN
+
| KINGSNAKE_MAN
 +
| kingsnake man
 +
|
 
|-
 
|-
| SQUID || [[squid]] || VERMIN
+
| GIANT_KINGSNAKE
 +
| giant kingsnake
 +
|
 
|-
 
|-
| style="background-color: orange;"| SQUID MAN || [[squid man]]
+
| GRAY_LANGUR
 +
| gray langur
 +
|
 
|-
 
|-
| style="background-color: orange;"| GIGANTIC SQUID || [[gigantic squid]]
+
| GRAY_LANGUR_MAN
 +
| gray langur man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_small_riverlake
+
| GIANT_GRAY_LANGUR
 +
| giant gray langur
 +
|
 
|-
 
|-
| FISH_LUNGFISH || [[lungfish]] || VERMIN
+
| BOBCAT
 +
| bobcat
 +
|
 
|-
 
|-
| FISH_LOACH_CLOWN || [[clown loach]] || VERMIN
+
| BOBCAT_MAN
 +
| bobcat man
 +
|
 
|-
 
|-
| FISH_BULLHEAD_BROWN || [[brown bullhead]] || VERMIN
+
| GIANT_BOBCAT
 +
| giant bobcat
 +
|
 
|-
 
|-
| FISH_BULLHEAD_YELLOW || [[yellow bullhead]] || VERMIN
+
| SKUNK
 +
| skunk
 +
|
 
|-
 
|-
| FISH_BULLHEAD_BLACK || [[black bullhead]] || VERMIN
+
| SKUNK_MAN
 +
| skunk man
 +
|
 
|-
 
|-
| FISH_KNIFEFISH_BANDED || [[banded knifefish]] || VERMIN
+
| GIANT_SKUNK
 +
| giant skunk
 +
|
 
|-
 
|-
| FISH_CHAR || [[char]] || VERMIN
+
| GREEN_TREE_FROG
 +
| green tree frog
 +
| VERMIN
 
|-
 
|-
| FISH_TROUT_RAINBOW || [[rainbow trout]] || VERMIN
+
| GREEN_TREE_FROG_MAN
 +
| green tree frog man
 +
|
 
|-
 
|-
| FISH_MOLLY_SAILFIN || [[sailfin molly]] || VERMIN
+
| GIANT_GREEN_TREE_FROG
 +
| giant green tree frog
 +
|
 
|-
 
|-
| FISH_GUPPY || [[guppy]] || VERMIN
+
| HARE
 +
| hare
 +
|
 
|-
 
|-
| FISH_PERCH || [[perch]] || VERMIN
+
| HARE_MAN
 +
| hare man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_standard
+
| GIANT_HARE
 +
| giant hare
 +
|
 
|-
 
|-
| DWARF || [[dwarf]]
+
| RATTLESNAKE
 +
| rattlesnake
 +
|
 
|-
 
|-
| HUMAN || [[human]]
+
| RATTLESNAKE_MAN
 +
| rattlesnake man
 +
|
 
|-
 
|-
| ELF || [[elf]]
+
| GIANT_RATTLESNAKE
 +
| giant rattlesnake
 +
|
 
|-
 
|-
| GOBLIN || [[goblin]]
+
| WEASEL
 +
| weasel
 +
|
 
|-
 
|-
| KOBOLD || [[kobold]]
+
| WEASEL_MAN
 +
| weasel man
 +
|
 
|-
 
|-
| GREMLIN || [[gremlin]]
+
| GIANT_WEASEL
 +
| giant weasel
 +
|
 
|-
 
|-
| TROLL || [[troll]]
+
| COPPERHEAD_SNAKE
 +
| copperhead snake
 +
|
 
|-
 
|-
| OGRE || [[ogre]]
+
| COPPERHEAD_SNAKE_MAN
 +
| copperhead snake man
 +
|
 
|-
 
|-
| UNICORN || [[unicorn]]
+
| GIANT_COPPERHEAD_SNAKE
 +
| giant copperhead snake
 +
|
 
|-
 
|-
| DRAGON || [[dragon]]
+
| IBEX
 +
| ibex
 +
|
 
|-
 
|-
| SATYR || [[satyr]]
+
| IBEX_MAN
 +
| ibex man
 +
|
 
|-
 
|-
| COLOSSUS_BRONZE || [[bronze colossus]]
+
| GIANT_IBEX
 +
| giant ibex
 +
|
 
|-
 
|-
| GIANT || [[giant]]
+
| WOMBAT
 +
| wombat
 +
|
 
|-
 
|-
| CYCLOPS || [[cyclops]]
+
| WOMBAT_MAN
 +
| wombat man
 +
|
 
|-
 
|-
| ETTIN || [[ettin]]
+
| GIANT_WOMBAT
 +
| giant wombat
 +
|
 
|-
 
|-
| MINOTAUR || [[minotaur]]
+
| DINGO
 +
| dingo
 +
|
 
|-
 
|-
| YETI || [[yeti]]
+
| DINGO_MAN
 +
| dingo man
 +
|
 
|-
 
|-
| SASQUATCH || [[sasquatch]]
+
| GIANT_DINGO
 +
| giant dingo
 +
|
 
|-
 
|-
| BLIZZARD_MAN || [[blizzard man]]
+
| COATI
 +
| coati
 +
|
 
|-
 
|-
| WOLF_ICE || [[ice wolf]]
+
| COATI_MAN
 +
| coati man
 +
|
 
|-
 
|-
| FAIRY || [[fairy]] || VERMIN
+
| GIANT_COATI
 +
| giant coati
 +
|
 
|-
 
|-
| PIXIE || [[pixie]] || VERMIN
+
| OPOSSUM
 +
| opossum
 +
|
 
|-
 
|-
| BEAK_DOG || [[beak dog]]
+
| OPOSSUM_MAN
 +
| opossum man
 +
|
 
|-
 
|-
| GRIMELING || [[grimeling]]
+
| GIANT_OPOSSUM
 +
| giant opossum
 
|-
 
|-
| BLENDEC_FOUL || [[foul blendec]]
+
!scope="row" colspan="3"| creature_tropical_new
 
|-
 
|-
| STRANGLER || [[strangler]]
+
| MONGOOSE
 +
| mongoose
 +
|
 
|-
 
|-
| NIGHTWING || [[nightwing]]
+
| MONGOOSE_MAN
 +
| mongoose man
 +
|
 
|-
 
|-
| HARPY || [[harpy]]
+
| GIANT_MONGOOSE
 +
| giant mongoose
 +
|
 
|-
 
|-
| HYDRA || [[hydra]]
+
| HYENA
 +
| hyena
 +
|
 
|-
 
|-
| MERPERSON || [[merperson]]
+
| HYENA_MAN
 +
| hyena man
 +
|
 
|-
 
|-
| SEA_SERPENT || [[sea serpent]]
+
| GIANT_HYENA
 +
| giant hyena
 +
|
 
|-
 
|-
| SEA_MONSTER || [[sea monster]]
+
| ANACONDA
 +
| anaconda
 +
|
 
|-
 
|-
| BIRD_ROC || [[roc]]
+
| ANACONDA_MAN
 +
| anaconda man
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_subterranean
+
| GIANT_ANACONDA
 +
| giant anaconda
 +
|
 
|-
 
|-
| CROCODILE_CAVE || [[cave crocodile]]
+
| MONITOR_LIZARD
 +
| monitor lizard
 +
|
 
|-
 
|-
| TOAD_GIANT_CAVE || [[giant cave toad]]
+
| MONITOR_LIZARD_MAN
 +
| monitor lizard man
 +
|
 
|-
 
|-
| style="background-color: orange;"| OLM_GIANT || [[giant olm]]
+
| GIANT_MONITOR_LIZARD
 +
| giant monitor lizard
 +
|
 
|-
 
|-
| style="background-color: orange;"| BAT_GIANT || [[giant bat]]
+
| KING_COBRA
 +
| king cobra
 +
|
 
|-
 
|-
| style="background-color: orange;"| RAT_GIANT || [[giant rat]]
+
| KING_COBRA_MAN
 +
| king cobra man
 +
|
 
|-
 
|-
| RAT_LARGE || [[large rat]]
+
| GIANT_KING_COBRA
 +
| giant king cobra
 +
|
 
|-
 
|-
| MOLE_DOG_NAKED || [[naked mole dog]]
+
| OCELOT
 +
| ocelot
 +
|
 
|-
 
|-
| TROGLODYTE || [[troglodyte]]
+
| OCELOT_MAN
 +
| ocelot man
 +
|
 
|-
 
|-
| style="background-color: orange;"| MOLE_GIANT || [[giant mole]]
+
| GIANT_OCELOT
 +
| giant ocelot
 +
|
 
|-
 
|-
| IMP_FIRE || [[fire imp]]
+
| JACKAL
 +
| jackal
 +
|
 
|-
 
|-
| style="background-color: orange;"| SPIDER_CAVE_GIANT || [[giant cave spider]]
+
| JACKAL_MAN
 +
| jackal man
 +
|
 
|-
 
|-
| SPIDER_CAVE || [[cave spider]] || VERMIN
+
| GIANT_JACKAL
 +
| giant jackal
 +
|
 
|-
 
|-
| FISH_CAVE || [[cave fish]] || VERMIN
+
| CAPUCHIN
 +
| capuchin
 +
|
 
|-
 
|-
| CAVE_FISH_MAN || [[cave fish man]]
+
| CAPUCHIN_MAN
 +
| capuchin man
 +
|
 
|-
 
|-
| LOBSTER_CAVE || [[cave lobster]] || VERMIN
+
| GIANT_CAPUCHIN
 +
| giant capuchin
 +
|
 
|-
 
|-
| SNAKE_FIRE || [[fire snake]] || VERMIN
+
| SLOTH
 +
| sloth
 +
|
 
|-
 
|-
| OLM || [[olm]] || VERMIN
+
| SLOTH_MAN
 +
| sloth man
 +
|
 
|-
 
|-
| OLM_MAN || [[olm man]]
+
| GIANT_SLOTH
 +
| giant sloth
 +
|
 
|-
 
|-
| BAT || [[bat]] || VERMIN
+
| SPIDER_MONKEY
 +
| spider monkey
 +
|
 
|-
 
|-
| BAT_MAN || [[bat man]]
+
| SPIDER_MONKEY_MAN
 +
| spider monkey man
 +
|
 
|-
 
|-
| MAGGOT_PURRING || [[purring maggot]] || VERMIN
+
| GIANT_SPIDER_MONKEY
 +
| giant spider monkey
 +
|
 
|-
 
|-
| ELEMENTMAN_FIRE || [[fire man]]
+
| PANGOLIN
 +
| pangolin
 +
|
 
|-
 
|-
| ELEMENTMAN_MAGMA || [[magma man]]
+
| PANGOLIN_MAN
 +
| pangolin man
 +
|
 
|-
 
|-
| ELEMENTMAN_IRON || [[iron man]]
+
| GIANT_PANGOLIN
 +
| giant pangolin
 +
|
 
|-
 
|-
| ELEMENTMAN_MUD || [[mud man]]
+
| BLACK_MAMBA
 +
| black mamba
 +
|
 
|-
 
|-
| BIRD_SWALLOW_CAVE || [[cave swallow]] || VERMIN
+
| BLACK_MAMBA_MAN
 +
| black mamba man
 +
|
 
|-
 
|-
| CAVE_SWALLOW_MAN || [[cave swallow man]]
+
| GIANT_BLACK_MAMBA
 +
| giant black mamba
 +
|
 
|-
 
|-
| style="background-color: orange;"| BIRD_SWALLOW_CAVE_GIANT || [[giant cave swallow]]
+
| BEAR_SLOTH
 +
| sloth bear
 +
|
 
|-
 
|-
| AMPHIBIAN_MAN || [[amphibian man]]
+
| SLOTH_BEAR_MAN
 +
| sloth bear man
 +
|
 
|-
 
|-
| REPTILE_MAN || [[reptile man]]
+
| GIANT_SLOTH_BEAR
 +
| giant sloth bear
 +
|
 
|-
 
|-
| SERPENT_MAN || [[serpent man]]
+
| AYE-AYE
 +
| aye-aye
 +
|
 
|-
 
|-
| ANT_MAN || [[antman]]
+
| AYE-AYE_MAN
 +
| aye-aye man
 +
|
 
|-
 
|-
| style="background-color: orange;"| RODENT MAN || [[rodent man]]
+
| GIANT_AYE-AYE
 +
| giant aye-aye
 +
|
 
|-
 
|-
! scope="row" colspan="3"| creature_temperate_new
+
| BUSHMASTER
 +
| bushmaster
 +
|
 
|-
 
|-
| WILD_BOAR || [[wild boar]]
+
| BUSHMASTER_MAN
 +
| bushmaster man
 +
|
 
|-
 
|-
| WILD_BOAR_MAN || [[wild boar man]]
+
| GIANT_BUSHMASTER
 +
| giant bushmaster
 +
|
 
|-
 
|-
| GIANT_WILD_BOAR || [[giant wild boar]]
+
| PYTHON
 +
| python
 +
|
 
|-
 
|-
| COYOTE || [[coyote]]
+
| PYTHON_MAN
 +
| python man
 +
|
 
|-
 
|-
| COYOTE_MAN || [[coyote man]]
+
| GIANT_PYTHON
 +
| giant python
 +
|
 
|-
 
|-
| GIANT_COYOTE || [[giant coyote]]
+
| TAPIR
 +
| tapir
 +
|
 
|-
 
|-
| KANGAROO || [[kangaroo]]
+
| TAPIR_MAN
 +
| tapir man
 +
|
 
|-
 
|-
| KANGAROO_MAN || [[kangaroo man]]
+
| GIANT_TAPIR
 +
| giant tapir
 +
|
 
|-
 
|-
| GIANT_KANGAROO || [[giant kangaroo]]
+
| IMPALA
 +
| impala
 +
|
 
|-
 
|-
| KOALA || [[koala]]
+
| IMPALA_MAN
 +
| impala man
 +
|
 
|-
 
|-
| KOALA_MAN || [[koala man]]
+
| GIANT_IMPALA
 +
| giant impala
 +
|
 
|-
 
|-
| GIANT_KOALA || [[giant koala]]
+
| AARDVARK
 +
| aardvark
 +
|
 
|-
 
|-
| ADDER || [[adder]]
+
| AARDVARK_MAN
 +
| aardvark man
 +
|
 
|-
 
|-
| ADDER_MAN || [[adder man]]
+
| GIANT_AARDVARK
 +
| giant aardvark
 +
|
 
|-
 
|-
| GIANT_ADDER || [[giant adder]]
+
| LION_TAMARIN
 +
| lion tamarin
 +
|
 
|-
 
|-
| ECHIDNA || [[echidna]]
+
| LION_TAMARIN_MAN
 +
| lion tamarin man
 +
|
 
|-
 
|-
| ECHIDNA_MAN || [[echidna man]]
+
| GIANT_LION_TAMARIN
 +
| giant lion tamarin
 
|-
 
|-
| GIANT_ECHIDNA || [[giant echidna]]
+
!scope="row" colspan="3"| creature_tundra_taiga_new
 
|-
 
|-
| PORCUPINE || [[porcupine]]
+
| STOAT
 +
| stoat
 +
|
 
|-
 
|-
| PORCUPINE_MAN || [[porcupine man]]
+
| STOAT_MAN
 +
| stoat man
 +
|
 
|-
 
|-
| GIANT_PORCUPINE || [[giant porcupine]]
+
| GIANT_STOAT
 +
| giant stoat
 +
|
 
|-
 
|-
| KINGSNAKE || [[kingsnake]]
+
| LYNX
 +
| lynx
 +
|
 
|-
 
|-
| KINGSNAKE_MAN || [[kingsnake man]]
+
| LYNX_MAN
 +
| lynx man
 +
|
 
|-
 
|-
| GIANT_KINGSNAKE || [[giant kingsnake]]
+
| GIANT_LYNX
|-
+
| giant lynx
| GRAY_LANGUR || [[gray langur]]
+
|}
|-
+
 
| GRAY_LANGUR_MAN || [[gray langur man]]
 
|-
 
| GIANT_GRAY_LANGUR || [[giant gray langur]]
 
|-
 
| BOBCAT || [[bobcat]]
 
|-
 
| BOBCAT_MAN || [[bobcat man]]
 
|-
 
| GIANT_BOBCAT || [[giant bobcat]]
 
|-
 
| SKUNK || [[skunk]]
 
|-
 
| SKUNK_MAN || [[skunk man]]
 
|-
 
| GIANT_SKUNK || [[giant skunk]]
 
|-
 
| GREEN_TREE_FROG || [[green tree frog]] || VERMIN
 
|-
 
| GREEN_TREE_FROG_MAN || [[green tree frog man]]
 
|-
 
| GIANT_GREEN_TREE_FROG || [[giant green tree frog]]
 
|-
 
| HARE || [[hare]]
 
|-
 
| HARE_MAN || [[hare man]]
 
|-
 
| GIANT_HARE || [[giant hare]]
 
|-
 
| RATTLESNAKE || [[rattlesnake]]
 
|-
 
| RATTLESNAKE_MAN || [[rattlesnake man]]
 
|-
 
| GIANT_RATTLESNAKE || [[giant rattlesnake]]
 
|-
 
| WEASEL || [[weasel]]
 
|-
 
| WEASEL_MAN || [[weasel man]]
 
|-
 
| GIANT_WEASEL || [[giant weasel]]
 
|-
 
| COPPERHEAD_SNAKE || [[copperhead snake]]
 
|-
 
| COPPERHEAD_SNAKE_MAN || [[copperhead snake man]]
 
|-
 
| GIANT_COPPERHEAD_SNAKE || [[giant copperhead snake]]
 
|-
 
| IBEX || [[ibex]]
 
|-
 
| IBEX_MAN || [[ibex man]]
 
|-
 
| GIANT_IBEX || [[giant ibex]]
 
|-
 
| WOMBAT || [[wombat]]
 
|-
 
| WOMBAT_MAN || [[wombat man]]
 
|-
 
| GIANT_WOMBAT || [[giant wombat]]
 
|-
 
| DINGO || [[dingo]]
 
|-
 
| DINGO_MAN || [[dingo man]]
 
|-
 
| GIANT_DINGO || [[giant dingo]]
 
|-
 
| COATI || [[coati]]
 
|-
 
| COATI_MAN || [[coati man]]
 
|-
 
| GIANT_COATI || [[giant coati]]
 
|-
 
| OPOSSUM || [[opossum]]
 
|-
 
| OPOSSUM_MAN || [[opossum man]]
 
|-
 
| GIANT_OPOSSUM || [[giant opossum]]
 
|-
 
! scope="row" colspan="3"| creature_tropical_new
 
|-
 
| MONGOOSE || [[mongoose]]
 
|-
 
| MONGOOSE_MAN || [[mongoose man]]
 
|-
 
| GIANT_MONGOOSE || [[giant mongoose]]
 
|-
 
| HYENA || [[hyena]]
 
|-
 
| HYENA_MAN || [[hyena man]]
 
|-
 
| GIANT_HYENA || [[giant hyena]]
 
|-
 
| ANACONDA || [[anaconda]]
 
|-
 
| ANACONDA_MAN || [[anaconda man]]
 
|-
 
| GIANT_ANACONDA || [[giant anaconda]]
 
|-
 
| MONITOR_LIZARD || [[monitor lizard]]
 
|-
 
| MONITOR_LIZARD_MAN || [[monitor lizard man]]
 
|-
 
| GIANT_MONITOR_LIZARD || [[giant monitor lizard]]
 
|-
 
| KING_COBRA || [[king cobra]]
 
|-
 
| KING_COBRA_MAN || [[king cobra man]]
 
|-
 
| GIANT_KING_COBRA || [[giant king cobra]]
 
|-
 
| OCELOT || [[ocelot]]
 
|-
 
| OCELOT_MAN || [[ocelot man]]
 
|-
 
| GIANT_OCELOT || [[giant ocelot]]
 
|-
 
| JACKAL || [[jackal]]
 
|-
 
| JACKAL_MAN || [[jackal man]]
 
|-
 
| GIANT_JACKAL || [[giant jackal]]
 
|-
 
| CAPUCHIN || [[capuchin]]
 
|-
 
| CAPUCHIN_MAN || [[capuchin man]]
 
|-
 
| GIANT_CAPUCHIN || [[giant capuchin]]
 
|-
 
| SLOTH || [[sloth]]
 
|-
 
| SLOTH_MAN || [[sloth man]]
 
|-
 
| GIANT_SLOTH || [[giant sloth]]
 
|-
 
| SPIDER_MONKEY || [[spider monkey]]
 
|-
 
| SPIDER_MONKEY_MAN || [[spider monkey man]]
 
|-
 
| GIANT_SPIDER_MONKEY || [[giant spider monkey]]
 
|-
 
| PANGOLIN || [[pangolin]]
 
|-
 
| PANGOLIN_MAN || [[pangolin man]]
 
|-
 
| GIANT_PANGOLIN || [[giant pangolin]]
 
|-
 
| BLACK_MAMBA || [[black mamba]]
 
|-
 
| BLACK_MAMBA_MAN || [[black mamba man]]
 
|-
 
| GIANT_BLACK_MAMBA || [[giant black mamba]]
 
|-
 
| BEAR_SLOTH || [[sloth bear]]
 
|-
 
| SLOTH_BEAR_MAN || [[sloth bear man]]
 
|-
 
| GIANT_SLOTH_BEAR || [[giant sloth bear]]
 
|-
 
| AYE-AYE || [[aye-aye]]
 
|-
 
| AYE-AYE_MAN || [[aye-aye man]]
 
|-
 
| GIANT_AYE-AYE || [[giant aye-aye]]
 
|-
 
| BUSHMASTER || [[bushmaster]]
 
|-
 
| BUSHMASTER_MAN || [[bushmaster man]]
 
|-
 
| GIANT_BUSHMASTER || [[giant bushmaster]]
 
|-
 
| PYTHON || [[python]]
 
|-
 
| PYTHON_MAN || [[python man]]
 
|-
 
| GIANT_PYTHON || [[giant python]]
 
|-
 
| TAPIR || [[tapir]]
 
|-
 
| TAPIR_MAN || [[tapir man]]
 
|-
 
| GIANT_TAPIR || [[giant tapir]]
 
|-
 
| IMPALA || [[impala]]
 
|-
 
| IMPALA_MAN || [[impala man]]
 
|-
 
| GIANT_IMPALA || [[giant impala]]
 
|-
 
| AARDVARK || [[aardvark]]
 
|-
 
| AARDVARK_MAN || [[aardvark man]]
 
|-
 
| GIANT_AARDVARK || [[giant aardvark]]
 
|-
 
| LION_TAMARIN || [[lion tamarin]] || VERMIN
 
|-
 
| LION_TAMARIN_MAN || [[lion tamarin man]]
 
|-
 
| GIANT_LION_TAMARIN || [[giant lion tamarin]]
 
|-
 
! scope="row" colspan="3"| creature_tundra_taiga_new
 
|-
 
| STOAT || [[stoat]]
 
|-
 
| STOAT_MAN || [[stoat man]]
 
|-
 
| GIANT_STOAT || [[giant stoat]]
 
|-
 
| LYNX || [[lynx]]
 
|-
 
| LYNX_MAN || [[lynx man]]
 
|-
 
| 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: