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

Method handler

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

Source from the content-addressed store, hash-verified

42468
42469 @staticmethod
42470 def handler(fit, src, context, projectionRange, **kwargs):
42471 fit.modules.filteredItemBoost(
42472 lambda mod: (mod.item.requiresSkill('Mining')
42473 or mod.item.requiresSkill('Ice Harvesting')
42474 or mod.item.requiresSkill('Gas Cloud Harvesting')),
42475 'miningWasteProbability', src.getModifiedItemAttr('miningWasteProbabilityBonus'),
42476 stackingPenalties=True, **kwargs)
42477
42478
42479class Effect12764(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected