From 77416b1a87cb76bcc10b311ccb8c874642ebfe21 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 20 May 2022 17:38:19 -0500 Subject: update test data --- test/data/constants/max_minion_tiers.json | 2 +- test/data/constants/stats.json | 1 + test/data/constants/values.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'test/data/constants') diff --git a/test/data/constants/max_minion_tiers.json b/test/data/constants/max_minion_tiers.json index 69785fb..897ce91 100644 --- a/test/data/constants/max_minion_tiers.json +++ b/test/data/constants/max_minion_tiers.json @@ -55,6 +55,6 @@ "snow": 11, "hard_stone": 12, "mithril": 12, - "mycelium": 11, + "mycelium": 12, "inferno": 8 } \ No newline at end of file diff --git a/test/data/constants/stats.json b/test/data/constants/stats.json index a72e05a..786ddee 100644 --- a/test/data/constants/stats.json +++ b/test/data/constants/stats.json @@ -219,6 +219,7 @@ "deaths_island_witch", "deaths_island_wither_gourd", "deaths_island_wraith", + "deaths_island_zealot_enderman", "deaths_island_zombie", "deaths_island_zombie_villager", "deaths_jockey_shot_silverfish", diff --git a/test/data/constants/values.json b/test/data/constants/values.json index 4cedd59..d2571c9 100644 --- a/test/data/constants/values.json +++ b/test/data/constants/values.json @@ -1,4 +1,4 @@ { - "max_minions": 665, + "max_minions": 668, "max_fairy_souls": 238 } \ No newline at end of file -- cgit