mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #12262 from TheDavestDave/primative-shield-2
primative-shields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user