From 679e794810660adb3626ace14be3de32a2c37e71 Mon Sep 17 00:00:00 2001 From: Fromoriss <106442259+Fromoriss@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:23:45 +0300 Subject: [PATCH] Adjust armor item size (#20492) --- .../Entities/Clothing/OuterClothing/armor.yml | 2 +- .../Clothing/OuterClothing/base_clothingouter.yml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index b66ddc1dff..a20addcce2 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -3,7 +3,7 @@ #Basic armor vest - type: entity - parent: ClothingOuterBase + parent: ClothingOuterBaseMedium id: ClothingOuterArmorBasic name: armor vest description: A standard Type I armored vest that provides decent protection against most types of damage. diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml index 3a2c649da6..f92592f65e 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml @@ -123,3 +123,14 @@ toggleable-clothing: !type:ContainerSlot {} storagebase: !type:Container ents: [] + +- type: entity + abstract: true + parent: ClothingOuterBase + id: ClothingOuterBaseMedium + components: + - type: Item + size: 30 + - type: Clothing + slots: + - outerClothing -- 2.51.2