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

Method handler

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

Source from the content-addressed store, hash-verified

41745
41746 @staticmethod
41747 def handler(fit, src, context, projectionRange, **kwargs):
41748 lvl = src.level
41749 for i in (1, 2, 3, 4):
41750 fit.modules.filteredChargeBoost(
41751 lambda mod: mod.item.requiresSkill('Expedition Command'), f'warfareBuff{i}Multiplier',
41752 src.getModifiedItemAttr('commandStrengthBonus') * lvl, **kwargs)
41753
41754
41755class Effect12537(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected