mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 18:58:47 +08:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
[
|
|
{
|
|
"key": "upgrade-thesissupervision",
|
|
"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": "workers-phdstudents", "property": "rate"}],
|
|
"requirements": [{"key": "workers-phdstudents", "property": "hired", "threshold": 1}],
|
|
"factor": 2,
|
|
"constant": 0
|
|
},
|
|
{
|
|
"key": "upgrade-owndesk",
|
|
"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": "workers-phdstudents", "property": "rate"}],
|
|
"requirements": [{"key": "upgrade-thesissupervision", "property": "_used", "threshold": 1}],
|
|
"factor": 2
|
|
},
|
|
{
|
|
"key": "upgrade-coffee",
|
|
"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": "workers-phdstudents", "property": "rate"},
|
|
{"key": "workers-postdocs", "property": "rate"},
|
|
{"key": "workers-fellows", "property": "rate"},
|
|
{"key": "workers-profs", "property": "rate"},
|
|
{"key": "workers-nobel", "property": "rate"},
|
|
{"key": "workers-summies", "property": "rate"}
|
|
],
|
|
"requirements": [],
|
|
"factor": 2
|
|
}
|
|
]
|