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

Method handler

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

Source from the content-addressed store, hash-verified

12432
12433 @staticmethod
12434 def handler(fit, beacon, context, projectionRange, **kwargs):
12435 fit.ship.boostItemAttr('armorExplosiveDamageResonance',
12436 beacon.getModifiedItemAttr('armorExplosiveDamageResistanceBonus'),
12437 stackingPenalties=True, **kwargs)
12438
12439
12440class Effect3998(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected