mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Some exoplanet tweaks and a ship fix (#16258)
* Some exoplanet tweaks * Generator fix * no sample
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
/singleton/biome/barren
|
||||
turf_type = /turf/simulated/floor/exoplanet/barren
|
||||
generators = list()
|
||||
spawn_types = list()
|
||||
|
||||
/singleton/biome/barren/asteroid
|
||||
turf_type = /turf/unsimulated/floor/asteroid/ash
|
||||
generators = list(
|
||||
WILDLIFE = list(POISSON_SAMPLE, 15)
|
||||
)
|
||||
@@ -13,10 +18,5 @@
|
||||
)
|
||||
)
|
||||
|
||||
/singleton/biome/barren/asteroid
|
||||
turf_type = /turf/unsimulated/floor/asteroid/ash
|
||||
|
||||
/singleton/biome/barren/raskara
|
||||
turf_type = /turf/simulated/floor/exoplanet/barren/raskara
|
||||
generators = list()
|
||||
spawn_types = list()
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
turf_type = /turf/unsimulated/floor/asteroid/basalt
|
||||
generators = list(
|
||||
PLANET_TURF = list(BATCHED_NOISE, -0.1, 360, 32),
|
||||
SMALL_FLORA = list(POISSON_SAMPLE, 9),
|
||||
WILDLIFE = list(POISSON_SAMPLE, 15)
|
||||
SMALL_FLORA = list(POISSON_SAMPLE, 9)
|
||||
)
|
||||
exclusive_generators = list(PLANET_TURF)
|
||||
spawn_types = list(
|
||||
@@ -16,12 +15,5 @@
|
||||
SMALL_FLORA = list(
|
||||
/obj/structure/flora/rock/random = 1,
|
||||
/obj/structure/flora/rock/pile/random = 2
|
||||
),
|
||||
WILDLIFE = list(
|
||||
/mob/living/simple_animal/hostile/gnat = 5,
|
||||
/mob/living/simple_animal/hostile/carp/asteroid = 3,
|
||||
/mob/living/simple_animal/hostile/carp/bloater = 1,
|
||||
/mob/living/simple_animal/hostile/carp/shark/reaver = 1,
|
||||
/mob/living/simple_animal/hostile/carp/shark/reaver/eel = 1
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user