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

Method handler

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

Source from the content-addressed store, hash-verified

39774
39775 @staticmethod
39776 def handler(fit, skill, context, projectionRange, **kwargs):
39777 fit.modules.filteredItemBoost(
39778 lambda module: module.item.requiresSkill('Disruptive Lance Operation'), 'capacitorNeed',
39779 skill.getModifiedItemAttr('disruptionLanceSkillBoostCapacitorCost') * skill.level, **kwargs)
39780
39781
39782class Effect11701(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected