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

Method handler

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

Source from the content-addressed store, hash-verified

40329
40330 @staticmethod
40331 def handler(fit, beacon, context, projectionRange, **kwargs):
40332 fit.modules.filteredItemMultiply(
40333 lambda mod: mod.item.requiresSkill('Vorton Projector Operation'),
40334 'aoeVelocity', beacon.getModifiedItemAttr('aoeVelocityMultiplier'),
40335 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
40336
40337
40338class Effect11992(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected