mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Tweaks overmap planets colors (#15984)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren
|
||||
name = "barren exoplanet"
|
||||
desc = "An exoplanet that couldn't hold its atmosphere."
|
||||
color = "#6c6c6c"
|
||||
color = "#ad9c9c"
|
||||
planetary_area = /area/exoplanet/barren
|
||||
rock_colors = list(COLOR_BEIGE, COLOR_GRAY80, COLOR_BROWN)
|
||||
possible_themes = list(/datum/exoplanet_theme/mountains)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
map_generators = list(/datum/random_map/noise/exoplanet/lava, /datum/random_map/noise/ore)
|
||||
ruin_tags_blacklist = RUIN_HABITAT|RUIN_WATER
|
||||
features_budget = 4
|
||||
surface_color = "#575d5e"
|
||||
surface_color = "#cf1020"
|
||||
water_color = null
|
||||
|
||||
possible_random_ruins = list(
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/aethemir
|
||||
name = "Ae'themir"
|
||||
desc = "A planet comprised mainly of solid common minerals and silicate."
|
||||
color = "#B1A69B"
|
||||
color = "#bf7c39"
|
||||
icon_state = "globe1"
|
||||
rock_colors = list(COLOR_GRAY80)
|
||||
possible_themes = list(/datum/exoplanet_theme/mountains)
|
||||
@@ -29,7 +29,7 @@
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/azmar
|
||||
name = "Az'Mar"
|
||||
desc = "A small planet with a caustic shale crust. The surface is extremely hot and dense."
|
||||
color = "#4a3f41"
|
||||
color = "#8f4754"
|
||||
icon_state = "globe2"
|
||||
rock_colors = null
|
||||
plant_colors = null
|
||||
@@ -74,7 +74,7 @@
|
||||
name = "Raskara"
|
||||
desc = "A barren moon orbiting Adhomai."
|
||||
icon_state = "globe1"
|
||||
color = "#373737"
|
||||
color = "#ab46d4"
|
||||
rock_colors = list("#373737")
|
||||
planetary_area = /area/exoplanet/barren/raskara
|
||||
possible_themes = list(/datum/exoplanet_theme/mountains)
|
||||
|
||||
Reference in New Issue
Block a user