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 "Graphics token"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(→‎World Map Graphics: Changed <graphic id> to <TOKEN> for clarity?)
(→‎Layered Conditions: v51 content released non-experimentally in 50.13)
 
(34 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Quality|Unrated}}
+
{{Quality|Exceptional}}
 
{{av}}
 
{{av}}
 
{{Modding}}
 
{{Modding}}
 
:{{for/see|an explanation of how to use the various graphics types|[[Graphics]]}}
 
:{{for/see|an explanation of how to use the various graphics types|[[Graphics]]}}
 
  
 
The <code>[OBJECT:GRAPHICS]</code> [[token]] defines the use of various tile-based graphics in the game. As of version 50.01, graphics tokens have been greatly expanded to accommodate the release of the Steam & Itch premium version. These tokens, and explanations on how to use them, are listed below; the list will expand as the tokens are discovered and understood.
 
The <code>[OBJECT:GRAPHICS]</code> [[token]] defines the use of various tile-based graphics in the game. As of version 50.01, graphics tokens have been greatly expanded to accommodate the release of the Steam & Itch premium version. These tokens, and explanations on how to use them, are listed below; the list will expand as the tokens are discovered and understood.
 
  
 
== Creature Graphics ==
 
== Creature Graphics ==
 
Creature graphics are found within graphics_creature_x files (such as graphics_creature_domestic or graphics_creature_layered). All graphics files must begin with the file name, followed by the <code>[OBJECT:GRAPHICS]</code> type that tells the game that the file contains graphics definitions. A more detailed explanation on how to use these can be found in [[Graphics#Creature_Graphics|creature graphics]].
 
Creature graphics are found within graphics_creature_x files (such as graphics_creature_domestic or graphics_creature_layered). All graphics files must begin with the file name, followed by the <code>[OBJECT:GRAPHICS]</code> type that tells the game that the file contains graphics definitions. A more detailed explanation on how to use these can be found in [[Graphics#Creature_Graphics|creature graphics]].
 
  
 
=== Types ===
 
=== Types ===
Line 34: Line 31:
 
* [[Creature token|creature id]]
 
* [[Creature token|creature id]]
 
* [[Caste|Caste ID]]
 
* [[Caste|Caste ID]]
| Nearly the same as {{token|CREATURE_GRAPHICS|g}}, but allows a separate sprite to be defined for {{token|MALE|c}} and {{token|FEMALE|c}} castes.
+
| Nearly the same as {{token|CREATURE_GRAPHICS|g}}, but allows a separate sprite to be defined for each caste.
 
A simple alternative to [[Graphics#Layered Graphics|Layered Graphics]].
 
A simple alternative to [[Graphics#Layered Graphics|Layered Graphics]].
  
Line 44: Line 41:
 
* [[Creature token|creature id]]
 
* [[Creature token|creature id]]
 
| Format for beginning a [[Graphics#Statue_Graphics|creature statue definition]]. Defines a 1x2 vertical rectangle to be displayed when a statue depicts one of these creatures.
 
| Format for beginning a [[Graphics#Statue_Graphics|creature statue definition]]. Defines a 1x2 vertical rectangle to be displayed when a statue depicts one of these creatures.
 +
 +
|-
 +
| {{text anchor|STATUE_CREATURE_CASTE_GRAPHICS}}
 +
|
 +
* [[Creature token|creature id]]
 +
* [[Caste|Caste ID]]
 +
| Format for beginning a [[Graphics#Statue_Graphics|creature statue definition]] while specifying caste. Defines a 1x2 vertical rectangle to be displayed when a statue depicts one of these creatures.
  
 
|-
 
|-
Line 49: Line 53:
 
|
 
|
 
* [[Creature token|creature id]]
 
* [[Creature token|creature id]]
| Graphics for a 3x2 rectangle that is used exclusively for representing Forgotten Beasts based on their body parts. Uses [[Graphics#Forgotten_Beast_Graphics|forgotten beast graphics]].
+
| Graphics for a 3x2 rectangle; for creatures, this is used exclusively for representing Forgotten Beasts based on their body parts. Uses [[Graphics#Forgotten_Beast_Graphics|forgotten beast graphics]]. It's also, however, used for interface graphics, see [[graphics_interface.txt]].
  
 
|}
 
|}
  
 
+
=== Conditions ===
=== Basic Conditions ===
+
Different graphics can be defined for the same creature based on some properties about it. Below is a list of all the basic "creature texture" types that can be used as additional conditions to various basic sprites.
Different graphics can be defined for the same creature based on some properties about it. Below is a list of all conditions that can be used for creature graphics that accept a ''condition'' token.
 
  
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#dddddd"
 
|- bgcolor="#dddddd"
 
! Condition
 
! Condition
! Accepts<br>Secondary
 
 
! Description
 
! Description
 
|-
 
|-
| {{text anchor|DEFAULT}} || No || The default condition that will be displayed unless overwritten by a more specific one below.
+
| {{text anchor|DEFAULT}} || The default condition that will be displayed unless overwritten by a more specific one below.
 +
 
 +
|-
 +
| {{text anchor|LAW_ENFORCE}} || Displayed if the unit is law enforcement.
 +
 
 +
|-
 +
| {{text anchor|TAX_ESCORT}} || Displayed if the unit escorts a tax collector (unused).
 +
 
 +
|-
 +
| {{text anchor|ANIMATED}} || Displayed if the creature is raised from the dead using an I_EFFECT:ANIMATE interaction.
 +
 
 +
|-
 +
| {{text anchor|GHOST}} || Displayed if the creature is a ghost.
 +
 
 +
|-
 +
| {{text anchor|ADVENTURER}} || Displayed if the creature is an adventurer.
  
 
|-
 
|-
| {{text anchor|CHILD}} || Yes || Will only be displayed if the creature is a {{token|CHILD|c}} or {{token|BABY|c}} and is younger than one of those ages.
+
| {{text anchor|CORPSE}} || Displayed for corpses.
 +
 
 +
|}
  
 +
=== Basic creature sprite types ===
 +
 +
An individual sprite can be of any of the following classes. If "accepts secondary" is "yes", it can also have an extra condition tacked on at the end.
 +
 +
{| {{prettytable}}
 +
|- bgcolor="#dddddd"
 +
! Condition
 +
! Description
 
|-
 
|-
| {{text anchor|ANIMATED}} || Yes || Displayed if the creature is raised from the dead, although it is not known how this is decided. Raised status is not related to having a syndrome with the class from {{token|CONDITION_SYN_CLASS|g}} or from having {{token|NOT_LIVING|c}}/{{token|OPPOSED_TO_LIFE|c}}.
+
| {{text_anchor|Basic Condition}} || Any of the [[Graphics token#Conditions|above conditions]] can be used on their own, as the default for that condition class.
  
 
|-
 
|-
| {{text anchor|CORPSE}} || Yes || Displayed as soon as the creature dies.
+
| {{text_anchor|Unit type}} || Any [[Unit type token]] can be used. You may also append a [[Graphics token#Conditions|basic condition as above]] to further specify.
  
 
|-
 
|-
| {{text anchor|TRAINED_HUNTER}} || Yes || Shown for hunting-trained versions of this creature.
+
| {{text_anchor|Position}} || Any [[Position token]] can be used, such as MONARCH, BROKER etc. All position tokens are raw-defined; any modded positions can have their own graphics. You may also append a [[Graphics token#Conditions|basic condition as above]] to further specify.
  
 
|-
 
|-
| {{text anchor|TRAINED_WAR}} || Yes || Shown for war-trained versions of this creature.
+
| {{text_anchor|LIST_ICON}} || The default icon for this creature in lists, such as [[Arena]] mode or overall training.
  
 
|-
 
|-
| {{text anchor|LIST_ICON}} || Unknown || Displayed in menus. Useful for large images that would extend beyond the menu boxes otherwise/
+
| {{text_anchor|EGG}} || The sprite for a clutch of eggs.
  
 
|-
 
|-
| {{text anchor|SKELETON}} || Unknown || Decayed remains of the creature.{{verify}}
+
| {{text_anchor|SKELETON}} || The sprite for a rotten corpse.
  
 
|-
 
|-
| {{text anchor|SKELETON_WITH_SKULL}} || Unknown || Decayed remains of the creature with a skull.{{verify}}
+
| {{text_anchor|SKELETON_WITH_SKULL}} || The sprite for a rotten corpse that can have a [[totem]] made from it.
 +
 
 
|}
 
|}
 
  
 
=== Layered Conditions ===
 
=== Layered Conditions ===
Line 102: Line 129:
  
 
|-
 
|-
| {{text_anchor|LAYER_GROUP}} ||   || Layer<br>Group
+
| {{text_anchor|LAYER_SET}} ||
| Begins defining a layer group. Current effect unknown.{{verify}}
+
* condition
 +
| Creature<br>Graphics
 +
| Begins defining a layer set for a creature's graphics.  Valid values of ''condition'' are DEFAULT, PORTRAIT{{version|50.13}}, or CORPSE. Valid values for basic conditions may not work.{{verify}}
 +
 
 +
|-
 +
| {{text_anchor|LS_PALETTE}}{{version|50.13}} ||
 +
*  name
 +
|| Layer<br>Set
 +
|| Begins defining a palette for the layer set. Its name can be referenced by {{token|USE_PALETTE|g}}. Unlike the palettes used to render all [[descriptor color token]]s, it can be of arbitrary length.
 +
 
 +
|-
 +
| {{text_anchor|LS_PALETTE_FILE}}{{version|50.13}} ||
 +
* file name
 +
| Palette
 +
| The file name of the 8bit RGBA (sometimes called 32bit) in the <tt>/graphics/images</tt> folder of the mod, such as <tt>images/portraits/dwarf_portrait_body_palette.png</tt>.
 +
 
 +
|-
 +
| {{text_anchor|LS_PALETTE_DEFAULT}}{{version|50.13}} ||
 +
* integer
 +
| Palette
 +
| Defines the default row of a layer set palette, conventionally 0. The exact color values on this row will be replaced on layer images with the colors in the same column, based on what row is passed as an argument to {{token|USE_PALETTE|g}}.
 +
 
 +
|-
 +
| {{text_anchor|LG_CONDITION_BP}}{{version|50.13}} ||
 +
*  selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN
 +
*  category, type, or token
 +
|| Layer<br>Group
 +
|| Allows the entire layer group (rather than an individual layer) to be switched on and off depending on the conditions of a body part. Should accept the same tokens {{token|CONDITION_BP|g}} does. {{verify}}
  
 
|-
 
|-
 
| {{text_anchor|END_LAYER_GROUP}} ||  || Layer<br>Group
 
| {{text_anchor|END_LAYER_GROUP}} ||  || Layer<br>Group
| marks the end of a layer group. Current effect unknown.{{verify}}
+
| Explicitly marks the end of a layer group, which allows layers after to not belong to any layer group.
  
 
|-
 
|-
Line 117: Line 171:
 
|| Armor<br>Wieldables || Defines a clothing or armor graphic by the specific part it is equipped to, the type of armor it is, and the internal id of that item.  
 
|| Armor<br>Wieldables || Defines a clothing or armor graphic by the specific part it is equipped to, the type of armor it is, and the internal id of that item.  
 
For example, a condition representing a right handed mitten or glove would be defined as:
 
For example, a condition representing a right handed mitten or glove would be defined as:
<code>[CONDITION_ITEM_WORN:BY_TOKEN:RH:GLOVES:ITEM_GLOVES_GLOVES:ITEM:GLOVES:MITTENS]</code>
+
<code>[CONDITION_ITEM_WORN:BY_TOKEN:RH:GLOVES:ITEM_GLOVES_MITTENS]</code>
 +
Also accepts the input <code>ANY_HELD</code> or <code>WIELD</code> (e.g. <code>WIELD:WEAPON:ANY</code>).
  
 
|-
 
|-
Line 126: Line 181:
 
* Item ID(s)
 
* Item ID(s)
 
|| Armor || Causes the current layer to not be rendered if the creature has one of the items worn or equipped. Also accepts the input <code>ANY_HELD</code> or <code>WIELD</code> (e.g. <code>WIELD:WEAPON:ANY</code>).
 
|| Armor || Causes the current layer to not be rendered if the creature has one of the items worn or equipped. Also accepts the input <code>ANY_HELD</code> or <code>WIELD</code> (e.g. <code>WIELD:WEAPON:ANY</code>).
 +
 +
|-
 +
| {{text_anchor|CONDITION_CASTE}} ||
 +
* caste name(s)
 +
|| General
 +
|| Displays this layer if the creature is this caste. Only one caste is accepted for each condition, but multiple caste conditions can be used in one layer and the layer will be displayed if any of them match.
  
 
|-
 
|-
Line 157: Line 218:
 
| {{text_anchor|CONDITION_MATERIAL_TYPE}} ||
 
| {{text_anchor|CONDITION_MATERIAL_TYPE}} ||
 
* material token
 
* material token
|| Material || Changes graphics based on the material an equipped item is made of. Valid material types take the form <code>METAL:COPPER</code> where copper can be replaced with any weapons-grade metal. Initial testing has shown that some [[material token]]s are not functional. {{token|CONDITION_MATERIAL_FLAG}} is a better option for any material condition other than metal.
+
|| Material || Changes graphics based on the material an equipped item is made of. Valid material types take the form <code>METAL:COPPER</code> where copper can be replaced with any weapons-grade metal. General [[material token]]s are '''not''' functional. {{token|CONDITION_MATERIAL_FLAG|g}} is a better option for any material condition other than metal.
  
 
|-
 
|-
 
| {{text_anchor|CONDITION_PROFESSION_CATEGORY}} ||
 
| {{text_anchor|CONDITION_PROFESSION_CATEGORY}} ||
* [[Unit type token|profession token(s)]]
+
* [[Unit type token#Profession Categories|profession category token(s)]]
 
|| General
 
|| General
|| Checks the profession of the creature to act as a condition. Multiple profession tokens can be chained together.
+
|| Checks the profession category of the creature to act as a condition. Multiple profession category tokens can be chained together. You can also use multiple of these tokens instead of listing them all in a single one, but this is functionally identical. Valid Profession tokens which are not categories will be ignored; values that do not match any existing Profession will be treated as <code>NONE</code> and thus apply to doctors, military, etc..
  
 
|-
 
|-
Line 188: Line 249:
  
 
|-
 
|-
| {{text_anchor|CONDITION_CHILD}} || General ||
+
| {{text_anchor|CONDITION_CHILD}} || || General
 
|| Checks if the creature is a child or baby.
 
|| Checks if the creature is a child or baby.
  
 
|-
 
|-
| {{text_anchor|CONDITION_NOT_CHILD}} || General ||
+
| {{text_anchor|CONDITION_NOT_CHILD}} || || General
 
|| Checks if the creature is an adult.
 
|| Checks if the creature is an adult.
  
 
|-
 
|-
| {{text_anchor|CONDITION_GHOST}} || General ||
+
| {{text_anchor|CONDITION_GHOST}} || || General
 
|| Checks if the creature is a ghost.
 
|| Checks if the creature is a ghost.
  
Line 222: Line 283:
 
* integer
 
* integer
 
|| Tissue
 
|| Tissue
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is greater than the integer input.
+
|| Checks the current {{token|CONDITION_TISSUE_LAYER|g}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is greater than the integer input.
  
 
|-
 
|-
Line 228: Line 289:
 
* integer
 
* integer
 
|| Tissue
 
|| Tissue
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is less than the integer input.
+
|| Checks the current {{token|CONDITION_TISSUE_LAYER|g}}'s LENGTH [[Creature_token#TISSUE_LAYER_APPEARANCE_MODIFIER|appearance modifier]]. Is true if the LENGTH is less than the integer input.
  
 
|-
 
|-
Line 240: Line 301:
 
* styling token
 
* styling token
 
|| Tissue
 
|| Tissue
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s shaping (hairstyle). Valid tokens are NEATLY_COMBED, BRAIDED, DOUBLE_BRAIDS, PONY_TAILS, CLEAN_SHAVEN and STANDARD_HAIR/BEARD/MOUSTACHE/SIDEBURNS_SHAPINGS.{{verify}}
+
|| Checks the current {{token|CONDITION_TISSUE_LAYER|g}}'s shaping (hairstyle). Valid tokens are NEATLY_COMBED, BRAIDED, DOUBLE_BRAIDS, PONY_TAILS, CLEAN_SHAVEN and STANDARD_HAIR/BEARD/MOUSTACHE/SIDEBURNS_SHAPINGS.{{verify}}
  
 
|-
 
|-
 
| {{text_anchor|TISSUE_NOT_SHAPED}} || || Tissue
 
| {{text_anchor|TISSUE_NOT_SHAPED}} || || Tissue
|| Checks the current {{token|CONDITION_TISSUE_LAYER}}'s color. Accepts multiple color tokens, and is true if the any of the colors is present in the selected tissues.
+
|| Checks the current {{token|CONDITION_TISSUE_LAYER|g}}'s color. Accepts multiple color tokens, and is true if the any of the colors is present in the selected tissues.
  
 
|-
 
|-
Line 257: Line 318:
  
 
This condition should be within a [LAYER:... ] that has a similar graphic to the on in the TISSUE_SWAP.
 
This condition should be within a [LAYER:... ] that has a similar graphic to the on in the TISSUE_SWAP.
The current {{token|CONDITION_TISSUE_LAYER}} group must also include a {{token|TISSUE_MIN_LENGTH}}.
+
The current {{token|CONDITION_TISSUE_LAYER|g}} group must also include a {{token|TISSUE_MIN_LENGTH|g}}.
 +
 
 +
|-
 +
| {{text_anchor|ITEM_QUALITY}}{{version|50.13}} ||
 +
* integer
 +
| Armor<br>Wieldables{{verify}}
 +
|| Checks the current {{token|CONDITION_ITEM_WORN|g}}'s [[quality]]. 0 is base quality, 5 is masterwork.  See [CONDITION_MATERIAL_FLAG:IS_CRAFTED_ARTIFACT] for [[artifact]]-quality items.
 +
 
 +
|-
 +
| {{text_anchor|USE_PALETTE}}{{version|50.13}} ||
 +
* layer set palette
 +
* row
 +
| General
 +
|| Colors the layer using that row of the layer-set-specific {{token|LS_PALETTE|g}}.
 +
 
 +
|-
 +
| {{text_anchor|USE_STANDARD_PALETTE_FROM_ITEM}}{{version|50.13}} || || Armor<br>Wieldables{{verify}}
 +
|| Uses the default palette to render the layer based on the [[Material definition token#STATE_COLOR|color]] of the current {{token|CONDITION_ITEM_WORN|g}}.
 +
 
 +
|-
 +
| {{text_anchor|CONDITION_BP}}{{version|50.13}} ||
 +
*  selection criteria BY_TYPE, BY_CATEGORY, BY_TOKEN
 +
*  category, type, or token
 +
| Body
 +
|| Defines a body part graphic using standard [[body token]] selection criteria.
 +
 
 +
|-
 +
| {{text_anchor|BP_APPEARANCE_MODIFIER_RANGE}}{{version|50.13}} ||
 +
*  QUALITY
 +
*  minimum
 +
*  maximum
 +
| Body
 +
|| Checks if current {{token|CONDITION_BP|g}}'s {{token|BP_APPEARANCE_MODIFIER|c}} falls within the chosen range.
 +
 
 +
|-
 +
| {{text_anchor|BP_PRESENT}}{{version|50.13}} || || Body
 +
|| Checks if the current {{token|CONDITION_BP|g}} is present and not destroyed, pulped, or severed. Can also be applied to {{token|LG_CONDITION_BP|g}}.
 +
 
 +
|-
 +
| {{text_anchor|BP_SCARRED}}{{version|50.13}} || || Body
 +
|| Checks if the current {{token|CONDITION_BP|g}} is scarred. Seems to also require {{token|BP_PRESENT|g}} to avoid illogical results. {{verify}}
  
 
|}
 
|}
Line 269: Line 370:
 
! Description
 
! Description
 
|-
 
|-
| {{text anchor|VERMIN}} || Necessary for defining graphics that use the tokens below.{{verify}}
+
| {{text anchor|VERMIN}} || The default graphic for this vermin.
  
 
|-
 
|-
Line 290: Line 391:
  
 
|-
 
|-
| {{text anchor|LIGHT_SWARM_SMALL}} || Like {{token|SWARM_SMALL|g}} for [[firefly|fireflies]] etc in small groups.
+
| {{text anchor|LIGHT_SWARM_SMALL}} || Like {{token|SWARM_SMALL|g}} for [[firefly|fireflies]] etc. in small groups.
  
 
|-
 
|-
| {{text anchor|LIGHT_SWARM_MEDIUM}} || Like {{token|SWARM_LARGE|g}} for [[firefly|fireflies]] etc in large groups.
+
| {{text anchor|LIGHT_SWARM_MEDIUM}} || Like {{token|SWARM_LARGE|g}} for [[firefly|fireflies]] etc. in large groups.
  
 
|-
 
|-
Line 306: Line 407:
  
 
== Item Graphics ==
 
== Item Graphics ==
Item graphics can also be defined, but are mostly hardcoded. This section of the wiki needs to be fleshed out.
+
Item graphics can also be defined, but are mostly hardcoded. This section of the wiki needs to be fleshed out. Descriptions of the token functions is provisional.
 
 
 
 
== World Map Graphics ==
 
Where Accepts Variation is YES the graphics tag accepts 1 through 5:
 
 
 
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:1]
 
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:2]
 
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:3]
 
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:4]
 
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:5]
 
  
Otherwise:
+
Item graphics currently do not support LARGE_IMAGE.
 
 
  [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>]
 
  
 
{| {{prettytable}}
 
{| {{prettytable}}
 
|- bgcolor="#dddddd"
 
|- bgcolor="#dddddd"
 
! Token
 
! Token
! Accepts Variation
+
! Arguments
|-
+
! Description
| EMBARK_OVERLAY_RESTRICTED || No
 
  
 
|-
 
|-
| EMBARK_OVERLAY_GOOD || No
+
| {{text_anchor|TILE_GRAPHICS}}
 +
|
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Begins defining tile graphics for an item. Sets default tile graphic.{{verify}}
  
 
|-
 
|-
| EMBARK_OVERLAY_FIND_RESULT || No
+
| {{text_anchor|BOULDER_GRAPHICS}}
 +
|
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Material ID
 +
| Defines tile graphics variants to use for BOULDER items by material; currently all boulders use material palette instead.
  
 
|-
 
|-
| EMBARK_OVERLAY_FIND_RESULT_PARTIAL || No
+
| {{text_anchor|ROUGH_GEM_GRAPHICS}}
 +
|
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Material ID
 +
| Defines tile graphics variants to use for ROUGH (gem) items by material; currently all rough gems use material palette instead.
  
 
|-
 
|-
| SITE_MOUNTAINHOME || No
+
| {{text_anchor|BARS_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Material ID or item ID
 +
| Defines tile graphics variants to use for BAR items by material.
  
 
|-
 
|-
| SITE_FORTRESS || No
+
| {{text_anchor|FOOD_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for FOOD items.
  
 
|-
 
|-
| SITE_HILLOCKS || No
+
| {{text_anchor|CHEESE_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Material ID
 +
| Defines tile graphics variants to use for CHEESE items by material. Unused in vanilla raws.
  
 
|-
 
|-
| SITE_CASTLE || No
+
| {{text_anchor|ARMOR_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for ARMOR items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_MONASTERY || No
+
| {{text_anchor|GLOVES_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for GLOVES items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_TOMB || No
+
| {{text_anchor|HELM_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for HELM items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_SHRINE_TITAN || No
+
| {{text_anchor|PANTS_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for PANTS items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_FORT || No
+
| {{text_anchor|SHOES_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for SHOES items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_FOREST_RETREAT_1 || No
+
| {{text_anchor|SHOES_GRAPHICS_METAL}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines metal material tile graphics variants for SHOES items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_FOREST_RETREAT_2 || No
+
| {{text_anchor|SHIELD_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for SHIELD items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_VILLAGE || No
+
| {{text_anchor|SHIELD_GRAPHICS_WOODEN}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines wood material tile graphics variants for SHIELD items; this is for items not being worn by a creature.
  
 
|-
 
|-
| SITE_CITY_1 || No
+
| {{text_anchor|TOY_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
* Material ID
 +
| Defines tile graphics for TOY items.  Material ID in this case is one of STONE, WOOD, METAL, or GLASS.
  
 
|-
 
|-
| SITE_CITY_2 || No
+
| {{text_anchor|TRAPCOMP_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines tile graphics for TRAPCOMP items.
  
 
|-
 
|-
| SITE_CITY_3 || No
+
| {{text_anchor|TRAPCOMP_GRAPHICS_WEAPON_TRAP}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines tile graphics for TRAPCOMP items when built into a weapon trap; must follow TRAPCOMP_GRAPHICS.
  
 
|-
 
|-
| SITE_CITY_4 || No
+
| {{text_anchor|TRAPCOMP_GRAPHICS_UPRIGHT_#X}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines tile graphics for installed upright spike traps. These comprise two-tile graphics: # is replaced with the number of spikes, 1-10; X is replaced with T (for top graphic tile) or B (bottom graphic tile). This follows the tile graphics definition of either MENACINGSPIKE or SPEAR.
  
 
|-
 
|-
| SITE_VAULT || No
+
| {{text_anchor|SIEGEAMMO_GRAPHICS}}
 +
|  
 +
* Item ID
 +
| Begins defining graphics for SIEGEAMMO items.
  
 
|-
 
|-
| SITE_RUIN || No
+
| {{text_anchor|SIEGEAMMO_GRAPHICS_STRAIGHT_DEFAULT}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for ballista arrows aligned orthogonally on the map; follows SEIGEAMMO_GRAPHICS.
  
 
|-
 
|-
| SITE_RUIN_DWARF || No
+
| {{text_anchor|SIEGEAMMO_GRAPHICS_STRAIGHT_WOOD}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Wooden variant of above.
  
 
|-
 
|-
| SITE_RUIN_CASTLE || No
+
| {{text_anchor|SIEGEAMMO_GRAPHICS_DIAGONAL_DEFAULT}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for ballista arrows aligned diagonally on the map; follows SEIGEAMMO_GRAPHICS.
  
 
|-
 
|-
| SITE_RUIN_FOREST_RETREAT_1 || No
+
| {{text_anchor|SIEGEAMMO_GRAPHICS_DIAGONAL_WOOD}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Wood variant of above.
  
 
|-
 
|-
| SITE_RUIN_FOREST_RETREAT_2 || No
+
| {{text_anchor|AMMO_GRAPHICS}}
 +
|  
 +
* Item ID
 +
| Begins defining graphics for AMMO items.
  
 
|-
 
|-
| SITE_RUIN_VILLAGE || No
+
| {{text_anchor|AMMO_GRAPHICS_STRAIGHT_DEFAULT}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for AMMO items aligned orthogonally on the map; follows AMMO_GRAPHICS.
  
 
|-
 
|-
| SITE_RUIN_CITY || No
+
| {{text_anchor|AMMO_GRAPHICS_STRAIGHT_WOOD}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Wooden variant of above.
  
 
|-
 
|-
| SITE_RUIN_GOBLIN || No
+
| {{text_anchor|AMMO_GRAPHICS_DIAGONAL_DEFAULT}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for AMMO aligned diagonally on the map; follows AMMO_GRAPHICS.
  
 
|-
 
|-
| SITE_LABYRINTH || No
+
| {{text_anchor|AMMO_GRAPHICS_DIAGONAL_WOOD}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Wood variant of above.
  
 
|-
 
|-
| SITE_LAIR_BURROW || No
+
| {{text_anchor|WEAPON_GRAPHICS}}
 +
|  
 +
* Item ID
 +
| Begins defining graphics for WEAPON items.
  
 
|-
 
|-
| SITE_CAVE || No
+
| {{text_anchor|WEAPON_GRAPHICS_DEFAULT}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines default graphics for WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.
  
 
|-
 
|-
| SITE_DARK_FORTRESS_1 || No
+
| {{text_anchor|WEAPON_GRAPHICS_MATERIAL}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines material palette{{verify}} graphics for WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.
  
 
|-
 
|-
| SITE_DARK_FORTRESS_2 || No
+
| {{text_anchor|WEAPON_GRAPHICS_WOOD_GROWN}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for grown-wood WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.
  
 
|-
 
|-
| SITE_NECROTOWER || No
+
| {{text_anchor|WEAPON_GRAPHICS_WOOD}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for wooden WEAPON item defined by WEAPON_GRAPHICS not being worn by creatures; follows WEAPON_GRAPHICS.
  
 
|-
 
|-
| SITE_CAMP || No
+
| {{text_anchor|WEAPON_GRAPHICS_WEAPON_TRAP}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for WEAPON item defined by WEAPON_GRAPHICS as it appears installed in a weapon trap; follows WEAPON_GRAPHICS.
  
 
|-
 
|-
| ARMY || No
+
| {{text_anchor|TOOL_GRAPHICS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
* Item ID
 +
| Defines default graphics for TOOL items; also begins defining variant graphics for material or container conditions when followed by tokens below.
  
 
|-
 
|-
| ELEVATION_INDICATOR || No
+
| {{text_anchor|ADD_TOOL_GRAPHICS}}
 +
|  
 +
* Item ID
 +
| Adds graphics to an existing tool defined with TOOL_GRAPHICS, followed by the tool graphics material or container condition tokens below.
  
 
|-
 
|-
| MAP_CURSOR || No
+
| {{text_anchor|TOOL_GRAPHICS_WOOD}}
 +
|  
 +
* Variant index
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines additonal variant graphics for wooden TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).
  
 
|-
 
|-
| MAP_YOUR_FORT || No
+
| {{text_anchor|TOOL_GRAPHICS_STONE}}
 +
|  
 +
* Variant index
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines additonal variant graphics for stone TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).
  
 
|-
 
|-
| MAP_YOUR_CIV || No
+
| {{text_anchor|TOOL_GRAPHICS_METAL}}
 +
|  
 +
* Variant index
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines additonal variant graphics for metal TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).
  
 
|-
 
|-
| MAP_NEUTRAL || No
+
| {{text_anchor|TOOL_GRAPHICS_GLASS}}
 +
|  
 +
* Variant index
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines additonal variant graphics for glass TOOL items defined by TOOL_GRAPHICS; follows TOOL_GRAPHICS or ADD_TOOL_GRAPHICS. Requires seven variants; the resulting tool graphic is selected randomly from these (they can all point to the same tile index if desired).
  
 
|-
 
|-
| MAP_HOSTILE || No
+
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_WOOD_LIQUID}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for wooden liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.
  
 
|-
 
|-
| MAP_ATTACK || No
+
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_STONE_LIQUID}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for stone liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.
  
 
|-
 
|-
| MAP_MISSION_PATH || No
+
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_METAL_LIQUID}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for metal (and glass?) liquid-containing containers (empty); follows ADD_TOOL_GRAPHICS definition for container.
  
 
|-
 
|-
| MAP_MISSION_MARKER || No
+
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_LIQUID}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for the liquid filling a liquid-containing container; follows TOOL_GRAPHICS_CONTAINER_*_LIQUID.
  
 
|-
 
|-
| MAP_ALLY || No
+
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_WOOD_ITEM}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for wooden containers holding items; follows ADD_TOOL_GRAPHICS definition for container.
  
 
|-
 
|-
| MAP_HOLDING || No
+
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_STONE_ITEM}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for stone containers holding items; follows ADD_TOOL_GRAPHICS definition for container.
  
 
|-
 
|-
| MAP_OCCUPIED_HOLDING || No
+
| {{text_anchor|TOOL_GRAPHICS_CONTAINER_METAL_ITEM}}
 
+
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for metal (and glass?) containers holding items; follows ADD_TOOL_GRAPHICS definition for container.
 
|-
 
|-
| MAP_VASSAL || No
+
| {{text_anchor|TOOL_GRAPHICS_HIVE_BLD}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines the built item graphics for HIVE items.
  
 
|-
 
|-
| MAP_TRIBUTARY || No
+
| {{text_anchor|TOOL_GRAPHICS_HIVE_BLD_IN_USE}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines the built item graphics for HIVE items that have hives installed.
  
 
|-
 
|-
| MAP_OCCUPIED_TRIBUTARY || No
+
| {{text_anchor|TOOL_GRAPHICS_HIVE_PRODUCTS}}
 +
|  
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines the built item graphics for HIVE items that are ready to be harvested.
  
 
|-
 
|-
| MAP_MARKET_DEPENDENCE || No
+
| {{text_anchor|TOOL_GRAPHICS_SHAPE}}
 +
|  
 +
* Shape ID
 +
* Tile page ID
 +
* x index
 +
* y index
 +
| Defines graphics for shaped items; currently used for dice.
  
|-
+
|}
| WORLD_EL_OCEAN || No
 
  
|-
+
== World Map Graphics ==
| WORLD_EL_MID || No
+
World map graphics are defined in <code>[[Game_folders_and_files#Game_folder|Dwarf Fortress]]\data\vanilla\vanilla_world_map\graphics\graphics_world_map.txt</code>
 +
Tokens that accept variants have 5 of them:
  
|-
+
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:1]
| WORLD_EL_MOUNTAINS || No
+
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:2]
 +
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:3]
 +
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:4]
 +
    [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>:5]
  
|-
+
Otherwise:
| WORLD_CLIFF || Yes
 
  
|-
+
  [TILE_GRAPHICS:<tile page identifier>:<x position>:<y position>:<TOKEN>]
| GRASSLAND_TEMP || Yes
 
 
 
|-
 
| GRASSLAND_TEMP_EVIL || Yes
 
 
 
|-
 
| GRASSLAND_TEMP_EVILSAV || Yes
 
 
 
|-
 
| GRASSLAND_TEMP_GOOD || Yes
 
 
 
|-
 
| GRASSLAND_TEMP_GOODSAV || Yes
 
 
 
|-
 
| GRASSLAND_TROP || Yes
 
 
 
|-
 
| GRASSLAND_TROP_EVIL || Yes
 
 
 
|-
 
| GRASSLAND_TROP_EVILSAV || Yes
 
 
 
|-
 
| GRASSLAND_TROP_GOOD || Yes
 
 
 
|-
 
| GRASSLAND_TROP_GOODSAV || Yes
 
 
 
|-
 
| HILLS || Yes
 
 
 
|-
 
| HILLS_EVIL || Yes
 
 
 
|-
 
| HILLS_EVILSAV || Yes
 
 
 
|-
 
| HILLS_GOOD || Yes
 
 
 
|-
 
| HILLS_GOODSAV || Yes
 
 
 
|-
 
| SHRUBLAND || Yes
 
 
 
|-
 
| SHRUBLAND_EVIL || Yes
 
 
 
|-
 
| SHRUBLAND_EVILSAV || Yes
 
 
 
|-
 
| SHRUBLAND_GOOD || Yes
 
 
 
|-
 
| SHRUBLAND_GOODSAV || Yes
 
 
 
|-
 
| MARSH || Yes
 
 
 
|-
 
| MARSH_EVIL || Yes
 
 
 
|-
 
| MARSH_EVILSAV || Yes
 
 
 
|-
 
| MARSH_GOOD || Yes
 
 
 
|-
 
| MARSH_GOODSAV || Yes
 
 
 
|-
 
| SWAMP || Yes
 
 
 
|-
 
| SWAMP_EVIL || Yes
 
 
 
|-
 
| SWAMP_EVILSAV || Yes
 
 
 
|-
 
| SWAMP_GOOD || Yes
 
 
 
|-
 
| SWAMP_GOODSAV || Yes
 
 
 
|-
 
| SAVANNA_TROP || Yes
 
 
 
|-
 
| SAVANNA_TROP_EVIL || Yes
 
 
 
|-
 
| SAVANNA_TROP_EVILSAV || Yes
 
 
 
|-
 
| SAVANNA_TROP_GOOD || Yes
 
 
 
|-
 
| SAVANNA_TROP_GOODSAV || Yes
 
 
 
|-
 
| SAVANNA_TEMP || Yes
 
 
 
|-
 
| SAVANNA_TEMP_EVIL || Yes
 
 
 
|-
 
| SAVANNA_TEMP_EVILSAV || Yes
 
 
 
|-
 
| SAVANNA_TEMP_GOOD || Yes
 
 
 
|-
 
| SAVANNA_TEMP_GOODSAV || Yes
 
 
 
|-
 
| BADLANDS || Yes
 
 
 
|-
 
| BADLANDS_EVIL || Yes
 
 
 
|-
 
| BADLANDS_EVILSAV || Yes
 
 
 
|-
 
| BADLANDS_GOOD || Yes
 
 
 
|-
 
| BADLANDS_GOODSAV || Yes
 
 
 
|-
 
| ROCKY_HILLS || Yes
 
 
 
|-
 
| ROCKY_HILLS_EVIL || Yes
 
 
 
|-
 
| ROCKY_HILLS_EVILSAV || Yes
 
 
 
|-
 
| ROCKY_HILLS_GOOD || Yes
 
 
 
|-
 
| ROCKY_HILLS_GOODSAV || Yes
 
 
 
|-
 
| ROCKY_PLAINS || Yes
 
 
 
|-
 
| ROCKY_PLAINS_EVIL || Yes
 
 
 
|-
 
| ROCKY_PLAINS_EVILSAV || Yes
 
 
 
|-
 
| ROCKY_PLAINS_GOOD || Yes
 
 
 
|-
 
| ROCKY_PLAINS_GOODSAV || Yes
 
 
 
|-
 
| SAND_DESERT || Yes
 
 
 
|-
 
| SAND_DESERT_YELLOW || Yes
 
 
 
|-
 
| SAND_DESERT_WHITE || Yes
 
 
 
|-
 
| SAND_DESERT_BLACK || Yes
 
 
 
|-
 
| SAND_DESERT_RED || Yes
 
 
 
|-
 
| SAND_DESERT_EVIL || Yes
 
 
 
|-
 
| SAND_DESERT_EVILSAV || Yes
 
 
 
|-
 
| SAND_DESERT_GOOD || Yes
 
 
 
|-
 
| SAND_DESERT_GOODSAV || Yes
 
 
 
|-
 
| BEACH || Yes
 
 
 
|-
 
| BEACH_EVIL || Yes
 
 
 
|-
 
| BEACH_EVILSAV || Yes
 
 
 
|-
 
| BEACH_GOOD || Yes
 
 
 
|-
 
| BEACH_GOODSAV || Yes
 
 
 
|-
 
| TUNDRA || Yes
 
 
 
|-
 
| TUNDRA_EVIL || Yes
 
 
 
|-
 
| TUNDRA_EVILSAV || Yes
 
 
 
|-
 
| TUNDRA_GOOD || Yes
 
 
 
|-
 
| TUNDRA_GOODSAV || Yes
 
 
 
|-
 
| GLACIER || Yes
 
 
 
|-
 
| GLACIER_EVIL || Yes
 
 
 
|-
 
| GLACIER_EVILSAV || Yes
 
 
 
|-
 
| GLACIER_GOOD || Yes
 
 
 
|-
 
| GLACIER_GOODSAV || Yes
 
 
 
|-
 
| FROZEN_OCEAN || Yes
 
 
 
|-
 
| FROZEN_OCEAN_EVIL || Yes
 
 
 
|-
 
| FROZEN_OCEAN_EVILSAV || Yes
 
 
 
|-
 
| FROZEN_OCEAN_GOOD || Yes
 
 
 
|-
 
| FROZEN_OCEAN_GOODSAV || Yes
 
 
 
|-
 
| LAKE || Yes
 
 
 
|-
 
| LAKE_EVIL || Yes
 
 
 
|-
 
| LAKE_EVILSAV || Yes
 
 
 
|-
 
| LAKE_GOOD || Yes
 
 
 
|-
 
| LAKE_GOODSAV || Yes
 
 
 
|-
 
| OCEAN || Yes
 
 
 
|-
 
| OCEAN_EVIL || Yes
 
 
 
|-
 
| OCEAN_EVILSAV || Yes
 
 
 
|-
 
| OCEAN_GOOD || Yes
 
 
 
|-
 
| OCEAN_GOODSAV || Yes
 
 
 
|-
 
| OCEAN_DEEP || Yes
 
 
 
|-
 
| OCEAN_DEEP_EVIL || Yes
 
 
 
|-
 
| OCEAN_DEEP_EVILSAV || Yes
 
 
 
|-
 
| OCEAN_DEEP_GOOD || Yes
 
 
 
|-
 
| OCEAN_DEEP_GOODSAV || Yes
 
 
 
|-
 
| MOUNTAIN_PEAK || Yes
 
 
 
|-
 
| VOLCANO || Yes
 
 
 
|-
 
| MOUNTAIN_HIGH || Yes
 
 
 
|-
 
| MOUNTAIN_MID || Yes
 
 
 
|-
 
| MOUNTAIN_LOW || Yes
 
 
 
|-
 
| MOUNTAIN_PEAK_EVIL || Yes
 
 
 
|-
 
| VOLCANO_EVIL || Yes
 
 
 
|-
 
| MOUNTAIN_HIGH_EVIL || Yes
 
 
 
|-
 
| MOUNTAIN_MID_EVIL || Yes
 
 
 
|-
 
| MOUNTAIN_LOW_EVIL || Yes
 
 
 
|-
 
| MOUNTAIN_PEAK_EVILSAV || Yes
 
 
 
|-
 
| VOLCANO_EVILSAV || Yes
 
 
 
|-
 
| MOUNTAIN_HIGH_EVILSAV || Yes
 
 
 
|-
 
| MOUNTAIN_MID_EVILSAV || Yes
 
 
 
|-
 
| MOUNTAIN_LOW_EVILSAV || Yes
 
 
 
|-
 
| MOUNTAIN_PEAK_GOOD || Yes
 
 
 
|-
 
| VOLCANO_GOOD || Yes
 
 
 
|-
 
| MOUNTAIN_HIGH_GOOD || Yes
 
 
 
|-
 
| MOUNTAIN_MID_GOOD || Yes
 
 
 
|-
 
| MOUNTAIN_LOW_GOOD || Yes
 
 
 
|-
 
| MOUNTAIN_PEAK_GOODSAV || Yes
 
 
 
|-
 
| VOLCANO_GOODSAV || Yes
 
 
 
|-
 
| MOUNTAIN_HIGH_GOODSAV || Yes
 
 
 
|-
 
| MOUNTAIN_MID_GOODSAV || Yes
 
 
 
|-
 
| MOUNTAIN_LOW_GOODSAV || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_MOIST || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_MOIST_EVIL || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_MOIST_EVILSAV || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_MOIST_GOOD || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_MOIST_GOODSAV || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_DRY || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_DRY_EVIL || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_DRY_EVILSAV || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_DRY_GOOD || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TROP_DRY_GOODSAV || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TEMP || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TEMP_EVIL || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TEMP_EVILSAV || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TEMP_GOOD || Yes
 
 
 
|-
 
| FOREST_BROADLEAF_TEMP_GOODSAV || Yes
 
 
 
|-
 
| FOREST_CONIFER_TROP || Yes
 
 
 
|-
 
| FOREST_CONIFER_TROP_EVIL || Yes
 
 
 
|-
 
| FOREST_CONIFER_TROP_EVILSAV || Yes
 
 
 
|-
 
| FOREST_CONIFER_TROP_GOOD || Yes
 
 
 
|-
 
| FOREST_CONIFER_TROP_GOODSAV || Yes
 
 
 
|-
 
| FOREST_CONIFER_TEMP || Yes
 
 
 
|-
 
| FOREST_CONIFER_TEMP_EVIL || Yes
 
 
 
|-
 
| FOREST_CONIFER_TEMP_EVILSAV || Yes
 
 
 
|-
 
| FOREST_CONIFER_TEMP_GOOD || Yes
 
 
 
|-
 
| FOREST_CONIFER_TEMP_GOODSAV || Yes
 
 
 
|-
 
| FOREST_TAIGA || Yes
 
 
 
|-
 
| FOREST_TAIGA_EVIL || Yes
 
 
 
|-
 
| FOREST_TAIGA_EVILSAV || Yes
 
 
 
|-
 
| FOREST_TAIGA_GOOD || Yes
 
 
 
|-
 
| FOREST_TAIGA_GOODSAV || Yes
 
 
 
|-
 
| TUNNEL_NS || No
 
 
 
|-
 
| TUNNEL_WE || No
 
 
 
|-
 
| TUNNEL_SE || No
 
 
 
|-
 
| TUNNEL_SW || No
 
 
 
|-
 
| TUNNEL_NE || No
 
 
 
|-
 
| TUNNEL_NW || No
 
 
 
|-
 
| TUNNEL_NSE || No
 
 
 
|-
 
| TUNNEL_SWE || No
 
 
 
|-
 
| TUNNEL_NWE || No
 
 
 
|-
 
| TUNNEL_NSW || No
 
 
 
|-
 
| TUNNEL_NSWE || No
 
 
 
|-
 
| TUNNEL_0 || No
 
 
 
|-
 
| TUNNEL_S || No
 
 
 
|-
 
| TUNNEL_N || No
 
 
 
|-
 
| TUNNEL_W || No
 
 
 
|-
 
| TUNNEL_E || No
 
 
 
|-
 
| ROAD_PAVED_NS || No
 
 
 
|-
 
| ROAD_PAVED_WE || No
 
 
 
|-
 
| ROAD_PAVED_SE || No
 
 
 
|-
 
| ROAD_PAVED_SW || No
 
 
 
|-
 
| ROAD_PAVED_NE || No
 
 
 
|-
 
| ROAD_PAVED_NW || No
 
 
 
|-
 
| ROAD_PAVED_NSE || No
 
 
 
|-
 
| ROAD_PAVED_SWE || No
 
 
 
|-
 
| ROAD_PAVED_NWE || No
 
 
 
|-
 
| ROAD_PAVED_NSW || No
 
 
 
|-
 
| ROAD_PAVED_NSWE || No
 
 
 
|-
 
| ROAD_PAVED_0 || No
 
 
 
|-
 
| ROAD_PAVED_S || No
 
 
 
|-
 
| ROAD_PAVED_N || No
 
 
 
|-
 
| ROAD_PAVED_W || No
 
 
 
|-
 
| ROAD_PAVED_E || No
 
 
 
|-
 
| ROAD_DIRT_NS || No
 
 
 
|-
 
| ROAD_DIRT_WE || No
 
 
 
|-
 
| ROAD_DIRT_SE || No
 
 
 
|-
 
| ROAD_DIRT_SW || No
 
 
 
|-
 
| ROAD_DIRT_NE || No
 
 
 
|-
 
| ROAD_DIRT_NW || No
 
 
 
|-
 
| ROAD_DIRT_NSE || No
 
 
 
|-
 
| ROAD_DIRT_SWE || No
 
 
 
|-
 
| ROAD_DIRT_NWE || No
 
 
 
|-
 
| ROAD_DIRT_NSW || No
 
 
 
|-
 
| ROAD_DIRT_NSWE || No
 
 
 
|-
 
| ROAD_DIRT_0 || No
 
 
 
|-
 
| ROAD_DIRT_S || No
 
 
 
|-
 
| ROAD_DIRT_N || No
 
 
 
|-
 
| ROAD_DIRT_W || No
 
 
 
|-
 
| ROAD_DIRT_E || No
 
 
 
|-
 
| BROOK_NS || Yes
 
 
 
|-
 
| BROOK_WE || Yes
 
 
 
|-
 
| BROOK_SE || No
 
 
 
|-
 
| BROOK_SW || No
 
 
 
|-
 
| BROOK_NE || No
 
 
 
|-
 
| BROOK_NW || No
 
 
 
|-
 
| BROOK_NSE || No
 
 
 
|-
 
| BROOK_SWE || No
 
 
 
|-
 
| BROOK_NWE || No
 
 
 
|-
 
| BROOK_NSW || No
 
 
 
|-
 
| BROOK_NSWE || No
 
 
 
|-
 
| BROOK_0 || No
 
 
 
|-
 
| BROOK_N || No
 
 
 
|-
 
| BROOK_S || No
 
 
 
|-
 
| BROOK_W || No
 
 
 
|-
 
| BROOK_E || No
 
 
 
|-
 
| BROOK_MOUTH_NARROW_N || No
 
 
 
|-
 
| BROOK_MOUTH_NARROW_S || No
 
 
 
|-
 
| BROOK_MOUTH_NARROW_W || No
 
 
 
|-
 
| BROOK_MOUTH_NARROW_E || No
 
 
 
|-
 
| RIVER_NS || Yes
 
 
 
|-
 
| RIVER_WE || Yes
 
 
 
|-
 
| RIVER_SE || No
 
 
 
|-
 
| RIVER_SW || No
 
 
 
|-
 
| RIVER_NE || No
 
 
 
|-
 
| RIVER_NW || No
 
 
 
|-
 
| RIVER_NSE || No
 
 
 
|-
 
| RIVER_SWE || No
 
 
 
|-
 
| RIVER_NWE || No
 
 
 
|-
 
| RIVER_NSW || No
 
 
 
|-
 
| RIVER_NSWE || No
 
 
 
|-
 
| RIVER_0 || No
 
 
 
|-
 
| RIVER_N || No
 
 
 
|-
 
| RIVER_S || No
 
 
 
|-
 
| RIVER_W || No
 
 
 
|-
 
| RIVER_E || No
 
 
 
|-
 
| RIVER_MOUTH_NARROW_N || No
 
 
 
|-
 
| RIVER_MOUTH_NARROW_S || No
 
 
 
|-
 
| RIVER_MOUTH_NARROW_W || No
 
 
 
|-
 
| RIVER_MOUTH_NARROW_E || No
 
 
 
|-
 
| RIVER_MAJOR_NS || Yes
 
 
 
|-
 
| RIVER_MAJOR_WE || Yes
 
 
 
|-
 
| RIVER_MAJOR_SE || No
 
 
 
|-
 
| RIVER_MAJOR_SW || No
 
 
 
|-
 
| RIVER_MAJOR_NE || No
 
 
 
|-
 
| RIVER_MAJOR_NW || No
 
 
 
|-
 
| RIVER_MAJOR_NSE || No
 
 
 
|-
 
| RIVER_MAJOR_SWE || No
 
 
 
|-
 
| RIVER_MAJOR_NWE || No
 
 
 
|-
 
| RIVER_MAJOR_NSW || No
 
 
 
|-
 
| RIVER_MAJOR_NSWE || No
 
 
 
|-
 
| RIVER_MAJOR_0 || No
 
 
 
|-
 
| RIVER_MAJOR_N || No
 
 
 
|-
 
| RIVER_MAJOR_S || No
 
 
 
|-
 
| RIVER_MAJOR_W || No
 
 
 
|-
 
| RIVER_MAJOR_E || No
 
 
 
|-
 
| RIVER_MAJOR_MOUTH_NARROW_N || No
 
 
 
|-
 
| RIVER_MAJOR_MOUTH_NARROW_S || No
 
 
 
|-
 
| RIVER_MAJOR_MOUTH_NARROW_W || No
 
 
 
|-
 
| RIVER_MAJOR_MOUTH_NARROW_E || No
 
 
 
|-
 
| WORLD_EDGE_SHAPE_STRAIGHT_W || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_STRAIGHT_N || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_STRAIGHT_E || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_STRAIGHT_S || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THICK_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THICK_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THICK_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THICK_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_TINY_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_TINY_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_TINY_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_TINY_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_INLET_NSW || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_INLET_NWE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_INLET_NSE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_INLET_SWE || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_SURROUND || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_W_S || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_W_N || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_N_W || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_N_E || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_E_N || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_E_S || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_S_E || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THINNING_S_W || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_NW_W || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_NW_N || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_NE_N || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_NE_E || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_SE_E || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_SE_S || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_SW_S || Yes
 
 
 
|-
 
| WORLD_EDGE_SHAPE_THIN_CORNER_TRANSITION_SW_W || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_STRAIGHT_W || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_STRAIGHT_N || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_STRAIGHT_E || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_STRAIGHT_S || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THICK_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THICK_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THICK_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THICK_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_TINY_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_TINY_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_TINY_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_TINY_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_INLET_NSW || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_INLET_NWE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_INLET_NSE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_INLET_SWE || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_SURROUND || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_W_S || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_W_N || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_N_W || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_N_E || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_E_N || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_E_S || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_S_E || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THINNING_S_W || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_NW_W || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_NW_N || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_NE_N || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_NE_E || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_SE_E || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_SE_S || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_SW_S || Yes
 
 
 
|-
 
| WORLD_EDGE_WATER_THIN_CORNER_TRANSITION_SW_W || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_STRAIGHT_W || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_STRAIGHT_N || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_STRAIGHT_E || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_STRAIGHT_S || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THICK_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THICK_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THICK_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THICK_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THIN_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THIN_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THIN_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_THIN_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_TINY_CORNER_NW || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_TINY_CORNER_NE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_TINY_CORNER_SE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_TINY_CORNER_SW || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_INLET_NSW || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_INLET_NWE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_INLET_NSE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_INLET_SWE || Yes
 
 
 
|-
 
| WORLD_EDGE_GLACIER_SURROUND || Yes
 
 
 
|-
</