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

Method handler

eos/effects.py:38238–38241  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

38236
38237 @staticmethod
38238 def handler(fit, skill, context, projectionRange, **kwargs):
38239 fit.modules.filteredItemBoost(
38240 lambda mod: mod.item.requiresSkill('Ice Harvesting') or mod.item.requiresSkill('Mining'),
38241 'duration', skill.getModifiedItemAttr('iceHarvestCycleBonus'), **kwargs)
38242
38243
38244class Effect8479(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected