mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-09-22 11:26:49 -04:00
use improved indoors check
This commit is contained in:
parent
5e2cba0ae8
commit
f3e6d48b97
13 changed files with 30 additions and 23 deletions
|
@ -7,7 +7,7 @@ local conditions = {
|
|||
max_heat = 45,
|
||||
min_humidity = 65,
|
||||
min_windspeed = 2.5,
|
||||
daylight = 15,
|
||||
indoors = false,
|
||||
not_biome = {
|
||||
"cold_desert",
|
||||
"cold_desert_ocean",
|
||||
|
|
|
@ -7,7 +7,7 @@ local conditions = {
|
|||
min_humidity = 30,
|
||||
max_humidity = 40,
|
||||
max_windspeed = 2,
|
||||
daylight = 15,
|
||||
indoors = false,
|
||||
has_biome = {
|
||||
"default",
|
||||
"deciduous_forest",
|
||||
|
|
|
@ -6,7 +6,7 @@ local conditions = {
|
|||
min_heat = 35,
|
||||
min_humidity = 50,
|
||||
max_humidity = 65,
|
||||
daylight = 15
|
||||
indoors = false
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
|
|
@ -5,7 +5,7 @@ local conditions = {
|
|||
max_height = regional_weather.settings.max_height,
|
||||
min_heat = 40,
|
||||
min_humidity = 65,
|
||||
daylight = 15
|
||||
indoors = false
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
|
|
@ -6,7 +6,7 @@ local conditions = {
|
|||
max_heat = 35,
|
||||
min_humidity = 50,
|
||||
max_humidity = 65,
|
||||
daylight = 15,
|
||||
indoors = false,
|
||||
not_biome = {
|
||||
"cold_desert",
|
||||
"cold_desert_ocean",
|
||||
|
|
|
@ -5,7 +5,7 @@ local conditions = {
|
|||
max_height = regional_weather.settings.max_height,
|
||||
max_heat = 30,
|
||||
min_humidity = 65,
|
||||
daylight = 15,
|
||||
indoors = false,
|
||||
not_biome = {
|
||||
"cold_desert",
|
||||
"cold_desert_ocean",
|
||||
|
|
|
@ -4,7 +4,7 @@ local conditions = {
|
|||
min_height = regional_weather.settings.min_height,
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_windspeed = 3,
|
||||
daylight = 15
|
||||
indoors = false,
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue