Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/particle-clicker/json/workers.json
1821 views
1
[
2
{
3
"key": "workers-masterstudents",
4
"name": "Master Students",
5
"description": "Cheap and enthusiastic workforce, they can save you a lot of work.",
6
"cost_increase": 1.5,
7
"state": {
8
"cost": 4e1,
9
"rate": 1e0
10
}
11
},
12
{
13
"key": "workers-phdstudents",
14
"name": "PhD Students",
15
"description": "They decided to do a PhD. Now they are working hard.",
16
"cost_increase": 1.45,
17
"state": {
18
"cost": 6e2,
19
"rate": 8e0
20
}
21
},
22
{
23
"key": "workers-postdocs",
24
"name": "Postdocs",
25
"description": "These brilliant minds are here only to serve your needs.",
26
"cost_increase": 1.4,
27
"state": {
28
"cost": 7.5e3,
29
"rate": 2.5e1
30
}
31
},
32
{
33
"key": "workers-fellows",
34
"name": "Research Fellows",
35
"description": "You pay them a lot. They work a lot.",
36
"cost_increase": 1.35,
37
"state": {
38
"cost": 8e4,
39
"rate": 1e2
40
}
41
},
42
{
43
"key": "workers-permanent",
44
"name": "Permanent Staff",
45
"description": "Somebody who gets a permanent position in physics has to be good.",
46
"cost_increase": 1.3,
47
"state": {
48
"cost": 7e5,
49
"rate": 9e3
50
}
51
},
52
{
53
"key": "workers-profs",
54
"name": "Tenured Professors",
55
"description": "They bring their own group along and are able to get a lot of work done.",
56
"cost_increase": 1.25,
57
"state": {
58
"cost": 5e6,
59
"rate": 1.2e5
60
}
61
},
62
{
63
"key": "workers-nobel",
64
"name": "Nobel Laureates",
65
"description": "They received their prize for a reason.",
66
"cost_increase": 1.2,
67
"state": {
68
"cost": 3e7,
69
"rate": 1.5e6
70
}
71
},
72
{
73
"key": "workers-summies",
74
"name": "Summer Students",
75
"description": "Their best ideas come between two parties.",
76
"cost_increase": 1.15,
77
"state": {
78
"cost": 1.25e8,
79
"rate": 2e7
80
}
81
}
82
]
83
84