mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +01:00
Weather Warnings (#19934)
* Atmospheric probes will now relay changes in weather when deployed. Analog radios can be tuned into the weather broadcast and receive it, provided they're in the same sector / connected z-levels. * Fixed weather transitions to rainy / icy weather not working. * Changed rainy / icy weather to have a blue color, reducing eye strain.   
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
surface_color = COLOR_BLUE_GRAY
|
||||
scanimage = "asteroid.png"
|
||||
possible_themes = list(/datum/exoplanet_theme/barren/asteroid/ice)
|
||||
has_icy_weather = TRUE
|
||||
rock_colors = list(COLOR_ASH)
|
||||
planetary_area = /area/exoplanet/barren/asteroid
|
||||
ruin_planet_type = PLANET_ASTEROID
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
rock_colors = list(COLOR_ASTEROID_ROCK, COLOR_GRAY80, COLOR_BROWN)
|
||||
plant_colors = list("#3c772e","#27614b","#3f8d35","#185f18","#799628", "RANDOM")
|
||||
possible_themes = list(/datum/exoplanet_theme/grass)
|
||||
has_water_weather = TRUE
|
||||
ruin_planet_type = PLANET_GRASS
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
soil_data = list("Low density organic matter layer", "Rich microbiome layer", "Moderate water layer", "Large rock particle layer", "Iron oxide layer")
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
has_trees = TRUE
|
||||
possible_themes = list(/datum/exoplanet_theme/jungle)
|
||||
initial_weather_state = /singleton/state/weather/rain/storm/jungle_planet
|
||||
has_water_weather = TRUE
|
||||
ruin_planet_type = PLANET_GROVE
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
color = "#68e968"
|
||||
planetary_area = /area/exoplanet/grass/konyang
|
||||
initial_weather_state = /singleton/state/weather/rain/storm/jungle_planet
|
||||
has_water_weather = TRUE
|
||||
scanimage = "konyang.png"
|
||||
massvolume = "0.89/0.99"
|
||||
surfacegravity = "0.93"
|
||||
|
||||
@@ -135,6 +135,7 @@
|
||||
color = "#b5dfeb"
|
||||
planetary_area = /area/exoplanet/adhomai
|
||||
initial_weather_state = /singleton/state/weather/calm/snow_planet
|
||||
has_icy_weather = TRUE
|
||||
scanimage = "adhomai.png"
|
||||
massvolume = "0.86/0.98"
|
||||
surfacegravity = "0.80"
|
||||
|
||||
@@ -136,6 +136,7 @@
|
||||
flora_diversity = 0
|
||||
has_trees = FALSE
|
||||
initial_weather_state = /singleton/state/weather/calm/jungle_planet
|
||||
has_water_weather = TRUE
|
||||
small_flora_types = list(/datum/seed/xuizi, /datum/seed/gukhe, /datum/seed/sarezhi, /datum/seed/flower/serkiflower, /datum/seed/sthberry)
|
||||
surface_color = "#e8faff"
|
||||
generated_name = FALSE
|
||||
@@ -280,6 +281,7 @@
|
||||
generated_name = FALSE
|
||||
ruin_planet_type = PLANET_LORE
|
||||
initial_weather_state = /singleton/state/weather/calm/jungle_planet
|
||||
has_water_weather = TRUE
|
||||
ruin_type_whitelist = list(
|
||||
/datum/map_template/ruin/exoplanet/ouerea_heph_mining,
|
||||
/datum/map_template/ruin/exoplanet/ouerea_village,
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
weather = "Global full-atmosphere hydrological weather system. Barely-habitable ambient low temperatures. Frequently dangerous, unpredictable meteorological upsets"
|
||||
surfacewater = "Majority frozen, 70% surface water"
|
||||
initial_weather_state = /singleton/state/weather/calm/snow_planet
|
||||
has_icy_weather = TRUE
|
||||
planetary_area = /area/exoplanet/snow
|
||||
flora_diversity = 4
|
||||
has_trees = TRUE
|
||||
|
||||
Reference in New Issue
Block a user