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

Method handler

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

Source from the content-addressed store, hash-verified

12650
12651 @staticmethod
12652 def handler(fit, beacon, context, projectionRange, **kwargs):
12653 fit.modules.filteredChargeMultiply(
12654 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
12655 'aoeVelocity', beacon.getModifiedItemAttr('aoeVelocityMultiplier'),
12656 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
12657
12658
12659class Effect4033(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected