generic ammo box 
        
    
            
        
| Vars | |
| ammo_type | Type of ammo. used to make sure the ammo type is compatable with the weapon itself | 
|---|---|
| direct_load | For weapons where we re-load the weapon itself rather than adding to the ammo storage. | 
| load_audio | Sound when reloaded | 
| round_term | How the bullets are described to the user "There are 5 missiles left" | 
| rounds | Amount of rounds in this box | 
Var Details
ammo_type
            
        
    
            
        
        Type of ammo. used to make sure the ammo type is compatable with the weapon itself
direct_load
            
        
    
            
        
        For weapons where we re-load the weapon itself rather than adding to the ammo storage.
load_audio
            
        
    
            
        
        Sound when reloaded
round_term
            
        
    
            
        
        How the bullets are described to the user "There are 5 missiles left"
rounds
            
        
    
            
        
        Amount of rounds in this box