(fit, beacon, context, projectionRange, **kwargs)
| 13030 | |
| 13031 | @staticmethod |
| 13032 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13033 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 13034 | 'explosiveDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 13035 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13036 | |
| 13037 | |
| 13038 | class Effect4059(BaseEffect): |
nothing calls this directly
no test coverage detected