diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml index a378cf1416..f60dabf7b2 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml @@ -1,30 +1,3 @@ -- 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.90 - Slash: 0.92 - Piercing: 0.95 - Heat: 0.94 - Caustic: 0.90 - - type: ClothingSpeedModifier - walkModifier: 0.96 - sprintModifier: 0.96 - - type: CP14MagicManacostModify - globalModifier: 1.1 - - type: PhysicalComposition - materialComposition: - CP14Copper: 40 - - type: entity parent: CP14ClothingOuterClothingBase id: CP14ClothingOuterClothingBoneArmor diff --git a/Resources/migration.yml b/Resources/migration.yml index 59251752c3..e2ce50b57a 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -131,7 +131,7 @@ CP14BaseTwoHandedSword: null CP14TwoHandedSwordScythe: null #2025-17-01 -CP14ClothingCloakBrassArmor: CP14ClothingOuterClothingCopperArmor +CP14ClothingCloakBrassArmor: null CP14ClothingCloakCuirass: CP14ArmorIronCuirass CP14ClothingCloakInfantryCuirass: CP14ArmorIronCuirass CP14ClothingCloakCuirassLoincloth: CP14ArmorIronCuirass @@ -396,6 +396,9 @@ CP14ClothinGreenLightDress: CP14ClothingShirtGreenLightDress CP14ClothingWarriorsGarbDress: CP14ClothingShirtWarriorsGarbDress CP14LongLeatherBoots: CP14ClothingShoesLongLeatherBoots +#2025-07-26 +CP14ClothingOuterClothingCopperArmor: null + # <---> CrystallEdge migration zone end