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

Method handler

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

Source from the content-addressed store, hash-verified

39116
39117 @staticmethod
39118 def handler(fit, src, context, projectionRange, **kwargs):
39119 fit.modules.filteredItemBoost(
39120 lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'trackingSpeed',
39121 src.getModifiedItemAttr('eliteBonusHeavyGunship1'), skill='Heavy Assault Cruisers', **kwargs)
39122
39123
39124class Effect11416(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected