(fit, beacon, context, projectionRange, **kwargs)
| 20249 | |
| 20250 | @staticmethod |
| 20251 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 20252 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 20253 | 'kineticDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 20254 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 20255 | |
| 20256 | |
| 20257 | class Effect5444(BaseEffect): |
nothing calls this directly
no test coverage detected