[MIRROR] Virgo 5 outdoors stuff (#8492)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-06-06 15:01:03 -07:00
committed by GitHub
parent 9449f18573
commit 11b9bacebb
9 changed files with 65 additions and 1 deletions

View File

@@ -52,6 +52,13 @@
icon_state = "ship_memorial"
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

View File

@@ -59,4 +59,24 @@
/obj/structure/prop/rock/crystal_dust
name = "crystal dust"
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"

View File

@@ -80,3 +80,17 @@
desc = "Looks slippery."
movement_cost = 4
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

View File

@@ -743,3 +743,26 @@ var/list/mining_overlay_cache = list()
mineral = GLOB.ore_data[mineral_name]
UpdateMineral()
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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 37 KiB

BIN
icons/skybox/virgo5.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 69 KiB