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

Method handler

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

Source from the content-addressed store, hash-verified

9249
9250 @staticmethod
9251 def handler(fit, skill, context, projectionRange, **kwargs):
9252 amount = -skill.getModifiedItemAttr('consumptionQuantityBonus')
9253 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill(skill),
9254 'consumptionQuantity', amount * skill.level, **kwargs)
9255
9256
9257class Effect2979(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected