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

Method handler

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

Source from the content-addressed store, hash-verified

40822
40823 @staticmethod
40824 def handler(fit, ship, context, projectionRange, **kwargs):
40825 for attr in ('cpu', 'power'):
40826 fit.modules.filteredItemMultiply(
40827 lambda mod: mod.item.group.name in (
40828 'Missile Launcher Heavy Assault',
40829 'Missile Launcher Heavy',
40830 'Missile Launcher Rapid Light'),
40831 attr, ship.getModifiedItemAttr('upwellHaulersMediumMissileFittingBonus'), **kwargs)
40832
40833
40834class Effect12165(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected