From 3c6c45c4578badf99c2ee22fa4322df2dcff96f3 Mon Sep 17 00:00:00 2001 From: icekot8 <93311212+icekot8@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:58:01 +0300 Subject: [PATCH] Fix corvax coats prototypes (#2251) Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> --- .../Entities/Clothing/OuterClothing/coats.yml | 13 +++++-------- .../hos_greatcoat.rsi/equipped-OUTERCLOTHING.png | Bin .../OuterClothing/Coats/hos_greatcoat.rsi/icon.png | Bin .../Coats/hos_greatcoat.rsi/inhand-left.png | Bin .../Coats/hos_greatcoat.rsi/inhand-right.png | Bin .../Coats/hos_greatcoat.rsi/meta.json | 0 6 files changed, 5 insertions(+), 8 deletions(-) rename Resources/Textures/{ => Corvax}/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/equipped-OUTERCLOTHING.png (100%) rename Resources/Textures/{ => Corvax}/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/icon.png (100%) rename Resources/Textures/{ => Corvax}/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-left.png (100%) rename Resources/Textures/{ => Corvax}/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-right.png (100%) rename Resources/Textures/{ => Corvax}/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/meta.json (100%) diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/coats.yml index 14cba1a6f47..126847d5938 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/coats.yml @@ -1,13 +1,13 @@ - type: entity - parent: ClothingOuterStorageBase + parent: ClothingOuterCoatHoSTrench id: ClothingOuterCoatHoSGreatcoat name: armored greatcoat description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence. components: - type: Sprite - sprite: Clothing/OuterClothing/Coats/hos_greatcoat.rsi + sprite: Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi - type: Clothing - sprite: Clothing/OuterClothing/Coats/hos_greatcoat.rsi + sprite: Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi - type: Armor modifiers: coefficients: @@ -17,7 +17,7 @@ Heat: 0.7 - type: entity - parent: ClothingOuterStorageBase + parent: ClothingOuterCoatDetectiveLoadout id: ClothingOuterCoatDetectiveDark name: noir trenchcoat description: A hard-boiled private investigator's dark trenchcoat. @@ -26,9 +26,6 @@ sprite: Corvax/Clothing/OuterClothing/Coats/noirdet.rsi - type: Clothing sprite: Corvax/Clothing/OuterClothing/Coats/noirdet.rsi - - type: StorageFill - contents: - - id: SmokingPipeFilledTobacco - type: Armor modifiers: coefficients: @@ -38,7 +35,7 @@ Heat: 0.9 - type: entity - parent: ClothingOuterStorageBase + parent: ClothingOuterCoatWarden id: ClothingOuterCoatWardenAlt name: warden's jacket description: A navy-blue armored jacket with blue shoulder designations and '/Warden/' stitched into one of the chest pockets. diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/equipped-OUTERCLOTHING.png rename to Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/icon.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/icon.png rename to Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/icon.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-left.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-left.png rename to Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-right.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-right.png rename to Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/meta.json b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/meta.json rename to Resources/Textures/Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi/meta.json