(fit, beacon, context, projectionRange, **kwargs)
| 22868 | |
| 22869 | @staticmethod |
| 22870 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22871 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 22872 | 'kineticDamage', beacon.getModifiedItemAttr('smartbombDamageMultiplier'), |
| 22873 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22874 | |
| 22875 | |
| 22876 | class Effect5918(BaseEffect): |
nothing calls this directly
no test coverage detected