Space Station 13 - Modules - TypesVar Details

cargo_quests_storage

Vars

activeIf current quest storage is active, we will check it when the cargo shuttle is moving.
can_rerollIf TRUE we can reroll this quest.
current_questsList of purchase order categories.
customerOrder customer, this distributes orders to different tabs in the console.
fast_check_timerThe timer, when it expires, we will not receive a bonus for fast delivery.
fast_failedBonus for quick execution, if FALSE, then there is no bonus.
idnameName of the person who accepted the order.
idrankName of the person who accepted the order.
modificatorsList of quest modificators
order_dateDate when the order was accepted
order_timeTime when the order was accepted
quest_check_timerThe timer, when it expires, we will fail the quest.
quest_difficultyDifficultly of task, datum
quest_timeThe time it takes to complete this.
rewardReward for quest.
time_add_countHow many times we add time for order
time_startThe time when it appeared.

Var Details

active

If current quest storage is active, we will check it when the cargo shuttle is moving.

can_reroll

If TRUE we can reroll this quest.

current_quests

List of purchase order categories.

customer

Order customer, this distributes orders to different tabs in the console.

fast_check_timer

The timer, when it expires, we will not receive a bonus for fast delivery.

fast_failed

Bonus for quick execution, if FALSE, then there is no bonus.

idname

Name of the person who accepted the order.

idrank

Name of the person who accepted the order.

modificators

List of quest modificators

order_date

Date when the order was accepted

order_time

Time when the order was accepted

quest_check_timer

The timer, when it expires, we will fail the quest.

quest_difficulty

Difficultly of task, datum

quest_time

The time it takes to complete this.

reward

Reward for quest.

time_add_count

How many times we add time for order

time_start

The time when it appeared.