(fit, beacon, context, projectionRange, **kwargs)
| 22904 | |
| 22905 | @staticmethod |
| 22906 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22907 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 22908 | 'emDamage', beacon.getModifiedItemAttr('smartbombDamageMultiplier'), |
| 22909 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22910 | |
| 22911 | |
| 22912 | class Effect5920(BaseEffect): |
nothing calls this directly
no test coverage detected