(fit, beacon, context, projectionRange, **kwargs)
| 22850 | |
| 22851 | @staticmethod |
| 22852 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22853 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 22854 | 'explosiveDamage', beacon.getModifiedItemAttr('smartbombDamageMultiplier'), |
| 22855 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22856 | |
| 22857 | |
| 22858 | class Effect5917(BaseEffect): |
nothing calls this directly
no test coverage detected