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

Method handler

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

Source from the content-addressed store, hash-verified

37930
37931 @staticmethod
37932 def handler(fit, skill, context, projectionRange, **kwargs):
37933 amount = -skill.getModifiedItemAttr('consumptionQuantityBonus')
37934 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill(skill),
37935 'consumptionQuantity', amount * skill.level, **kwargs)
37936
37937
37938class Effect8309(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected