(fit, beacon, context, projectionRange, **kwargs)
| 22978 | |
| 22979 | @staticmethod |
| 22980 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22981 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 22982 | 'energyNeutralizerAmount', |
| 22983 | beacon.getModifiedItemAttr('smartbombDamageMultiplier'), |
| 22984 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22985 | |
| 22986 | |
| 22987 | class Effect5924(BaseEffect): |
nothing calls this directly
no test coverage detected