From af83eb8cf73f3a3c02dd87dd44f5773fdb1ecc2d Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 2 May 2016 17:40:13 +0100 Subject: [PATCH] Added DISABLE trophy. --- data/trophies/trophies.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/trophies/trophies.json b/data/trophies/trophies.json index b33f98a..9506369 100644 --- a/data/trophies/trophies.json +++ b/data/trophies/trophies.json @@ -259,6 +259,14 @@ "stat" : "STAT_MINES_DESTROYED", "statValue" : 255 }, + { + "id" : "DISABLE", + "title" : "Get out and push", + "description" : "Disable 500 opponents", + "value" : "TROPHY_BRONZE", + "stat" : "STAT_ENEMIES_DISABLED", + "statValue" : 500 + }, { "id" : "EPIC_KILL_13", "title" : "Yippie-ki-yay",