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