Added new trophies.
This commit is contained in:
parent
bdfbe345c7
commit
8fcc09821c
|
@ -162,6 +162,30 @@
|
|||
"description" : "Complete 100%% of all challenges",
|
||||
"value" : "TROPHY_GOLD"
|
||||
},
|
||||
{
|
||||
"id" : "ENEMY_50",
|
||||
"title" : "",
|
||||
"description" : "Take down 50 enemies (player only)",
|
||||
"value" : "TROPHY_BRONZE",
|
||||
"stat" : "STAT_ENEMIES_KILLED_PLAYER",
|
||||
"statValue" : 50
|
||||
},
|
||||
{
|
||||
"id" : "ENEMY_500",
|
||||
"title" : "",
|
||||
"description" : "Take down 500 enemies (player only)",
|
||||
"value" : "TROPHY_SILVER",
|
||||
"stat" : "STAT_ENEMIES_KILLED_PLAYER",
|
||||
"statValue" : 500
|
||||
},
|
||||
{
|
||||
"id" : "ENEMY_5000",
|
||||
"title" : "",
|
||||
"description" : "Take down 5,000 enemies (player only)",
|
||||
"value" : "TROPHY_GOLD",
|
||||
"stat" : "STAT_ENEMIES_KILLED_PLAYER",
|
||||
"statValue" : 5000
|
||||
},
|
||||
{
|
||||
"id" : "FIRE_100000",
|
||||
"title" : "Your name's on one of these!",
|
||||
|
@ -211,6 +235,14 @@
|
|||
"stat" : "STAT_WAYPOINTS_VISITED",
|
||||
"statValue" : 100
|
||||
},
|
||||
{
|
||||
"id" : "MINESWEEPER",
|
||||
"title" : "Minesweeper",
|
||||
"description" : "Destroy 255 mines (player only)",
|
||||
"value" : "TROPHY_BRONZE",
|
||||
"stat" : "STAT_MINES_DESTROYED",
|
||||
"statValue" : 255
|
||||
},
|
||||
{
|
||||
"id" : "EPIC_KILL_13",
|
||||
"title" : "Yippie-ki-yay",
|
||||
|
|
Loading…
Reference in New Issue