mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-31 01:06:28 +01:00
30 lines
858 B
Plaintext
30 lines
858 B
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
|