mail 
        
    
            
        
Mail is tamper-evident and unresealable, postmarked by CentCom for an individual recepient.
| Vars | |
| department_colors | mail will have the color of the department the recipient is in. | 
|---|---|
| generic_goodies | Goodies which can be given to anyone. The base weight for cash is 37. For there to be a 50/50 chance of getting a department item, they need 37 weight as well. | 
| goodie_count | How many goodies this mail contains. | 
| postmarked | Does the letter have the postmark overlay? | 
| recipient_ref | Weak reference to who this mail is for and who can open it. | 
| sort_tag | Destination tagging for the mail sorter. | 
| stamp_max | Maximum number of stamps on the letter. | 
| stamp_offset_x | Physical offset of stamps on the object. X direction. | 
| stamp_offset_y | Physical offset of stamps on the object. Y direction. | 
| stamped | Does the letter have a stamp overlay? | 
| stamps | List of all stamp overlays on the letter. | 
| Procs | |
| initialize_for_recipient | Accepts a mind to initialize goodies for a piece of mail. | 
| junk_mail | Alternate setup, just complete garbage inside and anyone can open | 
Var Details
department_colors
            
        
    
            
        
        mail will have the color of the department the recipient is in.
generic_goodies
            
        
    
            
        
        Goodies which can be given to anyone. The base weight for cash is 37. For there to be a 50/50 chance of getting a department item, they need 37 weight as well.
goodie_count
            
        
    
            
        
        How many goodies this mail contains.
postmarked
            
        
    
            
        
        Does the letter have the postmark overlay?
recipient_ref
            
        
    
            
        
        Weak reference to who this mail is for and who can open it.
sort_tag
            
        
    
            
        
        Destination tagging for the mail sorter.
stamp_max
            
        
    
            
        
        Maximum number of stamps on the letter.
stamp_offset_x
            
        
    
            
        
        Physical offset of stamps on the object. X direction.
stamp_offset_y
            
        
    
            
        
        Physical offset of stamps on the object. Y direction.
stamped
            
        
    
            
        
        Does the letter have a stamp overlay?
stamps
            
        
    
            
        
        List of all stamp overlays on the letter.
Proc Details
initialize_for_recipient
Accepts a mind to initialize goodies for a piece of mail.
junk_mail
Alternate setup, just complete garbage inside and anyone can open