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

Method handler

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

Source from the content-addressed store, hash-verified

42488
42489 @staticmethod
42490 def handler(fit, ship, context, projectionRange, **kwargs):
42491 fit.modules.filteredItemMultiply(
42492 lambda mod: mod.item.group.name in (
42493 'Missile Launcher Rapid Heavy',
42494 'Missile Launcher Cruise',
42495 'Missile Launcher Torpedo'),
42496 'cpu', ship.getModifiedItemAttr('AnhingaLargeMissileCpuFittingBonus'), **kwargs)
42497
42498
42499class Effect12766(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected