HoS plate carrier
adds a plate carrier for the HoS
This commit is contained in:
@@ -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."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 512 KiB After Width: | Height: | Size: 513 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 297 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
@@ -16,6 +16,12 @@
|
||||
path = /obj/item/clothing/suit/armor/hos/navyblue
|
||||
restricted_roles = list("Head of Security")
|
||||
|
||||
/datum/gear/suit/platecarrier
|
||||
name = "Plate Carrier"
|
||||
subcategory = LOADOUT_SUBCATEGORY_HEAD_JOBS
|
||||
path = /obj/item/clothing/suit/armor/hos/platecarrier
|
||||
restricted_roles = list("Head of Security")
|
||||
|
||||
/datum/gear/suit/navybluejacketofficer
|
||||
name = "security officer's navyblue jacket"
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_JOBS
|
||||
|
||||
Reference in New Issue
Block a user