mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
* Implements jungle generation and area map generator datums (#51082) * Implements jungle generation and area map generator datums Co-authored-by: Qustinnus <Floydje123@hotmail.com>
21 lines
533 B
Plaintext
21 lines
533 B
Plaintext
/turf/open/water
|
|
gender = PLURAL
|
|
name = "water"
|
|
desc = "Shallow water."
|
|
icon = 'icons/turf/floors.dmi'
|
|
icon_state = "riverwater_motion"
|
|
baseturfs = /turf/open/chasm/lavaland
|
|
initial_gas_mix = OPENTURF_LOW_PRESSURE
|
|
planetary_atmos = TRUE
|
|
slowdown = 1
|
|
bullet_sizzle = TRUE
|
|
bullet_bounce_sound = null //needs a splashing sound one day.
|
|
|
|
footstep = FOOTSTEP_WATER
|
|
barefootstep = FOOTSTEP_WATER
|
|
clawfootstep = FOOTSTEP_WATER
|
|
heavyfootstep = FOOTSTEP_WATER
|
|
|
|
/turf/open/water/jungle
|
|
initial_gas_mix = OPENTURF_DEFAULT_ATMOS
|