/datum/crafting_recipe/drakecloak_bleached name = "Bleached Ash Drake Armour" result = /obj/item/clothing/suit/hooded/cloak/drake/bleached reqs = list(/obj/item/clothing/suit/hooded/cloak/drake = 1, /obj/item/stack/ore/glass/basalt = 5) time = 5 SECONDS category = CAT_CLOTHING /datum/crafting_recipe/bonesuit_bleached name = "Bleached Bone Armor" result = /obj/item/clothing/suit/armor/bone/bleached reqs = list(/obj/item/clothing/suit/armor/bone = 1, /obj/item/stack/ore/glass/basalt = 5) time = 5 SECONDS category = CAT_CLOTHING /datum/crafting_recipe/skullhelm_bleached name = "Bleached Skull" result = /obj/item/clothing/head/helmet/skull/bleached reqs = list(/obj/item/clothing/head/helmet/skull = 1, /obj/item/stack/ore/glass/basalt = 5) time = 5 SECONDS category = CAT_CLOTHING /datum/crafting_recipe/drakecloak_ochre name = "Ochre Ash Drake Armour" result = /obj/item/clothing/suit/hooded/cloak/drake reqs = list(/obj/item/clothing/suit/hooded/cloak/drake/bleached = 1, /obj/item/stack/ore/glass/basalt = 5) time = 5 SECONDS category = CAT_CLOTHING /datum/crafting_recipe/bonesuit_ochre name = "ochre Bone Armor" result = /obj/item/clothing/suit/armor/bone reqs = list(/obj/item/clothing/suit/armor/bone/bleached = 1, /obj/item/stack/ore/glass/basalt = 5) time = 5 SECONDS category = CAT_CLOTHING /datum/crafting_recipe/skullhelm_ochre name = "Ochre Skull" result = /obj/item/clothing/head/helmet/skull reqs = list(/obj/item/clothing/head/helmet/skull/bleached = 1, /obj/item/stack/ore/glass/basalt = 5) time = 5 SECONDS category = CAT_CLOTHING