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

Method handler

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

Source from the content-addressed store, hash-verified

42931
42932 @staticmethod
42933 def handler(fit, src, context, projectionRange, **kwargs):
42934 fit.modules.filteredItemBoost(
42935 lambda mod: (mod.item.requiresSkill('Mining') or mod.item.requiresSkill('Ice Harvesting')),
42936 'miningCritChance', src.getModifiedItemAttr('boosterMiningCriticalHitChanceBonus'), **kwargs)
42937
42938
42939class Effect12821(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected