Files
CHOMPStation2/code/modules/materials/sheets/gems.dm
2025-03-07 02:06:37 +01:00

77 lines
1.9 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
no_variants = FALSE //CHOMPedit - Variants added
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