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

Method handler

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

Source from the content-addressed store, hash-verified

5027
5028 @staticmethod
5029 def handler(fit, src, context, projectionRange, **kwargs):
5030 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Skirmish Command'), 'warfareBuff3Multiplier',
5031 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5032 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Skirmish Command'), 'warfareBuff4Multiplier',
5033 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5034 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Skirmish Command'), 'warfareBuff2Multiplier',
5035 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5036 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Skirmish Command'), 'warfareBuff1Multiplier',
5037 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5038 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Skirmish Command'), 'buffDuration',
5039 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5040
5041
5042class Effect1645(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