rategame-shared 1.1.434 → 1.1.436
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/helpers/index.js +6 -1
- package/package.json +1 -1
package/dist/helpers/index.js
CHANGED
|
@@ -590,7 +590,12 @@ exports.achievementsMap = {
|
|
|
590
590
|
host_with_the_most: {
|
|
591
591
|
id: "host_with_the_most",
|
|
592
592
|
name: "Host With the Most",
|
|
593
|
-
description: "Rate
|
|
593
|
+
description: "Rate the World Cup host stadiums.",
|
|
594
|
+
tiers: {
|
|
595
|
+
bronze: { threshold: 8 },
|
|
596
|
+
silver: { threshold: 12 },
|
|
597
|
+
gold: { threshold: 16 },
|
|
598
|
+
},
|
|
594
599
|
type: "league",
|
|
595
600
|
league: "fifa",
|
|
596
601
|
},
|