Some exoplanet tweaks and a ship fix (#16258)

* Some exoplanet tweaks

* Generator fix

* no sample
This commit is contained in:
Alberyk
2023-04-29 09:28:46 +00:00
committed by GitHub
parent 0e04e0af39
commit d3bc66b6c1
5 changed files with 15 additions and 15 deletions
@@ -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
)
)