mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-03-30 16:43:05 +01:00
* Part 1 * WIP * The rest of these * More stuff * Whoops, did that wrong * typo * gweeen * This all works * SHOWER * Rads * awa * rad * Update life.dm * edits * Makes lvl 3 rads give you a warning. You should already know by this point, but this makes it EXTRA clear you're getting fucked * Update vorestation.dme * aaa * propagate * gwah * more fixes * AAA * Update radiation.dm * Update radiation.dm * mobs rads * rads * fix this * Update _reagents.dm * these * Get rid of these * rad * Update config.txt * fixed * Update radiation_effects.dm
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
/obj/structure/window/titanium
|
|
name = "ti-glass window"
|
|
desc = "A titanium alloy window, combining the strength of titanium with the transparency of glass. It seems to be very strong."
|
|
basestate = "window"
|
|
icon_state = "window"
|
|
color = "#A7A3A6"
|
|
shardtype = /obj/item/material/shard/titaniumglass
|
|
glasstype = /obj/item/stack/material/glass/titanium
|
|
reinf = 0
|
|
maximal_heat = T0C + 5000
|
|
damage_per_fire_tick = 1.0
|
|
maxhealth = 100.0
|
|
force_threshold = 10
|
|
rad_insulation = RAD_EXTREME_INSULATION
|
|
|
|
/obj/structure/window/titanium/full
|
|
icon_state = "window-full"
|
|
maxhealth = 200
|
|
fulltile = TRUE
|
|
|
|
/obj/structure/window/plastitanium
|
|
name = "plastanium glass window"
|
|
desc = "A plastitanium alloy window, combining the strength of plastitanium with the transparency of glass. It seems to be very strong."
|
|
basestate = "window"
|
|
icon_state = "window"
|
|
color = "#676366"
|
|
shardtype = /obj/item/material/shard/plastitaniumglass
|
|
glasstype = /obj/item/stack/material/glass/plastitanium
|
|
reinf = 0
|
|
maximal_heat = T0C + 7000
|
|
damage_per_fire_tick = 1.0
|
|
maxhealth = 120.0
|
|
force_threshold = 10
|
|
rad_insulation = RAD_EXTREME_INSULATION
|
|
|
|
/obj/structure/window/plastitanium/full
|
|
icon_state = "window-full"
|
|
maxhealth = 250
|
|
fulltile = TRUE
|
|
|
|
/obj/structure/window/reinforced/tinted/full
|
|
icon_state = "window-full"
|
|
fulltile = TRUE
|