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

Method handler

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

Source from the content-addressed store, hash-verified

43646
43647 @staticmethod
43648 def handler(fit, ship, context, projectionRange, **kwargs):
43649 fit.modules.filteredItemBoost(
43650 lambda mod: mod.item.requiresSkill('Capital Micro Jump Drive Operation'), 'mjdShipJumpCap',
43651 ship.getModifiedItemAttr('shipBonusCommandCarrierCMJDShipJumpCap'), **kwargs)
43652
43653
43654class Effect12897(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected