mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
/obj/item/stack/material/titanium
|
|
icon = 'icons/obj/stacks_vr.dmi'
|
|
icon_state = "sheet-titanium"
|
|
no_variants = FALSE
|
|
|
|
/obj/fiftyspawner/titanium
|
|
name = "stack of titanium"
|
|
type_to_spawn = /obj/item/stack/material/titanium
|
|
|
|
/obj/item/stack/material/glass/titanium
|
|
name = "ti-glass sheets"
|
|
icon = 'icons/obj/stacks_vr.dmi'
|
|
icon_state = "sheet-titaniumglass"
|
|
item_state = "sheet-silver"
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/glass.ogg'
|
|
default_type = MAT_TITANIUMGLASS
|
|
|
|
/obj/fiftyspawner/titanium_glass
|
|
name = "stack of ti-glass"
|
|
type_to_spawn = /obj/item/stack/material/glass/titanium
|
|
|
|
/obj/item/stack/material/plastitanium
|
|
name = "plastitanium sheets"
|
|
icon = 'icons/obj/stacks_vr.dmi'
|
|
icon_state = "sheet-plastitanium"
|
|
item_state = "sheet-silver"
|
|
no_variants = FALSE
|
|
default_type = MAT_PLASTITANIUM
|
|
|
|
/obj/fiftyspawner/plastitanium
|
|
name = "stack of plastitanium"
|
|
type_to_spawn = /obj/item/stack/material/plastitanium
|
|
|
|
/obj/item/stack/material/plastitanium/hull
|
|
name = "plastitanium hull sheets"
|
|
icon = 'icons/obj/stacks_vr.dmi'
|
|
icon_state = "sheet-plastitanium"
|
|
item_state = "sheet-silver"
|
|
no_variants = FALSE
|
|
default_type = MAT_PLASTITANIUMHULL
|
|
|
|
/obj/fiftyspawner/plastitanium_hull
|
|
name = "stack of plastitanium"
|
|
type_to_spawn = /obj/item/stack/material/plastitanium/hull
|
|
|
|
/obj/item/stack/material/glass/plastitanium
|
|
name = "plastitanium glass sheets"
|
|
icon = 'icons/obj/stacks_vr.dmi'
|
|
icon_state = "sheet-plastitaniumglass"
|
|
item_state = "sheet-silver"
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/glass.ogg'
|
|
default_type = MAT_PLASTITANIUMGLASS
|
|
|
|
/obj/fiftyspawner/plastitanium_glass
|
|
name = "stack of plastitanium glass"
|
|
type_to_spawn = /obj/item/stack/material/glass/plastitanium |