HoS plate carrier

adds a plate carrier for the HoS
This commit is contained in:
TrojanCoyote
2022-06-08 17:52:32 -05:00
parent 024e4dade1
commit ad74a6033e
5 changed files with 24 additions and 0 deletions
+18
View File
@@ -84,6 +84,24 @@
"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_volume = 28
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."