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

Method handler

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

Source from the content-addressed store, hash-verified

5003
5004 @staticmethod
5005 def handler(fit, src, context, projectionRange, **kwargs):
5006 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Armored Command'), 'warfareBuff2Multiplier',
5007 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5008 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Armored Command'), 'warfareBuff1Multiplier',
5009 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5010 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Armored Command'), 'warfareBuff4Multiplier',
5011 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5012 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Armored Command'), 'warfareBuff3Multiplier',
5013 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5014 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Armored Command'), 'buffDuration',
5015 src.getModifiedItemAttr('mindlinkBonus'), **kwargs)
5016
5017
5018class Effect1644(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