mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-01 13:09:29 +08:00
43 lines
1022 B
JSON
43 lines
1022 B
JSON
[
|
|
{
|
|
"name": "PhD Students",
|
|
"description": "Basically slaves, just with fewer rights.",
|
|
"cost": 100,
|
|
"cost_increase": 1.4,
|
|
"rate": 1,
|
|
"image": "http://placekitten.com/64/64"
|
|
},
|
|
{
|
|
"name": "Postdocs",
|
|
"description": "Can get shit done for you.",
|
|
"cost": 1000,
|
|
"cost_increase": 1.4,
|
|
"rate": 10,
|
|
"image": "http://placekitten.com/64/64"
|
|
},
|
|
{
|
|
"name": "Fellows",
|
|
"description": "You pay them a lot. They work a lot.",
|
|
"cost": 10000,
|
|
"cost_increase": 1.5,
|
|
"rate": 100,
|
|
"image": "http://placekitten.com/64/64"
|
|
},
|
|
{
|
|
"name": "Tenured Professors",
|
|
"description": "They bring their own group along and are able to get a lot of work done.",
|
|
"cost": 100000,
|
|
"cost_increase": 1.6,
|
|
"rate": 1000,
|
|
"image": "http://placekitten.com/64/64"
|
|
},
|
|
{
|
|
"name": "Nobel Prize Winners",
|
|
"description": "Hell Yeah.",
|
|
"cost": 1000000,
|
|
"cost_increase": 1.8,
|
|
"rate": 10000,
|
|
"image": "http://placekitten.com/64/64"
|
|
}
|
|
]
|