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

Method handler

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

Source from the content-addressed store, hash-verified

12021
12022 @staticmethod
12023 def handler(fit, module, context, projectionRange, **kwargs):
12024 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'),
12025 'speedFactor', module.getModifiedItemAttr('subsystemBonusAmarrPropulsion'),
12026 skill='Amarr Propulsion Systems', **kwargs)
12027
12028
12029class Effect3865(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected