mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
/datum/biome/mudlands
|
|
open_turf_type = /turf/open/misc/dirt/jungle/dark
|
|
closed_turf_type = /turf/closed/mineral/random/jungle
|
|
flora_types = list(
|
|
/obj/structure/flora/grass/jungle/a/style_random = 1,
|
|
/obj/structure/flora/grass/jungle/b/style_random = 1,
|
|
/obj/structure/flora/rock/pile/jungle/style_random = 1,
|
|
/obj/structure/flora/rock/pile/jungle/large/style_random = 1,
|
|
)
|
|
flora_density = 3
|
|
|
|
/datum/biome/plains
|
|
open_turf_type = /turf/open/misc/grass/jungle
|
|
closed_turf_type = /turf/closed/mineral/random/jungle
|
|
flora_types = list(
|
|
/obj/structure/flora/grass/jungle/a/style_random = 1,
|
|
/obj/structure/flora/grass/jungle/b/style_random = 1,
|
|
/obj/structure/flora/tree/jungle/style_random = 1,
|
|
/obj/structure/flora/rock/pile/jungle/style_random = 1,
|
|
/obj/structure/flora/bush/jungle/a/style_random = 1,
|
|
/obj/structure/flora/bush/jungle/b/style_random = 1,
|
|
/obj/structure/flora/bush/jungle/c/style_random = 1,
|
|
/obj/structure/flora/bush/large/style_random = 1,
|
|
/obj/structure/flora/rock/pile/jungle/large/style_random = 1,
|
|
)
|
|
flora_density = 15
|
|
|
|
/datum/biome/jungle
|
|
open_turf_type = /turf/open/misc/grass/jungle
|
|
closed_turf_type = /turf/closed/mineral/random/jungle
|
|
flora_types = list(
|
|
/obj/structure/flora/grass/jungle/a/style_random = 1,
|
|
/obj/structure/flora/grass/jungle/b/style_random = 1,
|
|
/obj/structure/flora/tree/jungle/style_random = 1,
|
|
/obj/structure/flora/rock/pile/jungle/style_random = 1,
|
|
/obj/structure/flora/bush/jungle/a/style_random = 1,
|
|
/obj/structure/flora/bush/jungle/b/style_random = 1,
|
|
/obj/structure/flora/bush/jungle/c/style_random = 1,
|
|
/obj/structure/flora/bush/large/style_random = 1,
|
|
/obj/structure/flora/rock/pile/jungle/large/style_random = 1,
|
|
)
|
|
flora_density = 40
|
|
|
|
/datum/biome/jungle/deep
|
|
flora_density = 65
|
|
|
|
/datum/biome/wasteland
|
|
open_turf_type = /turf/open/misc/dirt/jungle/wasteland
|
|
closed_turf_type = /turf/closed/mineral/random/jungle
|
|
|
|
/datum/biome/water
|
|
open_turf_type = /turf/open/water/jungle
|
|
closed_turf_type = /turf/closed/mineral/random/jungle
|
|
|
|
/datum/biome/mountain
|
|
open_turf_type = /turf/closed/mineral/random/jungle
|
|
closed_turf_type = /turf/closed/mineral/random/jungle
|