Daedalus Dock - Modules - TypesVar Details

uplink_item

Uplink Items

Items that can be spawned from an uplink. Can be limited by gamemode.

Vars

cant_discountWhether this can be discounted or not
categoryCategory of the uplink
costCost of the item.
descDescription of the uplink
illegal_techCan this item be deconstructed to unlock certain techweb research nodes?
itemPath to the item to spawn.
limited_stockHow many items of this stock can be purchased.
nameName of the uplink item
progression_minimumThe minimum amount of progression needed for this item to be added to uplinks.
purchasable_fromA bitfield to represent what uplinks can purchase this item. See [code/__DEFINES/uplink.dm].
purchase_log_visWhether this purchase is visible in the purchase log.
refund_amountAmount of TC to refund, in case there's a TC penalty for refunds.
refund_pathAlternative path for refunds, in case the item purchased isn't what is actually refunded (ie: holoparasites).
refundableWhether this item is refundable or not.
restrictedWhether this purchase is restricted or not (VR/Events related)
restricted_rolesIf this uplink item is only available to certain roles. Roles are dependent on the frequency chip or stored ID.
restricted_speciesThe species able to purchase this uplink item.

Var Details

cant_discount

Whether this can be discounted or not

category

Category of the uplink

cost

Cost of the item.

desc

Description of the uplink

illegal_tech

Can this item be deconstructed to unlock certain techweb research nodes?

item

Path to the item to spawn.

limited_stock

How many items of this stock can be purchased.

name

Name of the uplink item

progression_minimum

The minimum amount of progression needed for this item to be added to uplinks.

purchasable_from

A bitfield to represent what uplinks can purchase this item. See [code/__DEFINES/uplink.dm].

purchase_log_vis

Whether this purchase is visible in the purchase log.

refund_amount

Amount of TC to refund, in case there's 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

Whether this item is refundable or not.

restricted

Whether this purchase is restricted or not (VR/Events related)

restricted_roles

If this uplink item is only available to certain roles. Roles are dependent on the frequency chip or stored ID.

restricted_species

The species able to purchase this uplink item.