(fit, beacon, context, projectionRange, **kwargs)
| 13102 | |
| 13103 | @staticmethod |
| 13104 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13105 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 13106 | 'emDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 13107 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13108 | |
| 13109 | |
| 13110 | class Effect4063(BaseEffect): |
nothing calls this directly
no test coverage detected