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

Method handler

eos/effects.py:36314–36317  ·  view source on GitHub ↗
(fit, booster, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

36312
36313 @staticmethod
36314 def handler(fit, booster, context, projectionRange, **kwargs):
36315 fit.modules.filteredItemBoost(
36316 lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), 'damageMultiplier',
36317 booster.getModifiedItemAttr('damageMultiplierBonus'), **kwargs)
36318
36319
36320class Effect8068(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected