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

Editing Graphic set

Jump to navigation Jump to search

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

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

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

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

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

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

Cancel Editing help (opens in new window)

This page is a member of 2 hidden categories: