Survival crafting stuff

Stuff! For surviving in the wilderness.
This commit is contained in:
VerySoft
2021-08-09 17:48:10 -04:00
parent 622c606046
commit 29b29bf8a6
13 changed files with 144 additions and 10 deletions
@@ -0,0 +1,12 @@
/datum/crafting_recipe/shovel
name = "Wooden Shovel"
result = /obj/item/weapon/shovel/wood
reqs = list(
/obj/item/stack/material/stick = 5,
/obj/item/stack/material/wood = 1,
/obj/item/stack/material/fiber = 3,
/obj/item/stack/material/flint = 1
)
time = 120
category = CAT_WEAPONRY
subcategory = CAT_WEAPON