Space Station 13 - Modules - TypesVar Details - Proc Details

alien_cache

Vars

level_reachedThe deepest level we opened
max_levelThe maximum reachable level
open_rewardsList of guaranteed rewards you get from the last stage
random_rewardsAssoc list of level to rewards found at that level with a weight for each
terminalTerminal for receiving power through
total_energyThe total amount of energy consumed

Procs

item_interactionItems interaction mostly stolen from SMES
make_terminalTerminal creation proc stolen from SMES
pick_rewardsReturns a list of rewards with length equal to amount
tier_weightsgenerate 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