feat: support for reactive armor hardeners (#76)
This commit is contained in:
27
patches/reactiveArmorHardener.yaml
Normal file
27
patches/reactiveArmorHardener.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user