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