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

Method handler

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

Source from the content-addressed store, hash-verified

24545
24546 @staticmethod
24547 def handler(fit, ship, context, projectionRange, **kwargs):
24548 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Propulsion Jamming'),
24549 'speedFactorBonus', ship.getModifiedItemAttr('shipBonusAT'), **kwargs)
24550 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Propulsion Jamming'),
24551 'speedBoostFactorBonus', ship.getModifiedItemAttr('shipBonusAT'), **kwargs)
24552 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Propulsion Jamming'),
24553 'massBonusPercentage', ship.getModifiedItemAttr('shipBonusAT'), **kwargs)
24554
24555
24556class Effect6170(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected