Space Station 13 - Modules - TypesVar Details

uplink_item

Vars

abstractIs what we're spawning abstract?
can_discountCan this be sold at a discount?
categoryWhat category is the item listed under
costHow many TC does this cost?
descDescription of the item in the uplink
excludefromEmpty list does nothing. Place the name of uplink type you don't want this item to be available in here.
hijack_onlyCan this item be purchased only during hijackings? Hijack-only items are by default unable to be on sale.
itemWhat is spawned when we purchase this?
jobIs this job locked?
limited_stockCan you only buy so many? -1 allows for infinite purchases
nameName of the item in the uplink
referenceUsed for discounts. Any unique string will do.
refund_amountspecified refund amount in case there needs to be a TC penalty for refunds.
refund_pathAlternative path for refunds, in case the item purchased isn't what is actually refunded (ie: holoparasites).
refundableCan you refund this in the uplink?
speciesThis makes an item on the uplink only show up to the specified species
surplusChance of being included in the surplus crate (when pick() selects it)
uplinktypesEmpty list means it is in all the uplink types. Otherwise place the uplink type here.
uses_special_spawnOur special little snowflakes that have to be spawned in a different way than normal, like a surplus crate spawning a crate or contractor kits

Var Details

abstract

Is what we're spawning abstract?

can_discount

Can this be sold at a discount?

category

What category is the item listed under

cost

How many TC does this cost?

desc

Description of the item in the uplink

excludefrom

Empty list does nothing. Place the name of uplink type you don't want this item to be available in here.

hijack_only

Can this item be purchased only during hijackings? Hijack-only items are by default unable to be on sale.

item

What is spawned when we purchase this?

job

Is this job locked?

limited_stock

Can you only buy so many? -1 allows for infinite purchases

name

Name of the item in the uplink

reference

Used for discounts. Any unique string will do.

refund_amount

specified refund amount in case there needs to be a TC penalty for refunds.

refund_path

Alternative path for refunds, in case the item purchased isn't what is actually refunded (ie: holoparasites).

refundable

Can you refund this in the uplink?

species

This makes an item on the uplink only show up to the specified species

surplus

Chance of being included in the surplus crate (when pick() selects it)

uplinktypes

Empty list means it is in all the uplink types. Otherwise place the uplink type here.

uses_special_spawn

Our special little snowflakes that have to be spawned in a different way than normal, like a surplus crate spawning a crate or contractor kits