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

Method handler

eos/effects.py:16825–16827  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

16823
16824 @staticmethod
16825 def handler(fit, ship, context, projectionRange, **kwargs):
16826 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'),
16827 'capacitorNeed', ship.getModifiedItemAttr('rookieSETCapBonus'), **kwargs)
16828
16829
16830class Effect4991(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected