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

Method handler

eos/effects.py:43069–43074  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

43067
43068 @staticmethod
43069 def handler(fit, src, context, projectionRange, **kwargs):
43070 fit.modules.filteredItemBoost(
43071 lambda mod: (mod.item.requiresSkill('Mining')
43072 or mod.item.requiresSkill('Ice Harvesting')
43073 or mod.item.requiresSkill('Gas Cloud Harvesting')),
43074 'maxRange', src.getModifiedItemAttr('boosterMinerMaxRangeBonus'), **kwargs)
43075
43076
43077class Effect12829(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected