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

Difference between revisions of "Graphic set"

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

Latest revision as of 00:32, 21 December 2022

This article is about the current version of DF.
Note that some content may still need to be updated.

For an overview of graphics in DF, see Graphics.
For user-created graphics sets, see Graphics set repository.

A graphic set is an additional custom tileset intended for creatures. While this is eventually planned for all objects in game, only creatures can currently be assigned to graphic sets. Graphic sets are placed in raw/graphics (as well as the raw folder of each save); a corresponding text file assigns tiles to objects.

Documentation[edit]

Location and size[edit]

The text files are placed directly in the raw/graphics folder while the graphic sets themselves should be in subfolders. Graphic sets don't need to have the same tile size as the main 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 for details.

Possible graphics[edit]

You can find a detailed list 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 civilizations 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[edit]

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 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

Below is an example of such a file:

graphics_mygraphics ← The first line of the header. You'll be saving the text document as this name (graphics_mygraphics.txt) 
This name should match the folder name you will be using in "raw/graphics".

[OBJECT:GRAPHICS] This concludes the header. Each graphic set text file needs to contain these lines. ------------------------------ below are dwarves ← text outside brackets gets ignored. You can use it for comments and organizing your file visually with lines
[TILE_PAGE:MYDWARVES] ← 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.
[FILE:mygraphics/mydwarves.png] ← The subfolder where the graphic set is located (relative to this text file) and its filename, including the file
extension.
[TILE_DIM:16:16] ← Height:Width - Pixels per tile, so DF knows where one tile ends and another begins [PAGE_DIM:5:3] ← Width:Height - Tiles per image and how they're arranged in rows and columns.
This concludes the first TILE_PAGE definition. Next are the creature graphic entries. Syntax is: [Profession:TILE_PAGE:X:Y:Color:State] X and Y are the coordinates of the tile on the image. More information below. [CREATURE_GRAPHICS:DWARF] ← The value (DWARF in this case) is the name the creature has in the raws. This NEEDS to be spelled correctly. [DEFAULT:MYDWARVES:0:0:ADD_COLOR:DEFAULT] ↑ The ADD_COLOR value tells DF to give the tile the same colors as the default graphic [STANDARD:MYDWARVES:1:0:AS_IS:DEFAULT] ↑ AS_IS takes the tile as it is. Most likely this is the setting you want [MINER:MYDWARVES:2:0:AS_IS:DEFAULT] ↓ We defined the tile page above. it refers to the image mydwarves.png [CHILD:MYDWARVES:3:0:AS_IS:DEFAULT] [BABY:MYDWARVES:4:0:AS_IS:DEFAULT] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ humans
[TILE_PAGE:MYHUMANS] ← 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.
[FILE:Other_Graphics/humans.png] ← This file is in another subfile [TILE_DIM:16:16] [PAGE_DIM:1:4]
[CREATURE_GRAPHICS:HUMAN] [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT] Notes can go here too. [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT] [RECRUIT:MYHUMANS:0:2:AS_IS:ADVENTURER] ← An ADVENTURER with no weapons [SWORDSMAN:MYHUMANS:0:3:AS_IS:ADVENTURER] ← An ADVENTURER with a sword ============================== animals
[TILE_PAGE:MYANIMALS] [FILE:Other_Graphics/animals.bmp] ← Pictures can be in .BMP format, too. [TILE_DIM:16:16] [PAGE_DIM:6:2]
[CREATURE_GRAPHICS:DOG] [DEFAULT:MYANIMALS:0:0:AS_IS:DEFAULT] [CHILD:MYANIMALS:1:0:AS_IS:DEFAULT] [TRAINED_HUNTER:MYANIMALS:4:0:AS_IS:DEFAULT] ← TRAINED_HUNTER profession only works with animals that have [TRAINABLE] or [TRAINABLE_HUNTING]. [TRAINED_WAR:MYANIMALS:5:0:AS_IS:DEFAULT] ← TRAINED_WAR profession only works with animals that have [TRAINABLE] or [TRAINABLE_WAR]. [CREATURE_GRAPHICS:CAT] [DEFAULT:MYANIMALS:0:1:AS_IS:DEFAULT]

