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

Method handler

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

Source from the content-addressed store, hash-verified

23054
23055 @staticmethod
23056 def handler(fit, beacon, context, projectionRange, **kwargs):
23057 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'),
23058 'scanRadarStrengthBonus',
23059 beacon.getModifiedItemAttr('smartbombDamageMultiplier'),
23060 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
23061
23062
23063class Effect5929(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected