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

Method handler

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

Source from the content-addressed store, hash-verified

5099
5100 @staticmethod
5101 def handler(fit, skill, context, projectionRange, **kwargs):
5102 amount = -skill.getModifiedItemAttr('consumptionQuantityBonus')
5103 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill(skill),
5104 'consumptionQuantity', amount * skill.level, **kwargs)
5105
5106
5107class Effect1657(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected