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

Method handler

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

Source from the content-addressed store, hash-verified

12004
12005 @staticmethod
12006 def handler(fit, module, context, projectionRange, **kwargs):
12007 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'),
12008 'speedFactor', module.getModifiedItemAttr('subsystemBonusCaldariPropulsion'),
12009 skill='Caldari Propulsion Systems', **kwargs)
12010
12011
12012class Effect3864(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected