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

Method handler

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

Source from the content-addressed store, hash-verified

43048
43049 @staticmethod
43050 def handler(fit, src, context, projectionRange, **kwargs):
43051 fit.modules.filteredItemBoost(
43052 lambda mod: (mod.item.requiresSkill('Mining')
43053 or mod.item.requiresSkill('Ice Harvesting')
43054 or mod.item.requiresSkill('Gas Cloud Harvesting')),
43055 'miningWasteProbability', src.getModifiedItemAttr('miningWasteProbabilityBonus'), **kwargs)
43056
43057
43058class Effect12828(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected