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

Method handler

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

Source from the content-addressed store, hash-verified

12489
12490 @staticmethod
12491 def handler(fit, beacon, context, projectionRange, **kwargs):
12492 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
12493 'maxVelocity', beacon.getModifiedItemAttr('missileVelocityMultiplier'),
12494 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
12495
12496
12497class Effect4003(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected