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

Method handler

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

Source from the content-addressed store, hash-verified

22997
22998 @staticmethod
22999 def handler(fit, beacon, context, projectionRange, **kwargs):
23000 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'),
23001 'scanGravimetricStrengthBonus',
23002 beacon.getModifiedItemAttr('smartbombDamageMultiplier'),
23003 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
23004
23005
23006class Effect5925(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected