Merge pull request #10893 from Arturlang/TGUI_Next_Crafting

[READY]TGUI Next Crafting
This commit is contained in:
Ghom
2020-02-05 00:04:21 +01:00
committed by Archie
parent 1ead72d12f
commit 2f4acc589f
6 changed files with 101 additions and 108 deletions
@@ -15,32 +15,32 @@
name = "Heated Metal"
reqs = list(/obj/item/stack/sheet/metal = 5)
tools = list(TOOL_WELDER)
category = CAT_MISC
category = CAT_CARPENTRY
result = /obj/item/processed/metal
/datum/crafting_recipe/processed_wood
name = "Processable Wood"
reqs = list(/obj/item/stack/sheet/mineral/wood = 5)
tools = list(TOOL_WIRECUTTER, TOOL_WELDER)
category = CAT_MISC
category = CAT_CARPENTRY
result = /obj/item/processed/wood/plank
/datum/crafting_recipe/stool_base
name = "Stool Base"
reqs = list(/obj/item/processed/wood/seat = 1, /obj/item/processed/wood/gluepeg = 4)
category = CAT_MISC
category = CAT_CARPENTRY
result = /obj/item/processed/wood/stool1
/datum/crafting_recipe/clothcushion
name = "Cloth Cushion"
reqs = list(/obj/item/stack/sheet/cloth = 2, /obj/item/stack/sheet/cotton = 5)
tools = list(TOOL_WIRECUTTER)
category = CAT_MISC
category = CAT_CARPENTRY
result = /obj/item/cushion
/datum/crafting_recipe/silkcushion
name = "Silk Cushion"
reqs = list(/obj/item/stack/sheet/silk = 2, /obj/item/stack/sheet/cotton = 5)
tools = list(TOOL_WIRECUTTER)
category = CAT_MISC
category = CAT_CARPENTRY
result = /obj/item/cushion/silk