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

Method handler

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

Source from the content-addressed store, hash-verified

40467
40468 @staticmethod
40469 def handler(fit, src, context, projectionRange, **kwargs):
40470 fit.modules.filteredItemBoost(
40471 lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'trackingSpeed',
40472 src.getModifiedItemAttr('eliteBonusGunship2'), skill='Assault Frigates', **kwargs)
40473
40474
40475class Effect12003(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected