mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-20 12:20:21 +08:00
21 lines
402 B
JSON
21 lines
402 B
JSON
[
|
|
{
|
|
"description": "You have just discovered ${name}!",
|
|
"type": "research",
|
|
"target": "research",
|
|
"threshold": 1
|
|
},
|
|
{
|
|
"description": "You have hired your first ${name}!",
|
|
"type": "workers",
|
|
"target": "workers",
|
|
"threshold": 1
|
|
},
|
|
{
|
|
"description": "You have just made your first click!",
|
|
"type": "count",
|
|
"target": "clicks",
|
|
"threshold": 1
|
|
}
|
|
]
|