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

Method handler

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

Source from the content-addressed store, hash-verified

42380
42381 @staticmethod
42382 def handler(fit, src, context, projectionRange, **kwargs):
42383 fit.modules.filteredItemBoost(
42384 lambda mod: mod.item.requiresSkill('Mining') or mod.item.requiresSkill('Ice Harvesting'),
42385 'miningCritChance', src.getModifiedItemAttr('miningCritChanceBonus') * src.level, **kwargs)
42386
42387
42388class Effect12757(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected