Merge pull request #12262 from TheDavestDave/primative-shield-2

primative-shields
This commit is contained in:
Casey
2022-02-18 23:02:17 -05:00
committed by GitHub
2 changed files with 16 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/wood =1), list(/obj/item/stack/material/cloth = 5))
time = 120
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
@@ -92,3 +92,11 @@
icon_state = "explorer_shield_P_lighted"
else
icon_state = "explorer_shield_P"
/obj/item/weapon/shield/primitive
name = "primitive shield"
desc = "A defensive object that is little more than planks strapped your arm"
icon = 'icons/obj/weapons.dmi'
icon_state = "buckler"
w_class = ITEMSIZE_LARGE
base_block_chance = 30