alien_cache 
Vars | |
| level_reached | The deepest level we opened |
|---|---|
| max_level | The maximum reachable level |
| open_rewards | List of guaranteed rewards you get from the last stage |
| random_rewards | Assoc list of level to rewards found at that level with a weight for each |
| terminal | Terminal for receiving power through |
| total_energy | The total amount of energy consumed |
Procs | |
| item_interaction | Items interaction mostly stolen from SMES |
| make_terminal | Terminal creation proc stolen from SMES |
| pick_rewards | Returns a list of rewards with length equal to amount |
| tier_weights | generate a list with weights for tiers of loot depending on the reached level |
Var Details
level_reached 
The deepest level we opened
max_level 
The maximum reachable level
open_rewards 
List of guaranteed rewards you get from the last stage
random_rewards 
Assoc list of level to rewards found at that level with a weight for each
terminal 
Terminal for receiving power through
total_energy 
The total amount of energy consumed
Proc Details
item_interaction
Items interaction mostly stolen from SMES
make_terminal
Terminal creation proc stolen from SMES
pick_rewards
Returns a list of rewards with length equal to amount
tier_weights
generate a list with weights for tiers of loot depending on the reached level