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

Method handler

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

Source from the content-addressed store, hash-verified

13084
13085 @staticmethod
13086 def handler(fit, beacon, context, projectionRange, **kwargs):
13087 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Light Missiles'),
13088 'thermalDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'),
13089 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13090
13091
13092class Effect4062(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected