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

Method handler

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

Source from the content-addressed store, hash-verified

12596
12597 @staticmethod
12598 def handler(fit, beacon, context, projectionRange, **kwargs):
12599 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
12600 'kineticDamage', beacon.getModifiedItemAttr('damageMultiplierMultiplier'),
12601 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
12602
12603
12604class Effect4021(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected