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

Method handler

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

Source from the content-addressed store, hash-verified

42281
42282 @staticmethod
42283 def handler(fit, src, context, projectionRange, **kwargs):
42284 fit.modules.filteredItemBoost(
42285 lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount',
42286 src.getModifiedItemAttr('shipMiningBonusYieldOreDestroyerRoleBonus'), **kwargs)
42287
42288
42289class Effect12597(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected