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

Method handler

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

Source from the content-addressed store, hash-verified

12560
12561 @staticmethod
12562 def handler(fit, beacon, context, projectionRange, **kwargs):
12563 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
12564 'emDamage', beacon.getModifiedItemAttr('damageMultiplierMultiplier'),
12565 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
12566
12567
12568class Effect4019(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected