From dc5c21440d6ac91e8753d520412ec4ccae266167 Mon Sep 17 00:00:00 2001 From: chwons <86314678+chwons@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:42:31 +0900 Subject: [PATCH] feat: support for reactive armor hardeners (#76) --- patches/reactiveArmorHardener.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 patches/reactiveArmorHardener.yaml diff --git a/patches/reactiveArmorHardener.yaml b/patches/reactiveArmorHardener.yaml new file mode 100644 index 0000000..6714322 --- /dev/null +++ b/patches/reactiveArmorHardener.yaml @@ -0,0 +1,27 @@ +description: | + Patch in armor resistance modifiers for the reactive armor hardener. + +effects: +- patch: + - name: adaptiveArmorHardener + modifierInfo: + - domain: shipID + func: ItemModifier + modifiedAttribute: armorEmDamageResonance + modifyingAttribute: armorEmDamageResonance + operation: preMul + - domain: shipID + func: ItemModifier + modifiedAttribute: armorExplosiveDamageResonance + modifyingAttribute: armorExplosiveDamageResonance + operation: preMul + - domain: shipID + func: ItemModifier + modifiedAttribute: armorKineticDamageResonance + modifyingAttribute: armorKineticDamageResonance + operation: preMul + - domain: shipID + func: ItemModifier + modifiedAttribute: armorThermalDamageResonance + modifyingAttribute: armorThermalDamageResonance + operation: preMul