Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How do I change the biome an entity prefers?  (Read 385 times)

TeDDD

  • Bay Watcher
    • View Profile
How do I change the biome an entity prefers?
« on: June 11, 2010, 11:55:30 am »

I tried changing the default Dwarfs to DESERT, then PLAINS, but neither took.  Am I using the wrong terms?
Logged

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: How do I change the biome an entity prefers?
« Reply #1 on: June 11, 2010, 12:04:19 pm »

If you used the tokens in your post, yes. Any desert is ANY_DESERT and plains is any of ANY_SHRUBLAND, ANY_GRASSLAND, and ANY_SAVANNA (humans use all three).
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Hyndis

  • Bay Watcher
    • View Profile
Re: How do I change the biome an entity prefers?
« Reply #2 on: June 11, 2010, 01:18:05 pm »

   [DEFAULT_SITE_TYPE:CAVE_DETAILED]
   [LIKES_SITE:CAVE_DETAILED]
   [TOLERATES_SITE:CITY]
   [TOLERATES_SITE:TREE_CITY]
   [TOLERATES_SITE:CAVE_DETAILED]
   [START_BIOME:MOUNTAIN]
   [BIOME_SUPPORT:ANY_FOREST:1]
   [BIOME_SUPPORT:MOUNTAIN:3]
   [BIOME_SUPPORT:ANY_GRASSLAND:1]
   [BIOME_SUPPORT:ANY_SAVANNA:1]
   [BIOME_SUPPORT:ANY_SHRUBLAND:1]
   [BIOME_SUPPORT:ANY_RIVER:1]


Default tokens for dwarves. Biome support is the preference for each civilization on that type of terrain. Start biome is where the civilization can be placed to begin with on worldgen. Likes/tolerates site tokens are related to war and that civilization invading and taking over another civilization's city.
Logged