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 "DF2014:Graphic set"

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

Revision as of 19:53, 31 May 2024

This article is about an older version of DF.
For an overview of graphics in DF, see Graphics.
For user-created graphics sets, see Graphics set repository.

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

Documentation

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 tileset, they will be resized automatically to match it. As the automatic resizing algorithm might introduce artifacts or unintended aliasing to your art, it is recommended to draw them in the intended dimension from the beginning. The number of tiles and their spatial arrangement doesn't matter; see Notes for details.

Possible graphics

You can find a detailed list below.

All creatures can have separate graphics assigned to their adult and child states, undead, and their -men and giant variants. In addition, the major civilizations can have separate graphics for all professions (such as miner, mason, caravan guard, and ghost). You can assign one graphic to several creatures/states, and you can set each tile to either be displayed as it appears or let the game color them. Vermin and different genders cannot have separate graphics assigned to them.

Text file syntax

A graphic set needs a text file that tells the game which tile is used for which creature. You can use separate text files for each graphic set, or a single one for several. Each text file consists of a header, one or more graphic set definitions (called "TILE_PAGE") and several creature graphics entries, each of which has subentries for professions.

The structure of a typical text file would look like this:

  • Header
  • Tile page definition
    • Creature graphic entry
      • profession subentry
      • more
      • profession
      • subentries
    • next creature
      • with
      • more
      • professions
  • new tile page definition
    • a creature
      • with adult
      • and child graphics
    • and another creature
      • adult
      • child

Below is an example of such a file:

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

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

Coordinates

The PAGE_DIM value in the TILE_PAGE section defines how many columns and rows a given TILE_PAGE (graphic set) has. The first value is the x-axis ("width"), the second value the y-axis ("height"). The origin (0,0) is at the top left.

This is how the coordinates would work with the image mydwarves.png from the example above:

0:0 1:0 2:0 3:0 4:0
0:1 1:1 2:1 3:1 4:1
0:2 1:2 2:2 3:2 4:2

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

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

Notes

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

As shown in the example above, the syntax is

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

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

Texture tokens

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

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

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

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

Professions

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

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

All 5 major civilizations (dwarves, elves, humans, goblins, kobolds) use at least some of these professions. Regardless, all 5 as well as animal peoples and gorlaks can have any profession available to the civilization(s) they become part of—which can be any civilization. Additionally, plump helmet men can have any profession which doesn't require talking (they cannot talk). In summary, any dwarf, elf, human, goblin, kobold, animal person, and gorlak can theoretically have any profession.

The highest skill of a creature determine which profession graphic it uses. DEFAULT is used when no graphic for a profession is found (not to be mistaken for the Texture token DEFAULT). STANDARD is used for creatures that have no professions like haulers and peasants.

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

In-game titles and position tags aren't necessarily the same. For example, female elven rulers are entitled queen and princess, but their positions tags are [POSITION:LEADER] and [POSITION:GENERAL], respectively. While the position is called [POSITION:MONARCH] in the raws, you can specify QUEEN and KING in your graphic set. You can also have separate graphics for a ruler's spouse, for example [POSITION:BARON_CONSORT]. It is not clear from the raws which exact position names and genders are valid.[Verify] In case of doubt, you can define them all, the game will just skip them if they don't exist.[Verify]

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

Creatures

For a table with general information about creatures, see Creature.
For a table sorted by default tile, including alternate tiles, see Tilesets § Creatures.
For a table with trainable animals, see Animal trainer § Trainable war/hunting animals.
[CREATURE_GRAPHICS:HUMAN]
       [DEFAULT:MYHUMANS:0:0:AS_IS:DEFAULT]	
       [SWORDSMAN:MYHUMANS:0:1:AS_IS:DEFAULT]
       [RECRUIT:MYHUMANS:0:2:AS_IS:ADVENTURER]

Creatures that use a raw name you might not expect, such as a space instead of an underscore, birds without BIRD_ prefix, and "THING_GIANT" instead of "GIANT_THING", are highlighted orange. Be extra careful to spell these correctly.

