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

Method handler

eos/effects.py:21519–21522  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

21517
21518 @staticmethod
21519 def handler(fit, ship, context, projectionRange, **kwargs):
21520 for damageType in ('Em', 'Thermal', 'Explosive', 'Kinetic'):
21521 fit.ship.boostItemAttr('armor%sDamageResonance' % damageType,
21522 ship.getModifiedItemAttr('eliteBonusInterdictors1'), skill='Interdictors', **kwargs)
21523
21524
21525class Effect5717(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected