]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adjust armor item size (#20492)
authorFromoriss <106442259+Fromoriss@users.noreply.github.com>
Tue, 26 Sep 2023 17:23:45 +0000 (20:23 +0300)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 17:23:45 +0000 (09:23 -0800)
Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml

index b66ddc1dff768c28e9561dc60d9520579f2dee91..a20addcce232390aab50834fe8c97dd40e3ba291 100644 (file)
@@ -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.
index 3a2c649da6f9153788271930b00e9c875126b618..f92592f65efc583f1c5a7cbbb0d0fe6c3223df11 100644 (file)
       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