byond - Modules - TypesVar Details

Basic supply pack.

Vars

containertypeDetermine the price of the crate. Give it a value between 7 and 100 to avoid breaking the game. If this variable is null (not if it's an empty list), and so is contains, it won't show up on the order computer.
containsIf this variable is null (not if it's an empty list), and so is containertype, it won't show up on the order computer.
crate_heatHow much "heat" this crate adds, too much heat will send an investigation. Only use for contraband.
dollar_costHow many W-Y dollars are deducted from the supply controller. Only use for contraband.
groupTell if the crate is a contraband value 1 or not 0.
randomised_num_containedCan this pack be bought? These packs don't show up at all - they have to be spawned externally (fe: DEFCON ASRS)

Var Details

containertype

Determine the price of the crate. Give it a value between 7 and 100 to avoid breaking the game. If this variable is null (not if it's an empty list), and so is contains, it won't show up on the order computer.

contains

If this variable is null (not if it's an empty list), and so is containertype, it won't show up on the order computer.

crate_heat

How much "heat" this crate adds, too much heat will send an investigation. Only use for contraband.

dollar_cost

How many W-Y dollars are deducted from the supply controller. Only use for contraband.

group

Tell if the crate is a contraband value 1 or not 0.

randomised_num_contained

Can this pack be bought? These packs don't show up at all - they have to be spawned externally (fe: DEFCON ASRS)