Economy 
        
    
            
        
| Vars | |
| bounty_modifier | The modifier multiplied to the value of bounties paid out. | 
|---|---|
| mail_blocked | Mail Holiday: AKA does mail arrive today? Always blocked on Sundays. | 
| mail_waiting | Number of mail items generated. | 
| moneysink | ref to moneysink. Only one should exist on the map. Has its payout() proc called every budget cycle | 
| pack_price_modifier | The modifier multiplied to the value of cargo pack prices. | 
| Procs | |
| eng_payout | |
Var Details
bounty_modifier
            
        
    
            
        
        The modifier multiplied to the value of bounties paid out.
mail_blocked
            
        
    
            
        
        Mail Holiday: AKA does mail arrive today? Always blocked on Sundays.
mail_waiting
            
        
    
            
        
        Number of mail items generated.
moneysink
            
        
    
            
        
        ref to moneysink. Only one should exist on the map. Has its payout() proc called every budget cycle
pack_price_modifier
            
        
    
            
        
        The modifier multiplied to the value of cargo pack prices.
Proc Details
eng_payout
- Payout for engineering every cycle. Uses a base of 3000 then multiplies it by station integrity. Afterwards, calls the payout proc from
- the energy harvester and adds the cash from that to the budget.