MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:12473–12476  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

12471
12472 @staticmethod
12473 def handler(fit, beacon, context, projectionRange, **kwargs):
12474 fit.ship.boostItemAttr('armorThermalDamageResonance',
12475 beacon.getModifiedItemAttr('armorThermalDamageResistanceBonus'),
12476 stackingPenalties=True, **kwargs)
12477
12478
12479class Effect4002(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected