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

Method handler

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

Source from the content-addressed store, hash-verified

39099
39100 @staticmethod
39101 def handler(fit, src, context, projectionRange, **kwargs):
39102 fit.modules.filteredItemBoost(
39103 lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus',
39104 src.getModifiedItemAttr('eliteBonusHeavyGunship1'), skill='Heavy Assault Cruisers', **kwargs)
39105
39106
39107class Effect11415(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected