diff --git a/Resources/Locale/en-US/_CP14/modularCraft/slots.ftl b/Resources/Locale/en-US/_CP14/modularCraft/slots.ftl index 760bb41f7d..fb8306b424 100644 --- a/Resources/Locale/en-US/_CP14/modularCraft/slots.ftl +++ b/Resources/Locale/en-US/_CP14/modularCraft/slots.ftl @@ -6,3 +6,6 @@ cp14-modular-slot-arrow-tip = arrow tip cp14-modular-slot-cuisses = cuisses cp14-modular-slot-greave = greave + +cp14-modular-slot-visor = visor +cp14-modular-slot-aventail = aventail diff --git a/Resources/Locale/ru-RU/_CP14/modularCraft/slots.ftl b/Resources/Locale/ru-RU/_CP14/modularCraft/slots.ftl index 859cdce5f2..13ba8249e3 100644 --- a/Resources/Locale/ru-RU/_CP14/modularCraft/slots.ftl +++ b/Resources/Locale/ru-RU/_CP14/modularCraft/slots.ftl @@ -6,3 +6,6 @@ cp14-modular-slot-arrow-tip = наконечник стрелы cp14-modular-slot-cuisses = набедренник cp14-modular-slot-greave = поножи + +cp14-modular-slot-visor = личина +cp14-modular-slot-aventail = воротник diff --git a/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml b/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml index adcb9d88c1..ccd5d48f87 100644 --- a/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml +++ b/Resources/Prototypes/_CP14/Catalog/Fills/closets.yml @@ -140,4 +140,4 @@ amount: 4 - id: CP14SpellscrollSignalLightRed amount: 4 - - id: CP14ArmorIronСhainmailPresets + - id: CP14ArmorIronChainmailPresets diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Aventail/chainmail.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Aventail/chainmail.yml new file mode 100644 index 0000000000..a5b1de75c4 --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Aventail/chainmail.yml @@ -0,0 +1,82 @@ +- type: entity + parent: BaseItem + id: CP14ModularAventailBase + abstract: true + categories: [ ForkFiltered ] + components: + - type: Item + size: Small + storedRotation: 0 + shape: + - 0,0,0,0 + +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailIronChainmail + name: iron aventail chainmail + description: A aventail of chainmail to protect the neck from blows and piercing at vital points. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + layers: + - state: icon + - type: CP14ModularCraftPart + possibleParts: + - AventailIronChainmail + - type: CP14Material + materials: + CP14Iron: 10 + +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailGoldChainmail + name: golden aventail chainmail + description: A aventail of chainmail to protect the neck from blows and piercing at vital points. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + layers: + - state: icon + color: "#ffe269" + - type: CP14ModularCraftPart + possibleParts: + - AventailGoldChainmail + - type: CP14Material + materials: + CP14Gold: 10 + +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailCopperChainmail + name: copper aventail chainmail + description: A aventail of chainmail to protect the neck from blows and piercing at vital points. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + layers: + - state: icon + color: "#e28f08" + - type: CP14ModularCraftPart + possibleParts: + - AventailCopperChainmail + - type: CP14Material + materials: + CP14Copper: 10 + +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailMithrilChainmail + name: mithril aventail chainmail + description: A aventail of chainmail to protect the neck from blows and piercing at vital points. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + layers: + - state: icon + color: "#38f0b3" + - type: CP14ModularCraftPart + possibleParts: + - AventailMithrilChainmail + - type: CP14Material + materials: + CP14Mithril: 10 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Aventail/plate.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Aventail/plate.yml new file mode 100644 index 0000000000..aac8eb83e1 --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Aventail/plate.yml @@ -0,0 +1,70 @@ +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailIronPlate + name: iron aventail plate + description: An iron sheet aventail to protect the neck from blows and piercing in vital places. Uncomfortable. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + layers: + - state: icon + - type: CP14ModularCraftPart + possibleParts: + - AventailIronPlate + - type: CP14Material + materials: + CP14Iron: 10 + +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailGoldPlate + name: golden aventail plate + description: An golden sheet aventail to protect the neck from blows and piercing in vital places. Uncomfortable. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + layers: + - state: icon + color: "#ffe269" + - type: CP14ModularCraftPart + possibleParts: + - AventailGoldPlate + - type: CP14Material + materials: + CP14Gold: 10 + +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailCopperPlate + name: copper aventail plate + description: An copper sheet aventail to protect the neck from blows and piercing in vital places. Uncomfortable. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + layers: + - state: icon + color: "#e28f08" + - type: CP14ModularCraftPart + possibleParts: + - AventailCopperPlate + - type: CP14Material + materials: + CP14Copper: 10 + +- type: entity + parent: CP14ModularAventailBase + id: CP14ModularAventailMithrilPlate + name: mithril aventail plate + description: An mithril sheet aventail to protect the neck from blows and piercing in vital places. Uncomfortable. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + layers: + - state: icon + color: "#38f0b3" + - type: CP14ModularCraftPart + possibleParts: + - AventailMithrilPlate + - type: CP14Material + materials: + CP14Mithril: 10 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Helmet/capellina.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Helmet/capellina.yml new file mode 100644 index 0000000000..cdb8bfd996 --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Helmet/capellina.yml @@ -0,0 +1,143 @@ +- type: entity + parent: CP14ClothingHeadBase + id: CP14ModularHeadBase + abstract: true + categories: [ ForkFiltered ] + components: + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1 + - type: CP14LabeledRenaming + - type: CP14ModularCraftStartPoint + startSlots: + - Visor + - Aventail + +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetIronCapellina + name: iron capellina + description: Protects against large object strikes to the head. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.93 + Slash: 0.94 + Piercing: 0.97 + - type: ClothingSpeedModifier + walkModifier: 0.97 + sprintModifier: 0.97 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetIronCapellina + - type: CP14MagicManacostModify + globalModifier: 1.05 + - type: CP14Material + materials: + CP14Iron: 20 + +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetGoldCapellina + name: golden capellina + description: Protects against large object strikes to the head. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + layers: + - state: icon + color: "#ffe269" + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + clothingVisuals: + head: + - state: equipped-HELMET + color: "#ffe269" + - type: Armor + modifiers: + coefficients: + Blunt: 0.96 + Slash: 0.98 + Piercing: 0.99 + - type: ClothingSpeedModifier + walkModifier: 0.96 + sprintModifier: 0.96 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetGoldCapellina + - type: CP14MagicManacostModify + globalModifier: 1.01 + - type: CP14Material + materials: + CP14Gold: 20 + +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetCopperCapellina + name: copper capellina + description: Protects against large object strikes to the head. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + layers: + - state: icon + color: "#e28f08" + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + clothingVisuals: + head: + - state: equipped-HELMET + color: "#e28f08" + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.96 + Piercing: 0.98 + - type: ClothingSpeedModifier + walkModifier: 0.98 + sprintModifier: 0.98 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetCopperCapellina + - type: CP14MagicManacostModify + globalModifier: 1.03 + - type: CP14Material + materials: + CP14Copper: 20 + +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetMithrilCapellina + name: mithril capellina + description: Protects against large object strikes to the head. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + layers: + - state: icon + color: "#38f0b3" + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi + clothingVisuals: + head: + - state: equipped-HELMET + color: "#38f0b3" + - type: Armor + modifiers: + coefficients: + Blunt: 0.91 + Slash: 0.92 + Piercing: 0.95 + - type: ClothingSpeedModifier + walkModifier: 0.98 + sprintModifier: 0.98 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetMithrilCapellina + - type: CP14MagicManacostModify + globalModifier: 0.98 + - type: CP14Material + materials: + CP14Mithril: 20 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Helmet/palm_helmet.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Helmet/palm_helmet.yml new file mode 100644 index 0000000000..c5f2841bf7 --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Helmet/palm_helmet.yml @@ -0,0 +1,130 @@ +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetIronPalmHelmet + name: iron palm helmet + description: A tight fitting helmet that protects your head from impact. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.92 + Slash: 0.97 + Piercing: 0.95 + Heat: 0.98 + - type: ClothingSpeedModifier + walkModifier: 0.97 + sprintModifier: 0.97 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetIronCapellina + - type: CP14MagicManacostModify + globalModifier: 1.05 + - type: CP14Material + materials: + CP14Iron: 20 + +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetGoldPalmHelmet + name: golden palm helmet + description: A tight fitting helmet that protects your head from impact. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + layers: + - state: icon + color: "#ffe269" + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + clothingVisuals: + head: + - state: equipped-HELMET + color: "#ffe269" + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.96 + Piercing: 0.96 + - type: ClothingSpeedModifier + walkModifier: 0.96 + sprintModifier: 0.96 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetGoldPalmHelmet + - type: CP14MagicManacostModify + globalModifier: 1.01 + - type: CP14Material + materials: + CP14Gold: 20 + +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetCopperPalmHelmet + name: copper palm helmet + description: A tight fitting helmet that protects your head from impact. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + layers: + - state: icon + color: "#e28f08" + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + clothingVisuals: + head: + - state: equipped-HELMET + color: "#e28f08" + - type: Armor + modifiers: + coefficients: + Blunt: 0.94 + Slash: 0.98 + Piercing: 0.96 + - type: ClothingSpeedModifier + walkModifier: 0.98 + sprintModifier: 0.98 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetCopperPalmHelmet + - type: CP14MagicManacostModify + globalModifier: 1.03 + - type: CP14Material + materials: + CP14Copper: 20 + +- type: entity + parent: CP14ModularHeadBase + id: CP14HelmetMithrilPalmHelmet + name: mithril palm helmet + description: A tight fitting helmet that protects your head from impact. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + layers: + - state: icon + color: "#38f0b3" + - type: Clothing + sprite: _CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi + clothingVisuals: + head: + - state: equipped-HELMET + color: "#38f0b3" + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.95 + Piercing: 0.93 + Heat: 0.98 + - type: ClothingSpeedModifier + walkModifier: 0.98 + sprintModifier: 0.98 + - type: CP14ModularCraftStartPoint + startProtoPart: CP14HelmetMithrilPalmHelmet + - type: CP14MagicManacostModify + globalModifier: 0.98 + - type: CP14Material + materials: + CP14Mithril: 20 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Visor/chainmail.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Visor/chainmail.yml new file mode 100644 index 0000000000..27c5c4d91c --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Visor/chainmail.yml @@ -0,0 +1,82 @@ +- type: entity + parent: BaseItem + id: CP14ModularVisorBase + abstract: true + categories: [ ForkFiltered ] + components: + - type: Item + size: Small + storedRotation: 0 + shape: + - 0,0,0,0 + +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorIronChainmail + name: iron visor chainmail + description: A chainmail visor that protects the face from nasty damage and leaves the wearer looking all that beautiful. And the skin breathes. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + layers: + - state: icon + - type: CP14ModularCraftPart + possibleParts: + - VisorIronChainmail + - type: CP14Material + materials: + CP14Iron: 10 + +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorGoldChainmail + name: golden visor chainmail + description: A chainmail visor that protects the face from nasty damage and leaves the wearer looking all that beautiful. And the skin breathes. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + layers: + - state: icon + color: "#ffe269" + - type: CP14ModularCraftPart + possibleParts: + - VisorGoldChainmail + - type: CP14Material + materials: + CP14Gold: 10 + +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorCopperChainmail + name: copper visor chainmail + description: A chainmail visor that protects the face from nasty damage and leaves the wearer looking all that beautiful. And the skin breathes. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + layers: + - state: icon + color: "#e28f08" + - type: CP14ModularCraftPart + possibleParts: + - VisorCopperChainmail + - type: CP14Material + materials: + CP14Copper: 10 + +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorMithrilChainmail + name: mithril visor chainmail + description: A chainmail visor that protects the face from nasty damage and leaves the wearer looking all that beautiful. And the skin breathes. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + layers: + - state: icon + color: "#38f0b3" + - type: CP14ModularCraftPart + possibleParts: + - VisorMithrilChainmail + - type: CP14Material + materials: + CP14Mithril: 10 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Visor/plate.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Visor/plate.yml new file mode 100644 index 0000000000..7ecdd65a92 --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/ModularArmor/Visor/plate.yml @@ -0,0 +1,70 @@ +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorIronPlate + name: iron visor plate + description: A iron plate visor that protects the face from nasty damage and leaves the wearer looking all that good-looking. Not as comfortable. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + layers: + - state: icon + - type: CP14ModularCraftPart + possibleParts: + - VisorIronPlate + - type: CP14Material + materials: + CP14Iron: 10 + +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorGoldPlate + name: golden visor plate + description: A golden plate visor that protects the face from nasty damage and leaves the wearer looking all that good-looking. Very uncomfortable. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + layers: + - state: icon + color: "#ffe269" + - type: CP14ModularCraftPart + possibleParts: + - VisorGoldPlate + - type: CP14Material + materials: + CP14Gold: 10 + +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorCopperPlate + name: copper visor plate + description: A copper plate visor that protects the face from nasty damage and leaves the wearer looking all that good-looking. Not as comfortable. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + layers: + - state: icon + color: "#e28f08" + - type: CP14ModularCraftPart + possibleParts: + - VisorCopperPlate + - type: CP14Material + materials: + CP14Copper: 10 + +- type: entity + parent: CP14ModularVisorBase + id: CP14ModularVisorMithrilPlate + name: mithril visor plate + description: A mithril plate visor that protects the face from nasty damage and leaves the wearer looking all that good-looking. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + layers: + - state: icon + color: "#38f0b3" + - type: CP14ModularCraftPart + possibleParts: + - VisorMithrilPlate + - type: CP14Material + materials: + CP14Mithril: 10 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Produced/armor.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Produced/armor.yml index 4b15fde890..6296a2a7d9 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Produced/armor.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Produced/armor.yml @@ -1,27 +1,7 @@ -- type: entity - parent: CP14ClothingHeadBase - id: CP14ClothingHeadCapellina - name: capellina - description: Protects against large object strikes to the head. - components: - - type: Sprite - sprite: _CP14/Clothing/Head/Produced/Armor/capellina.rsi - - type: Clothing - sprite: _CP14/Clothing/Head/Produced/Armor/capellina.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.92 - Slash: 0.93 - Piercing: 0.96 - - type: ClothingSpeedModifier - walkModifier: 0.97 - sprintModifier: 0.97 - - type: entity parent: CP14ClothingHeadBase id: CP14ClothingHeadBascinet - name: bascinet + name: bascinet # will need to be modularised description: Protects most of the head, but the face is still not worth catching blows. components: - type: Sprite diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/ModularPresets/armour.yml b/Resources/Prototypes/_CP14/Entities/Clothing/ModularPresets/armour.yml index 908d8754ae..8378d6f230 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/ModularPresets/armour.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/ModularPresets/armour.yml @@ -80,7 +80,7 @@ - GreaveMithrilPlate - type: entity - id: CP14ArmorIronСhainmailPresets + id: CP14ArmorIronChainmailPresets parent: CP14ArmorIronChainmail name: full iron chainmail description: Full iron ringed armour, lightweight and has decent protection. @@ -98,7 +98,7 @@ - GreaveIronChainmail - type: entity - id: CP14ArmorMithrilСhainmailPresets + id: CP14ArmorMithrilChainmailPresets parent: CP14ArmorMithrilChainmail name: full mithril chainmail description: A full mithril armour that may have been slowly and painstakingly assembled by dwarven smiths. A most valuable piece of work. diff --git a/Resources/Prototypes/_CP14/ModularCraft/Helmet/Aventail/chainmail.yml b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Aventail/chainmail.yml new file mode 100644 index 0000000000..891a1332fa --- /dev/null +++ b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Aventail/chainmail.yml @@ -0,0 +1,72 @@ +- type: modularPart + id: BaseAventailChainmail + modifiers: + - !type:Inherit + copyFrom: + - BaseClothingArmor + +- type: modularPart + id: AventailIronChainmail + slots: + - Aventail + sourcePart: CP14ScrapIron + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailChainmail + - !type:EditArmor + modifiers: + coefficients: + Slash: -0.06 + Piercing: -0.01 + +- type: modularPart + id: AventailGoldChainmail + slots: + - Aventail + sourcePart: CP14ScrapGold + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + color: "#ffe269" + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailChainmail + - !type:EditArmor + modifiers: + coefficients: + Slash: -0.03 + +- type: modularPart + id: AventailCopperChainmail + slots: + - Aventail + sourcePart: CP14ScrapCopper + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + color: "#e28f08" + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailChainmail + - !type:EditArmor + modifiers: + coefficients: + Slash: -0.04 + +- type: modularPart + id: AventailMithrilChainmail + slots: + - Aventail + sourcePart: CP14ScrapMithril + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi + color: "#38f0b3" + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailChainmail + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.03 + Slash: -0.07 + Piercing: -0.02 diff --git a/Resources/Prototypes/_CP14/ModularCraft/Helmet/Aventail/plate.yml b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Aventail/plate.yml new file mode 100644 index 0000000000..e6bfdca584 --- /dev/null +++ b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Aventail/plate.yml @@ -0,0 +1,92 @@ +- type: modularPart + id: BaseAventailPlate + modifiers: + - !type:Inherit + copyFrom: + - BaseClothingArmor + +- type: modularPart + id: AventailIronPlate + slots: + - Aventail + sourcePart: CP14ScrapIron + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.04 + Slash: -0.02 + Piercing: -0.05 + Heat: -0.04 + - !type:EditClothingSpeed + walkModifier: 0.99 + sprintModifier: 0.99 + +- type: modularPart + id: AventailGoldPlate + slots: + - Aventail + sourcePart: CP14ScrapGold + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + color: "#ffe269" + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.01 + Slash: -0.01 + Piercing: -0.03 + - !type:EditClothingSpeed + walkModifier: 0.98 + sprintModifier: 0.98 + +- type: modularPart + id: AventailCopperPlate + slots: + - Aventail + sourcePart: CP14ScrapCopper + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + color: "#e28f08" + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.03 + Slash: -0.01 + Piercing: -0.03 + Heat: -0.02 + - !type:EditClothingSpeed + walkModifier: 0.99 + sprintModifier: 0.99 + +- type: modularPart + id: AventailMithrilPlate + slots: + - Aventail + sourcePart: CP14ScrapMithril + rsiPath: _CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi + color: "#38f0b3" + modifiers: + - !type:Inherit + copyFrom: + - BaseAventailPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.06 + Slash: -0.03 + Piercing: -0.08 + Heat: -0.08 + - !type:EditClothingSpeed + walkModifier: 0.99 + sprintModifier: 0.99 diff --git a/Resources/Prototypes/_CP14/ModularCraft/Helmet/Visor/chainmail.yml b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Visor/chainmail.yml new file mode 100644 index 0000000000..20dc6bd1b3 --- /dev/null +++ b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Visor/chainmail.yml @@ -0,0 +1,72 @@ +- type: modularPart + id: BaseVisorChainmail + modifiers: + - !type:Inherit + copyFrom: + - BaseClothingArmor + +- type: modularPart + id: VisorIronChainmail + slots: + - Visor + sourcePart: CP14ScrapIron + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorChainmail + - !type:EditArmor + modifiers: + coefficients: + Slash: -0.06 + Piercing: -0.01 + +- type: modularPart + id: VisorGoldChainmail + slots: + - Visor + sourcePart: CP14ScrapGold + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + color: "#ffe269" + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorChainmail + - !type:EditArmor + modifiers: + coefficients: + Slash: -0.03 + +- type: modularPart + id: VisorCopperChainmail + slots: + - Visor + sourcePart: CP14ScrapCopper + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + color: "#e28f08" + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorChainmail + - !type:EditArmor + modifiers: + coefficients: + Slash: -0.04 + +- type: modularPart + id: VisorMithrilChainmail + slots: + - Visor + sourcePart: CP14ScrapMithril + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi + color: "#38f0b3" + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorChainmail + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.03 + Slash: -0.07 + Piercing: -0.02 diff --git a/Resources/Prototypes/_CP14/ModularCraft/Helmet/Visor/plate.yml b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Visor/plate.yml new file mode 100644 index 0000000000..f47414c4d8 --- /dev/null +++ b/Resources/Prototypes/_CP14/ModularCraft/Helmet/Visor/plate.yml @@ -0,0 +1,92 @@ +- type: modularPart + id: BaseVisorPlate + modifiers: + - !type:Inherit + copyFrom: + - BaseClothingArmor + +- type: modularPart + id: VisorIronPlate + slots: + - Visor + sourcePart: CP14ScrapIron + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.04 + Slash: -0.02 + Piercing: -0.05 + Heat: -0.04 + - !type:EditClothingSpeed + walkModifier: 0.99 + sprintModifier: 0.99 + +- type: modularPart + id: VisorGoldPlate + slots: + - Visor + sourcePart: CP14ScrapGold + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + color: "#ffe269" + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.01 + Slash: -0.01 + Piercing: -0.03 + - !type:EditClothingSpeed + walkModifier: 0.98 + sprintModifier: 0.98 + +- type: modularPart + id: VisorCopperPlate + slots: + - Visor + sourcePart: CP14ScrapCopper + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + color: "#e28f08" + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.03 + Slash: -0.01 + Piercing: -0.03 + Heat: -0.02 + - !type:EditClothingSpeed + walkModifier: 0.99 + sprintModifier: 0.99 + +- type: modularPart + id: VisorMithrilPlate + slots: + - Visor + sourcePart: CP14ScrapMithril + rsiPath: _CP14/Clothing/Head/ModularArmor/Visor/plate.rsi + color: "#38f0b3" + modifiers: + - !type:Inherit + copyFrom: + - BaseVisorPlate + - !type:EditArmor + modifiers: + coefficients: + Blunt: -0.06 + Slash: -0.03 + Piercing: -0.08 + Heat: -0.08 + - !type:EditClothingSpeed + walkModifier: 0.99 + sprintModifier: 0.99 diff --git a/Resources/Prototypes/_CP14/ModularCraft/slots.yml b/Resources/Prototypes/_CP14/ModularCraft/slots.yml index 5bc9921390..2a1919c706 100644 --- a/Resources/Prototypes/_CP14/ModularCraft/slots.yml +++ b/Resources/Prototypes/_CP14/ModularCraft/slots.yml @@ -25,3 +25,11 @@ - type: modularSlot id: Greave name: cp14-modular-slot-greave + +- type: modularSlot + id: Visor + name: cp14-modular-slot-visor + +- type: modularSlot + id: Aventail + name: cp14-modular-slot-aventail diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/misc.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/misc.yml index 32246eaee9..5ec0b0a80c 100644 --- a/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/misc.yml +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/misc.yml @@ -148,26 +148,6 @@ count: 1 result: CP14BaseLockpick -- type: CP14Recipe - id: CP14ClothingHeadCapellina - tag: CP14RecipeAnvil - craftTime: 4 - requirements: - - !type:StackResource - stack: CP14IronBar - count: 3 - result: CP14ClothingHeadCapellina - -- type: CP14Recipe - id: CP14ClothingHeadBascinet - tag: CP14RecipeAnvil - craftTime: 5 - requirements: - - !type:StackResource - stack: CP14IronBar #Add skin as well? - count: 4 - result: CP14ClothingHeadBascinet - - type: CP14Recipe id: CP14BaseLightCrossbow tag: CP14RecipeAnvil diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_aventail.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_aventail.yml new file mode 100644 index 0000000000..17cbf1bb9b --- /dev/null +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_aventail.yml @@ -0,0 +1,84 @@ + +# Plate + +- type: CP14Recipe + id: CP14ModularAventailIronPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14IronBar + count: 1 + result: CP14ModularAventailIronPlate + +- type: CP14Recipe + id: CP14ModularAventailGoldPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14GoldBar + count: 1 + result: CP14ModularAventailGoldPlate + +- type: CP14Recipe + id: CP14ModularAventailCopperPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14CopperBar + count: 1 + result: CP14ModularAventailCopperPlate + +- type: CP14Recipe + id: CP14ModularAventailMithrilPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14MithrilBar + count: 1 + result: CP14ModularAventailMithrilPlate + +# Chainmail + +- type: CP14Recipe + id: CP14ModularAventailIronChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14IronBar + count: 1 + result: CP14ModularAventailIronChainmail + +- type: CP14Recipe + id: CP14ModularAventailGoldChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14GoldBar + count: 1 + result: CP14ModularAventailGoldChainmail + +- type: CP14Recipe + id: CP14ModularAventailCopperChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14CopperBar + count: 1 + result: CP14ModularAventailCopperChainmail + +- type: CP14Recipe + id: CP14ModularAventailMithrilChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14MithrilBar + count: 1 + result: CP14ModularAventailMithrilChainmail diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_helmet.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_helmet.yml new file mode 100644 index 0000000000..fed15d8710 --- /dev/null +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_helmet.yml @@ -0,0 +1,84 @@ + +# Capellina + +- type: CP14Recipe + id: CP14HelmetIronCapellina + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14IronBar + count: 2 + result: CP14HelmetIronCapellina + +- type: CP14Recipe + id: CP14HelmetGoldCapellina + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14GoldBar + count: 2 + result: CP14HelmetGoldCapellina + +- type: CP14Recipe + id: CP14HelmetCopperCapellina + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14CopperBar + count: 2 + result: CP14HelmetCopperCapellina + +- type: CP14Recipe + id: CP14HelmetMithrilCapellina + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14MithrilBar + count: 2 + result: CP14HelmetMithrilCapellina + +# Palm Helmet + +- type: CP14Recipe + id: CP14HelmetIronPalmHelmet + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14IronBar + count: 2 + result: CP14HelmetIronPalmHelmet + +- type: CP14Recipe + id: CP14HelmetGoldPalmHelmet + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14GoldBar + count: 2 + result: CP14HelmetGoldPalmHelmet + +- type: CP14Recipe + id: CP14HelmetCopperPalmHelmet + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14CopperBar + count: 2 + result: CP14HelmetCopperPalmHelmet + +- type: CP14Recipe + id: CP14HelmetMithrilPalmHelmet + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14MithrilBar + count: 2 + result: CP14HelmetMithrilPalmHelmet diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_visor.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_visor.yml new file mode 100644 index 0000000000..235682ccdf --- /dev/null +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/Anvil/modular_visor.yml @@ -0,0 +1,84 @@ + +# Plate + +- type: CP14Recipe + id: CP14ModularVisorIronPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14IronBar + count: 1 + result: CP14ModularVisorIronPlate + +- type: CP14Recipe + id: CP14ModularVisorGoldPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14GoldBar + count: 1 + result: CP14ModularVisorGoldPlate + +- type: CP14Recipe + id: CP14ModularVisorCopperPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14CopperBar + count: 1 + result: CP14ModularVisorCopperPlate + +- type: CP14Recipe + id: CP14ModularVisorMithrilPlate + tag: CP14RecipeAnvil + craftTime: 4 + requirements: + - !type:StackResource + stack: CP14MithrilBar + count: 1 + result: CP14ModularVisorMithrilPlate + +# Chainmail + +- type: CP14Recipe + id: CP14ModularVisorIronChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14IronBar + count: 1 + result: CP14ModularVisorIronChainmail + +- type: CP14Recipe + id: CP14ModularVisorGoldChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14GoldBar + count: 1 + result: CP14ModularVisorGoldChainmail + +- type: CP14Recipe + id: CP14ModularVisorCopperChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14CopperBar + count: 1 + result: CP14ModularVisorCopperChainmail + +- type: CP14Recipe + id: CP14ModularVisorMithrilChainmail + tag: CP14RecipeAnvil + craftTime: 6 + requirements: + - !type:StackResource + stack: CP14MithrilBar + count: 1 + result: CP14ModularVisorMithrilChainmail diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..be7ff58c4d Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/icon.png new file mode 100644 index 0000000000..b8eb964887 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/chainmail.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..684c6623a4 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/icon.png new file mode 100644 index 0000000000..f4f780a76f Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Aventail/plate.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..514391ef08 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/icon.png new file mode 100644 index 0000000000..bd8a448846 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/capellina.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..7cceaa3262 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/icon.png new file mode 100644 index 0000000000..9a81b334b3 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Helmet/palm_helmet.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..d9a9d03a9f Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/icon.png new file mode 100644 index 0000000000..29787d19be Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/chainmail.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..90b7bdcdc1 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/icon.png new file mode 100644 index 0000000000..a3718d55ff Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/ModularArmor/Visor/plate.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +}