Work
| Key |
Type |
Required |
Default |
Explanation |
| id |
String |
Yes |
N/A |
The internal name of the work. |
| title |
String |
Yes |
N/A |
The name of the work that the player will see in-game. |
| desc |
String |
Yes |
N/A |
The description of the work that the player will see in-game. |
| env |
String, comma separated |
|
|
The environments for this work. |
| cost |
Number |
|
|
How much does getting this work cost. |
| pay |
Number |
|
|
How much this work pays. |
| normal_req |
String |
|
|
What kind of requirements this work has. |
| bonus_req |
String |
|
|
Any additional requirements this work may have |
| time |
Number |
|
|
Hours to do the work. |
{
id: "tab_programmer_work"
title: "Programmer"
desc: “Software engineer”
env: "city",
cost: 10,
pay: 80,
nomarl_req: "none"
time: 8
}