mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 11:31:12 +01:00
* 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>
20 lines
497 B
Plaintext
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
|
|
)
|
|
)
|