mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Survival crafting stuff
Stuff! For surviving in the wilderness.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user