(fit, beacon, context, projectionRange, **kwargs)
| 22886 | |
| 22887 | @staticmethod |
| 22888 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22889 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 22890 | 'thermalDamage', beacon.getModifiedItemAttr('smartbombDamageMultiplier'), |
| 22891 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22892 | |
| 22893 | |
| 22894 | class Effect5919(BaseEffect): |
nothing calls this directly
no test coverage detected