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

Method handler

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

Source from the content-addressed store, hash-verified

13048
13049 @staticmethod
13050 def handler(fit, beacon, context, projectionRange, **kwargs):
13051 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Rockets'),
13052 'kineticDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'),
13053 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13054
13055
13056class Effect4060(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected