Skip to content

Commit

Permalink
feat: support for reactive armor hardeners (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
chwons authored and TrueBrain committed Nov 9, 2024
1 parent bed969b commit dc5c214
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions patches/reactiveArmorHardener.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dc5c214

Please sign in to comment.