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

Method handler

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

Source from the content-addressed store, hash-verified

17372
17373 @staticmethod
17374 def handler(fit, module, context, projectionRange, **kwargs):
17375 fit.modules.filteredChargeBoost(
17376 lambda mod: mod.charge.requiresSkill('Mercoxit Ore Processing'),
17377 'specializationAsteroidYieldMultiplier',
17378 module.getModifiedItemAttr('miningAmountBonus'), **kwargs)
17379
17380
17381class Effect5079(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected