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

Method handler

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

Source from the content-addressed store, hash-verified

43593
43594 @staticmethod
43595 def handler(fit, ship, context, projectionRange, **kwargs):
43596 fit.modules.filteredItemBoost(
43597 lambda mod: mod.item.requiresSkill('Capital Micro Jump Drive Operation'), 'duration',
43598 ship.getModifiedItemAttr('shipBonusCommandCarrierCMJDDuration'), skill='Command Carriers', **kwargs)
43599
43600
43601class Effect12892(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected