diff options
author | mat <github@matdoes.dev> | 2022-05-20 17:38:19 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-20 17:38:19 -0500 |
commit | 77416b1a87cb76bcc10b311ccb8c874642ebfe21 (patch) | |
tree | 164e5c7ecb2baba448b9f7d7571549aad39033ef /test/data/constants | |
parent | 38033fcb355d32d2efb4132ab5ab0c53ca9242c9 (diff) | |
download | skyblock-api-77416b1a87cb76bcc10b311ccb8c874642ebfe21.tar.gz skyblock-api-77416b1a87cb76bcc10b311ccb8c874642ebfe21.tar.bz2 skyblock-api-77416b1a87cb76bcc10b311ccb8c874642ebfe21.zip |
update test data
Diffstat (limited to 'test/data/constants')
-rw-r--r-- | test/data/constants/max_minion_tiers.json | 2 | ||||
-rw-r--r-- | test/data/constants/stats.json | 1 | ||||
-rw-r--r-- | test/data/constants/values.json | 2 |
3 files changed, 3 insertions, 2 deletions
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 |