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

Method handler

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

Source from the content-addressed store, hash-verified

42608
42609 @staticmethod
42610 def handler(fit, src, context, projectionRange, **kwargs):
42611 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'cpu',
42612 src.getModifiedItemAttr('roleBonusCD'), **kwargs)
42613 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'power',
42614 src.getModifiedItemAttr('roleBonusCD'), **kwargs)
42615
42616
42617class Effect12790(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected