supply_pack 
Vars | |
can_be_missing_contents | If TRUE, can spawn with missing contents due to MANIFEST_ERROR_ITEM occuring. |
---|---|
cost | Cost of the crate. DO NOT GO ANY LOWER THAN "CARGO_CRATE_VALUE + CARGO_MANIFEST_VALUE" if using regular crates, or infinite profit will be possible due to the manifest approval. |
randomized | If TRUE, will pick random_pick_amount items from the contains list instead of including all of them. |
Procs | |
generate_supply_packs | For generating supply packs at runtime. Returns a list of supply packs to use instead of this one. |
Var Details
can_be_missing_contents 
If TRUE, can spawn with missing contents due to MANIFEST_ERROR_ITEM occuring.
cost 
Cost of the crate. DO NOT GO ANY LOWER THAN "CARGO_CRATE_VALUE + CARGO_MANIFEST_VALUE" if using regular crates, or infinite profit will be possible due to the manifest approval.
randomized 
If TRUE, will pick random_pick_amount items from the contains list instead of including all of them.
Proc Details
generate_supply_packs
For generating supply packs at runtime. Returns a list of supply packs to use instead of this one.