code/modules/mob/living/silicon/ai/synthetics/synth_os.dm 
            
        
| SYNTH_SLOW_THRESHOLD | Threshold that when above will slow the synth | 
|---|---|
| SYNTH_SPEECH_THRESHOLD | Threshold that when above will force the synth to announce their suspicion level to others | 
| SYNTH_FORCE_THRESHOLD | Threshold that when above will reduce force with objects by 25% | 
| SYNTH_FREEZE_THRESHOLD | Threshold that when above will briefly paralyze the synth | 
| SYNTH_DEATH_THRESHOLD | Threshold that when above will kill the synth | 
| SYNTH_SLOW_STRENGTH | Strength of the slowdown | 
Define Details
SYNTH_DEATH_THRESHOLD
            
         
    
    Threshold that when above will kill the synth
SYNTH_FORCE_THRESHOLD
            
         
    
    Threshold that when above will reduce force with objects by 25%
SYNTH_FREEZE_THRESHOLD
            
         
    
    Threshold that when above will briefly paralyze the synth
SYNTH_SLOW_STRENGTH
            
         
    
    Strength of the slowdown
SYNTH_SLOW_THRESHOLD
            
         
    
    Threshold that when above will slow the synth
SYNTH_SPEECH_THRESHOLD
            
         
    
    Threshold that when above will force the synth to announce their suspicion level to others