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