Coordinates[edit]

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 ("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:

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

The position of the dwarven child graphic from the example above ([CHILD:MYDWARVES:3:0:AS_IS:DEFAULT]) is shown in bold.

Note that the coordinates start at 0, not 1. So, the last column in a 5 tile wide image is at 4, not at 5.

Notes[edit]

The total number of tiles in a sheet cannot number more than 1024, regardless of how big (18×18) or how small (8×12) each tile is. Thus, a sheet that has its graphics organized into 22 rows and 44 columns works fine (as 22 × 44 = 968, which is less than 1024. However, a sheet that has 24 rows and 44 columns (24 × 44 = 1056) will not work.

The order of a text file is fairly flexible. You can have several TILE_PAGEs in succession and the entries of each all together, or have one TILE_PAGE followed by all of its entries, before you define the next TILE_PAGE with its entries. The only limitation is that the TILE_PAGE must be before its entries.

List of professions, creatures and states[edit]

As shown in the example above, the syntax is

[CREATURE_GRAPHICS:Creature name]
      [Profession:MYHUMANS:0:0:AS_IS:Texture Token]

In the following, you will find tables with valid values.

Texture tokens[edit]

[CREATURE_GRAPHICS:HUMAN]
      [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]	
      [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT]
      [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.

Token Notes
DEFAULT Standard creature
ADVENTURER Used when playing the creature as an adventurer(?)
LAW_ENFORCE Presumably used by members of the squad led by a position responsible for LAW_ENFORCEMENT (i.e. Fortress Guards)
TAX_ESCORT Presumably used by members of the squad led by a position responsible for ESCORT_TAX_COLLECTOR (currently nobody)

Note that the Tokens GHOST and ANIMATED go in the profession spot, not the texture token as you would expect—this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.

Professions[edit]

[CREATURE_GRAPHICS:HUMAN]
       [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]	
       [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT]
       [RECRUIT:MYHUMANS:0:2:AS_IS:ADVENTURER]

You can find these in raw/objects/entity_default.txt as [PERMITTED_JOB] and [POSITION]. POSITIONs are only defined under the entry for Dwarves, but all Civilizations use these definitions.[Verify]

All 5 major civilizations (dwarves, elves, humans, goblins, kobolds) use at least some of these professions. Regardless, all 5 as well as animal peoples and gorlaks can have any profession available to the civilization(s) they become part of—which can be any civilization. Additionally, 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. DEFAULT is used when no graphic for a profession is found (not to be mistaken for the Texture token DEFAULT). STANDARD is used for creatures that have no professions like haulers and peasants.

Position tokens are graphics used for appointed positions in the world, like queen, baron, general, but also slave and prisoner. When a creature does have a position and a graphic exists for that position, it takes precedence over the profession graphic.

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 [POSITION:LEADER] and [POSITION:GENERAL], respectively. While the position is called [POSITION: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 [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]

Token Notes
DEFAULT Used when no graphic for a profession is found
STANDARD Used for creatures that have no professions like haulers and peasants.
ANIMATED Animated (zombie/skeleton) version of the creature
GHOST Ghostly version of the creature
CHILD
BABY
DRUNK
Civilians Used by
MINER
WOODWORKER
CARPENTER
BOWYER
WOODCUTTER
STONEWORKER
ENGRAVER
MASON
RANGER
ANIMAL_CARETAKER
ANIMAL_TRAINER
HUNTER
TRAPPER
ANIMAL_DISSECTOR
METALSMITH
FURNACE_OPERATOR
WEAPONSMITH
ARMORER
BLACKSMITH
METALCRAFTER
JEWELER
GEM_CUTTER
GEM_SETTER
CRAFTSMAN
WOODCRAFTER
STONECRAFTER
LEATHERWORKER
BONE_CARVER
WEAVER
CLOTHIER
GLASSMAKER
STRAND_EXTRACTOR
FISHERY_WORKER
FISHERMAN
FISH_DISSECTOR
FISH_CLEANER
FARMER
CHEESE_MAKER
MILKER
COOK
THRESHER
MILLER
BUTCHER
TANNER
DYER
PLANTER
HERBALIST
BREWER
SOAP_MAKER
POTASH_MAKER
LYE_MAKER
WOOD_BURNER
ENGINEER
MECHANIC
SIEGE_ENGINEER
SIEGE_OPERATOR
PUMP_OPERATOR
CLERK
ARCHITECT
ADMINISTRATOR
TRADER
ALCHEMIST
MERCHANT
DIAGNOSER
BONE_SETTER
SUTURER
SURGEON
GLAZER
POTTER
PRESSER
BEEKEEPER
WAX_WORKER
GELDER
Military Used by
CHAMPION
HAMMERMAN
MASTER_HAMMERMAN
SPEARMAN
MASTER_SPEARMAN
CROSSBOWMAN
MASTER_CROSSBOWMAN
WRESTLER
MASTER_WRESTLER
AXEMAN
MASTER_AXEMAN
SWORDSMAN
MASTER_SWORDSMAN
MACEMAN
MASTER_MACEMAN
PIKEMAN
MASTER_PIKEMAN
BOWMAN
MASTER_BOWMAN
BLOWGUNMAN
MASTER_BLOWGUNMAN
RECRUIT
TRAINED_HUNTER
TRAINED_WAR
MASTER_THIEF
THIEF
LASHER
MASTER_LASHER
Position token Used by
MAYOR
DUKE
DUKE_CONSORT
DUCHESS
DUCHESS_CONSORT
COUNT
COUNT_CONSORT
COUNTESS
COUNTESS_CONSORT
BARON
BARON_CONSORT
BARONESS
BARONESS_CONSORT
MONARCH
MONARCH_CONSORT
KING
KING_CONSORT
QUEEN
QUEEN_CONSORT
MANAGER
BOOKKEEPER
BROKER
CHIEF_MEDICAL_DWARF
DIPLOMAT
OUTPOST_LIAISON
MERCHANT
CHAMPION
MILITIA_CAPTAIN
MILITIA_COMMANDER
HAMMERER
SHERIFF
CAPTAIN_OF_THE_GUARD
CAPTAIN
LIEUTENANT
GENERAL
RANGER_CAPTAIN
PRIEST
HIGH_PRIEST
ACOLYTE
DRUID
CRIMINAL
SNATCHER
SCOUT
MONSTER_SLAYER
BEAST_HUNTER
SLAVE
PRISONER
New in DF 0.42 Used by
PERFORMER
POET
BARD
DANCER
SAGE
SCHOLAR
PHILOSOPHER
MATHEMATICIAN
HISTORIAN
ASTRONOMER
NATURALIST
CHEMIST
GEOGRAPHER
SCRIBE
PAPERMAKER
BOOKBINDER
TAVERN_KEEPER
New in DF 0.44 Used by
PROPHET
PILGRIM
MONK
CRIMINAL
PEDDLER
MESSENGER

Creatures[edit]

For a table with general information about creatures, see Creature.
For a table sorted by default tile, including alternate tiles, see Tilesets § Creatures.
For a table with trainable animals, see 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 BIRD_ prefix, and "THING_GIANT" instead of "GIANT_THING", are highlighted orange. Be extra careful to spell these correctly.

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