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

Method handler

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

Source from the content-addressed store, hash-verified

13012
13013 @staticmethod
13014 def handler(fit, beacon, context, projectionRange, **kwargs):
13015 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Rockets'),
13016 'emDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'),
13017 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13018
13019
13020class Effect4058(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected