primative-shields

a primitive shield, perfect for the next knights at castle mystic event.

it's much less cool, there's no metal ones. but it's literally the only low tech shield in our code right.

No really all other shields are made of plastic like the riot shield, or energy like halo jackles.

anyway it has 10 lower block chance than the explo shield and 20 less than riot. It's planks off wood and a bucket tied together
This commit is contained in:
TheDavestDave
2022-02-17 15:14:18 +00:00
parent 522b931dd8
commit 6dcadd97c0
2 changed files with 15 additions and 0 deletions
@@ -48,3 +48,11 @@
time = 40
category = CAT_WEAPONRY
subcategory = CAT_AMMO
/datum/crafting_recipe/primitive_shield
name = "Primitive Shield"
result = /obj/item/weapon/shield/primitive
reqs = list(list(/obj/item/stack/material/wood = 2), list(/obj/item/weapon/reagent_containers/glass/bucket =1), list(/obj/item/weapon/handcuffs/cable = 2))
time = 120
category = CAT_WEAPONRY
subcategory = CAT_WEAPON