cargo_quests_storage 
Vars | |
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. |
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.