mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
e545213323
changes: - rscadd: "Crystal Planet Outpost Update. Adds submaps and exoplanet generation." - rscadd: "Cryo Outpost Update. Updates exoplanet generation." - rscadd: "Away Site Exoplanet Generation Improvements. Allows setting atmos for all exoplanet turfs on the map." - rscadd: "Away Site Exoplanet Generation Improvements. Exoplanet turfs can have light if they are outside." - rscadd: "Away Site Exoplanet Generation Improvements. Base Turf fixes, explosions do not turn turfs into space, and destroying or mining turfs is generally better handled." --------- Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Co-authored-by: DreamySkrell <> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
30 lines
499 B
Plaintext
30 lines
499 B
Plaintext
/datum/exoplanet_theme/crystal
|
|
name = "Crystalline"
|
|
|
|
surface_turfs = list(
|
|
/turf/simulated/mineral/crystal
|
|
)
|
|
surface_color = "#6fb1b5"
|
|
|
|
perlin_zoom = 21
|
|
|
|
mountain_threshold = 0.5
|
|
mountain_biome = /singleton/biome/crystal/mountain
|
|
|
|
heat_levels = list(
|
|
BIOME_EQUATOR = 1.0
|
|
)
|
|
|
|
humidity_levels = list(
|
|
BIOME_ARID = 1.0
|
|
)
|
|
|
|
possible_biomes = list(
|
|
BIOME_EQUATOR = list(
|
|
BIOME_ARID = /singleton/biome/crystal
|
|
)
|
|
)
|
|
|
|
/datum/exoplanet_theme/crystal/mountain
|
|
mountain_threshold = 0.0
|