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

Method handler

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

Source from the content-addressed store, hash-verified

36058
36059 @staticmethod
36060 def handler(fit, skill, context, projectionRange, **kwargs):
36061 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Vorton Projector',
36062 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
36063
36064
36065class Effect8042(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected