From f8344f40470aa50bbac928951ec7ae52fafe3ea0 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 9 Mar 2016 15:54:45 +0000 Subject: [PATCH] Added new trophies. --- data/trophies/trophies.json | 81 +++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/data/trophies/trophies.json b/data/trophies/trophies.json index be5d80b..d1ef643 100644 --- a/data/trophies/trophies.json +++ b/data/trophies/trophies.json @@ -1,10 +1,70 @@ [ + { + "id" : "PLATINUM", + "title" : "One of the seven", + "description" : "Earn all other trophies", + "value" : "TROPHY_PLATINUM" + }, { "id" : "READY_DUTY", "title" : "Ready for duty", "description" : "Complete all the training missions at Sol", "value" : "TROPHY_BRONZE" }, + { + "id" : "CAMPAIGN_1", + "title" : "2nd Lieutenant", + "description" : "Complete a campaign mission", + "value" : "TROPHY_BRONZE" + }, + { + "id" : "CAMPAIGN_10", + "title" : "1st Lieutenant", + "description" : "Complete 10% of all missions", + "value" : "TROPHY_BRONZE" + }, + { + "id" : "CAMPAIGN_20", + "title" : "Lieutenant Commander", + "description" : "Complete 20% of all missions", + "value" : "TROPHY_BRONZE" + }, + { + "id" : "CAMPAIGN_40", + "title" : "Commander", + "description" : "Complete 40% of all missions", + "value" : "TROPHY_SILVER" + }, + { + "id" : "CAMPAIGN_50", + "title" : "Captain", + "description" : "Complete 50% of all missions", + "value" : "TROPHY_SILVER" + }, + { + "id" : "CAMPAIGN_60", + "title" : "Commodore", + "description" : "Complete 60% of all missions", + "value" : "TROPHY_SILVER" + }, + { + "id" : "CAMPAIGN_80", + "title" : "Rear Admiral", + "description" : "Complete 80% of all missions", + "value" : "TROPHY_SILVER" + }, + { + "id" : "CAMPAIGN_90", + "title" : "Admiral", + "description" : "Complete 90% of all missions", + "value" : "TROPHY_SILVER" + }, + { + "id" : "CAMPAIGN_100", + "title" : "Fleet Admiral", + "description" : "Complete all campaign missions", + "value" : "TROPHY_SILVER" + }, { "id" : "EPIC", "title" : "Truly epic", @@ -24,6 +84,27 @@ "value" : "TROPHY_BRONZE", "hidden" : 1 }, + { + "id" : "CAMPAIGN_WARRO", + "title" : "Better late than never", + "description" : "Complete all missions at Warro", + "value" : "TROPHY_BRONZE", + "hidden" : 1 + }, + { + "id" : "CAMPAIGN_ILIAD", + "title" : "Shape of things to come", + "description" : "Complete all missions at Iliad", + "value" : "TROPHY_BRONZE", + "hidden" : 1 + }, + { + "id" : "CAMPAIGN_TEMPER", + "title" : "Now get the hell out of our galaxy!", + "description" : "Complete all missions at Temper", + "value" : "TROPHY_BRONZE", + "hidden" : 1 + }, { "id" : "PANDORAN_FIRST", "title" : "Plenty more where that came from",