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

Method handler

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

Source from the content-addressed store, hash-verified

9930
9931 @staticmethod
9932 def handler(fit, skill, context, projectionRange, **kwargs):
9933 amount = -skill.getModifiedItemAttr('consumptionQuantityBonus')
9934 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill(skill),
9935 'consumptionQuantity', amount * skill.level, **kwargs)
9936
9937
9938class Effect3267(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected