diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index cab08ee23f..5c0727443a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -17,9 +17,8 @@ ClothingUniformJumpsuitSecBlue: 3 ClothingHeadsetSecurity: 3 ClothingOuterWinterSec: 2 - ClothingOuterArmorBasic: 2 + ClothingOuterArmorBasic: 4 ClothingNeckScarfStripedRed: 3 - ClothingOuterArmorBasicSlim: 2 ClothingEyesBlindfold: 1 ClothingShoesBootsCombat: 1 ClothingShoesBootsWinterSec: 2 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index fdaee45ccc..7f4d07e5a7 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -9,9 +9,9 @@ description: A standard Type I armored vest that provides decent protection against most types of damage. components: - type: Sprite - sprite: Clothing/OuterClothing/Armor/security.rsi + sprite: White/Clothing/OuterClothing/kevlar.rsi - type: Clothing - sprite: Clothing/OuterClothing/Armor/security.rsi + sprite: White/Clothing/OuterClothing/kevlar.rsi - type: Armor #Based on /tg/ but slightly compensated to fit the fact that armor stacks in SS14. modifiers: coefficients: @@ -31,9 +31,9 @@ description: A slim Type I armored vest that provides decent protection against most types of damage. components: - type: Sprite - sprite: Clothing/OuterClothing/Armor/security_slim.rsi + sprite: White/Clothing/OuterClothing/kevlar.rsi - type: Clothing - sprite: Clothing/OuterClothing/Armor/security_slim.rsi + sprite: White/Clothing/OuterClothing/kevlar.rsi - type: entity parent: ClothingOuterBaseLarge diff --git a/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/equipped-OUTERCLOTHING-body-slim.png b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/equipped-OUTERCLOTHING-body-slim.png new file mode 100644 index 0000000000..259818a14b Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/equipped-OUTERCLOTHING-body-slim.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..b0f4f04f69 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/icon.png b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/icon.png new file mode 100644 index 0000000000..7e29b8a8f9 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/icon.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/inhand-left.png b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/inhand-left.png new file mode 100644 index 0000000000..1a8ee934b8 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/inhand-right.png b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/inhand-right.png new file mode 100644 index 0000000000..a99ec13a5e Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/meta.json b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/meta.json new file mode 100644 index 0000000000..1bf5021813 --- /dev/null +++ b/Resources/Textures/White/Clothing/OuterClothing/kevlar.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-body-slim", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}