Raw name Creature name Vermin
creature_amphibians
TOAD toad VERMIN
TOAD_MAN toad man
GIANT_TOAD giant toad
creature_annelids
WORM worm VERMIN
WORM_MAN worm man
creature_birds
BIRD_BLUEJAY blue jay VERMIN
BLUEJAY_MAN bluejay man
GIANT_BLUEJAY giant bluejay
BIRD_CARDINAL cardinal VERMIN
CARDINAL_MAN cardinal man
GIANT_CARDINAL giant cardinal
BIRD_GRACKLE grackle VERMIN
GRACKLE_MAN grackle man
GIANT_GRACKLE giant grackle
BIRD_ORIOLE oriole VERMIN
ORIOLE_MAN oriole man
GIANT_ORIOLE giant oriole
BIRD_RW_BLACKBIRD red-winged blackbird VERMIN
RW_BLACKBIRD_MAN red-winged blackbird man
GIANT_RW_BLACKBIRD giant red-winged blackbird
BIRD_PENGUIN penguin
BIRD_PENGUIN_LITTLE little penguin
BIRD_PENGUIN_EMPEROR emperor penguin
PENGUIN MAN penguin man
BIRD_PENGUIN_GIANT giant penguin
BIRD_FALCON_PEREGRINE peregrine falcon
PEREGRINE FALCON MAN peregrine falcon man
GIANT PEREGRINE FALCON giant peregrine falcon
BIRD_KIWI kiwi
KIWI MAN kiwi man
BIRD_KIWI_GIANT giant kiwi
BIRD_OSTRICH ostrich
OSTRICH MAN ostrich man
BIRD_OSTRICH_GIANT giant ostrich
creature_birds_new
BIRD_CROW crow VERMIN
CROW_MAN crow man
GIANT_CROW giant crow
BIRD_RAVEN raven
RAVEN_MAN raven man
GIANT_RAVEN giant raven
BIRD_CASSOWARY cassowary
CASSOWARY_MAN cassowary man
GIANT_CASSOWARY giant cassowary
BIRD_KEA kea
KEA_MAN kea man
GIANT_KEA giant kea
BIRD_OWL_SNOWY snowy owl
SNOWY_OWL_MAN snowy owl man
GIANT_SNOWY_OWL giant snowy owl
SPARROW sparrow VERMIN
SPARROW_MAN sparrow man
GIANT_SPARROW giant sparrow
BIRD_STORK_WHITE white stork
WHITE_STORK_MAN white stork man
GIANT_WHITE_STORK giant white stork
BIRD_LOON loon
LOON_MAN loon man
GIANT_LOON giant loon
BIRD_OWL_BARN barn owl
BARN_OWL_MAN barn owl man
GIANT_BARN_OWL giant barn owl
BIRD_PARAKEET parakeet VERMIN
PARAKEET_MAN parakeet man
GIANT_PARAKEET giant parakeet
BIRD_KAKAPO kakapo
KAKAPO_MAN kakapo man
GIANT_KAKAPO giant kakapo
BIRD_PARROT_GREY grey parrot
GREY_PARROT_MAN grey parrot man
GIANT_GREY_PARROT giant grey parrot
BIRD_PUFFIN puffin
PUFFIN_MAN puffin man
GIANT_PUFFIN giant puffin
BIRD_SWAN swan
SWAN_MAN swan man
GIANT_SWAN giant swan
BIRD_LORIKEET lorikeet VERMIN
LORIKEET_MAN lorikeet man
GIANT_LORIKEET giant lorikeet
BIRD_WREN wren VERMIN
WREN_MAN wren man
GIANT_WREN giant wren
BIRD_OSPREY osprey
OSPREY_MAN osprey man
GIANT_OSPREY giant osprey
BIRD_EMU emu
EMU_MAN emu man
GIANT_EMU giant emu
BIRD_COCKATIEL cockatiel VERMIN
COCKATIEL_MAN cockatiel man
GIANT_COCKATIEL giant cockatiel
BIRD_LOVEBIRD_PEACH-FACED peach-faced lovebird VERMIN
PEACH-FACED_LOVEBIRD_MAN peach-faced lovebird man
GIANT_PEACH-FACED_LOVEBIRD giant peach-faced lovebird
BIRD_MAGPIE magpie VERMIN
MAGPIE_MAN magpie man
GIANT_MAGPIE giant magpie
BIRD_KESTREL kestrel
KESTREL_MAN kestrel man
GIANT_KESTREL giant kestrel
BIRD_ALBATROSS albatross
ALBATROSS_MAN albatross man
GIANT_ALBATROSS giant albatross
BIRD_OWL_GREAT_HORNED great horned owl
GREAT_HORNED_OWL_MAN great horned owl man
GIANT_GREAT_HORNED_OWL giant great horned owl
BIRD_EAGLE eagle
EAGLE_MAN eagle man
GIANT_EAGLE giant eagle
BIRD_HORNBILL hornbill
HORNBILL_MAN hornbill man
GIANT_HORNBILL giant hornbill
BIRD_LOVEBIRD_MASKED masked lovebird VERMIN
MASKED_LOVEBIRD_MAN masked lovebird man
GIANT_MASKED_LOVEBIRD giant masked lovebird
BIRD_BUSHTIT bushtit VERMIN
BUSHTIT_MAN bushtit man
GIANT_BUSHTIT giant bushtit
creature_bug_slug_new
DAMSELFLY damselfly VERMIN
DAMSELFLY_MAN damselfly man
GIANT_DAMSELFLY giant damselfly
MOTH moth VERMIN
MOTH_MAN moth man
GIANT_MOTH giant moth
GRASSHOPPER grasshopper VERMIN
GRASSHOPPER_MAN grasshopper man
GIANT_GRASSHOPPER giant grasshopper
BARK_SCORPION bark scorpion VERMIN
BARK_SCORPION_MAN bark scorpion man
GIANT_BARK_SCORPION giant bark scorpion
MANTIS mantis VERMIN
MANTIS_MAN mantis man
GIANT_MANTIS giant mantis
TICK tick VERMIN
TICK_MAN tick man
GIANT_TICK giant tick
LOUSE louse VERMIN
LOUSE_MAN louse man
GIANT_LOUSE giant louse
THRIPS thrips VERMIN
THRIPS_MAN thrips man
GIANT_THRIPS giant thrips
SLUG slug VERMIN
SLUG_MAN slug man
GIANT_SLUG giant slug
MOSQUITO mosquito VERMIN
MOSQUITO_MAN mosquito man
GIANT_MOSQUITO giant mosquito
SPIDER_JUMPING jumping spider VERMIN
JUMPING_SPIDER_MAN jumping spider man
GIANT_JUMPING_SPIDER giant jumping spider
TERMITE termite VERMIN
MOON_SNAIL moon snail VERMIN
MOON_SNAIL_MAN moon snail man
GIANT_MOON_SNAIL giant moon snail
SPIDER_BROWN_RECLUSE brown recluse spider VERMIN
BROWN_RECLUSE_SPIDER_MAN brown recluse spider man
GIANT_BROWN_RECLUSE_SPIDER giant brown recluse spider
SNAIL snail VERMIN
SNAIL_MAN snail man
GIANT_SNAIL giant snail
creature_desert_new
GECKO_LEOPARD leopard gecko VERMIN
LEOPARD_GECKO_MAN leopard gecko man
GIANT_LEOPARD_GECKO giant leopard gecko
DESERT TORTOISE desert tortoise
DESERT_TORTOISE_MAN desert tortoise man
GIANT_DESERT_TORTOISE giant desert tortoise
GILA_MONSTER gila monster
GILA_MONSTER_MAN gila monster man
GIANT_GILA_MONSTER giant gila monster
creature_domestic
DOG dog
CAT cat
MULE mule
DONKEY donkey
HORSE horse
COW cow
SHEEP sheep
PIG pig
GOAT goat
BIRD_CHICKEN chicken
CAVY cavy
BIRD_DUCK duck
WATER_BUFFALO water buffalo
REINDEER reindeer
BIRD_GOOSE goose
YAK yak
LLAMA llama
ALPACA alpaca
BIRD_GUINEAFOWL guineafowl
BIRD_PEAFOWL_BLUE blue peafowl
BIRD_TURKEY turkey
RABBIT rabbit
creature_equipment
EQUIPMENT_WAGON wagon
creature_fanciful
CHIMERA chimera
CENTAUR centaur
GRIFFON griffon
creature_insects
FLY fly VERMIN
FLY_MAN fly man
GIANT_FLY giant fly
ROACH_LARGE large roach VERMIN
ROACH_MAN roach man
GIANT_ROACH giant roach
BEETLE beetle VERMIN
BEETLE_MAN beetle man
GIANT_BEETLE giant beetle
ANT ant VERMIN
BUTTERFLY_MONARCH monarch butterfly VERMIN
BUTTERFLY_MONARCH_MAN monarch butterfly man
GIANT_BUTTERFLY_MONARCH giant monarch butterfly
FIREFLY firefly VERMIN
FIREFLY_MAN firefly man
GIANT_FIREFLY giant firefly
DRAGONFLY dragonfly VERMIN
DRAGONFLY_MAN dragonfly man
GIANT_DRAGONFLY giant dragonfly
HONEY_BEE honey bee VERMIN
BUMBLEBEE bumblebee VERMIN
creature_large_mountain
GOAT_MOUNTAIN mountain goat
GOAT_MOUNTAIN_MAN mountain goat man
GIANT_GOAT_MOUNTAIN giant mountain goat
MARMOT_HOARY hoary marmot
MARMOT_HOARY_MAN hoary marmot man
GIANT_MARMOT_HOARY giant hoary marmot
GNOME_MOUNTAIN mountain gnome
GNOME_DARK dark gnome
creature_large_ocean
WALRUS walrus
WALRUS_MAN walrus man
GIANT_WALRUS giant walrus
FISH_LAMPREY_SEA sea lamprey
SHARK_GREAT_WHITE great white shark
SHARK_FRILL frill shark
SHARK_SPINY_DOGFISH spiny dogfish
SHARK_WOBBEGONG_SPOTTED spotted wobbegong
SHARK_WHALE whale shark
SHARK_BASKING basking shark
SHARK_NURSE nurse shark
SHARK_MAKO_SHORTFIN shortfin mako shark
SHARK_MAKO_LONGFIN longfin mako shark
SHARK_TIGER tiger shark
SHARK_BULL bull shark
SHARK_REEF_BLACKTIP blacktip reef shark
SHARK_REEF_WHITETIP whitetip reef shark
SHARK_BLUE blue shark
SHARK_HAMMERHEAD hammerhead shark
SHARK_ANGEL angelshark
FISH_SKATE_COMMON common skate
FISH_RAY_MANTA manta ray
FISH_STINGRAY stingray
FISH_COELACANTH coelacanth
FISH_STURGEON sturgeon
FISH_CONGER_EEL conger eel
FISH_MILKFISH milkfish
FISH_COD cod
FISH_OPAH opah
FISH_GROUPER_GIANT giant grouper
FISH_BLUEFISH bluefish
FISH_SUNFISH_OCEAN ocean sunfish
FISH_SWORDFISH swordfish
FISH_MARLIN marlin
FISH_HALIBUT halibut
FISH_BARRACUDA_GREAT great barracuda
FISH_TUNA_BLUEFIN bluefin tuna
NARWHAL narwhal
NARWHAL MAN narwhal man
NARWHAL, GIANT giant narwhal
creature_large_riverlake
HIPPO hippo
HIPPO_MAN hippo man
GIANT_HIPPO giant hippo
FISH_GAR_LONGNOSE longnose gar
FISH_CARP carp
FISH_TIGERFISH tigerfish
FISH_PIKE pike
PLATYPUS platypus
PLATYPUS MAN platypus man
PLATYPUS, GIANT giant platypus
creature_large_temperate
BEAR_GRIZZLY grizzly bear
BEAR_GRIZZLY_MAN grizzly bear man
GIANT_BEAR_GRIZZLY giant grizzly bear
BEAR_BLACK black bear
BEAR_BLACK_MAN black bear man
GIANT_BEAR_BLACK giant black bear
DEER deer
DEER_MAN deer man
GIANT_DEER giant deer
FOX fox
FOX_MAN fox man
GIANT_FOX giant fox
RACCOON raccoon
RACCOON_MAN raccoon man
GIANT_RACCOON giant raccoon
MACAQUE_RHESUS rhesus macaque
MACAQUE_RHESUS_MAN rhesus macaque man
GIANT_MACAQUE_RHESUS giant rhesus macaque
COUGAR cougar
COUGAR_MAN cougar man
GIANT_COUGAR giant cougar
WOLF wolf
WOLF_MAN wolf man
GIANT_WOLF giant wolf
GROUNDHOG groundhog
GROUNDHOG_MAN groundhog man
GIANT_GROUNDHOG giant groundhog
ALLIGATOR alligator
ALLIGATOR_MAN alligator man
GIANT_ALLIGATOR giant alligator
BIRD_BUZZARD buzzard
BUZZARD_MAN buzzard man
GIANT_BUZZARD giant buzzard
PANDA panda
PANDA, GIGANTIC gigantic panda
PANDA MAN panda man
CAPYBARA capybara
CAPYBARA, GIANT giant capybara
CAPYBARA MAN capybara man
BADGER badger
BADGER MAN badger man
BADGER, GIANT giant badger
MOOSE moose
MOOSE MAN moose man
MOOSE, GIANT giant moose
RED PANDA red panda
RED PANDA MAN red panda man
RED PANDA, GIANT giant red panda
creature_large_tropical
ELEPHANT elephant
ELEPHANT_MAN elephant man
GIANT_ELEPHANT giant elephant
WARTHOG warthog
WARTHOG_MAN warthog man
GIANT_WARTHOG giant warthog
LION lion
LION_MAN lion man
GIANT_LION giant lion
LEOPARD leopard
LEOPARD_MAN leopard man
GIANT_LEOPARD giant leopard
JAGUAR jaguar
JAGUAR_MAN jaguar man
GIANT_JAGUAR giant jaguar
TIGER tiger
TIGER_MAN tiger man
GIANT_TIGER giant tiger
CHEETAH cheetah
CHEETAH_MAN cheetah man
GIANT_CHEETAH giant cheetah
GAZELLE gazelle
GAZELLE_MAN gazelle man
GIANT_GAZELLE giant gazelle