Files
cardsforscience/json/achievements.json
T
2014-08-03 15:47:20 +02:00

23 lines
461 B
JSON

[
{
"description": "You have just discovered ${name}!",
"icon": "glyphicon-cog",
"type": "research",
"target": "research",
"threshold": 1
},
{
"description": "You have hired your first ${name}!",
"icon": "glyphicon-user",
"type": "workers",
"target": "workers",
"threshold": 1
},
{
"description": "You have just made your first click!",
"type": "count",
"target": "clicks",
"threshold": 1
}
]