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

Method handler

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

Source from the content-addressed store, hash-verified

23035
23036 @staticmethod
23037 def handler(fit, beacon, context, projectionRange, **kwargs):
23038 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'),
23039 'scanMagnetometricStrengthBonus',
23040 beacon.getModifiedItemAttr('smartbombDamageMultiplier'),
23041 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
23042
23043
23044class Effect5927(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected