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

Method handler

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

Source from the content-addressed store, hash-verified

5051
5052 @staticmethod
5053 def handler(fit, src, context, projectionRange, **kwargs):
5054 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff4Multiplier',
5055 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5056 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff3Multiplier',
5057 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5058 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff2Multiplier',
5059 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5060 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'warfareBuff1Multiplier',
5061 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5062 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Command'), 'buffDuration',
5063 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5064
5065
5066class Effect1646(BaseEffect):

Callers

nothing calls this directly

Calls 4

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected