mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 20:20:53 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
[
|
|
{
|
|
"name": "Thesis supervision",
|
|
"description": "Somebody takes care of your PhD Students.",
|
|
"effect": "PhD Students produce twice as much data per second.",
|
|
"icon": "fa-group",
|
|
"cost": 100,
|
|
"targets": [{"key": "PhD Students", "property": "rate"}],
|
|
"requirements": [{"key": "PhD Students", "property": "hired", "threshold": 1}],
|
|
"factor": 2,
|
|
"constant": 0
|
|
},
|
|
{
|
|
"name": "Own desk",
|
|
"description": "Not having to share one is a blessing.",
|
|
"effect": "PhD Students produce twice as much data per second.",
|
|
"icon": "fa-group",
|
|
"cost": 10000,
|
|
"targets": [{"key": "PhD Students", "property": "rate"}],
|
|
"requirements": [{"key": "Thesis supervision", "property": "_used", "threshold": 1}],
|
|
"factor": 2
|
|
},
|
|
{
|
|
"name": "Free coffee",
|
|
"description": "Addictively delicious. Also free.",
|
|
"effect": "All workers produce twice as much data per second.",
|
|
"icon": "fa-group",
|
|
"cost": 1e6,
|
|
"targets": [
|
|
{"key": "PhD Students", "property": "rate"},
|
|
{"key": "Postdocs", "property": "rate"},
|
|
{"key": "Research Fellows", "property": "rate"},
|
|
{"key": "Tenured Professors", "property": "rate"},
|
|
{"key": "Nobel Prize Winners", "property": "rate"},
|
|
{"key": "Summer Students", "property": "rate"}
|
|
],
|
|
"requirements": [],
|
|
"factor": 2
|
|
}
|
|
]
|