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

Method handler

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

Source from the content-addressed store, hash-verified

33064
33065 @staticmethod
33066 def handler(fit, src, context, projectionRange, **kwargs):
33067 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'power',
33068 src.getModifiedItemAttr('subsystemCommandBurstFittingReduction'), **kwargs)
33069 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'cpu',
33070 src.getModifiedItemAttr('subsystemCommandBurstFittingReduction'), **kwargs)
33071
33072
33073class Effect6955(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected