Basic knowledge 
        
    
            
        
| Vars | |
| darkspawn | The antag datum of the owner(used for modifying) | 
|---|---|
| desc | Description of the effect | 
| icon | Icon file used for the tgui menu | 
| icon_state | Specific icon used for the tgui menu | 
| infinite | If it can be bought infinite times for incremental upgrades | 
| learned_abilities | what ability is granted if any | 
| lore_description | Fancy description about the effect | 
| menu_tab | what tab of the antag menu does it fall under | 
| name | Name of the effect | 
| owner | The owner of the psi_web datum that effects will be applied to | 
| shadow_flags | What specialization can buy this | 
| shadowhuman | The human mob of darkspawn | 
| willpower_cost | Cost of to learn this | 
| Procs | |
| on_gain | If the purchase goes through, this gets called | 
| on_purchase | When the button to purchase is clicked | 
Var Details
darkspawn
            
        
    
            
        
        The antag datum of the owner(used for modifying)
desc
            
        
    
            
        
        Description of the effect
icon
            
        
    
            
        
        Icon file used for the tgui menu
icon_state
            
        
    
            
        
        Specific icon used for the tgui menu
infinite
            
        
    
            
        
        If it can be bought infinite times for incremental upgrades
learned_abilities
            
        
    
            
        
        what ability is granted if any
lore_description
            
        
    
            
        
        Fancy description about the effect
menu_tab
            
        
    
            
        
        what tab of the antag menu does it fall under
name
            
        
    
            
        
        Name of the effect
owner
            
        
    
            
        
        The owner of the psi_web datum that effects will be applied to
shadow_flags
            
        
    
            
        
        What specialization can buy this
shadowhuman
            
        
    
            
        
        The human mob of darkspawn
willpower_cost
            
        
    
            
        
        Cost of to learn this
Proc Details
on_gain
If the purchase goes through, this gets called
on_purchase
When the button to purchase is clicked