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

Method handler

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

Source from the content-addressed store, hash-verified

40105
40106 @staticmethod
40107 def handler(fit, src, context, projectionRange, **kwargs):
40108 fit.modules.filteredItemBoost(
40109 lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'trackingSpeed',
40110 src.getModifiedItemAttr('eliteBonusHeavyGunship1'), skill='Heavy Assault Cruisers', **kwargs)
40111
40112
40113class Effect11919(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected