mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Add recipe, subject to balancing
This commit is contained in:
@@ -6,4 +6,37 @@
|
||||
/obj/item/weapon/tool/wirecutters = 1)
|
||||
time = 40
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/datum/crafting_recipe/shortbow
|
||||
name = "Shortbow"
|
||||
result = /obj/item/weapon/gun/launcher/crossbow/bow
|
||||
reqs = list(
|
||||
/obj/item/stack/material/wood = 10,
|
||||
/obj/item/stack/material/cloth = 5
|
||||
)
|
||||
time = 120
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/datum/crafting_recipe/arrow_sandstone
|
||||
name = "Wood arrow (sandstone tip)"
|
||||
result = /obj/item/weapon/arrow/standard
|
||||
reqs = list(
|
||||
/obj/item/stack/material/wood = 2,
|
||||
/obj/item/stack/material/sandstone = 2
|
||||
)
|
||||
time = 40
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_AMMO
|
||||
|
||||
/datum/crafting_recipe/arrow_marble
|
||||
name = "Wood arrow (marble tip)"
|
||||
result = /obj/item/weapon/arrow/standard
|
||||
reqs = list(
|
||||
/obj/item/stack/material/wood = 2,
|
||||
/obj/item/stack/material/marble = 2
|
||||
)
|
||||
time = 40
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_AMMO
|
||||
|
||||
Reference in New Issue
Block a user