(fit, beacon, context, projectionRange, **kwargs)
| 22997 | |
| 22998 | @staticmethod |
| 22999 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 23000 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 23001 | 'scanGravimetricStrengthBonus', |
| 23002 | beacon.getModifiedItemAttr('smartbombDamageMultiplier'), |
| 23003 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 23004 | |
| 23005 | |
| 23006 | class Effect5925(BaseEffect): |
nothing calls this directly
no test coverage detected