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

Difference between revisions of "Graphic set"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (Undo revision 223182 by CLA (talk) Whoops, wrong table)
(Tagging v50 page (1963/4888))
 
(20 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Quality|Superior}}{{av}}
+
{{migrated article}}
 +
{{Quality|Unrated}}{{av}}
  
:''(For an overview of graphics in DF, see [[Graphics]])''
+
{{For/see|an overview of graphics in DF|[[Graphics]]}}
:''(For user-created creature graphics sets, see [[Graphics set repository]].)''
+
{{For/see|user-created graphics sets|[[Graphics set repository]]}}
  
A graphic set is an additional tileset for objects. While this is eventually planned for all objects in game, currently only creatures can be assigned to graphic sets.
+
{{Mod}}
Graphic sets are placed in raw/graphics (as well as the raw folder of each save); A corresponding text file assigns tiles to objects.
 
==Documentation==
 
===Location and Size===
 
The text files are placed directly in the raw/graphics folder while the graphic sets themselves should be in subfolders. Graphic sets don't need to have the same tile size as the main [[tilesets|tileset]], they will be resized automatically to match it. As the automatic resizing algorithm might introduce artifacts or unintended aliasing to your art, it is recommended to draw them in the intended dimension from the beginning. The number of tiles and their spatial arrangement doesn't matter (see [[Graphic_set#Notes|Notes]] for details).
 
===Possible Graphics===
 
:''You can find a detailed list below.''
 
All [[creature]]s can have separate graphics assigned to their adult and child states, undead, and their -men and giant variants. In addition, the major [[Civilization]]s can have separate graphics for all professions (such as miner, mason, caravan guard, and ghost). You can assign one graphic to several creatures/states, and you can set each tile to either be displayed as it appears or let the game color them. Vermin and different genders cannot have separate graphics assigned to them.
 
  
 +
A '''graphic set''' is an additional custom [[tilesets|tileset]] intended for [[creature]]s. While this is eventually planned for all objects in game, only creatures can currently be assigned to graphic sets. Graphic sets are placed in {{tt|raw/graphics}} (as well as the raw folder of each save); a corresponding text file assigns tiles to objects.
  
===Text File Syntax===
+
== Documentation ==
A Graphic set needs a text file that tells the game which tile is used for which creature. You can use separate text files for each graphic set, or a single one for several. Each text file consists of a header, one or more graphic set definitions (called "TILE_PAGE") and several creature graphics entries, each of which has subentries for professions.
+
 
 +
=== Location and size ===
 +
 
 +
The text files are placed directly in the {{tt|raw/graphics}} folder while the graphic sets themselves should be in subfolders. Graphic sets don't need to have the same tile size as the main tileset, they will be resized automatically to match it. As the automatic resizing algorithm might introduce artifacts or unintended aliasing to your art, it is recommended to draw them in the intended dimension from the beginning. The number of tiles and their spatial arrangement doesn't matter; see [[#Notes|Notes]] for details.
 +
 
 +
=== Possible graphics ===
 +
 
 +
:''You can find a detailed list [[#List of professions, creatures and states|below]].''
 +
 
 +
All creatures can have separate graphics assigned to their adult and child states, undead, and their -men and giant variants. In addition, the major [[civilization]]s can have separate graphics for all professions (such as miner, mason, caravan guard, and ghost). You can assign one graphic to several creatures/states, and you can set each tile to either be displayed as it appears or let the game color them. Vermin and different genders cannot have separate graphics assigned to them.
 +
 
 +
=== Text file syntax ===
 +
 
 +
A graphic set needs a text file that tells the game which tile is used for which creature. You can use separate text files for each graphic set, or a single one for several. Each text file consists of a header, one or more graphic set definitions (called "{{tt|TILE_PAGE}}") and several creature graphics entries, each of which has subentries for professions.
  
 
The structure of a typical text file would look like this:
 
The structure of a typical text file would look like this:
*Header
 
*Tile page definition
 
**Creature graphic entry
 
***profession subentry
 
***more
 
***profession
 
***subentries
 
**next creature
 
***with
 
***more
 
***professions
 
*new tile page definition
 
**a creature
 
***with adult
 
***and child graphics
 
**and another creature
 
***adult
 
***child
 
  
Below is an example of such a file.
+
* Header
 +
* Tile page definition
 +
** Creature graphic entry
 +
*** profession subentry
 +
*** more
 +
*** profession
 +
*** subentries
 +
** next creature
 +
*** with
 +
*** more
 +
*** professions
 +
* new tile page definition
 +
** a creature
 +
*** with adult
 +
*** and child graphics
 +
** and another creature
 +
*** adult
 +
*** child
  
  graphics_mygraphics &larr; <small><span style="color:#808080">'''The first line of the header. You'll be saving the text document as this name (graphics_mygraphics.txt) <br>                            This name should match the folder name you will be using in "raw/graphics".'''</span></small><br>
+
Below is an example of such a file:
 +
 
 +
  graphics_mygraphics &larr; <small><span style="color:#808080">'''The first line of the header. You'll be saving the text document as this name (graphics_mygraphics.txt) <br/>                            This name should match the folder name you will be using in "raw/graphics".'''</span></small><br/>
 
  [OBJECT:GRAPHICS]  
 
  [OBJECT:GRAPHICS]  
 
  <small><span style="color:#808080">'''This concludes the header. Each graphic set text file needs to contain these lines.'''</span></small>
 
  <small><span style="color:#808080">'''This concludes the header. Each graphic set text file needs to contain these lines.'''</span></small>
 
  <nowiki>------------------------------</nowiki>
 
  <nowiki>------------------------------</nowiki>
  below are dwarves &larr; <small><span style="color:#808080">'''text outside brackets gets ignored. You can use it for comments and organizing your file visually with lines'''</span></small> <br>  
+
  below are dwarves &larr; <small><span style="color:#808080">'''text outside brackets gets ignored. You can use it for comments and organizing your file visually with lines'''</span></small> <br/>  
  [TILE_PAGE:MYDWARVES] &larr; <small><span style="color:#808080">'''Here you are defining properties of a single graphic set image. The title MYDWARVES will be used in creature graphic entries to refer to that graphic set. The title doesn't have to match any creature, folder, or image name.'''</span></small>  
+
  [TILE_PAGE:MYDWARVES] &larr; <small><span style="color:#808080">'''Here you are defining properties of a single graphic set image.<br/>The title MYDWARVES will be used in creature graphic entries to refer to that graphic set. The title doesn't have to match any creature, folder, or image name.'''</span></small>  
         [FILE:mygraphics/mydwarves.png] &larr; <small><span style="color:#808080">'''The subfolder where the graphic set is located (relative to this text file) and its filename, including the file extension. '''</span></small>
+
         [FILE:mygraphics/mydwarves.png] &larr; <small><span style="color:#808080">'''The subfolder where the graphic set is located (relative to this text file) and its filename, including the file<br/>extension. '''</span></small>
 
         [TILE_DIM:16:16] &larr; <small><span style="color:#808080">'''Height:Width - Pixels per tile, so DF knows where one tile ends and another begins'''</span></small>
 
         [TILE_DIM:16:16] &larr; <small><span style="color:#808080">'''Height:Width - Pixels per tile, so DF knows where one tile ends and another begins'''</span></small>
         [PAGE_DIM:5:3] &larr; <small><span style="color:#808080">'''Width:Height - Tiles per image and how they're arranged in rows and columns.'''</span></small> <br>
+
         [PAGE_DIM:5:3] &larr; <small><span style="color:#808080">'''Width:Height - Tiles per image and how they're arranged in rows and columns.'''</span></small> <br/>
 
  <small><span style="color:#808080">'''This concludes the first TILE_PAGE definition.''' </span></small>
 
  <small><span style="color:#808080">'''This concludes the first TILE_PAGE definition.''' </span></small>
 
  <small><span style="color:#808080">'''Next are the creature graphic entries. Syntax is: [Profession:TILE_PAGE:X:Y:Color:State]''' </span></small>
 
  <small><span style="color:#808080">'''Next are the creature graphic entries. Syntax is: [Profession:TILE_PAGE:X:Y:Color:State]''' </span></small>
Line 61: Line 70:
 
         [BABY:MYDWARVES:4:0:AS_IS:DEFAULT]
 
         [BABY:MYDWARVES:4:0:AS_IS:DEFAULT]
 
  <nowiki>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</nowiki>
 
  <nowiki>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</nowiki>
  humans <br>
+
  humans <br/>
  [TILE_PAGE:MYHUMANS] &larr; <small><span style="color:#808080">'''The next TILE_PAGE definition. You could put that (and its creature graphic entries) in a separate text file, but it would have to contain its own header.'''</span></small>
+
  [TILE_PAGE:MYHUMANS] &larr; <small><span style="color:#808080">'''The next TILE_PAGE definition. You could put that (and its creature graphic entries) in a separate text file, but it would have to contain<br/>its own header.'''</span></small>
 
         [FILE:Other_Graphics/humans.png] &larr; <small><span style="color:#808080">'''This file is in another subfile'''</span></small>
 
         [FILE:Other_Graphics/humans.png] &larr; <small><span style="color:#808080">'''This file is in another subfile'''</span></small>
 
         [TILE_DIM:16:16]
 
         [TILE_DIM:16:16]
         [PAGE_DIM:1:4] <br>
+
         [PAGE_DIM:1:4] <br/>
 
  [CREATURE_GRAPHICS:HUMAN]
 
  [CREATURE_GRAPHICS:HUMAN]
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
Line 73: Line 82:
 
         ['''SWORDSMAN''':MYHUMANS:0:3:AS_IS:'''ADVENTURER'''] &larr; <small><span style="color:#808080">'''An ADVENTURER with a sword'''</span></small>
 
         ['''SWORDSMAN''':MYHUMANS:0:3:AS_IS:'''ADVENTURER'''] &larr; <small><span style="color:#808080">'''An ADVENTURER with a sword'''</span></small>
 
  <nowiki>==============================</nowiki>
 
  <nowiki>==============================</nowiki>
  animals <br>
+
  animals <br/>
 
  [TILE_PAGE:MYANIMALS]
 
  [TILE_PAGE:MYANIMALS]
 
         [FILE:Other_Graphics/animals'''.bmp'''] &larr; <small><span style="color:#808080">'''Pictures can be in .BMP format, too.'''</span></small>
 
         [FILE:Other_Graphics/animals'''.bmp'''] &larr; <small><span style="color:#808080">'''Pictures can be in .BMP format, too.'''</span></small>
 
         [TILE_DIM:16:16]
 
         [TILE_DIM:16:16]
         [PAGE_DIM:6:2] <br>
+
         [PAGE_DIM:6:2] <br/>
 
  [CREATURE_GRAPHICS:DOG]
 
  [CREATURE_GRAPHICS:DOG]
 
         [DEFAULT:MYANIMALS:0:0:AS_IS:DEFAULT]
 
         [DEFAULT:MYANIMALS:0:0:AS_IS:DEFAULT]
 
         [CHILD:MYANIMALS:1:0:AS_IS:DEFAULT]
 
         [CHILD:MYANIMALS:1:0:AS_IS:DEFAULT]
         ['''TRAINED_HUNTER''':MYANIMALS:4:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_HUNTER profession only works with animals that have the [TRAINABLE] or [TRAINABLE_HUNTING] tag.'''</span></small>
+
         ['''TRAINED_HUNTER''':MYANIMALS:4:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_HUNTER profession only works with animals that have {{Token|TRAINABLE|c}} or {{Token|TRAINABLE_HUNTING|c}}.'''</span></small>
         ['''TRAINED_WAR''':MYANIMALS:5:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_WAR profession only works with animals that have the [TRAINABLE] or [TRAINABLE_WAR] tag.'''</span></small>
+
         ['''TRAINED_WAR''':MYANIMALS:5:0:AS_IS:DEFAULT] &larr; <small><span style="color:#808080">'''TRAINED_WAR profession only works with animals that have {{tt|[TRAINABLE]}} or {{tt|[TRAINABLE_WAR]}}.'''</span></small>
 
  [CREATURE_GRAPHICS:CAT]
 
  [CREATURE_GRAPHICS:CAT]
 
         [DEFAULT:MYANIMALS:0:1:AS_IS:DEFAULT]
 
         [DEFAULT:MYANIMALS:0:1:AS_IS:DEFAULT]
  
===Coordinates===
+
=== Coordinates ===
The PAGE_DIM value in the TILE_PAGE section defines how many columns and rows a given TILE_PAGE (graphic set) has. The first value is the X axis (or "width"), the second value the Y axis ("height"). The origin (0,0) is at the top left.
 
This is how the coordinates would work with the image mydwarves.png from the example above:
 
  
 +
The {{tt|PAGE_DIM}} value in the {{tt|TILE_PAGE}} section defines how many columns and rows a given {{tt|TILE_PAGE}} (graphic set) has. The first value is the x-axis ("width"), the second value the y-axis ("height"). The origin (0,0) is at the top left.
 +
 +
This is how the coordinates would work with the image {{tt|mydwarves.png}} from the example above:
  
 
{| border="1" cellspacing="0" cellpadding="5"
 
{| border="1" cellspacing="0" cellpadding="5"
 +
| 0:0 || 1:0 || 2:0 || '''3:0''' || 4:0
 
|-
 
|-
| 0:0
+
| 0:1 || 1:1 || 2:1 ||    3:1   || 4:1
| 1:0
 
| 2:0
 
| '''3:0'''
 
| 4:0
 
|-
 
| 0:1
 
| 1:1
 
| 2:1
 
| 3:1
 
| 4:1
 
|-
 
| 0:2
 
| 1:2
 
| 2:2
 
| 3:2
 
| 4:2
 
 
|-
 
|-
 +
| 0:2 || 1:2 || 2:2 ||    3:2    || 4:2
 
|}
 
|}
The position of the dwarven child graphic from the example above ([CHILD:MYDWARVES:'''3:0''':AS_IS:DEFAULT]) is shown in bold.
 
  
Note that the coordiantes start at 0, not 1. So, ''the last column in a 5 tile wide image is at 4'', not at 5.
+
The position of the dwarven child graphic from the example above ({{tt|[CHILD:MYDWARVES:'''3:0''':AS_IS:DEFAULT]}}) is shown in bold.
 +
 
 +
Note that the coordinates start at 0, not 1. So, ''the last column in a 5 tile wide image is at 4'', not at 5.
 +
 
 +
=== Notes ===
 +
 
 +
The total number of tiles in a sheet cannot number more than 1024, regardless of how big (18×18) or how small (8×12) each tile is. Thus, a sheet that has its graphics organized into 22 rows and 44 columns works fine (as 22 × 44 = 968, which is less than 1024. However, a sheet that has 24 rows and 44 columns (24 × 44 = 1056) will not work.
 +
 
 +
The order of a text file is fairly flexible. You can have several TILE_PAGEs in succession and the entries of each all together, or have one TILE_PAGE followed by all of its entries, before you define the next TILE_PAGE with its entries. The only limitation is that the TILE_PAGE ''must be before its entries''.
  
===Notes===
+
== List of professions, creatures and states ==
The total number of tiles in a sheet cannot number more than 1024, regardless of how big (18x18) or how small (8x12) each tile is. Thus, a sheet that has its graphics organized into 22 rows and 44 columns works fine (as 22x44=968 which is less than 1024. However, a sheet that has 24 rows and 44 columns (24x44=1056) will not work.
 
  
==List of Professions, Creatures and States==
 
 
As shown in the example above, the syntax is
 
As shown in the example above, the syntax is
  [CREATURE_GRAPHICS:'''Creature name''']
+
 
        ['''Profession''':MYHUMANS:0:0:AS_IS:'''Texture Token''']
+
[CREATURE_GRAPHICS:'''Creature name''']
 +
      ['''Profession''':MYHUMANS:0:0:AS_IS:'''Texture Token''']
 +
 
 
In the following, you will find tables with valid values.
 
In the following, you will find tables with valid values.
===Texture Tokens===
+
 
 +
=== Texture tokens ===
 +
 
 
  [CREATURE_GRAPHICS:HUMAN]
 
  [CREATURE_GRAPHICS:HUMAN]
 
       [DEFAULT:MYHUMANS:0:0:AS_IS:'''''DEFAULT''''']
 
       [DEFAULT:MYHUMANS:0:0:AS_IS:'''''DEFAULT''''']
 
       [SWORDSMAN:MYHUMANS:0:1:AS_IS:'''''DEFAULT''''']
 
       [SWORDSMAN:MYHUMANS:0:1:AS_IS:'''''DEFAULT''''']
 
       [RECRUIT:MYHUMANS:0:2:AS_IS:'''''ADVENTURER''''']
 
       [RECRUIT:MYHUMANS:0:2:AS_IS:'''''ADVENTURER''''']
'''Note that the Tokens GHOST and ANIMATED go in the ''profession'' spot, not the texture token as you would expect''' - this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.
+
 
 +
'''Note that the Tokens GHOST and ANIMATED go in the ''profession'' spot, not the texture token as you would expect'''—this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.
 +
 
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#ddd"
 
|- bgcolor="#ddd"
Line 146: Line 153:
 
| {{text anchor|TAX_ESCORT}}
 
| {{text anchor|TAX_ESCORT}}
 
| Presumably used by members of the squad led by a position responsible for ESCORT_TAX_COLLECTOR (currently nobody)
 
| Presumably used by members of the squad led by a position responsible for ESCORT_TAX_COLLECTOR (currently nobody)
|-
 
| {{text anchor|ANIMATED}}
 
| Animated (zombie/skeleton) version of the creature
 
|-
 
| {{text anchor|GHOST}}
 
| Ghostly version of the creature
 
 
|}
 
|}
===Professions===
+
 
 +
'''Note that the Tokens GHOST and ANIMATED go in the ''profession'' spot, not the texture token as you would expect'''—this means that you can't have separate graphics for miner zombies, axedwarf zombies, speardwarf zombies, etc.
 +
 
 +
=== Professions ===
 +
 
 
  [CREATURE_GRAPHICS:HUMAN]
 
  [CREATURE_GRAPHICS:HUMAN]
 
         ['''''DEFAULT''''':MYHUMANS:0:0:AS_IS:DEFAULT]
 
         ['''''DEFAULT''''':MYHUMANS:0:0:AS_IS:DEFAULT]
Line 159: Line 164:
 
         ['''''RECRUIT''''':MYHUMANS:0:2:AS_IS:ADVENTURER]
 
         ['''''RECRUIT''''':MYHUMANS:0:2:AS_IS:ADVENTURER]
  
You can find these in ''raw/objects/entity_default.txt'' as PERMITTED_JOB and POSITION. All 5 major [[Civilization]]s (Dwarves, Elves, Humans, Goblins, Kobolds) use at least some of these professions. POSITIONS are only defined under the entry for Dwarves, but all Civilizations use these definitions.{{verify}}
+
You can find these in {{tt|raw/objects/entity_default.txt}} as {{Token|PERMITTED_JOB|e}} and {{Token|POSITION|e}}. {{tt|POSITION}}s are only defined under the entry for Dwarves, but all Civilizations use these definitions.{{verify}}
The second column displays which [[Civilization]] uses those professions (currently incomplete).
 
  
The highest skill of a creature determine which profession graphic it uses.
+
All 5 major civilizations (dwarves, elves, humans, goblins, kobolds) use at least some of these professions. Regardless, all 5 as well as [[animal people]]s and [[gorlak]]s can have any profession available to the civilization(s) they become part of—which can be any civilization. Additionally, [[plump helmet man|plump helmet men]] can have any profession which doesn't require talking (they cannot talk). In summary, any dwarf, elf, human, goblin, kobold, animal person, and gorlak can theoretically have any profession.
Position Tokens are graphics used for appointed positions in the world, like queen, baron, general, but also slave and prisoner. When a creature does have a position and a graphic exists for that position, it takes precedence over the profession graphic.
 
  
 +
The highest skill of a creature determine which profession graphic it uses. {{tt|DEFAULT}} is used when no graphic for a profession is found (not to be mistaken for the Texture token {{tt|DEFAULT}}). {{tt|STANDARD}} is used for creatures that have no professions like haulers and peasants.
 +
 +
Position tokens are graphics used for appointed positions in the world, like queen, baron, general, but also slave and prisoner. When a creature does have a position and a graphic exists for that position, it takes precedence over the profession graphic.
 +
 +
In-game titles and position tags aren't necessarily the same. For example, female elven rulers are entitled ''queen'' and ''princess'', but their positions tags are {{tt|[POSITION:LEADER]}} and {{tt|[POSITION:GENERAL]}}, respectively. While the position is called {{tt|[POSITION:MONARCH]}} in the raws, you can specify {{tt|QUEEN}} and {{tt|KING}} in your graphic set. You can also have separate graphics for a ruler's spouse, for example {{tt|[POSITION:BARON_CONSORT]}}. It is not clear from the raws which exact position names and genders are valid.{{verify}} In case of doubt, you can define them all, the game will just skip them if they don't exist.{{verify}}
 +
 +
{| class="wikitable"
 +
! Token !! Notes
 +
|-
 +
| DEFAULT || Used when no graphic for a profession is found
 +
|-
 +
| STANDARD || Used for creatures that have no professions like haulers and peasants.
 +
|-
 +
| {{text anchor|ANIMATED}} || Animated (zombie/skeleton) version of the creature
 +
|-
 +
| {{text anchor|GHOST}} || Ghostly version of the creature
 +
|-
 +
| CHILD ||
 +
|-
 +
| BABY ||
 +
|-
 +
| DRUNK ||
 +
|}
  
''In game titles and position tags aren't necessarily the same. For example, in game a female elven ruler is called queen or princess, but their positions are LEADER and GENERAL, respectively. While the position is called MONARCH in the raws, you can specify QUEEN and KING in your graphic set. You can also have separate graphics for a ruler's spouse, for example BARON_CONSORT. It is not clear from the raws which exact position names and genders are valid.{{verify}} In case of doubt, you can define them all, the game will just skip them if they don't exist.{{verify}}''
 
 
{|
 
{|
|-
+
|
|  
 
 
{| class="wikitable"
 
{| class="wikitable"
|-
+
! Civilians !! Used by
! Civilians !! used by
 
 
|-
 
|-
 
| MINER ||  
 
| MINER ||  
Line 321: Line 344:
 
|-
 
|-
 
|}  
 
|}  
|style="vertical-align:top;"|  
+
| style="vertical-align: top;"|
{|class="wikitable"
+
{| class="wikitable"
 +
! Military !! Used by
 
|-
 
|-
!Military !! used by
+
| CHAMPION ||  
|-
 
|CHAMPION ||  
 
 
|-
 
|-
 
| HAMMERMAN ||  
 
| HAMMERMAN ||  
Line 382: Line 404:
 
| MASTER_LASHER ||  
 
| MASTER_LASHER ||  
 
|-
 
|-
! Other !! used by
+
|}
 +
| style="vertical-align: top;"|
 +
{| class="wikitable"
 
|-
 
|-
| STANDARD ||
+
! Position token !! Used by
 
|-
 
|-
| CHILD ||  
+
| MAYOR ||  
 
|-
 
|-
| BABY ||
+
| DUKE ||  
|-
 
| DRUNK ||
 
|-
 
|}
 
|style="vertical-align:top;"|
 
{|class="wikitable"
 
|-
 
! Position Token !! used by
 
|-
 
| MAYOR ||
 
|-
 
| DUKE ||  
 
 
|-
 
|-
 
| DUKE_CONSORT ||  
 
| DUKE_CONSORT ||  
Line 493: Line 505:
 
|-
 
|-
 
|}
 
|}
|style="vertical-align:top;"|  
+
| style="vertical-align: top;"|  
{|class="wikitable"
+
{| class="wikitable"
 
|-
 
|-
! New in v0.42 !! used by
+
! New in DF 0.42 !! Used by
 
|-
 
|-
 
| PERFORMER ||  
 
| PERFORMER ||  
Line 530: Line 542:
 
| BOOKBINDER ||  
 
| BOOKBINDER ||  
 
|-
 
|-
| TAVERN_KEEPER||  
+
| TAVERN_KEEPER ||
 +
|-
 +
! New in DF 0.44 !! Used by
 +
|-
 +
| PROPHET ||
 +
|-
 +
| PILGRIM ||
 +
|-
 +
| MONK ||
 +
|-
 +
| CRIMINAL ||
 
|-
 
|-
 +
| PEDDLER ||
 +
|-
 +
| MESSENGER ||
 
|}
 
|}
 
|}
 
|}
  
===Creatures===
+
=== Creatures ===
:''For a table with general information about creatures, see [[Creature|here]]''
+
 
:''For a table sorted by default tile, including alternate tiles, see [[Tilesets#Creatures|here]]''
+
{{For/see|a table with general information about creatures|Creature}}
:''For a table with trainable animals, see [[Animal_trainer#Trainable_war.2Fhunting_animals|here]]''
+
{{For/see|a table sorted by default tile, including alternate tiles|[[Tilesets#Creatures|Tilesets § Creatures]]}}
 +
{{For/see|a table with trainable animals|[[Animal trainer#Trainable war/hunting animals|Animal trainer § Trainable war/hunting animals]]}}
 +
 
 
  [CREATURE_GRAPHICS:'''''HUMAN''''']
 
  [CREATURE_GRAPHICS:'''''HUMAN''''']
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
 
         [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]
 
         [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT]
 
         [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT]
 
         [RECRUIT:MYHUMANS:0:2:AS_IS:ADVENTURER]
 
         [RECRUIT:MYHUMANS:0:2:AS_IS:ADVENTURER]
Creatures that use a raw name you might not expect (space instead of underscore, bird without BIRD_ prefix, THING_GIANT instead of GIANT_THING) have a differently colored background. be extra careful to spell these correctly.
+
 
{|class="wikitable"
+
Creatures that use a raw name you might not expect, such as a space instead of an underscore, birds without {{tt|BIRD_}} prefix, and "{{tt|THING_GIANT}}" instead of "{{tt|GIANT_THING}}", are highlighted <span style="background-color: orange;">orange</span>. Be extra careful to spell these correctly.
 +
 
 +
{| class="wikitable"
 +
! Raw name !! Creature name !! Vermin
 
|-
 
|-
! Raw Name !! Name !! Vermin
+
! scope="row" colspan="3"| creature_amphibians
 
|-
 
|-
!scope="row" colspan="3"| creature_amphibians
+
| TOAD || [[toad]] || VERMIN
 
|-
 
|-
| TOAD
+
| TOAD_MAN || [[toad man]]
| toad
 
| VERMIN
 
 
|-
 
|-
!scope="row" colspan="3"| creature_annelids
+
| GIANT_TOAD || [[giant toad]]
 
|-
 
|-
| WORM
+
! scope="row" colspan="3"| creature_annelids
| worm
 
| VERMIN
 
 
|-
 
|-
!scope="row" colspan="3"| creature_birds
+
| WORM || [[worm]] || VERMIN
 
|-
 
|-
| BIRD_BLUEJAY
+
| WORM_MAN || [[worm man]]
| blue jay
 
| VERMIN
 
 
|-
 
|-
| BIRD_CARDINAL
+
! scope="row" colspan="3"| creature_birds
| cardinal
 
| VERMIN
 
 
|-
 
|-
| BIRD_GRACKLE
+
| BIRD_BLUEJAY || [[blue jay]] || VERMIN
| grackle
 
| VERMIN
 
 
|-
 
|-
| BIRD_ORIOLE
+
| BLUEJAY_MAN || [[bluejay man]]
| oriole
 
| VERMIN
 
 
|-
 
|-
| BIRD_RW_BLACKBIRD
+
| GIANT_BLUEJAY || [[giant bluejay]]
| red-winged blackbird
 
| VERMIN
 
 
|-
 
|-
| BIRD_PENGUIN
+
| BIRD_CARDINAL || [[cardinal]] || VERMIN
| penguin
 
|
 
 
|-
 
|-
| BIRD_PENGUIN_LITTLE
+
| CARDINAL_MAN || [[cardinal man]]
| little penguin
 
|
 
 
|-
 
|-
| BIRD_PENGUIN_EMPEROR
+
| GIANT_CARDINAL || [[giant cardinal]]
| emperor penguin
 
|
 
 
|-
 
|-
| style="background-color: orange;"| PENGUIN MAN
+
| BIRD_GRACKLE || [[grackle]] || VERMIN
| penguin man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| BIRD_PENGUIN_GIANT
+
| GRACKLE_MAN || [[grackle man]]
| giant penguin
 
|
 
 
|-
 
|-
| BIRD_FALCON_PEREGRINE
+
| GIANT_GRACKLE || [[giant grackle]]
| peregrine falcon
 
|
 
 
|-
 
|-
| style="background-color: orange;"| PEREGRINE FALCON MAN
+
| BIRD_ORIOLE || [[oriole]] || VERMIN
| peregrine falcon man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| GIANT PEREGRINE FALCON
+
| ORIOLE_MAN || [[oriole man]]
| giant peregrine falcon
 
|
 
 
|-
 
|-
| BIRD_KIWI
+
| GIANT_ORIOLE || [[giant oriole]]
| kiwi
 
|
 
 
|-
 
|-
| style="background-color: orange;"| KIWI MAN
+
| BIRD_RW_BLACKBIRD || [[red-winged blackbird]] || VERMIN
| kiwi man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| BIRD_KIWI_GIANT
+
| RW_BLACKBIRD_MAN || [[red-winged blackbird man]]
| giant kiwi
 
|
 
 
|-
 
|-
| BIRD_OSTRICH
+
| GIANT_RW_BLACKBIRD || [[giant red-winged blackbird]]
| ostrich
 
|
 
 
|-
 
|-
| style="background-color: orange;"| OSTRICH MAN
+
| BIRD_PENGUIN || [[penguin]]
| ostrich man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| BIRD_OSTRICH_GIANT
+
| BIRD_PENGUIN_LITTLE || [[little penguin]]
| giant ostrich
 
 
|-
 
|-
!scope="row" colspan="3"| creature_birds_new
+
| BIRD_PENGUIN_EMPEROR || [[emperor penguin]]
 
|-
 
|-
| BIRD_CROW
+
| style="background-color: orange;"| PENGUIN MAN || [[penguin man]]
| crow
 
| VERMIN
 
 
|-
 
|-
| CROW_MAN
+
| style="background-color: orange;"| BIRD_PENGUIN_GIANT || [[giant penguin]]
| crow man
 
|
 
 
|-
 
|-
| GIANT_CROW
+
| BIRD_FALCON_PEREGRINE || [[peregrine falcon]]
| giant crow
 
|
 
 
|-
 
|-
| BIRD_RAVEN
+
| style="background-color: orange;"| PEREGRINE FALCON MAN || [[peregrine falcon man]]
| raven
 
|
 
 
|-
 
|-
| RAVEN_MAN
+
| style="background-color: orange;"| GIANT PEREGRINE FALCON || [[giant peregrine falcon]]
| raven man
 
|
 
 
|-
 
|-
| GIANT_RAVEN
+
| BIRD_KIWI || [[kiwi]]
| giant raven
 
|
 
 
|-
 
|-
| BIRD_CASSOWARY
+
| style="background-color: orange;"| KIWI MAN || [[kiwi man]]
| cassowary
 
|
 
 
|-
 
|-
| CASSOWARY_MAN
+
| style="background-color: orange;"| BIRD_KIWI_GIANT || [[giant kiwi]]
| cassowary man
 
|
 
 
|-
 
|-
| GIANT_CASSOWARY
+
| BIRD_OSTRICH || [[ostrich]]
| giant cassowary
 
|
 
 
|-
 
|-
| BIRD_KEA
+
| style="background-color: orange;"| OSTRICH MAN || [[ostrich man]]
| kea
 
|
 
 
|-
 
|-
| KEA_MAN
+
| style="background-color: orange;"| BIRD_OSTRICH_GIANT || [[giant ostrich]]
| kea man
 
|
 
 
|-
 
|-
| GIANT_KEA
+
! scope="row" colspan="3"| creature_birds_new
| giant kea
 
|
 
 
|-
 
|-
| BIRD_OWL_SNOWY
+
| BIRD_CROW || [[crow]] || VERMIN
| snowy owl
 
|
 
 
|-
 
|-
| SNOWY_OWL_MAN
+
| CROW_MAN || [[crow man]]
| snowy owl man
 
|
 
 
|-
 
|-
| GIANT_SNOWY_OWL
+
| GIANT_CROW || [[giant crow]]
| giant snowy owl
 
|
 
 
|-
 
|-
| style="background-color: orange;"| SPARROW
+
| BIRD_RAVEN || [[raven]]
| sparrow
 
| VERMIN
 
 
|-
 
|-
| SPARROW_MAN
+
| RAVEN_MAN || [[raven man]]
| sparrow man
 
|
 
 
|-
 
|-
| GIANT_SPARROW
+
| GIANT_RAVEN || [[giant raven]]
| giant sparrow
 
|
 
 
|-
 
|-
| BIRD_STORK_WHITE
+
| BIRD_CASSOWARY || [[cassowary]]
| white stork
 
|
 
 
|-
 
|-
| WHITE_STORK_MAN
+
| CASSOWARY_MAN || [[cassowary man]]
| white stork man
 
|
 
 
|-
 
|-
| GIANT_WHITE_STORK
+
| GIANT_CASSOWARY || [[giant cassowary]]
| giant white stork
 
|
 
 
|-
 
|-
| BIRD_LOON
+
| BIRD_KEA || [[kea]]
| loon
 
|
 
 
|-
 
|-
| LOON_MAN
+
| KEA_MAN || [[kea man]]
| loon man
 
|
 
 
|-
 
|-
| GIANT_LOON
+
| GIANT_KEA || [[giant kea]]
| giant loon
 
|
 
 
|-
 
|-
| BIRD_OWL_BARN
+
| BIRD_OWL_SNOWY || [[snowy owl]]
| barn owl
 
|
 
 
|-
 
|-
| BARN_OWL_MAN
+
| SNOWY_OWL_MAN || [[snowy owl man]]
| barn owl man
 
|
 
 
|-
 
|-
| GIANT_BARN_OWL
+
| GIANT_SNOWY_OWL || [[giant snowy owl]]
| giant barn owl
 
|
 
 
|-
 
|-
| BIRD_PARAKEET
+
| style="background-color: orange;"| SPARROW || [[sparrow]] || VERMIN
| parakeet
 
| VERMIN
 
 
|-
 
|-
| PARAKEET_MAN
+
| SPARROW_MAN || [[sparrow man]]
| parakeet man
 
|
 
 
|-
 
|-
| GIANT_PARAKEET
+
| GIANT_SPARROW || [[giant sparrow]]
| giant parakeet
 
|
 
 
|-
 
|-
| BIRD_KAKAPO
+
| BIRD_STORK_WHITE || [[white stork]]
| kakapo
 
|
 
 
|-
 
|-
| KAKAPO_MAN
+
| WHITE_STORK_MAN || [[white stork man]]
| kakapo man
 
|
 
 
|-
 
|-
| GIANT_KAKAPO
+
| GIANT_WHITE_STORK || [[giant white stork]]
| giant kakapo
 
|
 
 
|-
 
|-
| BIRD_PARROT_GREY
+
| BIRD_LOON || [[loon]]
| grey parrot
 
|
 
 
|-
 
|-
| GREY_PARROT_MAN
+
| LOON_MAN || [[loon man]]
| grey parrot man
 
|
 
 
|-
 
|-
| GIANT_GREY_PARROT
+
| GIANT_LOON || [[giant loon]]
| giant grey parrot
 
|
 
 
|-
 
|-
| BIRD_PUFFIN
+
| BIRD_OWL_BARN || [[barn owl]]
| puffin
 
|
 
 
|-
 
|-
| PUFFIN_MAN
+
| BARN_OWL_MAN || [[barn owl man]]
| puffin man
 
|
 
 
|-
 
|-
| GIANT_PUFFIN
+
| GIANT_BARN_OWL || [[giant barn owl]]
| giant puffin
 
|
 
 
|-
 
|-
| BIRD_SWAN
+
| BIRD_PARAKEET || [[parakeet]] || VERMIN
| swan
 
|
 
 
|-
 
|-
| SWAN_MAN
+
| PARAKEET_MAN || [[parakeet man]]
| swan man
 
|
 
 
|-
 
|-
| GIANT_SWAN
+
| GIANT_PARAKEET || [[giant parakeet]]
| giant swan
 
|
 
 
|-
 
|-
| BIRD_LORIKEET
+
| BIRD_KAKAPO || [[kakapo]]
| lorikeet
 
| VERMIN
 
 
|-
 
|-
| LORIKEET_MAN
+
| KAKAPO_MAN || [[kakapo man]]
| lorikeet man
 
|
 
 
|-
 
|-
| GIANT_LORIKEET
+
| GIANT_KAKAPO || [[giant kakapo]]
| giant lorikeet
 
|
 
 
|-
 
|-
| BIRD_WREN
+
| BIRD_PARROT_GREY || [[grey parrot]]
| wren
 
| VERMIN
 
 
|-
 
|-
| WREN_MAN
+
| GREY_PARROT_MAN || [[grey parrot man]]
| wren man
 
|
 
 
|-
 
|-
| GIANT_WREN
+
| GIANT_GREY_PARROT || [[giant grey parrot]]
| giant wren
 
|
 
 
|-
 
|-
| BIRD_OSPREY
+
| BIRD_PUFFIN || [[puffin]]
| osprey
 
|
 
 
|-
 
|-
| OSPREY_MAN
+
| PUFFIN_MAN || [[puffin man]]
| osprey man
 
|
 
 
|-
 
|-
| GIANT_OSPREY
+
| GIANT_PUFFIN || [[giant puffin]]
| giant osprey
 
|
 
 
|-
 
|-
| BIRD_EMU
+
| BIRD_SWAN || [[swan]]
| emu
 
|
 
 
|-
 
|-
| EMU_MAN
+
| SWAN_MAN || [[swan man]]
| emu man
 
|
 
 
|-
 
|-
| GIANT_EMU
+
| GIANT_SWAN || [[giant swan]]
| giant emu
 
|
 
 
|-
 
|-
| BIRD_COCKATIEL
+
| BIRD_LORIKEET || [[lorikeet]] || VERMIN
| cockatiel
 
| VERMIN
 
 
|-
 
|-
| COCKATIEL_MAN
+
| LORIKEET_MAN || [[lorikeet man]]
| cockatiel man
 
|
 
 
|-
 
|-
| GIANT_COCKATIEL
+
| GIANT_LORIKEET || [[giant lorikeet]]
| giant cockatiel
 
|
 
 
|-
 
|-
| BIRD_LOVEBIRD_PEACH-FACED
+
| BIRD_WREN || [[wren]] || VERMIN
| peach-faced lovebird
 
| VERMIN
 
 
|-
 
|-
| PEACH-FACED_LOVEBIRD_MAN
+
| WREN_MAN || [[wren man]]
| peach-faced lovebird man
 
|
 
 
|-
 
|-
| GIANT_PEACH-FACED_LOVEBIRD
+
| GIANT_WREN || [[giant wren]]
| giant peach-faced lovebird
 
|
 
 
|-
 
|-
| BIRD_MAGPIE
+
| BIRD_OSPREY || [[osprey]]
| magpie
 
| VERMIN
 
 
|-
 
|-
| MAGPIE_MAN
+
| OSPREY_MAN || [[osprey man]]
| magpie man
 
|
 
 
|-
 
|-
| GIANT_MAGPIE
+
| GIANT_OSPREY || [[giant osprey]]
| giant magpie
 
|
 
 
|-
 
|-
| BIRD_KESTREL
+
| BIRD_EMU || [[emu]]
| kestrel
 
|
 
 
|-
 
|-
| KESTREL_MAN
+
| EMU_MAN || [[emu man]]
| kestrel man
 
|
 
 
|-
 
|-
| GIANT_KESTREL
+
| GIANT_EMU || [[giant emu]]
| giant kestrel
 
|
 
 
|-
 
|-
| BIRD_ALBATROSS
+
| BIRD_COCKATIEL || [[cockatiel]] || VERMIN
| albatross
 
|
 
 
|-
 
|-
| ALBATROSS_MAN
+
| COCKATIEL_MAN || [[cockatiel man]]
| albatross man
 
|
 
 
|-
 
|-
| GIANT_ALBATROSS
+
| GIANT_COCKATIEL || [[giant cockatiel]]
| giant albatross
 
|
 
 
|-
 
|-
| BIRD_OWL_GREAT_HORNED
+
| BIRD_LOVEBIRD_PEACH-FACED || [[peach-faced lovebird]] || VERMIN
| great horned owl
 
|
 
 
|-
 
|-
| GREAT_HORNED_OWL_MAN
+
| PEACH-FACED_LOVEBIRD_MAN || [[peach-faced lovebird man]]
| great horned owl man
 
|
 
 
|-
 
|-
| GIANT_GREAT_HORNED_OWL
+
| GIANT_PEACH-FACED_LOVEBIRD || [[giant peach-faced lovebird]]
| giant great horned owl
 
|
 
 
|-
 
|-
| BIRD_EAGLE
+
| BIRD_MAGPIE || [[magpie]] || VERMIN
| eagle
 
|
 
 
|-
 
|-
| EAGLE_MAN
+
| MAGPIE_MAN || [[magpie man]]
| eagle man
 
|
 
 
|-
 
|-
| GIANT_EAGLE
+
| GIANT_MAGPIE || [[giant magpie]]
| giant eagle
 
|
 
 
|-
 
|-
| BIRD_HORNBILL
+
| BIRD_KESTREL || [[kestrel]]
| hornbill
 
|
 
 
|-
 
|-
| HORNBILL_MAN
+
| KESTREL_MAN || [[kestrel man]]
| hornbill man
 
|
 
 
|-
 
|-
| GIANT_HORNBILL
+
| GIANT_KESTREL || [[giant kestrel]]
| giant hornbill
 
|
 
 
|-
 
|-
| BIRD_LOVEBIRD_MASKED
+
| BIRD_ALBATROSS || [[albatross]]
| masked lovebird
 
| VERMIN
 
 
|-
 
|-
| MASKED_LOVEBIRD_MAN
+
| ALBATROSS_MAN || [[albatross man]]
| masked lovebird man
 
|
 
 
|-
 
|-
| GIANT_MASKED_LOVEBIRD
+
| GIANT_ALBATROSS || [[giant albatross]]
| giant masked lovebird
 
|
 
 
|-
 
|-
| BIRD_BUSHTIT
+
| BIRD_OWL_GREAT_HORNED || [[great horned owl]]
| bushtit
 
| VERMIN
 
 
|-
 
|-
| BUSHTIT_MAN
+
| GREAT_HORNED_OWL_MAN || [[great horned owl man]]
| bushtit man
 
|
 
 
|-
 
|-
| GIANT_BUSHTIT
+
| GIANT_GREAT_HORNED_OWL || [[giant great horned owl]]
| giant bushtit
 
 
|-
 
|-
!scope="row" colspan="3"| creature_bug_slug_new
+
| BIRD_EAGLE || [[eagle]]
 
|-
 
|-
| DAMSELFLY
+
| EAGLE_MAN || [[eagle man]]
| damselfly
 
| VERMIN
 
 
|-
 
|-
| DAMSELFLY_MAN
+
| GIANT_EAGLE || [[giant eagle]]
| damselfly man
 
|
 
 
|-
 
|-
| GIANT_DAMSELFLY
+
| BIRD_HORNBILL || [[hornbill]]
| giant damselfly
 
|
 
 
|-
 
|-
| MOTH
+
| HORNBILL_MAN || [[hornbill man]]
| moth
 
| VERMIN
 
 
|-
 
|-
| MOTH_MAN
+
| GIANT_HORNBILL || [[giant hornbill]]
| moth man
 
|
 
 
|-
 
|-
| GIANT_MOTH
+
| BIRD_LOVEBIRD_MASKED || [[masked lovebird]] || VERMIN
| giant moth
 
|
 
 
|-
 
|-
| GRASSHOPPER
+
| MASKED_LOVEBIRD_MAN || [[masked lovebird man]]
| grasshopper
 
| VERMIN
 
 
|-
 
|-
| GRASSHOPPER_MAN
+
| GIANT_MASKED_LOVEBIRD || [[giant masked lovebird]]
| grasshopper man
 
|
 
 
|-
 
|-
| GIANT_GRASSHOPPER
+
| BIRD_BUSHTIT || [[bushtit]] || VERMIN
| giant grasshopper
 
|
 
 
|-
 
|-
| BARK_SCORPION
+
| BUSHTIT_MAN || [[bushtit man]]
| bark scorpion
 
| VERMIN
 
 
|-
 
|-
| BARK_SCORPION_MAN
+
| GIANT_BUSHTIT || [[giant bushtit]]
| bark scorpion man
 
|
 
 
|-
 
|-
| GIANT_BARK_SCORPION
+
! scope="row" colspan="3"| creature_bug_slug_new
| giant bark scorpion
 
|
 
 
|-
 
|-
| MANTIS
+
| DAMSELFLY || [[damselfly]] || VERMIN
| mantis
 
| VERMIN
 
 
|-
 
|-
| MANTIS_MAN
+
| DAMSELFLY_MAN || [[damselfly man]]
| mantis man
 
|
 
 
|-
 
|-
| GIANT_MANTIS
+
| GIANT_DAMSELFLY || [[giant damselfly]]
| giant mantis
 
|
 
 
|-
 
|-
| TICK
+
| MOTH || [[moth]] || VERMIN
| tick
 
| VERMIN
 
 
|-
 
|-
| TICK_MAN
+
| MOTH_MAN || [[moth man]]
| tick man
 
|
 
 
|-
 
|-
| GIANT_TICK
+
| GIANT_MOTH || [[giant moth]]
| giant tick
 
|
 
 
|-
 
|-
| LOUSE
+
| GRASSHOPPER || [[grasshopper]] || VERMIN
| louse
 
| VERMIN
 
 
|-
 
|-
| LOUSE_MAN
+
| GRASSHOPPER_MAN || [[grasshopper man]]
| louse man
 
|
 
 
|-
 
|-
| GIANT_LOUSE
+
| GIANT_GRASSHOPPER || [[giant grasshopper]]
| giant louse
 
|
 
 
|-
 
|-
| THRIPS
+
| BARK_SCORPION || [[bark scorpion]] || VERMIN
| thrips
 
| VERMIN
 
 
|-
 
|-
| THRIPS_MAN
+
| BARK_SCORPION_MAN || [[bark scorpion man]]
| thrips man
 
|
 
 
|-
 
|-
| GIANT_THRIPS
+
| GIANT_BARK_SCORPION || [[giant bark scorpion]]
| giant thrips
 
|
 
 
|-
 
|-
| SLUG
+
| MANTIS || [[mantis]] || VERMIN
| slug
 
| VERMIN
 
 
|-
 
|-
| SLUG_MAN
+
| MANTIS_MAN || [[mantis man]]
| slug man
 
|
 
 
|-
 
|-
| GIANT_SLUG
+
| GIANT_MANTIS || [[giant mantis]]
| giant slug
 
|
 
 
|-
 
|-
| MOSQUITO
+
| TICK || [[tick]] || VERMIN
| mosquito
 
| VERMIN
 
 
|-
 
|-
| MOSQUITO_MAN
+
| TICK_MAN || [[tick man]]
| mosquito man
 
|
 
 
|-
 
|-
| GIANT_MOSQUITO
+
| GIANT_TICK || [[giant tick]]
| giant mosquito
 
|
 
 
|-
 
|-
| SPIDER_JUMPING
+
| LOUSE || [[louse]] || VERMIN
| jumping spider
 
| VERMIN
 
 
|-
 
|-
| JUMPING_SPIDER_MAN
+
| LOUSE_MAN || [[louse man]]
| jumping spider man
 
|
 
 
|-
 
|-
| GIANT_JUMPING_SPIDER
+
| GIANT_LOUSE || [[giant louse]]
| giant jumping spider
 
|
 
 
|-
 
|-
| TERMITE
+
| THRIPS || [[thrips]] || VERMIN
| termite
 
| VERMIN
 
 
|-
 
|-
| MOON_SNAIL
+
| THRIPS_MAN || [[thrips man]]
| moon snail
 
| VERMIN
 
 
|-
 
|-
| MOON_SNAIL_MAN
+
| GIANT_THRIPS || [[giant thrips]]
| moon snail man
 
|
 
 
|-
 
|-
| GIANT_MOON_SNAIL
+
| SLUG || [[slug]] || VERMIN
| giant moon snail
 
|
 
 
|-
 
|-
| SPIDER_BROWN_RECLUSE
+
| SLUG_MAN || [[slug man]]
| brown recluse spider
 
| VERMIN
 
 
|-
 
|-
| BROWN_RECLUSE_SPIDER_MAN
+
| GIANT_SLUG || [[giant slug]]
| brown recluse spider man
 
|
 
 
|-
 
|-
| GIANT_BROWN_RECLUSE_SPIDER
+
| MOSQUITO || [[mosquito]] || VERMIN
| giant brown recluse spider
 
|
 
 
|-
 
|-
| SNAIL
+
| MOSQUITO_MAN || [[mosquito man]]
| snail
 
| VERMIN
 
 
|-
 
|-
| SNAIL_MAN
+
| GIANT_MOSQUITO || [[giant mosquito]]
| snail man
 
|
 
 
|-
 
|-
| GIANT_SNAIL
+
| SPIDER_JUMPING || [[jumping spider]] || VERMIN
| giant snail
 
 
|-
 
|-
!scope="row" colspan="3"| creature_desert_new
+
| JUMPING_SPIDER_MAN || [[jumping spider man]]
 
|-
 
|-
| GECKO_LEOPARD
+
| GIANT_JUMPING_SPIDER || [[giant jumping spider]]
| leopard gecko
 
| VERMIN
 
 
|-
 
|-
| LEOPARD_GECKO_MAN
+
| TERMITE || [[termite]] || VERMIN
| leopard gecko man
 
|
 
 
|-
 
|-
| GIANT_LEOPARD_GECKO
+
| MOON_SNAIL || [[moon snail]] || VERMIN
| giant leopard gecko
 
|
 
 
|-
 
|-
| style="background-color: orange;"| DESERT TORTOISE
+
| MOON_SNAIL_MAN || [[moon snail man]]
| desert tortoise
 
|
 
 
|-
 
|-
| DESERT_TORTOISE_MAN
+
| GIANT_MOON_SNAIL || [[giant moon snail]]
| desert tortoise man
 
|
 
 
|-
 
|-
| GIANT_DESERT_TORTOISE
+
| SPIDER_BROWN_RECLUSE || [[brown recluse spider]] || VERMIN
| giant desert tortoise
 
|
 
 
|-
 
|-
| GILA_MONSTER
+
| BROWN_RECLUSE_SPIDER_MAN || [[brown recluse spider man]]
| gila monster
 
|
 
 
|-
 
|-
| GILA_MONSTER_MAN
+
| GIANT_BROWN_RECLUSE_SPIDER || [[giant brown recluse spider]]
| gila monster man
 
|
 
 
|-
 
|-
| GIANT_GILA_MONSTER
+
| SNAIL || [[snail]] || VERMIN
| giant gila monster
 
 
|-
 
|-
!scope="row" colspan="3"| creature_domestic
+
| SNAIL_MAN || [[snail man]]
 
|-
 
|-
| DOG
+
| GIANT_SNAIL || [[giant snail]]
| dog
 
|
 
 
|-
 
|-
| CAT
+
! scope="row" colspan="3"| creature_desert_new
| cat
 
|
 
 
|-
 
|-
| MULE
+
| GECKO_LEOPARD || [[leopard gecko]] || VERMIN
| mule
 
|
 
 
|-
 
|-
| DONKEY
+
| LEOPARD_GECKO_MAN || [[leopard gecko man]]
| donkey
 
|
 
 
|-
 
|-
| HORSE
+
| GIANT_LEOPARD_GECKO || [[giant leopard gecko]]
| horse
 
|
 
 
|-
 
|-
| COW
+
| style="background-color: orange;"| DESERT TORTOISE || [[desert tortoise]]
| cow
 
|
 
 
|-
 
|-
| SHEEP
+
| DESERT_TORTOISE_MAN || [[desert tortoise man]]
| sheep
 
|
 
 
|-
 
|-
| PIG
+
| GIANT_DESERT_TORTOISE || [[giant desert tortoise]]
| pig
 
|
 
 
|-
 
|-
| GOAT
+
| GILA_MONSTER || [[gila monster]]
| goat
 
|
 
 
|-
 
|-
| BIRD_CHICKEN
+
| GILA_MONSTER_MAN || [[gila monster man]]
| chicken
 
|
 
 
|-
 
|-
| CAVY
+
| GIANT_GILA_MONSTER || [[giant gila monster]]
| cavy
 
|
 
 
|-
 
|-
| BIRD_DUCK
+
! scope="row" colspan="3"| creature_domestic
| duck
 
|
 
 
|-
 
|-
| WATER_BUFFALO
+
| DOG || [[dog]]
| water buffalo
 
|
 
 
|-
 
|-
| REINDEER
+
| CAT || [[cat]]
| reindeer
 
|
 
 
|-
 
|-
| BIRD_GOOSE
+
| MULE || [[mule]]
| goose
 
|
 
 
|-
 
|-
| YAK
+
| DONKEY || [[donkey]]
| yak
 
|
 
 
|-
 
|-
| LLAMA
+
| HORSE || [[horse]]
| llama
 
|
 
 
|-
 
|-
| ALPACA
+
| COW || [[cow]]
| alpaca
 
|
 
 
|-
 
|-
| BIRD_GUINEAFOWL
+
| SHEEP || [[sheep]]
| guineafowl
 
|
 
 
|-
 
|-
| BIRD_PEAFOWL_BLUE
+
| PIG || [[pig]]
| blue peafowl
 
|
 
 
|-
 
|-
| BIRD_TURKEY
+
| GOAT || [[goat]]
| turkey
 
|
 
 
|-
 
|-
| RABBIT
+
| BIRD_CHICKEN || [[chicken]]
| rabbit
 
 
|-
 
|-
!scope="row" colspan="3"| creature_fanciful
+
| CAVY || [[cavy]]
 
|-
 
|-
| CHIMERA
+
| BIRD_DUCK || [[duck]]
| chimera
 
|
 
 
|-
 
|-
| CENTAUR
+
| WATER_BUFFALO || [[water buffalo]]
| centaur
 
|
 
 
|-
 
|-
| GRIFFON
+
| REINDEER || [[reindeer]]
| griffon
 
 
|-
 
|-
!scope="row" colspan="3"| creature_insects
+
| BIRD_GOOSE || [[goose]]
 
|-
 
|-
| FLY
+
| YAK || [[yak]]
| fly
 
| VERMIN
 
 
|-
 
|-
| ROACH_LARGE
+
| LLAMA || [[llama]]
| large roach
 
| VERMIN
 
 
|-
 
|-
| BEETLE
+
| ALPACA || [[alpaca]]
| beetle
 
| VERMIN
 
 
|-
 
|-
| ANT
+
| BIRD_GUINEAFOWL || [[guineafowl]]
| ant
 
| VERMIN
 
 
|-
 
|-
| BUTTERFLY_MONARCH
+
| BIRD_PEAFOWL_BLUE || [[blue peafowl]]
| monarch butterfly
 
| VERMIN
 
 
|-
 
|-
| FIREFLY
+
| BIRD_TURKEY || [[turkey]]
| firefly
 
| VERMIN
 
 
|-
 
|-
| DRAGONFLY
+
| RABBIT || [[rabbit]]
| dragonfly
 
| VERMIN
 
 
|-
 
|-
| HONEY_BEE
+
! scope="row" colspan="3"| creature_equipment
| honey bee
 
| VERMIN
 
 
|-
 
|-
| BUMBLEBEE
+
| EQUIPMENT_WAGON || [[wagon]]
| bumblebee
 
| VERMIN
 
 
|-
 
|-
!scope="row" colspan="3"| creature_large_mountain
+
! scope="row" colspan="3"| creature_fanciful
 
|-
 
|-
| GOAT_MOUNTAIN
+
| CHIMERA || [[chimera]]
| mountain goat
 
|
 
 
|-
 
|-
| MARMOT_HOARY
+
| CENTAUR || [[centaur]]
| hoary marmot
 
|
 
 
|-
 
|-
| GNOME_MOUNTAIN
+
| GRIFFON || [[griffon]]
| mountain gnome
 
|
 
 
|-
 
|-
| GNOME_DARK
+
! scope="row" colspan="3"| creature_insects
| dark gnome
 
 
|-
 
|-
!scope="row" colspan="3"| creature_large_ocean
+
| FLY || [[fly]] || VERMIN
 
|-
 
|-
| WALRUS
+
| FLY_MAN || [[fly man]]
| walrus
 
|
 
 
|-
 
|-
| FISH_LAMPREY_SEA
+
| GIANT_FLY || [[giant fly]]
| sea lamprey
 
|
 
 
|-
 
|-
| SHARK_GREAT_WHITE
+
| ROACH_LARGE || [[large roach]] || VERMIN
| great white shark
 
|
 
 
|-
 
|-
| SHARK_FRILL
+
| ROACH_MAN || [[roach man]]
| frill shark
 
|
 
 
|-
 
|-
| SHARK_SPINY_DOGFISH
+
| GIANT_ROACH || [[giant roach]]
| spiny dogfish
 
|
 
 
|-
 
|-
| SHARK_WOBBEGONG_SPOTTED
+
| BEETLE || [[beetle]] || VERMIN
| spotted wobbegong
 
|
 
 
|-
 
|-
| SHARK_WHALE
+
| BEETLE_MAN || [[beetle man]]
| whale shark
 
|
 
 
|-
 
|-
| SHARK_BASKING
+
| GIANT_BEETLE || [[giant beetle]]
| basking shark
 
|
 
 
|-
 
|-
| SHARK_NURSE
+
| ANT || [[ant]] || VERMIN
| nurse shark
 
|
 
 
|-
 
|-
| SHARK_MAKO_SHORTFIN
+
| BUTTERFLY_MONARCH || [[monarch butterfly]] || VERMIN
| shortfin mako shark
 
|
 
 
|-
 
|-
| SHARK_MAKO_LONGFIN
+
| BUTTERFLY_MONARCH_MAN || [[monarch butterfly man]]
| longfin mako shark
 
|
 
 
|-
 
|-
| SHARK_TIGER
+
| GIANT_BUTTERFLY_MONARCH || [[giant monarch butterfly]]
| tiger shark
 
|
 
 
|-
 
|-
| SHARK_BULL
+
| FIREFLY || [[firefly]] || VERMIN
| bull shark
 
|
 
 
|-
 
|-
| SHARK_REEF_BLACKTIP
+
| FIREFLY_MAN || [[firefly man]]
| blacktip reef shark
 
|
 
 
|-
 
|-
| SHARK_REEF_WHITETIP
+
| GIANT_FIREFLY || [[giant firefly]]
| whitetip reef shark
 
|
 
 
|-
 
|-
| SHARK_BLUE
+
| DRAGONFLY || [[dragonfly]] || VERMIN
| blue shark
 
|
 
 
|-
 
|-
| SHARK_HAMMERHEAD
+
| DRAGONFLY_MAN || [[dragonfly man]]
| hammerhead shark
 
|
 
 
|-
 
|-
| SHARK_ANGEL
+
| GIANT_DRAGONFLY || [[giant dragonfly]]
| angelshark
 
|
 
 
|-
 
|-
| FISH_SKATE_COMMON
+
| HONEY_BEE || [[honey bee]] || VERMIN
| common skate
 
|
 
 
|-
 
|-
| FISH_RAY_MANTA
+
| BUMBLEBEE || [[bumblebee]]
| manta ray
 
|
 
 
|-
 
|-
| FISH_STINGRAY
+
! scope="row" colspan="3"| creature_large_mountain
| stingray
 
|
 
 
|-
 
|-
| FISH_COELACANTH
+
| GOAT_MOUNTAIN || [[mountain goat]]
| coelacanth
 
|
 
 
|-
 
|-
| FISH_STURGEON
+
| GOAT_MOUNTAIN_MAN || [[mountain goat man]]
| sturgeon
 
|
 
 
|-
 
|-
| FISH_CONGER_EEL
+
| GIANT_GOAT_MOUNTAIN || [[giant mountain goat]]
| conger eel
 
|
 
 
|-
 
|-
| FISH_MILKFISH
+
| MARMOT_HOARY || [[hoary marmot]]
| milkfish
 
|
 
 
|-
 
|-
| FISH_COD
+
| MARMOT_HOARY_MAN || [[hoary marmot man]]
| cod
 
|
 
 
|-
 
|-
| FISH_OPAH
+
| GIANT_MARMOT_HOARY || [[giant hoary marmot]]
| opah
 
|
 
 
|-
 
|-
| FISH_GROUPER_GIANT
+
| GNOME_MOUNTAIN || [[mountain gnome]]
| giant grouper
 
|
 
 
|-
 
|-
| FISH_BLUEFISH
+
| GNOME_DARK || [[dark gnome]]
| bluefish
 
|
 
 
|-
 
|-
| FISH_SUNFISH_OCEAN
+
! scope="row" colspan="3"| creature_large_ocean
| ocean sunfish
 
|
 
 
|-
 
|-
| FISH_SWORDFISH
+
| WALRUS || [[walrus]]
| swordfish
 
|
 
 
|-
 
|-
| FISH_MARLIN
+
| WALRUS_MAN || [[walrus man]]
| marlin
 
|
 
 
|-
 
|-
| FISH_HALIBUT
+
| GIANT_WALRUS || [[giant walrus]]
| halibut
 
|
 
 
|-
 
|-
| FISH_BARRACUDA_GREAT
+
| FISH_LAMPREY_SEA || [[sea lamprey]]
| great barracuda
 
|
 
 
|-
 
|-
| FISH_TUNA_BLUEFIN
+
| SHARK_GREAT_WHITE || [[great white shark]]
| bluefin tuna
 
|
 
 
|-
 
|-
| NARWHAL
+
| SHARK_FRILL || [[frill shark]]
| narwhal
 
|
 
 
|-
 
|-
| style="background-color: orange;"| NARWHAL MAN
+
| SHARK_SPINY_DOGFISH || [[spiny dogfish]]
| narwhal man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| NARWHAL, GIANT
+
| SHARK_WOBBEGONG_SPOTTED || [[spotted wobbegong]]
| giant narwhal
 
 
|-
 
|-
!scope="row" colspan="3"| creature_large_riverlake
+
| SHARK_WHALE || [[whale shark]]
 
|-
 
|-
| HIPPO
+
| SHARK_BASKING || [[basking shark]]
| hippo
 
|
 
 
|-
 
|-
| FISH_GAR_LONGNOSE
+
| SHARK_NURSE || [[nurse shark]]
| longnose gar
 
|
 
 
|-
 
|-
| FISH_CARP
+
| SHARK_MAKO_SHORTFIN || [[shortfin mako shark]]
| carp
 
|
 
 
|-
 
|-
| FISH_TIGERFISH
+
| SHARK_MAKO_LONGFIN || [[longfin mako shark]]
| tigerfish
 
|
 
 
|-
 
|-
| FISH_PIKE
+
| SHARK_TIGER || [[tiger shark]]
| pike
 
|
 
 
|-
 
|-
| PLATYPUS
+
| SHARK_BULL || [[bull shark]]
| platypus
 
|
 
 
|-
 
|-
| style="background-color: orange;"| PLATYPUS MAN
+
| SHARK_REEF_BLACKTIP || [[blacktip reef shark]]
| platypus man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| PLATYPUS, GIANT
+
| SHARK_REEF_WHITETIP || [[whitetip reef shark]]
| giant platypus
 
 
|-
 
|-
!scope="row" colspan="3"| creature_large_temperate
+
| SHARK_BLUE || [[blue shark]]
 
|-
 
|-
| BEAR_GRIZZLY
+
| SHARK_HAMMERHEAD || [[hammerhead shark]]
| grizzly bear
 
|
 
 
|-
 
|-
| BEAR_BLACK
+
| SHARK_ANGEL || [[angelshark]]
| black bear
 
|
 
 
|-
 
|-
| DEER
+
| FISH_SKATE_COMMON || [[common skate]]
| deer
 
|
 
 
|-
 
|-
| FOX
+
| FISH_RAY_MANTA || [[manta ray]]
| fox
 
|
 
 
|-
 
|-
| RACCOON
+
| FISH_STINGRAY || [[stingray]]
| raccoon
 
|
 
 
|-
 
|-
| MACAQUE_RHESUS
+
| FISH_COELACANTH || [[coelacanth]]
| rhesus macaque
 
|
 
 
|-
 
|-
| COUGAR
+
| FISH_STURGEON || [[sturgeon]]
| cougar
 
|
 
 
|-
 
|-
| WOLF
+
| FISH_CONGER_EEL || [[conger eel]]
| wolf
 
|
 
 
|-
 
|-
| GROUNDHOG
+
| FISH_MILKFISH || [[milkfish]]
| groundhog
 
|
 
 
|-
 
|-
| ALLIGATOR
+
| FISH_COD || [[cod]]
| alligator
 
|
 
 
|-
 
|-
| BIRD_BUZZARD
+
| FISH_OPAH || [[opah]]
| buzzard
 
|
 
 
|-
 
|-
| PANDA
+
| FISH_GROUPER_GIANT || [[giant grouper]]
| panda
 
|
 
 
|-
 
|-
| style="background-color: orange;"| PANDA, GIGANTIC
+
| FISH_BLUEFISH || [[bluefish]]
| gigantic panda
 
|
 
 
|-
 
|-
| style="background-color: orange;"| PANDA MAN
+
| FISH_SUNFISH_OCEAN || [[ocean sunfish]]
| panda man
 
|
 
 
|-
 
|-
| CAPYBARA
+
| FISH_SWORDFISH || [[swordfish]]
| capybara
 
|
 
 
|-
 
|-
| style="background-color: orange;"| CAPYBARA, GIANT
+
| FISH_MARLIN || [[marlin]]
| giant capybara
 
|
 
 
|-
 
|-
| style="background-color: orange;"| CAPYBARA MAN
+
| FISH_HALIBUT || [[halibut]]
| capybara man
 
|
 
 
|-
 
|-
| BADGER
+
| FISH_BARRACUDA_GREAT || [[great barracuda]]
| badger
 
|
 
 
|-
 
|-
| style="background-color: orange;"| BADGER MAN
+
| FISH_TUNA_BLUEFIN || [[bluefin tuna]]
| badger man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| BADGER, GIANT
+
| NARWHAL || [[narwhal]]
| giant badger
 
|
 
 
|-
 
|-
| MOOSE
+
| style="background-color: orange;"| NARWHAL MAN || [[narwhal man]]
| moose
 
|
 
 
|-
 
|-
| style="background-color: orange;"| MOOSE MAN
+
| style="background-color: orange;"| NARWHAL, GIANT || [[giant narwhal]]
| moose man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| MOOSE, GIANT
+
! scope="row" colspan="3"| creature_large_riverlake
| giant moose
 
|
 
 
|-
 
|-
| style="background-color: orange;"| RED PANDA
+
| HIPPO || [[hippo]]
| red panda
 
|
 
 
|-
 
|-
| style="background-color: orange;"| RED PANDA MAN
+
| HIPPO_MAN || [[hippo man]]
| red panda man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| RED PANDA, GIANT
+
| GIANT_HIPPO || [[giant hippo]]
| giant red panda
 
 
|-
 
|-
!scope="row" colspan="3"| creature_large_tropical
+
| FISH_GAR_LONGNOSE || [[longnose gar]]
 
|-
 
|-
| ELEPHANT
+
| FISH_CARP || [[carp]]
| elephant
 
|
 
 
|-
 
|-
| WARTHOG
+
| FISH_TIGERFISH || [[tigerfish]]
| warthog
 
|
 
 
|-
 
|-
| LION
+
| FISH_PIKE || [[pike]]
| lion
 
|
 
 
|-
 
|-
| LEOPARD
+
| PLATYPUS || [[platypus]]
| leopard
 
|
 
 
|-
 
|-
| JAGUAR
+
| style="background-color: orange;"| PLATYPUS MAN || [[platypus man]]
| jaguar
 
|
 
 
|-
 
|-
| TIGER
+
| style="background-color: orange;"| PLATYPUS, GIANT || [[giant platypus]]
| tiger
 
|
 
 
|-
 
|-
| style="background-color: orange;"| TIGERMAN
+
! scope="row" colspan="3"| creature_large_temperate
| tiger man
 
|
 
 
|-
 
|-
| CHEETAH
+
| BEAR_GRIZZLY || [[grizzly bear]]
| cheetah
 
|
 
 
|-
 
|-
| GAZELLE
+
| BEAR_GRIZZLY_MAN || [[grizzly bear man]]
| gazelle
 
|
 
 
|-
 
|-
| MANDRILL
+
| GIANT_BEAR_GRIZZLY || [[giant grizzly bear]]
| mandrill
 
|
 
 
|-
 
|-
| CHIMPANZEE
+
| BEAR_BLACK || [[black bear]]
| chimpanzee
 
|
 
 
|-
 
|-
| BONOBO
+
| BEAR_BLACK_MAN || [[black bear man]]
| bonobo
 
|
 
 
|-
 
|-
| GORILLA
+
| GIANT_BEAR_BLACK || [[giant black bear]]
| gorilla
 
|
 
 
|-
 
|-
| ORANGUTAN
+
| DEER || [[deer]]
| orangutan
 
|
 
 
|-
 
|-
| GIBBON_SIAMANG
+
| DEER_MAN || [[deer man]]
| siamang
 
|
 
 
|-
 
|-
| GIBBON_WHITE_HANDED
+
| GIANT_DEER || [[giant deer]]
| white-handed gibbon
 
|
 
 
|-
 
|-
| GIBBON_BLACK_HANDED
+
| FOX || [[fox]]
| black-handed gibbon
 
|
 
 
|-
 
|-
| GIBBON_GRAY
+
| FOX_MAN || [[fox man]]
| gray gibbon
 
|
 
 
|-
 
|-
| GIBBON_SILVERY
+
| GIANT_FOX || [[giant fox]]
| silvery gibbon
 
|
 
 
|-
 
|-
| GIBBON_PILEATED
+
| RACCOON || [[raccoon]]
| pileated gibbon
 
|
 
 
|-
 
|-
| GIBBON_BILOU
+
| RACCOON_MAN || [[raccoon man]]
| bilou
 
|
 
 
|-
 
|-
| GIBBON_WHITE_BROWED
+
| GIANT_RACCOON || [[giant raccoon]]
| white-browed gibbon
 
|
 
 
|-
 
|-
| GIBBON_BLACK_CRESTED
+
| MACAQUE_RHESUS || [[rhesus macaque]]
| black-crested gibbon
 
|
 
 
|-
 
|-
| CAMEL_1_HUMP
+
| MACAQUE_RHESUS_MAN || [[rhesus macaque man]]
| one-humped camel
 
|
 
 
|-
 
|-
| CAMEL_2_HUMP
+
| GIANT_MACAQUE_RHESUS || [[giant rhesus macaque]]
| two-humped camel
 
|
 
 
|-
 
|-
| CROCODILE_SALTWATER
+
| COUGAR || [[cougar]]
| saltwater crocodile
 
|
 
 
|-
 
|-
| BIRD_VULTURE
+
| COUGAR_MAN || [[cougar man]]
| vulture
 
|
 
 
|-
 
|-
| RHINOCEROS
+
| GIANT_COUGAR || [[giant cougar]]
| rhinoceros
 
|
 
 
|-
 
|-
| GIRAFFE
+
| WOLF || [[wolf]]
| giraffe
 
|
 
 
|-
 
|-
| style="background-color: orange;"| HONEY BADGER
+
| WOLF_MAN || [[wolf man]]
| honey badger
 
|
 
 
|-
 
|-
| style="background-color: orange;"| GIANT TORTOISE
+
| GIANT_WOLF || [[giant wolf]]
| giant tortoise
 
|
 
 
|-
 
|-
| style="background-color: orange;"| GIANT TORTOISE MAN
+
| GROUNDHOG || [[groundhog]]
| giant tortoise man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| GIGANTIC TORTOISE
+
| GROUNDHOG_MAN || [[groundhog man]]
| gigantic tortoise
 
|
 
 
|-
 
|-
| ARMADILLO
+
| GIANT_GROUNDHOG || [[giant groundhog]]
| armadillo
 
|
 
 
|-
 
|-
| style="background-color: orange;"| ARMADILLO MAN
+
| ALLIGATOR || [[alligator]]
| armadillo man
 
|
 
 
|-
 
|-
| style="background-color: orange;"| ARMADILLO, GIANT
+
| ALLIGATOR_MAN || [[alligator man]]
| giant armadillo
 
 
|-
 
|-
!scope="row" colspan="3"| creature_large_tundra
+
| GIANT_ALLIGATOR || [[giant alligator]]
 
|-
 
|-
| MUSKOX
+
| BIRD_BUZZARD || [[buzzard]]
| muskox
 
|
 
 
|-
 
|-
| ELK
+
| BUZZARD_MAN || [[buzzard man]]
| elk
 
|
 
 
|-
 
|-
| BEAR_POLAR
+
| GIANT_BUZZARD || [[giant buzzard]]
| polar bear
 
 
|-
 
|-
!scope="row" colspan="3"| creature_mountain_new
+
| PANDA || [[panda]]
 
|-
 
|-
| WOLVERINE
+
| style="background-color: orange;"| PANDA, GIGANTIC || [[gigantic panda]]
| wolverine
 
|
 
 
|-
 
|-
| WOLVERINE_MAN
+
| style="background-color: orange;"| PANDA MAN || [[panda man]]
| wolverine man
 
|
 
 
|-
 
|-
| GIANT_WOLVERINE
+
| CAPYBARA || [[capybara]]
| giant wolverine
 
|
 
 
|-
 
|-
| CHINCHILLA
+
| style="background-color: orange;"| CAPYBARA, GIANT || [[giant capybara]]
| chinchilla
 
|
 
 
|-
 
|-
| CHINCHILLA_MAN
+
| style="background-color: orange;"| CAPYBARA MAN || [[capybara man]]
| chinchilla man
 
|
 
 
|-
 
|-
| GIANT_CHINCHILLA
+
| BADGER || [[badger]]
| giant chinchilla
 
 
|-
 
|-
!scope="row" colspan="3"| creature_next_underground
+
| style="background-color: orange;"| BADGER MAN || [[badger man]]
 
|-
 
|-
| FLOATING_GUTS
+
| style="background-color: orange;"| BADGER, GIANT || [[giant badger]]
| floating guts
 
|
 
 
|-
 
|-
| DRUNIAN
+
| MOOSE || [[moose]]
| drunian
 
|
 
 
|-
 
|-
| CREEPING_EYE
+
| style="background-color: orange;"| MOOSE MAN || [[moose man]]
| creeping eye
 
|
 
 
|-
 
|-
| VORACIOUS_CAVE_CRAWLER
+
| style="background-color: orange;"| MOOSE, GIANT || [[giant moose]]
| voracious cave crawler
 
|
 
 
|-
 
|-
| BLIND_CAVE_OGRE
+
| style="background-color: orange;"| RED PANDA || [[red panda]]
| blind cave ogre
 
|
 
 
|-
 
|-
| CAP_HOPPER
+
| style="background-color: orange;"| RED PANDA MAN || [[red panda man]]
| cap hopper
 
| VERMIN
 
 
|-
 
|-
| MAGMA_CRAB
+
| style="background-color: orange;"| RED PANDA, GIANT || [[giant red panda]]
| magma crab
 
|
 
 
|-
 
|-
| CRUNDLE
+
! scope="row" colspan="3"| creature_large_tropical
| crundle
 
|
 
 
|-
 
|-
| HUNGRY_HEAD
+
| ELEPHANT || [[elephant]]
| hungry head
 
|
 
 
|-
 
|-
| FLESH_BALL
+
| ELEPHANT_MAN || [[elephant man]]
| flesh ball
 
|
 
 
|-
 
|-
| ELK_BIRD
+
| GIANT_ELEPHANT || [[giant elephant]]
| elk bird
 
|
 
 
|-
 
|-
| HELMET_SNAKE
+
| WARTHOG || [[warthog]]
| helmet snake
 
|
 
 
|-
 
|-
| GREEN_DEVOURER
+
| WARTHOG_MAN || [[warthog man]]
| green devourer
 
|
 
 
|-
 
|-
| RUTHERER
+
| GIANT_WARTHOG || [[giant warthog]]
| rutherer
 
|
 
 
|-
 
|-
| CREEPY_CRAWLER
+
| LION || [[lion]]
| creepy crawler
 
|
 
 
|-
 
|-
| DRALTHA
+
| LION_MAN || [[lion man]]
| draltha
 
|
 
 
|-
 
|-
| GIANT_EARTHWORM
+
| GIANT_LION || [[giant lion]]
| giant earthworm
 
|
 
 
|-
 
|-
| BLOOD_MAN
+
| LEOPARD || [[leopard]]
| blood man
 
|
 
 
|-
 
|-
| BUGBAT
+
| LEOPARD_MAN || [[leopard man]]
| bugbat
 
|
 
 
|-
 
|-
| MANERA
+
| GIANT_LEOPARD || [[giant leopard]]
| manera
 
|
 
 
|-
 
|-
| MOLEMARIAN
+
| JAGUAR || [[jaguar]]
| molemarian
 
|
 
 
|-
 
|-
| JABBERER
+
| JAGUAR_MAN || [[jaguar man]]
| jabberer
 
|
 
 
|-
 
|-
| POND_GRABBER
+
| GIANT_JAGUAR || [[giant jaguar]]
| pond grabber
 
|
 
 
|-
 
|-
| BLIND_CAVE_BEAR
+
| TIGER || [[tiger]]
| blind cave bear
 
|
 
 
|-
 
|-
| CAVE_DRAGON
+
| TIGER_MAN || [[tiger man]]
| cave dragon
 
|
 
 
|-
 
|-
| REACHER
+
| GIANT_TIGER || [[giant tiger]]
| reacher
 
|
 
 
|-
 
|-
| ELEMENTMAN_GABBRO
+
| CHEETAH || [[cheetah]]
| gabbro man
 
|
 
 
|-
 
|-
| GORLAK
+
| CHEETAH_MAN || [[cheetah man]]
| gorlak
 
|
 
 
|-
 
|-
| CAVE_FLOATER
+
| GIANT_CHEETAH || [[giant cheetah]]
| cave floater
 
|
 
 
|-
 
|-
| PLUMP_HELMET_MAN
+
| GAZELLE || [[gazelle]]
| plump helmet man
 
|
 
 
|-
 
|-
| CAVE_BLOB
+
| GAZELLE_MAN || [[gazelle man]]
| cave blob
 
|
 
 
|-
 
|-
| ELEMENTMAN_AMETHYST
+
| GIANT_GAZELLE || [[giant gazelle]]
| amethyst man
 
 
|-
 
|-
!scope="row" colspan="3"| creature_ocean_new
+
| MANDRILL || [[mandrill]]
 
|-
 
|-
| OCTOPUS
+
| MANDRILL_MAN || [[mandrill man]]
| octopus
 
|
 
 
|-
 
|-
| OCTOPUS_MAN
+
| GIANT_MANDRILL || [[giant mandrill]]
| octopus man
 
|
 
 
|-
 
|-
| GIANT_OCTOPUS
+
| CHIMPANZEE || [[chimpanzee]]
| giant octopus
 
|
 
 
|-
 
|-
| CRAB
+
| BONOBO || [[bonobo]]
| crab
 
|
 
 
|-
 
|-
| CRAB_MAN
+
| GORILLA || [[gorilla]]
| crab man
 
|
 
 
|-
 
|-
| GIANT_CRAB
+
| ORANGUTAN || [[orangutan]]
| giant crab
 
|
 
 
|-
 
|-
| LEOPARD_SEAL
+
| GIBBON_SIAMANG || [[siamang]]
| leopard seal
 
|
 
 
|-
 
|-
| LEOPARD_SEAL_MAN
+
| GIBBON_WHITE_HANDED || [[white-handed gibbon]]
| leopard seal man
 
|
 
 
|-
 
|-
| GIANT_LEOPARD_SEAL
+
| GIBBON_BLACK_HANDED || [[black-handed gibbon]]
| giant leopard seal
 
|
 
 
|-
 
|-
| CUTTLEFISH
+
| GIBBON_GRAY || [[gray gibbon]]
| cuttlefish
 
| VERMIN
 
 
|-
 
|-
| CUTTLEFISH_MAN
+
| GIBBON_SILVERY || [[silvery gibbon]]
| cuttlefish man
 
|
 
 
|-
 
|-
| GIANT_CUTTLEFISH