diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 56603c28fa..ea3842667f 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -25,6 +25,8 @@ prob: 1 - id: ClothingShoesBootsJack prob: 1 + - id: ClothingOuterCoatWarden + prob: 1 - type: entity id: LockerSecurityFilled diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 6d46c65230..86d4897391 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -134,3 +134,23 @@ sprite: Clothing/OuterClothing/Coats/pirate.rsi - type: Storage capacity: 10 + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterCoatWarden + name: warden's armored jacket + description: A sturdy, utilitarian jacket designed to protect a warden from any brig-bound threats. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Coats/warden.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Coats/warden.rsi + - type: Storage + capacity: 10 + - type: Armor + modifiers: + coefficients: + Blunt: 0.8 + Slash: 0.8 + Piercing: 0.4 + Heat: 0.8 diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index e8b1efcddd..35144e5e62 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -22,7 +22,7 @@ # backpack: ClothingBackpackSecurityFilled # shoes: ClothingShoesBootsJack # eyes: ClothingEyesGlassesSecurity -# outerclothing: ClothingOuterVestKevlar +# outerclothing: ClothingOuterCoatWarden # idcard: WardenPDA # ears: ClothingHeadsetSecurity # belt: ClothingBeltSecurityFilled diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-left.png index 4ddf7ba69f..51b08d9568 100644 Binary files a/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-left.png and b/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-right.png index 63de853068..464ee509bc 100644 Binary files a/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-right.png and b/Resources/Textures/Clothing/OuterClothing/Coats/warden.rsi/inhand-right.png differ