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

Method handler

eos/effects.py:41871–41874  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

41869
41870 @staticmethod
41871 def handler(fit, src, context, projectionRange, **kwargs):
41872 fit.modules.filteredItemBoost(
41873 lambda mod: mod.item.requiresSkill('Expedition Command'), 'buffDuration',
41874 src.getModifiedItemAttr('shipBonusRole6'), **kwargs)
41875
41876
41877class Effect12554(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected