Class ClimateSpawnCondition
- Namespace
- Vintagestory.API.Common.Entities
- Assembly
- VintagestoryAPI.dll
A list of conditions based on climate.
public class ClimateSpawnCondition
- Inheritance
-
ClimateSpawnCondition
- Derived
Fields
MaxForest (Optional) (Default: 1)
The maximum amount of forest cover needed for the object to spawn.
public float MaxForest
Field Value
MaxRain (Optional) (Default: 1)
The maximum amount of rain for the object to spawn.
public float MaxRain
Field Value
MaxShrubs (Optional) (Default: 1)
The maximum amount of shrubbery needed for the object to spawn.
public float MaxShrubs
Field Value
MaxTemp (Optional) (Default: 40)
The maximum tempurature for the object to spawn.
public float MaxTemp
Field Value
MaxY (Optional) (Default: 2)
Won't span above maxY. 0...1 is world bottom to sea level, 1...2 is sea level to world top
public float MaxY
Field Value
MinForest (Optional) (Default: 0)
The minimum amount of forest cover needed for the object to spawn.
public float MinForest
Field Value
MinForestOrShrubs (Optional) (Default: 0)
The minimum amount of forest or shrubs for the object to spawn.
public float MinForestOrShrubs
Field Value
MinRain (Optional) (Default: 0)
The minimum amount of rain for the object to spawn.
public float MinRain
Field Value
MinShrubs (Optional) (Default: 0)
The minimum amount of shrubbery needed for the object to spawn.
public float MinShrubs
Field Value
MinTemp (Optional) (Default: -40)
The minimum tempurature for the object to spawn.
public float MinTemp
Field Value
MinY (Optional) (Default: 0)
Won't span below minY. 0...1 is world bottom to sea level, 1...2 is sea level to world top
public float MinY