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

Method handler

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

Source from the content-addressed store, hash-verified

42414
42415 @staticmethod
42416 def handler(fit, ship, context, projectionRange, **kwargs):
42417 fit.modules.filteredItemMultiply(
42418 lambda mod: mod.item.group.name in (
42419 'Missile Launcher Rapid Heavy',
42420 'Missile Launcher Cruise',
42421 'Missile Launcher Torpedo'),
42422 'power', ship.getModifiedItemAttr('AnhingaLargeMissilePowerFittingBonus'), **kwargs)
42423
42424
42425class Effect12759(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected