(fit, beacon, context, projectionRange, **kwargs)
| 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 | |
| 23025 | class Effect5926(BaseEffect): |
nothing calls this directly
no test coverage detected