Files
VOREStation/code/modules/materials/sheets/gems.dm
T
FluffMedic 56d1535957 Energized Agate Upport (#18799)
* Energized Agate Upport

Upports Energized Agate for sprite cohesion

* Forgot to remove this

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-11-20 09:20:05 -05:00

82 lines
2.0 KiB
Plaintext

/obj/item/stack/material/phoron
name = "solid " + MAT_PHORON
icon_state = "sheet-phoron"
default_type = MAT_PHORON
no_variants = FALSE
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
coin_type = /obj/item/coin/phoron
/obj/item/stack/material/diamond
name = MAT_DIAMOND
icon_state = "sheet-diamond"
default_type = MAT_DIAMOND
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
coin_type = /obj/item/coin/diamond
/obj/item/stack/material/painite
name = MAT_PAINITE
icon_state = "sheet-gem"
singular_name = "painite gem"
default_type = MAT_PAINITE
apply_colour = 1
no_variants = FALSE
/obj/item/stack/material/void_opal
name = MAT_VOPAL
icon_state = "sheet-void_opal"
singular_name = MAT_VOPAL
default_type = MAT_VOPAL
apply_colour = 1
no_variants = FALSE
/obj/item/stack/material/quartz
name = MAT_QUARTZ
icon_state = "sheet-gem"
singular_name = "quartz gem"
default_type = MAT_QUARTZ
apply_colour = 1
no_variants = FALSE
/obj/item/stack/material/valhollide
name = MAT_VALHOLLIDE
icon_state = "sheet-gem"
item_state = "diamond"
default_type = MAT_VALHOLLIDE
no_variants = FALSE
apply_colour = TRUE
// Particle Smasher and Exotic material.
/obj/item/stack/material/verdantium
name = MAT_VERDANTIUM
icon_state = "sheet-wavy"
item_state = "mhydrogen"
default_type = MAT_VERDANTIUM
no_variants = FALSE
apply_colour = TRUE
coin_type = /obj/item/coin/verdantium
/obj/item/stack/material/morphium
name = MAT_MORPHIUM
icon_state = "sheet-wavy"
item_state = "mhydrogen"
default_type = MAT_MORPHIUM
no_variants = FALSE
apply_colour = TRUE
coin_type = /obj/item/coin/morphium
/obj/item/stack/material/glamour
name = MAT_GLAMOUR
icon_state = "sheet-glamour"
item_state = "mhydrogen"
default_type = MAT_GLAMOUR
no_variants = FALSE
apply_colour = TRUE
/obj/item/stack/material/weathered_agate
name = MAT_EAGATE
icon_state = "sheet-agate"
singular_name = "weathered agate"
default_type = MAT_EAGATE