uplink_item
Uplink Items
Items that can be spawned from an uplink. Can be limited by gamemode.
Vars | |
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. |
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.