Files
71a56b850b Adds the Weeping Stars, some Coalition regions, new start sound effects (#16322)
* starting out

* HEWWP

* fixing the list

* adding away sites

* bumping the stargazer down

* fix this fucking away site

* fix 2

* fix 3

* oops

* im at my limit

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2023-05-26 10:43:17 +00:00

20 lines
497 B
Plaintext

/singleton/biome/lava
turf_type = /turf/simulated/lava
/singleton/biome/barren/asteroid/basalt
turf_type = /turf/simulated/floor/exoplanet/basalt
generators = list(
PLANET_TURF = list(BATCHED_NOISE, -0.1, 360, 32),
SMALL_FLORA = list(POISSON_SAMPLE, 9)
)
exclusive_generators = list(PLANET_TURF)
spawn_types = list(
PLANET_TURF = list(
/turf/simulated/lava = 1
),
SMALL_FLORA = list(
/obj/structure/flora/rock/random = 1,
/obj/structure/flora/rock/pile/random = 2
)
)