Files
cardsforscience/json/achievements.json
T
2014-08-03 12:05:34 +02:00

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
}
]