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

Method handler

eos/effects.py:36295–36298  ·  view source on GitHub ↗
(fit, booster, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

36293
36294 @staticmethod
36295 def handler(fit, booster, context, projectionRange, **kwargs):
36296 fit.modules.filteredItemBoost(
36297 lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), 'maxRange',
36298 booster.getModifiedItemAttr('rangeSkillBonus'), **kwargs)
36299
36300
36301class Effect8066(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected