From 71a07430f8e5f5856b575610dd2815a568add59f Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 11 Aug 2016 09:43:34 +0100 Subject: [PATCH] Lowered trophy requires. --- data/trophies/trophies.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/trophies/trophies.json b/data/trophies/trophies.json index 7414284..1934eb8 100644 --- a/data/trophies/trophies.json +++ b/data/trophies/trophies.json @@ -175,12 +175,12 @@ "statValue" : 500 }, { - "id" : "ENEMY_5000", + "id" : "ENEMY_2500", "title" : "Legend", - "description" : "Take down 5,000 enemies (player only)", + "description" : "Take down 2,500 enemies (player only)", "value" : "TROPHY_GOLD", "stat" : "STAT_ENEMIES_KILLED_PLAYER", - "statValue" : 5000 + "statValue" : 2500 }, { "id" : "FIRE_100000", @@ -191,12 +191,12 @@ "statValue" : 100000 }, { - "id" : "MISSILE_1000", + "id" : "MISSILE_500", "title" : "Dodge this!", - "description" : "Launch 1,000 missiles", + "description" : "Launch 500 missiles", "value" : "TROPHY_BRONZE", "stat" : "STAT_MISSILES_FIRED", - "statValue" : 1000 + "statValue" : 500 }, { "id" : "ECM",