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

Method handler

eos/effects.py:13812–13816  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

13810
13811 @staticmethod
13812 def handler(fit, src, context, projectionRange, **kwargs):
13813 groups = ('Missile Launcher Heavy', 'Missile Launcher Rapid Light', 'Missile Launcher Heavy Assault')
13814 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups,
13815 'speed', src.getModifiedItemAttr('subsystemBonusMinmatarOffensive2'),
13816 skill='Minmatar Offensive Systems', **kwargs)
13817
13818
13819class Effect4264(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected