Files
DreamySkrell e545213323 Away Site Exoplanet Generation Improvements + Crystal Planet and Cryo Outpost Updates (#19735)
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>
2024-12-18 20:44:41 +00:00

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