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

Method handler

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

Source from the content-addressed store, hash-verified

5075
5076 @staticmethod
5077 def handler(fit, src, context, projectionRange, **kwargs):
5078 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff4Multiplier',
5079 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5080 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff3Multiplier',
5081 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5082 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff1Multiplier',
5083 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5084 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff2Multiplier',
5085 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5086 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'buffDuration',
5087 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5088
5089
5090class Effect1650(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