code/__DEFINES/ai.dm 
            
        
| AI_TEMPERATURE_MULTIPLIER | All AI machinery heat production is multiplied by this value | 
|---|---|
| AI_TEMP_LIMIT | Temperature limit of all AI machinery | 
| AI_BLACKBOX_LIFETIME | How long the AI can stay in the black-box before it's fully destroyed | 
| AI_BLACKBOX_PROCESSING_REQUIREMENT | How much CPU we need to use to revive the AI | 
| MAX_AI_DATA_CORE_TICKS | How many ticks can an AI data core store? When this amount of ticks have passed while it's in an INVALID state it can no longer be used by an AI | 
| AI_DATA_CORE_POWER_USAGE | How much power does the AI date core use while being in a valid state. This is also the base heat output. (Divide by heat capacity to get actual temperature increase) | 
| MAX_AI_SERVER_CABINET_TICKS | How many ticks can a server cabinet store. If it reaches 0 the resources will no longer be available. | 
| AI_DOWNLOAD_PER_PROCESS | How much is the AI download progress increased by per tick? Multiplied by a modifer on the AI if they have upgraded. Need to reach 100 to be downloaded | 
| AI_CAMERA_MEMORY_TICKS | Check for tracked individual coming into view every X ticks | 
| AI_RESEARCH_PER_CPU | How many AI research points does 1 THz generate? | 
Define Details
AI_BLACKBOX_LIFETIME
            
         
    
    How long the AI can stay in the black-box before it's fully destroyed
AI_BLACKBOX_PROCESSING_REQUIREMENT
            
         
    
    How much CPU we need to use to revive the AI
AI_CAMERA_MEMORY_TICKS
            
         
    
    Check for tracked individual coming into view every X ticks
AI_DATA_CORE_POWER_USAGE
            
         
    
    How much power does the AI date core use while being in a valid state. This is also the base heat output. (Divide by heat capacity to get actual temperature increase)
AI_DOWNLOAD_PER_PROCESS
            
         
    
    How much is the AI download progress increased by per tick? Multiplied by a modifer on the AI if they have upgraded. Need to reach 100 to be downloaded
AI_RESEARCH_PER_CPU
            
         
    
    How many AI research points does 1 THz generate?
AI_TEMPERATURE_MULTIPLIER
            
         
    
    All AI machinery heat production is multiplied by this value
AI_TEMP_LIMIT
            
         
    
    Temperature limit of all AI machinery
MAX_AI_DATA_CORE_TICKS
            
         
    
    How many ticks can an AI data core store? When this amount of ticks have passed while it's in an INVALID state it can no longer be used by an AI
MAX_AI_SERVER_CABINET_TICKS
            
         
    
    How many ticks can a server cabinet store. If it reaches 0 the resources will no longer be available.