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

Method handler

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

Source from the content-addressed store, hash-verified

13120
13121 @staticmethod
13122 def handler(fit, beacon, context, projectionRange, **kwargs):
13123 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Light Missiles'),
13124 'explosiveDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'),
13125 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13126
13127
13128class Effect4086(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected