mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-02 21:03:06 +08:00
35 lines
835 B
JSON
35 lines
835 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"
|
|
}
|
|
]
|