diff --git a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml index ff1447931f..27304efbaa 100644 --- a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml @@ -19,8 +19,8 @@ slotTexture: suit slotFlags: OUTERCLOTHING stripTime: 6 - uiWindowPos: 1,1 - strippingWindowPos: 1,2 + uiWindowPos: 1,2 + strippingWindowPos: 1,1 displayName: Suit - name: gloves slotTexture: gloves @@ -37,8 +37,8 @@ - name: mask slotTexture: mask slotFlags: MASK - uiWindowPos: 1,2 - strippingWindowPos: 1,1 + uiWindowPos: 1,1 + strippingWindowPos: 1,2 displayName: Mask - name: eyes slotTexture: glasses diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/sort_later.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/sort_later.yml index 14c6c572a3..a0dadc197a 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/sort_later.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/sort_later.yml @@ -22,110 +22,4 @@ - type: Sprite sprite: _CP14/Clothing/Cloak/Roles/General/maid_apron.rsi - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/General/maid_apron.rsi - -- type: entity - parent: CP14ClothingCloakBase - id: CP14ClothingCloakBrassArmor - name: brass armor - description: Quality brass armour, has good protection and is not too heavy. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Armor/brass_armor.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Armor/brass_armor.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.85 - Slash: 0.85 - Piercing: 0.95 - Heat: 0.90 - Caustic: 0.80 - - type: ClothingSpeedModifier - walkModifier: 0.96 - sprintModifier: 0.95 - -- type: entity - parent: CP14ClothingCloakBase - id: CP14ClothingCloakCuirass - name: cuirass - description: Light armour plate on the chest, little protection, little heaviness. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Armor/cuirass.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Armor/cuirass.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.85 - Slash: 0.90 - Piercing: 0.90 - Heat: 0.95 - - type: ClothingSpeedModifier - walkModifier: 0.98 - sprintModifier: 0.98 - -- type: entity - parent: CP14ClothingCloakBase - id: CP14ClothingCloakInfantryCuirass - name: infantry cuirass - description: The light infantry cuirass, unlike the original, also protects from the back. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.85 - Slash: 0.85 - Piercing: 0.90 - Heat: 0.90 - - type: ClothingSpeedModifier - walkModifier: 0.97 - sprintModifier: 0.96 - -- type: entity - parent: CP14ClothingCloakBase - id: CP14ClothingCloakCuirassLoincloth - name: cuirass loincloth - description: A heavier version of the cuirass, covering only the top of the legs. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.75 - Slash: 0.80 - Piercing: 0.85 - Heat: 0.90 - - type: ClothingSpeedModifier - walkModifier: 0.96 - sprintModifier: 0.94 - -- type: entity - parent: CP14ClothingCloakBase - id: CP14ClothingCloakCuirassLeg - name: cuirass leg - description: A heavier cuirass that completely covers the legs. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Armor/cuirass_leg.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Armor/cuirass_leg.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.75 - Slash: 0.75 - Piercing: 0.80 - Heat: 0.85 - - type: ClothingSpeedModifier - walkModifier: 0.95 - sprintModifier: 0.92 + sprite: _CP14/Clothing/Cloak/Roles/General/maid_apron.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/base.yml b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/base.yml new file mode 100644 index 0000000000..fd809b400e --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/base.yml @@ -0,0 +1,13 @@ +- type: entity + abstract: true + parent: Clothing + id: CP14ClothingOuterClothingBase + categories: [ ForkFiltered ] + components: + - type: Clothing + equipDelay: 2 + unequipDelay: 2 + slots: + - outerClothing + - type: Sprite + state: icon \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/test_armor.yml b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/test_armor.yml new file mode 100644 index 0000000000..b5a946236d --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/test_armor.yml @@ -0,0 +1,105 @@ +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingCopperArmor + name: copper armor + description: Quality copper armour, has good protection and is not too heavy. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/brass_armor.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/brass_armor.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.95 + Heat: 0.90 + Caustic: 0.80 + - type: ClothingSpeedModifier + walkModifier: 0.96 + sprintModifier: 0.95 + +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingCuirass + name: cuirass + description: Light armour plate on the chest, little protection, little heaviness. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/cuirass.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/cuirass.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.90 + Piercing: 0.90 + Heat: 0.95 + - type: ClothingSpeedModifier + walkModifier: 0.98 + sprintModifier: 0.98 + +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingInfantryCuirass + name: infantry cuirass + description: The light infantry cuirass, unlike the original, also protects from the back. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/infantry_cuirass.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/infantry_cuirass.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.90 + Heat: 0.90 + - type: ClothingSpeedModifier + walkModifier: 0.97 + sprintModifier: 0.96 + +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingCuirassLoincloth + name: cuirass loincloth + description: A heavier version of the cuirass, covering only the top of the legs. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/cuirass_loincloth.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/cuirass_loincloth.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.80 + Piercing: 0.85 + Heat: 0.90 + - type: ClothingSpeedModifier + walkModifier: 0.96 + sprintModifier: 0.94 + +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingCuirassLeg + name: cuirass leg + description: A heavier cuirass that completely covers the legs. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/cuirass_leg.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/cuirass_leg.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.80 + Heat: 0.85 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.92 diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml b/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml index d7edbce5bf..9cbbd0374d 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml @@ -26,15 +26,16 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false + - map: [ "enum.HumanoidVisualLayers.LFoot" ] + - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "shoes" ] - map: [ "shirt" ] - map: [ "pants" ] - - map: [ "enum.HumanoidVisualLayers.LFoot" ] - - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "enum.HumanoidVisualLayers.LHand" ] - map: [ "enum.HumanoidVisualLayers.RHand" ] - map: [ "gloves" ] - map: [ "ears" ] + - map: [ "outerClothing" ] - map: [ "cloak" ] - map: [ "eyes" ] - map: [ "belt1" ] diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/Species/silva.yml b/Resources/Prototypes/_CP14/Entities/Mobs/Species/silva.yml index 89a714086b..04fc7a587b 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/Species/silva.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/Species/silva.yml @@ -24,17 +24,18 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false + - map: [ "enum.HumanoidVisualLayers.LFoot" ] + - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "shoes" ] - map: [ "shirt" ] - map: [ "pants" ] - - map: [ "enum.HumanoidVisualLayers.LFoot" ] - - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "enum.HumanoidVisualLayers.LHand" ] - map: [ "enum.HumanoidVisualLayers.RHand" ] - map: [ "enum.HumanoidVisualLayers.HeadSide" ] # Bark Before clothing - map: [ "enum.HumanoidVisualLayers.HeadTop" ] # Bark Before clothing - map: [ "gloves" ] - map: [ "ears" ] + - map: [ "outerClothing" ] - map: [ "cloak" ] - map: [ "eyes" ] - map: [ "belt1" ] diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/Species/skeleton.yml b/Resources/Prototypes/_CP14/Entities/Mobs/Species/skeleton.yml index afcc280ef5..8db122887a 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/Species/skeleton.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/Species/skeleton.yml @@ -18,15 +18,16 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] + - map: [ "enum.HumanoidVisualLayers.LFoot" ] + - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "shoes" ] - map: [ "shirt" ] - map: [ "pants" ] - - map: [ "enum.HumanoidVisualLayers.LFoot" ] - - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "enum.HumanoidVisualLayers.LHand" ] - map: [ "enum.HumanoidVisualLayers.RHand" ] - map: [ "gloves" ] - map: [ "ears" ] + - map: [ "outerClothing" ] - map: [ "cloak" ] - map: [ "eyes" ] - map: [ "belt1" ] @@ -105,6 +106,7 @@ - type: Inventory templateId: CP14Human - type: TransferMindOnGib + - type: CP14KnowledgeStorage - type: entity parent: CP14BaseSpeciesDummy diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/Species/zombie.yml b/Resources/Prototypes/_CP14/Entities/Mobs/Species/zombie.yml index f382633693..d269f82295 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/Species/zombie.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/Species/zombie.yml @@ -19,16 +19,17 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] + - map: [ "enum.HumanoidVisualLayers.LFoot" ] + - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "shoes" ] - map: [ "shirt" ] - map: [ "pants" ] - - map: [ "enum.HumanoidVisualLayers.LFoot" ] - - map: [ "enum.HumanoidVisualLayers.RFoot" ] - map: [ "enum.HumanoidVisualLayers.LHand" ] - map: [ "enum.HumanoidVisualLayers.RHand" ] - map: [ "gloves" ] - map: [ "ears" ] - map: [ "cloak" ] + - map: [ "outerClothing" ] - map: [ "eyes" ] - map: [ "belt1" ] - map: [ "belt2" ] diff --git a/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml index b457c0e26e..fd91015ad9 100644 --- a/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/_CP14/InventoryTemplates/human_inventory_template.yml @@ -60,10 +60,16 @@ uiWindowPos: 2,1 strippingWindowPos: 2,3 displayName: Ring + - name: outerClothing + slotTexture: suit + slotFlags: OUTERCLOTHING + uiWindowPos: 2,2 + strippingWindowPos: 2,1 + displayName: Armor - name: cloak slotTexture: cloak slotFlags: CLOAK - uiWindowPos: 2,2 + uiWindowPos: 2,3 strippingWindowPos: 2,2 displayName: Cloak # Main hotbar diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/anvil.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/anvil.yml index ec39360192..5cf002da21 100644 --- a/Resources/Prototypes/_CP14/Recipes/Workbench/anvil.yml +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/anvil.yml @@ -27,39 +27,39 @@ knowledgeRequired: MetallForging - type: CP14Recipe - id: CP14ClothingCloakCuirass + id: CP14ClothingOuterClothingCuirass tag: CP14RecipeAnvil craftTime: 4 stacks: CP14IronBar: 5 - result: CP14ClothingCloakCuirass + result: CP14ClothingOuterClothingCuirass knowledgeRequired: MetallForging - type: CP14Recipe - id: CP14ClothingCloakInfantryCuirass + id: CP14ClothingOuterClothingInfantryCuirass tag: CP14RecipeAnvil craftTime: 4 stacks: CP14IronBar: 6 - result: CP14ClothingCloakInfantryCuirass + result: CP14ClothingOuterClothingInfantryCuirass knowledgeRequired: MetallForging - type: CP14Recipe - id: CP14ClothingCloakCuirassLoincloth + id: CP14ClothingOuterClothingCuirassLoincloth tag: CP14RecipeAnvil craftTime: 4 stacks: CP14IronBar: 6 - result: CP14ClothingCloakCuirassLoincloth + result: CP14ClothingOuterClothingCuirassLoincloth knowledgeRequired: MetallForging - type: CP14Recipe - id: CP14ClothingCloakCuirassLeg + id: CP14ClothingOuterClothingCuirassLeg tag: CP14RecipeAnvil craftTime: 4 stacks: CP14IronBar: 7 - result: CP14ClothingCloakCuirassLeg + result: CP14ClothingOuterClothingCuirassLeg knowledgeRequired: MetallForging - type: CP14Recipe @@ -101,12 +101,12 @@ knowledgeRequired: MetallForging - type: CP14Recipe - id: CP14ClothingCloakBrassArmor + id: CP14ClothingOuterClothingCopperArmor tag: CP14RecipeAnvil craftTime: 2 stacks: CP14CopperBar: 6 - result: CP14ClothingCloakBrassArmor + result: CP14ClothingOuterClothingCopperArmor knowledgeRequired: MetallForging - type: CP14Recipe diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/back.png b/Resources/Textures/Interface/CrystallPunk/Slots/back.png index 24eea7cfab..2b8ffcb9a3 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/back.png and b/Resources/Textures/Interface/CrystallPunk/Slots/back.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/belt.png b/Resources/Textures/Interface/CrystallPunk/Slots/belt.png index 5629c05fcf..f3b5283f56 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/belt.png and b/Resources/Textures/Interface/CrystallPunk/Slots/belt.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/gloves.png b/Resources/Textures/Interface/CrystallPunk/Slots/gloves.png index 3b724b0cbd..b8fed052e0 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/gloves.png and b/Resources/Textures/Interface/CrystallPunk/Slots/gloves.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/hand_l.png b/Resources/Textures/Interface/CrystallPunk/Slots/hand_l.png index 0d01216f3a..430cc533c4 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/hand_l.png and b/Resources/Textures/Interface/CrystallPunk/Slots/hand_l.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/CrystallPunk/Slots/hand_l_no_letter.png index 58b0761bcf..34006f0581 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/hand_l_no_letter.png and b/Resources/Textures/Interface/CrystallPunk/Slots/hand_l_no_letter.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/hand_r.png b/Resources/Textures/Interface/CrystallPunk/Slots/hand_r.png index fc05bb4b49..e73cd25008 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/hand_r.png and b/Resources/Textures/Interface/CrystallPunk/Slots/hand_r.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/CrystallPunk/Slots/hand_r_no_letter.png index e7b6cd545d..2013b25d1b 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/hand_r_no_letter.png and b/Resources/Textures/Interface/CrystallPunk/Slots/hand_r_no_letter.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/head.png b/Resources/Textures/Interface/CrystallPunk/Slots/head.png index 21baabc5dc..fc4e31d19f 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/head.png and b/Resources/Textures/Interface/CrystallPunk/Slots/head.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/mask.png b/Resources/Textures/Interface/CrystallPunk/Slots/mask.png index f8cee29942..166bff19ba 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/mask.png and b/Resources/Textures/Interface/CrystallPunk/Slots/mask.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/neck.png b/Resources/Textures/Interface/CrystallPunk/Slots/neck.png index fa3119a8a2..ba88e69b34 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/neck.png and b/Resources/Textures/Interface/CrystallPunk/Slots/neck.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/shoes.png b/Resources/Textures/Interface/CrystallPunk/Slots/shoes.png index aa491cee60..da6ea6a63c 100644 Binary files a/Resources/Textures/Interface/CrystallPunk/Slots/shoes.png and b/Resources/Textures/Interface/CrystallPunk/Slots/shoes.png differ diff --git a/Resources/Textures/Interface/CrystallPunk/Slots/suit.png b/Resources/Textures/Interface/CrystallPunk/Slots/suit.png new file mode 100644 index 0000000000..86d962e9f8 Binary files /dev/null and b/Resources/Textures/Interface/CrystallPunk/Slots/suit.png differ diff --git a/Resources/Textures/Interface/Default/Slots/cloak.png b/Resources/Textures/Interface/Default/Slots/cloak.png index 0a456e773c..6f257e7975 100644 Binary files a/Resources/Textures/Interface/Default/Slots/cloak.png and b/Resources/Textures/Interface/Default/Slots/cloak.png differ diff --git a/Resources/Textures/Interface/Default/Slots/eyes.png b/Resources/Textures/Interface/Default/Slots/eyes.png index 0e5e13f895..e6b384f506 100644 Binary files a/Resources/Textures/Interface/Default/Slots/eyes.png and b/Resources/Textures/Interface/Default/Slots/eyes.png differ diff --git a/Resources/Textures/Interface/Default/Slots/keys.png b/Resources/Textures/Interface/Default/Slots/keys.png index 0c6de30506..6e80219f1b 100644 Binary files a/Resources/Textures/Interface/Default/Slots/keys.png and b/Resources/Textures/Interface/Default/Slots/keys.png differ diff --git a/Resources/Textures/Interface/Default/Slots/pants.png b/Resources/Textures/Interface/Default/Slots/pants.png index 78be08d95b..21e2827e5c 100644 Binary files a/Resources/Textures/Interface/Default/Slots/pants.png and b/Resources/Textures/Interface/Default/Slots/pants.png differ diff --git a/Resources/Textures/Interface/Default/Slots/ring.png b/Resources/Textures/Interface/Default/Slots/ring.png index bda815a8c5..188b4a5105 100644 Binary files a/Resources/Textures/Interface/Default/Slots/ring.png and b/Resources/Textures/Interface/Default/Slots/ring.png differ diff --git a/Resources/Textures/Interface/Default/Slots/shirt.png b/Resources/Textures/Interface/Default/Slots/shirt.png index abc8c05a79..d085fb8f1f 100644 Binary files a/Resources/Textures/Interface/Default/Slots/shirt.png and b/Resources/Textures/Interface/Default/Slots/shirt.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/equipped-CLOAK.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/icon.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/icon.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/icon.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-left.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/inhand-left.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-right.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/inhand-right.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/meta.json similarity index 90% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/meta.json index 6d03a64d46..ea651e45aa 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/brass_armor.rsi/meta.json @@ -11,7 +11,7 @@ "name": "icon" }, { - "name": "equipped-CLOAK", + "name": "equipped-OUTERCLOTHING", "directions": 4 }, { diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/equipped-CLOAK.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/icon.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/icon.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/icon.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-left.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-left.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-right.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/inhand-right.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/meta.json similarity index 89% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/meta.json index bba48e4844..1002e0dbd0 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass.rsi/meta.json @@ -11,7 +11,7 @@ "name": "icon" }, { - "name": "equipped-CLOAK", + "name": "equipped-OUTERCLOTHING", "directions": 4 }, { diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/equipped-CLOAK.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/icon.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/icon.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/icon.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-left.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/inhand-left.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-right.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/inhand-right.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/meta.json similarity index 89% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/meta.json index 0ba539160c..a135d121cb 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_leg.rsi/meta.json @@ -11,7 +11,7 @@ "name": "icon" }, { - "name": "equipped-CLOAK", + "name": "equipped-OUTERCLOTHING", "directions": 4 }, { diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/equipped-CLOAK.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/icon.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/icon.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/icon.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-left.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/inhand-left.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-right.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/inhand-right.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/meta.json similarity index 89% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/meta.json index 0ba539160c..a135d121cb 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/cuirass_loincloth.rsi/meta.json @@ -11,7 +11,7 @@ "name": "icon" }, { - "name": "equipped-CLOAK", + "name": "equipped-OUTERCLOTHING", "directions": 4 }, { diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/equipped-OUTERCLOTHING.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/equipped-CLOAK.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/equipped-OUTERCLOTHING.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/icon.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/icon.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/icon.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-left.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-left.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-right.png rename to Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/inhand-right.png diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/meta.json similarity index 89% rename from Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/meta.json index 0ba539160c..a135d121cb 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/infantry_cuirass.rsi/meta.json @@ -11,7 +11,7 @@ "name": "icon" }, { - "name": "equipped-CLOAK", + "name": "equipped-OUTERCLOTHING", "directions": 4 }, { diff --git a/Resources/migration.yml b/Resources/migration.yml index b2d42c844e..74c0c5882b 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -217,7 +217,12 @@ CP14BaseBattleStaff: null CP14BaseTwoHandedSword: null CP14TwoHandedSwordScythe: null - +#2025-17-01 +CP14ClothingCloakBrassArmor: CP14ClothingOuterClothingCopperArmor +CP14ClothingCloakCuirass: CP14ClothingOuterClothingCuirass +CP14ClothingCloakInfantryCuirass: CP14ClothingOuterClothingInfantryCuirass +CP14ClothingCloakCuirassLoincloth: CP14ClothingOuterClothingCuirassLoincloth +CP14ClothingCloakCuirassLeg: CP14ClothingOuterClothingCuirassLeg # <---> CrystallEdge migration zone end