Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Biome ¶
type Biome struct { Name string `json:"name"` MatchScore int `json:"match_score"` FaunaPrevalence int `json:"fauna_prevalence"` FaunaTags []string `json:"fauna_tags"` AltitudeMin int `json:"altitude_min"` AltitudeMax int `json:"altitude_max"` TemperatureMin int `json:"temperature_min"` TemperatureMax int `json:"temperature_max"` PrecipitationMin int `json:"precipitation_min"` PrecipitationMax int `json:"precipitation_max"` Type string `json:"type"` // either terrestrial, freshwater, or marine VegetationPrevalence int `json:"vegetation_prevalence"` // 0-99 VegetationTags []string `json:"vegetation_tags"` }
Biome is a biome
type BiomeCriteria ¶
BiomeCriteria is a set of information used for evaluating biomes
Click to show internal directories.
Click to hide internal directories.