From 0f97a08d257821ae348455f4830ec0341469cf71 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 5 Jun 2016 08:33:44 +0100 Subject: [PATCH] Hoarder trophy: 100 -> 250 --- data/trophies/trophies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/trophies/trophies.json b/data/trophies/trophies.json index b85a4ef..87ba37b 100644 --- a/data/trophies/trophies.json +++ b/data/trophies/trophies.json @@ -217,10 +217,10 @@ { "id" : "ITEMS", "title" : "Hoarder", - "description" : "Collect 100 items", + "description" : "Collect 250 items", "value" : "TROPHY_BRONZE", "stat" : "STAT_ITEMS_COLLECTED_PLAYER", - "statValue" : 100 + "statValue" : 250 }, { "id" : "EVADE",