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

Method handler

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

Source from the content-addressed store, hash-verified

39479
39480 @staticmethod
39481 def handler(fit, ship, context, projectionRange, **kwargs):
39482 fit.modules.filteredItemBoost(
39483 lambda mod: mod.item.group.name in ('Missile Launcher Light', 'Missile Launcher Rocket'),
39484 'speed', ship.getModifiedItemAttr('eliteBonusGunship1'), skill='Assault Frigates', **kwargs)
39485
39486
39487class Effect11513(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected