(fit, beacon, context, projectionRange, **kwargs)
| 13048 | |
| 13049 | @staticmethod |
| 13050 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13051 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 13052 | 'kineticDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 13053 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13054 | |
| 13055 | |
| 13056 | class Effect4060(BaseEffect): |
nothing calls this directly
no test coverage detected