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

Method handler

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

Source from the content-addressed store, hash-verified

32357
32358 @staticmethod
32359 def handler(fit, src, context, projectionRange, **kwargs):
32360 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'),
32361 'cpu', src.getModifiedItemAttr('subsystemMETFittingReduction'), **kwargs)
32362 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'),
32363 'power', src.getModifiedItemAttr('subsystemMETFittingReduction'), **kwargs)
32364
32365
32366class Effect6896(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected