diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-02 17:40:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 17:40:44 +0200 |
commit | e7d3dda5106ee28faae7cadee4495e47b9edac2a (patch) | |
tree | f43e1d642ee90f3c76f019766de4c00159ab301d /constants | |
parent | 79c61a2de8856907b937ddf4c8bf796193b4eee6 (diff) | |
download | NotEnoughUpdates-REPO-e7d3dda5106ee28faae7cadee4495e47b9edac2a.tar.gz NotEnoughUpdates-REPO-e7d3dda5106ee28faae7cadee4495e47b9edac2a.tar.bz2 NotEnoughUpdates-REPO-e7d3dda5106ee28faae7cadee4495e47b9edac2a.zip |
gifting (#810)
* gifting
* so true xp bottle = enchant
* Fixed Shortbows
* same thing
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 10 | ||||
-rw-r--r-- | constants/leveling.json | 1 |
2 files changed, 9 insertions, 2 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 785b8301..62694586 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -787,7 +787,7 @@ 50, 200 ], - "prosecute": [ + "PROSECUTE": [ 20, 25, 30, @@ -1329,6 +1329,9 @@ 250 ], "habanero_tactics": [ + 0, + 0, + 0, 250, 300 ], @@ -1366,6 +1369,9 @@ 150, 200, 250 + ], + "XP_BOTTLE": [ + 0 ] }, "max_xp_table_levels": { @@ -1388,7 +1394,7 @@ "vampirism": 5, "venomous": 5, "thunderbolt": 5, - "prosecute": 5, + "PROSECUTE": 5, "titan_killer": 5, "luck": 5, "protection": 5, diff --git a/constants/leveling.json b/constants/leveling.json index b14ba62f..6f8a5250 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -321,6 +321,7 @@ 100, 100, 100, + 100, 100 ], "MOB": [ |