tbftss/data/trophies/trophies.json

162 lines
3.7 KiB
JSON
Raw Normal View History

2016-03-03 19:03:07 +01:00
[
2016-03-09 16:54:45 +01:00
{
"id" : "PLATINUM",
"title" : "One of the seven",
"description" : "Earn all other trophies",
"value" : "TROPHY_PLATINUM"
},
2016-03-03 19:03:07 +01:00
{
"id" : "READY_DUTY",
"title" : "Ready for duty",
"description" : "Complete all the training missions at Sol",
"value" : "TROPHY_BRONZE"
},
2016-03-09 16:54:45 +01:00
{
"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"
},
2016-03-03 19:03:07 +01:00
{
"id" : "EPIC",
"title" : "Truly epic",
"description" : "Survive an epic battle",
"value" : "TROPHY_BRONZE"
},
{
"id" : "BIGGER_FALL",
"title" : "The bigger they are",
"description" : "Destroy an enemy capital ship",
"value" : "TROPHY_SILVER"
},
{
"id" : "CAMPAIGN_COYOTE",
"title" : "Coyote Ugly",
"description" : "Complete all missions at Coyote",
2016-03-06 18:13:34 +01:00
"value" : "TROPHY_BRONZE",
"hidden" : 1
2016-03-03 19:03:07 +01:00
},
2016-03-09 16:54:45 +01:00
{
"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
},
2016-03-03 19:03:07 +01:00
{
"id" : "PANDORAN_FIRST",
"title" : "Plenty more where that came from",
"description" : "Engage the Pandorans in battle",
"value" : "TROPHY_BRONZE"
},
{
"id" : "ATAF_FIRST",
"title" : "Man, I gotta get me one of these!",
"description" : "Pilot an ATAF during the campaign",
"value" : "TROPHY_BRONZE"
},
{
"id" : "CHALLENGE_25",
"title" : "",
"description" : "Complete 25% of all challenges",
"value" : "TROPHY_BRONZE"
},
{
"id" : "CHALLENGE_50",
"title" : "",
"description" : "Complete 50% of all challenges",
"value" : "TROPHY_SILVER"
},
{
"id" : "CHALLENGE_100",
"title" : "",
"description" : "Complete 100% of all challenges",
"value" : "TROPHY_GOLD"
},
{
2016-03-06 18:13:34 +01:00
"id" : "FIRE_100000",
2016-03-03 19:03:07 +01:00
"title" : "Your name's on one of these!",
2016-03-06 18:13:34 +01:00
"description" : "Fire 100,000 shots",
2016-03-09 13:31:33 +01:00
"value" : "TROPHY_SILVER",
"stat" : "STAT_SHOTS_FIRED",
"statValue" : 10000
2016-03-03 19:03:07 +01:00
},
{
"id" : "MISSILE_1000",
"title" : "Dodge this!",
"description" : "Launch 1,000 missiles",
2016-03-09 13:31:33 +01:00
"value" : "TROPHY_SILVER",
"stat" : "STAT_MISSILES_FIRED",
"statValue" : 1000
2016-03-06 18:13:34 +01:00
},
{
"id" : "ATAF_DESTROYED",
"title" : "Almost indestructable. Almost.",
"description" : "Be destroyed while piloting an ATAF",
"value" : "TROPHY_BRONZE",
"hidden" : 1
2016-03-03 19:03:07 +01:00
}
]