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

Method handler

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

Source from the content-addressed store, hash-verified

11987
11988 @staticmethod
11989 def handler(fit, module, context, projectionRange, **kwargs):
11990 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'),
11991 'speedFactor', module.getModifiedItemAttr('subsystemBonusMinmatarPropulsion'),
11992 skill='Minmatar Propulsion Systems', **kwargs)
11993
11994
11995class Effect3863(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected