Merge pull request #15676 from TrojanCoyote/trojancoyote

HoS plate carrier
This commit is contained in:
silicons
2022-06-19 18:56:16 -07:00
committed by GitHub
5 changed files with 18 additions and 0 deletions
+17
View File
@@ -84,6 +84,23 @@
"Cloak" = "trenchcloak"
)
/obj/item/clothing/suit/armor/hos/platecarrier
name = "plate carrier"
desc = "An armor vest with attached pockets for holding and sorting equipment or ammo."
icon_state = "platecarrier"
item_state = "platecarrier"
body_parts_covered = CHEST|GROIN|ARMS
armor = list (MELEE = 30, BULLET = 40, LASER = 30, ENERGY = 10, BOMB = 25, BIO = 0, RAD = 0, FIRE = 50, ACID = 70, WOUND = 10)
cold_protection = CHEST|ARMS
heat_protection = CHEST|ARMS
strip_delay = 80
mutantrace_variation = STYLE_DIGITIGRADE
/obj/item/clothing/suit/armor/hos/platecarrier/ComponentInitialize()
. = ..()
var/datum/component/storage/concrete/storage = AddComponent(/datum/component/storage/concrete)
storage.max_items = 5
/obj/item/clothing/suit/armor/vest/warden
name = "warden's jacket"
desc = "A navy-blue armored jacket with blue shoulder designations and '/Warden/' stitched into one of the chest pockets."