mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +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>
23 lines
576 B
Plaintext
23 lines
576 B
Plaintext
/singleton/biome/crystal
|
|
turf_type = /turf/simulated/floor/exoplanet/crystal
|
|
generators = list(
|
|
GRASSES = list(BATCHED_NOISE, -0.1, 360, 16),
|
|
LARGE_FLORA = list(POISSON_SAMPLE, 12),
|
|
WILDLIFE = list(POISSON_SAMPLE, 12)
|
|
)
|
|
spawn_types = list(
|
|
GRASSES = list(
|
|
/obj/effect/floor_decal/crystal/random = 1
|
|
),
|
|
LARGE_FLORA = list(
|
|
/obj/structure/flora/rock/spire = 1,
|
|
/obj/structure/flora/tree/crystal = 1
|
|
),
|
|
WILDLIFE = list(
|
|
/mob/living/simple_animal/cosmozoan = 1
|
|
)
|
|
)
|
|
|
|
/singleton/biome/crystal/mountain
|
|
turf_type = /turf/simulated/mineral/crystal
|