Virgo 5 outdoors stuff (#16025)

Added a few V5 atmosphere variant of snow and ice turfs.

Added some rock and skeleton props for V5.

Added a V5 sprite for the overmap.

Added a V5 skybox image.
This commit is contained in:
SatinIsle
2024-06-06 05:14:19 +10:00
committed by GitHub
parent 9c8420f31b
commit efeaab3824
9 changed files with 65 additions and 1 deletions
@@ -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
+21 -1
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"
@@ -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
+23
View File
@@ -734,3 +734,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

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