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

Method handler

eos/effects.py:42542–42545  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

42540
42541 @staticmethod
42542 def handler(fit, ship, context, projectionRange, **kwargs):
42543 fit.modules.filteredItemBoost(
42544 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'miningCritChance',
42545 ship.getModifiedItemAttr('shipRoleBonusPerseveranceIceMiningCriticalHitChance'), **kwargs)
42546
42547
42548class Effect12772(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected