Files
cardsforscience/json/workers.json
T
2014-12-12 13:20:54 +01:00

73 lines
1.6 KiB
JSON

[
{
"key": "workers-phdstudents",
"name": "PhD Students",
"description": "Cheap and enthusiastic manpower, they can save you a lot of work.",
"cost_increase": 1.2,
"state": {
"cost": 1e2,
"rate": 1e0
}
},
{
"key": "workers-postdocs",
"name": "Postdocs",
"description": "These brilliant minds are here only to serve your needs.",
"cost_increase": 1.25,
"state": {
"cost": 1e3,
"rate": 1e1
}
},
{
"key": "workers-fellows",
"name": "Research Fellows",
"description": "You pay them a lot. They work a lot.",
"cost_increase": 1.3,
"state": {
"cost": 1e4,
"rate": 1e2
}
},
{
"key": "workers-permanent",
"name": "Permanent Staff",
"description": "Somebody who gets a permanent position in physics has to be good.",
"cost_increase": 1.35,
"state": {
"cost": 1e5,
"rate": 1e3
}
},
{
"key": "workers-profs",
"name": "Tenured Professors",
"description": "They bring their own group along and are able to get a lot of work done.",
"cost_increase": 1.4,
"state": {
"cost": 1e6,
"rate": 1e4
}
},
{
"key": "workers-nobel",
"name": "Nobel Prize Winners",
"description": "They received their prize for a reason.",
"cost_increase": 1.45,
"state": {
"cost": 1e7,
"rate": 1e5
}
},
{
"key": "workers-summies",
"name": "Summer Students",
"description": "They are AWESOME. Their best ideas come between two parties.",
"cost_increase": 1.5,
"state": {
"cost": 1e8,
"rate": 1e6
}
}
]