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

Method handler

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

Source from the content-addressed store, hash-verified

12451
12452 @staticmethod
12453 def handler(fit, beacon, context, projectionRange, **kwargs):
12454 fit.ship.boostItemAttr('armorKineticDamageResonance',
12455 beacon.getModifiedItemAttr('armorKineticDamageResistanceBonus'),
12456 stackingPenalties=True, **kwargs)
12457
12458
12459class Effect3999(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected