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

Method handler

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

Source from the content-addressed store, hash-verified

28295
28296 @staticmethod
28297 def handler(fit, src, context, projectionRange, **kwargs):
28298 lvl = src.level
28299 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Support Fighters'), 'shieldCapacity',
28300 src.getModifiedItemAttr('shieldBonus') * lvl, **kwargs)
28301
28302
28303class Effect6563(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected