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

Method handler

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

Source from the content-addressed store, hash-verified

41851
41852 @staticmethod
41853 def handler(fit, src, context, projectionRange, **kwargs):
41854 for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'):
41855 fit.modules.filteredItemBoost(
41856 lambda mod: mod.item.requiresSkill('Expedition Command'), attrName,
41857 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
41858
41859
41860class Effect12543(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected