mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-17 10:17:07 +01:00
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
////////////
|
|
//Unsorted//
|
|
////////////
|
|
|
|
/datum/crafting_recipe/shower
|
|
name = "Shower"
|
|
reqs = list(/obj/item/stack/sheet/metal = 3)
|
|
result = /obj/machinery/shower
|
|
tools = list(TOOL_WELDER)
|
|
subcategory = CAT_MISCELLANEOUS
|
|
category = CAT_MISC
|
|
|
|
/datum/crafting_recipe/a357ammospeed
|
|
name = "Speed loader (.357)"
|
|
reqs = list(/obj/item/stack/sheet/metal = 2,
|
|
/obj/item/ammo_casing/a357 = 7)
|
|
result = /obj/item/ammo_box/a357
|
|
tools = list(TOOL_WELDER, TOOL_SCREWDRIVER, TOOL_WRENCH)
|
|
category = CAT_WEAPONRY
|
|
subcategory = CAT_AMMO
|
|
|
|
/datum/crafting_recipe/double_o2
|
|
name = "Double emergency oxygen tank"
|
|
reqs = list(/obj/item/tank/internals/emergency_oxygen/engi = 2,
|
|
/obj/item/stack/sheet/metal = 1)
|
|
result = /obj/item/tank/internals/emergency_oxygen/double/empty
|
|
tools = list(TOOL_WELDER)
|
|
subcategory = CAT_MISCELLANEOUS
|
|
category = CAT_MISC
|
|
|
|
/datum/crafting_recipe/case_cosmos
|
|
name = "Cosmos Compartment Case"
|
|
reqs = list(/obj/item/storage/backpack/case = 1,
|
|
/obj/item/bedsheet/cosmos = 1)
|
|
result = /obj/item/storage/backpack/case/cosmos
|
|
tools = list(TOOL_SCREWDRIVER)
|
|
subcategory = CAT_MISCELLANEOUS
|
|
category = CAT_MISC
|