From 5f15f8f1190d8bf6554664a37e024ca8de12d91f Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 30 Apr 2016 12:45:49 +0100 Subject: [PATCH] Trophy tweaks. --- data/trophies/trophies.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/data/trophies/trophies.json b/data/trophies/trophies.json index f5f83cd..b33f98a 100644 --- a/data/trophies/trophies.json +++ b/data/trophies/trophies.json @@ -114,6 +114,14 @@ "stat" : "STAT_CAPITAL_SHIPS_DESTROYED", "statValue" : 1 }, + { + "id" : "GIANT_SLAYER", + "title" : "Giant Slayer", + "description" : "Destroy 25 enemy capital ships", + "value" : "TROPHY_GOLD", + "stat" : "STAT_CAPITAL_SHIPS_DESTROYED", + "statValue" : 25 + }, { "id" : "PANDORAN", "title" : "Plenty more where that came from, unfortunately", @@ -211,23 +219,23 @@ "statValue" : 1000 }, { - "id" : "ECM_100", + "id" : "ECM", "title" : "Isn't technology wonderful?", - "description" : "Use the ECM 100 times", + "description" : "Use the ECM 250 times", "value" : "TROPHY_BRONZE", "stat" : "STAT_ECM", - "statValue" : 100 + "statValue" : 250 }, { - "id" : "BOOST_100", + "id" : "BOOST", "title" : "Runaway!", - "description" : "Boost 100 times", + "description" : "Boost 250 times", "value" : "TROPHY_BRONZE", "stat" : "STAT_BOOST", - "statValue" : 100 + "statValue" : 250 }, { - "id" : "EVADE_50", + "id" : "EVADE", "title" : "Missed, you f**kers!", "description" : "Evade 50 missiles", "value" : "TROPHY_BRONZE", @@ -236,7 +244,7 @@ "hidden" : 1 }, { - "id" : "WAYPOINT_100", + "id" : "WAYPOINT", "title" : "Sightseer", "description" : "Visit 100 waypoints", "value" : "TROPHY_BRONZE",