mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Exoplanet Random Plants (#17967)
* icons * and now, we suffer * i keep screaming but god wont answer * adapt seed * Update code/modules/hydroponics/trays/tray_update_icons.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/hydroponics/trays/tray_update_icons.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/hydroponics/trays/tray_update_icons.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/hydroponics/trays/tray_update_icons.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * addresses requested changes --------- Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
co-authored by
Matt Atlas
parent
9a0d640f3f
commit
6f9140382f
@@ -9,6 +9,8 @@
|
||||
rock_colors = list(COLOR_BEIGE, COLOR_PALE_YELLOW, COLOR_GRAY80, COLOR_BROWN)
|
||||
plant_colors = list("#efdd6f","#7b4a12","#e49135","#ba6222","#5c755e","#420d22")
|
||||
possible_themes = list(/datum/exoplanet_theme/desert)
|
||||
flora_diversity = 4
|
||||
has_trees = FALSE
|
||||
surface_color = "#d6cca4"
|
||||
water_color = null
|
||||
ruin_planet_type = PLANET_DESERT
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
weather = "Global full-atmosphere hydrological weather system. Dangerous meteorological activity not present"
|
||||
surfacewater = "63% surface water, majority readings not visibly potable. Expected mineral toxicity or salt presence in water bodies"
|
||||
planetary_area = /area/exoplanet/grass
|
||||
flora_diversity = 7
|
||||
has_trees = TRUE
|
||||
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)
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
rock_colors = list(COLOR_BEIGE, COLOR_PALE_YELLOW, COLOR_GRAY80, COLOR_BROWN)
|
||||
grass_color = null
|
||||
plant_colors = null
|
||||
flora_diversity = 7
|
||||
has_trees = TRUE
|
||||
possible_themes = list(/datum/exoplanet_theme/jungle)
|
||||
ruin_planet_type = PLANET_GROVE
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
rock_colors = null//pre colored
|
||||
plant_colors = null//pre colored
|
||||
generated_name = FALSE
|
||||
flora_diversity = 0
|
||||
has_trees = FALSE
|
||||
ruin_planet_type = PLANET_LORE
|
||||
ruin_type_whitelist = list(/datum/map_template/ruin/exoplanet/konyang_landing_zone, /datum/map_template/ruin/exoplanet/konyang_jeweler_nest, /datum/map_template/ruin/exoplanet/konyang_village, /datum/map_template/ruin/exoplanet/konyang_telecomms_outpost, /datum/map_template/ruin/exoplanet/pirate_outpost, /datum/map_template/ruin/exoplanet/pirate_moonshine)
|
||||
possible_themes = list(/datum/exoplanet_theme/konyang)
|
||||
|
||||
@@ -123,12 +123,15 @@
|
||||
surfacewater = "Majority frozen, 78% surface water. Significant tidal forces from natural satellite"
|
||||
rock_colors = null
|
||||
plant_colors = null
|
||||
flora_diversity = 0
|
||||
has_trees = FALSE
|
||||
possible_themes = list(/datum/exoplanet_theme/snow/adhomai)
|
||||
features_budget = 8
|
||||
surface_color = "#e8faff"
|
||||
water_color = "#b5dfeb"
|
||||
generated_name = FALSE
|
||||
ruin_planet_type = PLANET_LORE
|
||||
small_flora_types = list(/datum/seed/shand, /datum/seed/mtear, /datum/seed/earthenroot, /datum/seed/nifberries, /datum/seed/mushroom/nfrihi, /datum/seed/nmshaan)
|
||||
ruin_type_whitelist = list (/datum/map_template/ruin/exoplanet/adhomai_hunting, /datum/map_template/ruin/exoplanet/adhomai_minefield, /datum/map_template/ruin/exoplanet/adhomai_village,
|
||||
/datum/map_template/ruin/exoplanet/adhomai_abandoned_village, /datum/map_template/ruin/exoplanet/adhomai_battlefield, /datum/map_template/ruin/exoplanet/adhomai_cavern, /datum/map_template/ruin/exoplanet/adhomai_bar,
|
||||
/datum/map_template/ruin/exoplanet/adhomai_war_memorial, /datum/map_template/ruin/exoplanet/adhomai_raskara_ritual, /datum/map_template/ruin/exoplanet/adhomai_raskariim_hideout, /datum/map_template/ruin/exoplanet/adhomai_cavern_geist,
|
||||
|
||||
@@ -7,11 +7,15 @@
|
||||
weather = "Global full-atmosphere hydrological weather system. Barely-habitable ambient low temperatures. Frequently dangerous, unpredictable meteorological upsets"
|
||||
surfacewater = "Majority frozen, 70% surface water"
|
||||
planetary_area = /area/exoplanet/snow
|
||||
flora_diversity = 4
|
||||
has_trees = TRUE
|
||||
rock_colors = list(COLOR_DARK_BLUE_GRAY, COLOR_GUNMETAL, COLOR_GRAY80, COLOR_DARK_GRAY)
|
||||
plant_colors = list("#d0fef5","#93e1d8","#93e1d8", "#b2abbf", "#3590f3", "#4b4e6d")
|
||||
possible_themes = list(/datum/exoplanet_theme/snow)
|
||||
surface_color = "#e8faff"
|
||||
water_color = "#b5dfeb"
|
||||
ruin_planet_type = PLANET_SNOW
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/snow/generate_atmosphere()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user