/tg/ Station 13 - Modules - TypesVar Details - Proc Details

supply_pack

Vars

accessWhat access is required to open the crate when spawned?
access_anyIf someone with any of the following accesses in a list can open this cargo pack crate.
access_viewWho can view this supply_pack and with what access.
admin_spawnedWas this spawned through an admin proc?
containsA list of items that are spawned in the crate of the supply pack.
contrabandIs this supply pack purchasable outside of the standard purchasing band? Contraband is available by multitooling the cargo purchasing board.
costCost of the crate. DO NOT GO ANY LOWER THAN X1.4 the "CARGO_CRATE_VALUE" value if using regular crates, or infinite profit will be possible!
crate_nameWhat is the name of the crate that is spawned with the crate's contents??
crate_typeWhat typepath of crate do you spawn?
dangerousShould we message admins?
descThe description shown on the cargo purchasing UI. No desc by default.
discountableCan coupons target this pack? If so, how rarely?
drop_pod_onlyOnly usable by the Bluespace Drop Pod via the express cargo console
goodyGoodies can only be purchased by private accounts and can have coupons apply to them. They also come in a lockbox instead of a full crate, so the crate price min doesn't apply
groupThe group that the supply pack is sorted into within the cargo purchasing UI.
hiddenIs this cargo supply pack visible to the cargo purchasing UI.
idWhen spawning a gas canistor, what kind of gas type are we spawning?
nameThe name of the supply pack, as listed on th cargo purchasing UI.
specialEvent/Station Goals/Admin enabled packs
special_enabledWhen a cargo pack can be unlocked by special events (as seen in special), this toggles if it's been enabled in the round yet (For example, after the station alert, we can now enable buying the station goal pack).
special_podIf this pack comes shipped in a specific pod when launched from the express console
test_ignoredIs this supply pack considered unpredictable for the purposes of testing unit testing? Examples include the stock market, or miner supply crates. If true, exempts from unit testing

Procs

generateProc that takes a given supply_pack, and attempts to create a crate containing the pack's contents as determined by fill()
generate_supply_packsFor generating supply packs at runtime. Returns a list of supply packs to use instead of this one.
get_contents_ui_dataReturns data used for cargo purchasing UI

Var Details

access

What access is required to open the crate when spawned?

access_any

If someone with any of the following accesses in a list can open this cargo pack crate.

access_view

Who can view this supply_pack and with what access.

admin_spawned

Was this spawned through an admin proc?

contains

A list of items that are spawned in the crate of the supply pack.

contraband

Is this supply pack purchasable outside of the standard purchasing band? Contraband is available by multitooling the cargo purchasing board.

cost

Cost of the crate. DO NOT GO ANY LOWER THAN X1.4 the "CARGO_CRATE_VALUE" value if using regular crates, or infinite profit will be possible!

crate_name

What is the name of the crate that is spawned with the crate's contents??

crate_type

What typepath of crate do you spawn?

dangerous

Should we message admins?

desc

The description shown on the cargo purchasing UI. No desc by default.

discountable

Can coupons target this pack? If so, how rarely?

drop_pod_only

Only usable by the Bluespace Drop Pod via the express cargo console

goody

Goodies can only be purchased by private accounts and can have coupons apply to them. They also come in a lockbox instead of a full crate, so the crate price min doesn't apply

group

The group that the supply pack is sorted into within the cargo purchasing UI.

hidden

Is this cargo supply pack visible to the cargo purchasing UI.

id

When spawning a gas canistor, what kind of gas type are we spawning?

name

The name of the supply pack, as listed on th cargo purchasing UI.

special

Event/Station Goals/Admin enabled packs

special_enabled

When a cargo pack can be unlocked by special events (as seen in special), this toggles if it's been enabled in the round yet (For example, after the station alert, we can now enable buying the station goal pack).

special_pod

If this pack comes shipped in a specific pod when launched from the express console

test_ignored

Is this supply pack considered unpredictable for the purposes of testing unit testing? Examples include the stock market, or miner supply crates. If true, exempts from unit testing

Proc Details

generate

Proc that takes a given supply_pack, and attempts to create a crate containing the pack's contents as determined by fill()

@ atom/A: The location or turf that the pack is being generated onto. Cargo shuttle provides an empty turf, other generate()s call this either null or otherwise. @ datum/bank_account/paying_account: The account to associate the supply pack with when going and generating the crate. Only the paying account can open said secure crate/case.

generate_supply_packs

For generating supply packs at runtime. Returns a list of supply packs to use instead of this one.

get_contents_ui_data

Returns data used for cargo purchasing UI