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

Method handler

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

Source from the content-addressed store, hash-verified

23016
23017 @staticmethod
23018 def handler(fit, beacon, context, projectionRange, **kwargs):
23019 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'),
23020 'scanLadarStrengthBonus',
23021 beacon.getModifiedItemAttr('smartbombDamageMultiplier'),
23022 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
23023
23024
23025class Effect5926(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected