ammunition
This commit is contained in:
@@ -192,8 +192,8 @@
|
|||||||
result = /obj/item/gun/ballistic/bow/pipe
|
result = /obj/item/gun/ballistic/bow/pipe
|
||||||
reqs = list(/obj/item/pipe = 5,
|
reqs = list(/obj/item/pipe = 5,
|
||||||
/obj/item/stack/sheet/plastic = 15,
|
/obj/item/stack/sheet/plastic = 15,
|
||||||
/obj/item/weaponcrafting/durathread_string = 5)
|
/obj/item/weaponcrafting/string = 5)
|
||||||
time = 200
|
time = 150
|
||||||
category = CAT_WEAPONRY
|
category = CAT_WEAPONRY
|
||||||
subcategory = CAT_WEAPON
|
subcategory = CAT_WEAPON
|
||||||
|
|
||||||
@@ -326,9 +326,9 @@
|
|||||||
/datum/crafting_recipe/arrow
|
/datum/crafting_recipe/arrow
|
||||||
name = "Arrow"
|
name = "Arrow"
|
||||||
result = /obj/item/ammo_casing/caseless/arrow/wood
|
result = /obj/item/ammo_casing/caseless/arrow/wood
|
||||||
time = 30
|
time = 5 // these only do 15 damage
|
||||||
reqs = list(/obj/item/stack/sheet/mineral/wood = 1,
|
reqs = list(/obj/item/stack/sheet/mineral/wood = 1,
|
||||||
/obj/item/stack/sheet/durathread = 1,
|
/obj/item/stack/sheet/cloth = 1,
|
||||||
/obj/item/stack/rods = 1) // 1 metal sheet = 2 rods = 2 arrows
|
/obj/item/stack/rods = 1) // 1 metal sheet = 2 rods = 2 arrows
|
||||||
category = CAT_WEAPONRY
|
category = CAT_WEAPONRY
|
||||||
subcategory = CAT_AMMO
|
subcategory = CAT_AMMO
|
||||||
@@ -336,7 +336,7 @@
|
|||||||
/datum/crafting_recipe/bone_arrow
|
/datum/crafting_recipe/bone_arrow
|
||||||
name = "Bone Arrow"
|
name = "Bone Arrow"
|
||||||
result = /obj/item/ammo_casing/caseless/arrow/bone
|
result = /obj/item/ammo_casing/caseless/arrow/bone
|
||||||
time = 30
|
time = 5
|
||||||
always_availible = FALSE
|
always_availible = FALSE
|
||||||
reqs = list(/obj/item/stack/sheet/bone = 1,
|
reqs = list(/obj/item/stack/sheet/bone = 1,
|
||||||
/obj/item/stack/sheet/sinew = 1,
|
/obj/item/stack/sheet/sinew = 1,
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
name = "Ashen Arrow"
|
name = "Ashen Arrow"
|
||||||
result = /obj/item/ammo_casing/caseless/arrow/ash
|
result = /obj/item/ammo_casing/caseless/arrow/ash
|
||||||
tools = list(TOOL_WELDER)
|
tools = list(TOOL_WELDER)
|
||||||
time = 30
|
time = 10 // 1.5 seconds minimum per actually worthwhile arrow excluding interface lag
|
||||||
always_availible = FALSE
|
always_availible = FALSE
|
||||||
reqs = list(/obj/item/ammo_casing/caseless/arrow/wood = 1)
|
reqs = list(/obj/item/ammo_casing/caseless/arrow/wood = 1)
|
||||||
category = CAT_WEAPONRY
|
category = CAT_WEAPONRY
|
||||||
|
|||||||
Reference in New Issue
Block a user