aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorkr45732 <52721908+kr45732@users.noreply.github.com>2023-06-01 19:22:40 -0400
committerGitHub <noreply@github.com>2023-06-02 09:22:40 +1000
commit30358e4190aeefffc4ac597d008d62b5a0cff579 (patch)
tree22e01120e300b6e00be77368f2bd16d24ae46194 /constants
parente5b343e5c57c28d314b85dc8b2bed710e04cceda (diff)
downloadNotEnoughUpdates-REPO-30358e4190aeefffc4ac597d008d62b5a0cff579.tar.gz
NotEnoughUpdates-REPO-30358e4190aeefffc4ac597d008d62b5a0cff579.tar.bz2
NotEnoughUpdates-REPO-30358e4190aeefffc4ac597d008d62b5a0cff579.zip
slayer_to_highest_tier (#935)
Diffstat (limited to 'constants')
-rw-r--r--constants/leveling.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/constants/leveling.json b/constants/leveling.json
index 619e8f1b..460dc438 100644
--- a/constants/leveling.json
+++ b/constants/leveling.json
@@ -174,6 +174,13 @@
"Voidgloom Seraph": 4,
"Inferno Demonlord": 4
},
+ "slayer_to_highest_tier": {
+ "zombie": 5,
+ "spider": 4,
+ "wolf": 4,
+ "enderman": 4,
+ "blaze": 4
+ },
"slayer_tier_colors": [
"§a",
"§e",
@@ -422,4 +429,4 @@
"MOB": 3000000
}
}
-} \ No newline at end of file
+}