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

Method handler

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

Source from the content-addressed store, hash-verified

31544
31545 @staticmethod
31546 def handler(fit, src, context, projectionRange, **kwargs):
31547 lvl = src.level
31548 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff2Multiplier',
31549 src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs)
31550 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff1Multiplier',
31551 src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs)
31552 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff3Multiplier',
31553 src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs)
31554 fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Information Command'), 'warfareBuff4Multiplier',
31555 src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs)
31556
31557
31558class Effect6779(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected