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

Method handler

eos/effects.py:14251–14254  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

14249
14250 @staticmethod
14251 def handler(fit, module, context, projectionRange, **kwargs):
14252 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'),
14253 'trackingSpeed', module.getModifiedItemAttr('subsystemBonusMinmatarOffensive3'),
14254 skill='Minmatar Offensive Systems', **kwargs)
14255
14256
14257class Effect4358(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected