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

Method handler

eos/effects.py:12526–12529  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

12524
12525 @staticmethod
12526 def handler(fit, beacon, context, projectionRange, **kwargs):
12527 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Gunnery'),
12528 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'),
12529 stackingPenalties=True, **kwargs)
12530
12531
12532class Effect4017(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected