/datum/wires
        
    
            
        
| Vars | |
| assemblies | List of attached assemblies. | 
|---|---|
| colors | Dictionary of colours to wire. | 
| cut_wires | List of cut wires. | 
| dictionary_key | Key that enables wire assignments to be common across different holders. If null, will use the holder_type as a key. | 
| holder | The holder (atom that contains these wires). | 
| holder_type | The holder's typepath (used for sanity checks to make sure the holder is the appropriate type for these wire sets). | 
| proper_name | The display name for the wire set shown in station blueprints. Not shown in blueprints if randomize is TRUE or it's an item NT wouldn't know about (Explosives/Nuke). Also used in the hacking interface. | 
| randomize | If every instance of these wires should be random. Prevents wires from showing up in station blueprints. | 
| wire_difficulty | Skill required to identify each wire, EXP_GENIUS if not specified here. | 
| wires | List of all wires. | 
Var Details
assemblies
            
        
    
            
        
        List of attached assemblies.
colors
            
        
    
            
        
        Dictionary of colours to wire.
cut_wires
            
        
    
            
        
        List of cut wires.
dictionary_key
            
        
    
            
        
        Key that enables wire assignments to be common across different holders. If null, will use the holder_type as a key.
holder
            
        
    
            
        
        The holder (atom that contains these wires).
holder_type
            
        
    
            
        
        The holder's typepath (used for sanity checks to make sure the holder is the appropriate type for these wire sets).
proper_name
            
        
    
            
        
        The display name for the wire set shown in station blueprints. Not shown in blueprints if randomize is TRUE or it's an item NT wouldn't know about (Explosives/Nuke). Also used in the hacking interface.
randomize
            
        
    
            
        
        If every instance of these wires should be random. Prevents wires from showing up in station blueprints.
wire_difficulty
            
        
    
            
        
        Skill required to identify each wire, EXP_GENIUS if not specified here.
wires
            
        
    
            
        
        List of all wires.