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

Method handler

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

Source from the content-addressed store, hash-verified

41349
41350 @staticmethod
41351 def handler(fit, ship, context, projectionRange, **kwargs):
41352 fit.modules.filteredItemBoost(
41353 lambda mod: mod.item.group.name == 'Siege Module', 'speedFactor',
41354 ship.getModifiedItemAttr('shipBonusSiegeSpeedMultiplier'), **kwargs)
41355
41356
41357class Effect12249(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected