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