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

Method handler

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

Source from the content-addressed store, hash-verified

13102
13103 @staticmethod
13104 def handler(fit, beacon, context, projectionRange, **kwargs):
13105 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Light Missiles'),
13106 'emDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'),
13107 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13108
13109
13110class Effect4063(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected