Remove duplicated achievements (closes #14)

This commit is contained in:
Tadej Novak
2014-08-04 18:42:55 +02:00
parent fa12f3c14e
commit 4d5dbc3762
2 changed files with 0 additions and 44 deletions
-2
View File
@@ -74,8 +74,6 @@ var achievements =
achievements[type][subtype] >= achievements.list[i].threshold
)
{
//console.log(achievements.list[i].threshold, achievements[type][subtype]);
achievements.list[i].completed = true;
achievements.displayAchievement(i);
}
-42
View File
@@ -151,13 +151,6 @@
"target": "data",
"threshold": 10000000000
},
{
"description": "10.0B data collected!",
"icon": "glyphicon-hdd",
"type": "count",
"target": "data",
"threshold": 10000000000
},
{
"description": "JTN 100 funding gathered!",
@@ -194,13 +187,6 @@
"target": "money",
"threshold": 10000000000
},
{
"description": "JTN 10.0B funding gathered!",
"icon": "glyphicon-usd",
"type": "count",
"target": "money",
"threshold": 10000000000
},
{
@@ -238,13 +224,6 @@
"target": "dataSpent",
"threshold": 10000000000
},
{
"description": "10.0B data processed!",
"icon": "glyphicon-hdd",
"type": "count",
"target": "dataSpent",
"threshold": 10000000000
},
{
"description": "JTN 100 funding spent in HR department!",
@@ -281,13 +260,6 @@
"target": "moneyWorkers",
"threshold": 10000000000
},
{
"description": "JTN 10.0B funding spent in HR department!",
"icon": "glyphicon-usd",
"type": "count",
"target": "moneyWorkers",
"threshold": 10000000000
},
{
"description": "JTN 100 funding spent for upgrades!",
@@ -316,19 +288,5 @@
"type": "count",
"target": "moneyUpgrades",
"threshold": 100000000
},
{
"description": "JTN 10.0B funding spent for upgrades!",
"icon": "glyphicon-usd",
"type": "count",
"target": "moneyUpgrades",
"threshold": 10000000000
},
{
"description": "JTN 10.0B funding spent for upgrades!",
"icon": "glyphicon-usd",
"type": "count",
"target": "moneyUpgrades",
"threshold": 10000000000
}
]