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

Method handler

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

Source from the content-addressed store, hash-verified

42434
42435 @staticmethod
42436 def handler(fit, src, context, projectionRange, **kwargs):
42437 fit.modules.filteredItemBoost(
42438 lambda mod: mod.item.requiresSkill('Mining') or mod.item.requiresSkill('Ice Harvesting'),
42439 'miningCritChance', src.getModifiedItemAttr('miningCritChanceBonus'), **kwargs)
42440
42441
42442class Effect12760(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected