mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Revisits Adhomai and other sector content (#18703)
This pr fixes and updates some old space systems contents. --------- Signed-off-by: Alberyk <Alberyk@users.noreply.github.com> Co-authored-by: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
name = "Adhomian Wilderness"
|
||||
ambience = list('sound/effects/wind/tundra0.ogg', 'sound/effects/wind/tundra1.ogg', 'sound/effects/wind/tundra2.ogg', 'sound/effects/wind/spooky0.ogg', 'sound/effects/wind/spooky1.ogg')
|
||||
base_turf = /turf/simulated/floor/exoplanet/mineral/adhomai
|
||||
area_blurb = "The freezing wind blows through the unforgiving Adhomian wilderness."
|
||||
|
||||
/area/exoplanet/barren
|
||||
name = "\improper Planetary surface"
|
||||
@@ -23,6 +24,7 @@
|
||||
name = "Raskara Surface"
|
||||
ambience = AMBIENCE_OTHERWORLDLY
|
||||
base_turf = /turf/simulated/floor/exoplanet/barren/raskara
|
||||
area_blurb = "The dark surface of the moon is quiet. The ambience is eerie."
|
||||
|
||||
/area/exoplanet/barren/burzsia
|
||||
name = "Burzsia Surface"
|
||||
|
||||
@@ -7,5 +7,11 @@
|
||||
/turf/simulated/floor/exoplanet/ice/update_icon()
|
||||
return
|
||||
|
||||
/turf/simulated/floor/exoplanet/ice/cold //temperature is -5 celsius
|
||||
temperature = 268.15
|
||||
|
||||
/turf/simulated/floor/exoplanet/ice/dark
|
||||
icon_state = "icedark"
|
||||
|
||||
/turf/simulated/floor/exoplanet/ice/dark/cold //temperature is -5 celsius
|
||||
temperature = 268.15
|
||||
|
||||
@@ -26,8 +26,14 @@
|
||||
/turf/simulated/floor/exoplanet/snow/melt()
|
||||
ChangeTurf(/turf/simulated/floor/exoplanet/permafrost)
|
||||
|
||||
/turf/simulated/floor/exoplanet/snow/cold //temperature is -5 celsius
|
||||
temperature = 268.15
|
||||
|
||||
/turf/simulated/floor/exoplanet/permafrost
|
||||
name = "permafrost"
|
||||
icon = 'icons/turf/flooring/snow.dmi'
|
||||
icon_state = "permafrost"
|
||||
footstep_sound = /singleton/sound_category/asteroid_footstep
|
||||
|
||||
/turf/simulated/floor/exoplanet/permafrost/cold //temperature is -5 celsius
|
||||
temperature = 268.15
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
/turf/simulated/floor/exoplanet/wood
|
||||
name = "wooden floor"
|
||||
icon = 'icons/turf/flooring/tiles.dmi'
|
||||
icon_state = "wood_preview"
|
||||
icon_state = "wood"
|
||||
initial_flooring = /singleton/flooring/wood
|
||||
footstep_sound = /singleton/sound_category/wood_footstep
|
||||
tile_outline = "wood"
|
||||
tile_decal_state = "wood"
|
||||
broken_overlay = "wood"
|
||||
tile_outline_alpha = 75
|
||||
color = WOOD_COLOR_GENERIC
|
||||
|
||||
/turf/simulated/floor/exoplanet/wood/bamboo
|
||||
initial_flooring = /singleton/flooring/wood/bamboo
|
||||
|
||||
Reference in New Issue
Block a user