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

Method handler

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

Source from the content-addressed store, hash-verified

20249
20250 @staticmethod
20251 def handler(fit, beacon, context, projectionRange, **kwargs):
20252 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Light Missiles'),
20253 'kineticDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'),
20254 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
20255
20256
20257class Effect5444(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected