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.

23a:Biome token

From Dwarf Fortress Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article is about an older version of DF.

Biome tokens are used to indicate environments for creatures and trees.

All objects that use biome tokens can take multiple entries, so they can be found in many different locations.

The BIOME_ANY_LAND token can only be used with creatures, while BIOME_ANY_TEMPERATE_BROADLEAF and BIOME_ANY_TROPICAL_BROADLEAF can only be used with trees.

Token Description
BIOME_ALL Every biome except BIOME_SUBTERRANEAN_RIVER, BIOME_SUBTERRANEAN_CHASM, and BIOME_SUBTERRANEAN_LAVA
BIOME_ANY_LAND Same as BIOME_ALL, but excluding BIOME_OCEAN, BIOME_INLAND_FRESHWATER, BIOME_INLAND_BRACKISHWATER, and BIOME_INLAND_SALTWATER.
Only permitted on creatures.
BIOME_NOT_FREEZING Same as BIOME_ANY_LAND, but excluding BIOME_MOUNTAIN, BIOME_GLACIER, and BIOME_TUNDRA.
BIOME_ANY_TEMPERATE All TEMPERATE biomes.
BIOME_ANY_TROPICAL All TROPICAL biomes, including BIOME_SWAMP_MANGROVE.
For trees, this is broken - instead of including the TROPICAL swamps and marshes, it includes the TEMPERATE ones instead (though it still includes mangrove swamps).
BIOME_ANY_TEMPERATE_BROADLEAF BIOME_SWAMP_TEMPERATE_FRESHWATER, BIOME_SWAMP_TEMPERATE_SALTWATER, BIOME_MARSH_TEMPERATE_FRESHWATER, BIOME_MARSH_TEMPERATE_SALTWATER, BIOME_FOREST_TEMPERATE_BROADLEAF, BIOME_GRASSLAND_TEMPERATE, BIOME_SAVANNA_TEMPERATE, and BIOME_SHRUBLAND_TEMPERATE.
Only permitted on trees.
BIOME_ANY_TROPICAL_BROADLEAF BIOME_SWAMP_TROPICAL_FRESHWATER, BIOME_SWAMP_TROPICAL_SALTWATER, BIOME_SWAMP_MANGROVE, BIOME_MARSH_TROPICAL_FRESHWATER, BIOME_MARSH_TROPICAL_SALTWATER, BIOME_FOREST_TROPICAL_DRY_BROADLEAF, BIOME_FOREST_TROPICAL_MOIST_BROADLEAF, BIOME_GRASSLAND_TROPICAL, BIOME_SAVANNA_TROPICAL, and BIOME_SHRUBLAND_TROPICAL.
Only permitted on trees.
BIOME_ANY_TEMPERATE_FOREST BIOME_FOREST_TEMPERATE_CONIFER and BIOME_FOREST_TEMPERATE_BROADLEAF
BIOME_ANY_TROPICAL_FOREST BIOME_FOREST_TROPICAL_CONIFER, BIOME_FOREST_TROPICAL_DRY_BROADLEAF, and BIOME_FOREST_TROPICAL_MOIST_BROADLEAF
BIOME_ANY_DESERT BIOME_DESERT_BADLAND, BIOME_DESERT_ROCK, and BIOME_DESERT_SAND
BIOME_MOUNTAIN Mountain. Only used for kobolds.
BIOME_GLACIER Glacier.
BIOME_TUNDRA Tundra.
BIOME_SWAMP_TEMPERATE_FRESHWATER Temperate freshwater swamp. Similar to marshes but wetter.
BIOME_SWAMP_TEMPERATE_SALTWATER Temperate saltwater swamp. Similar to marshes but wetter.
BIOME_MARSH_TEMPERATE_FRESHWATER Temperate freshwater marsh, one of the most common.
BIOME_MARSH_TEMPERATE_SALTWATER Temperate saltwater marsh, found occasionally near oceans.
BIOME_SWAMP_TROPICAL_FRESHWATER Tropical freshwater swamp.
BIOME_SWAMP_TROPICAL_SALTWATER Tropical saltwarer swamp.
BIOME_SWAMP_MANGROVE Mangrove swamp, special type of tropical saltwater swamp.
BIOME_MARSH_TROPICAL_FRESHWATER Tropical freshwater marsh.
BIOME_MARSH_TROPICAL_SALTWATER Tropical saltwater marsh.
BIOME_FOREST_TAIGA Taiga, a particularly cold forest.
BIOME_FOREST_TEMPERATE_CONIFER Temperate coniferous forest.
BIOME_FOREST_TEMPERATE_BROADLEAF Temperate broadleaf forest.
BIOME_FOREST_TROPICAL_CONIFER Tropical coniferous forest.
BIOME_FOREST_TROPICAL_DRY_BROADLEAF Tropical dry broadleaf forest.
BIOME_FOREST_TROPICAL_MOIST_BROADLEAF Tropical moist broadleaf forest.
BIOME_GRASSLAND_TEMPERATE Temperate grassland.
BIOME_SAVANNA_TEMPERATE Temperate savanna.
BIOME_SHRUBLAND_TEMPERATE Temperate shrubland.
BIOME_GRASSLAND_TROPICAL Tropical grassland.
BIOME_SAVANNA_TROPICAL Tropical savanna.
BIOME_SHRUBLAND_TROPICAL Tropical shrubland.
BIOME_DESERT_BADLAND Badlands.
BIOME_DESERT_ROCK Rocky wasteland.
BIOME_DESERT_SAND Sand desert.
BIOME_OCEAN Ocean.
BIOME_INLAND_FRESHWATER Freshwater lake.
BIOME_INLAND_BRACKISHWATER Brackish lake.
BIOME_INLAND_SALTWATER Saltwater lake.
BIOME_SUBTERRANEAN_RIVER The cave river.
BIOME_SUBTERRANEAN_CHASM The chasm.
BIOME_SUBTERRANEAN_LAVA The magma flow.