[MIRROR] Virgo 5 outdoors stuff (#8492)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
@@ -52,6 +52,13 @@
|
|||||||
icon_state = "ship_memorial"
|
icon_state = "ship_memorial"
|
||||||
bound_width = 64
|
bound_width = 64
|
||||||
|
|
||||||
|
/obj/structure/prop/big_skeleton
|
||||||
|
name = "large skeleton"
|
||||||
|
desc = "Whatever it is, it doesn't look too healthy."
|
||||||
|
icon = 'icons/obj/props/decor96x96.dmi'
|
||||||
|
icon_state = "big_skeleton"
|
||||||
|
density = 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
Notes on change_state
|
Notes on change_state
|
||||||
|
|||||||
@@ -60,3 +60,23 @@
|
|||||||
name = "crystal dust"
|
name = "crystal dust"
|
||||||
icon = 'icons/obj/props/decor.dmi'
|
icon = 'icons/obj/props/decor.dmi'
|
||||||
icon_state = "bsc_dust"
|
icon_state = "bsc_dust"
|
||||||
|
|
||||||
|
/obj/structure/prop/rock/ice
|
||||||
|
icon_state = "ice2"
|
||||||
|
|
||||||
|
/obj/structure/prop/rock/ice/spike
|
||||||
|
icon_state = "ice1"
|
||||||
|
|
||||||
|
/obj/structure/prop/rock/ice/flat
|
||||||
|
icon_state = "ice3"
|
||||||
|
|
||||||
|
/obj/structure/prop/rock/ice/round
|
||||||
|
icon_state = "ice4"
|
||||||
|
|
||||||
|
/obj/structure/prop/rock/ice/small
|
||||||
|
name = "small rocks"
|
||||||
|
icon_state = "icesmall1"
|
||||||
|
density = FALSE
|
||||||
|
|
||||||
|
/obj/structure/prop/rock/ice/small/alt
|
||||||
|
icon_state = "icesmall2"
|
||||||
|
|||||||
@@ -80,3 +80,17 @@
|
|||||||
desc = "Looks slippery."
|
desc = "Looks slippery."
|
||||||
movement_cost = 4
|
movement_cost = 4
|
||||||
edge_blending_priority = 0
|
edge_blending_priority = 0
|
||||||
|
|
||||||
|
// Extra cold variants
|
||||||
|
|
||||||
|
/turf/simulated/floor/outdoors/snow/v5
|
||||||
|
temperature = 150
|
||||||
|
oxygen = 8
|
||||||
|
nitrogen = 17
|
||||||
|
carbon_dioxide = 75
|
||||||
|
|
||||||
|
/turf/simulated/floor/outdoors/ice/v5
|
||||||
|
temperature = 150
|
||||||
|
oxygen = 8
|
||||||
|
nitrogen = 17
|
||||||
|
carbon_dioxide = 75
|
||||||
|
|||||||
@@ -743,3 +743,26 @@ var/list/mining_overlay_cache = list()
|
|||||||
mineral = GLOB.ore_data[mineral_name]
|
mineral = GLOB.ore_data[mineral_name]
|
||||||
UpdateMineral()
|
UpdateMineral()
|
||||||
update_icon()
|
update_icon()
|
||||||
|
|
||||||
|
// V5 turfs
|
||||||
|
|
||||||
|
/turf/simulated/mineral/icey/v5
|
||||||
|
temperature = 202
|
||||||
|
oxygen = 8
|
||||||
|
nitrogen = 17
|
||||||
|
carbon_dioxide = 75
|
||||||
|
ignore_cavegen = TRUE
|
||||||
|
|
||||||
|
/turf/simulated/mineral/crystal/v5
|
||||||
|
temperature = 202
|
||||||
|
oxygen = 8
|
||||||
|
nitrogen = 17
|
||||||
|
carbon_dioxide = 75
|
||||||
|
ignore_cavegen = TRUE
|
||||||
|
|
||||||
|
/turf/simulated/mineral/crystal_shiny/v5
|
||||||
|
temperature = 202
|
||||||
|
oxygen = 8
|
||||||
|
nitrogen = 17
|
||||||
|
carbon_dioxide = 75
|
||||||
|
ignore_cavegen = TRUE
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 37 KiB |
BIN
icons/skybox/virgo5.dmi
Normal file
|
After Width: | Height: | Size: 201 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 69 KiB |