mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
35 lines
979 B
Plaintext
35 lines
979 B
Plaintext
/obj/item/stack/material/leather
|
|
name = MAT_LEATHER
|
|
desc = "The by-product of mob grinding."
|
|
icon_state = "sheet-leather"
|
|
default_type = MAT_LEATHER
|
|
no_variants = FALSE
|
|
pass_color = TRUE
|
|
strict_color_stacking = TRUE
|
|
drop_sound = 'sound/items/drop/leather.ogg'
|
|
pickup_sound = 'sound/items/pickup/leather.ogg'
|
|
|
|
/obj/item/stack/material/cloth
|
|
name = MAT_CLOTH
|
|
desc = "Individual fibers woven into a cloth."
|
|
icon_state = "sheet-cloth"
|
|
default_type = MAT_CLOTH
|
|
no_variants = FALSE
|
|
pass_color = TRUE
|
|
strict_color_stacking = TRUE
|
|
drop_sound = 'sound/items/drop/clothing.ogg'
|
|
pickup_sound = 'sound/items/pickup/clothing.ogg'
|
|
|
|
/obj/item/stack/material/cloth/diyaab
|
|
color = "#c6ccf0"
|
|
|
|
/obj/item/stack/material/fiber
|
|
name = "plant fiber"
|
|
desc = "Some all-natural plant fibers."
|
|
icon_state = "sheet-fiber"
|
|
default_type = MAT_FIBERS
|
|
pass_color = TRUE
|
|
apply_colour = TRUE
|
|
drop_sound = 'sound/items/drop/clothing.ogg'
|
|
pickup_sound = 'sound/items/pickup/clothing.ogg'
|