(fit, beacon, context, projectionRange, **kwargs)
| 13084 | |
| 13085 | @staticmethod |
| 13086 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13087 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 13088 | 'thermalDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 13089 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13090 | |
| 13091 | |
| 13092 | class Effect4062(BaseEffect): |
nothing calls this directly
no test coverage detected