diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-20 13:12:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 13:12:30 +0200 |
commit | 64398a560ef328a787e5106197504a56d9cf80db (patch) | |
tree | 9206bdf4feb105884ea498c453741381ef265bf5 /constants/bonuses.json | |
parent | 3ae2abbed4df9a495d9ab068202c09736b072add (diff) | |
download | NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.gz NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.bz2 NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.zip |
New Alpha Stuff (#787)
* Nerds
* More Items
* I love stats
* I love hypixel
* Added and changed stuff from shitty update
* editor throwing
* I love the github editor
* More fixes
* Added new stuff to enchants.json
Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'constants/bonuses.json')
-rw-r--r-- | constants/bonuses.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/constants/bonuses.json b/constants/bonuses.json index 79ce49d7..b94b0d80 100644 --- a/constants/bonuses.json +++ b/constants/bonuses.json @@ -23,6 +23,15 @@ }, "175": { "magic_find": 7 + }, + "225": { + "magic_find": 8 + }, + "275": { + "magic_find": 9 + }, + "325": { + "magic_find": 10 } }, "pet_value": { @@ -112,7 +121,9 @@ } }, "skill_carpentry": { - "1": {} + "1": { + "health": 1 + } }, "skill_runecrafting": { "1": {} |