diff options
author | Empa <42304516+ItsEmpa@users.noreply.github.com> | 2024-02-24 16:33:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 16:33:02 +0100 |
commit | 4f9187d99a9229c716882f843c7aafb2d79ab4e2 (patch) | |
tree | d426092c4333aeff31ba4d470b09283f71c8eea2 | |
parent | 6bc94ffd54b91f6d3ae5660d42afb2030e63a857 (diff) | |
download | SkyHanni-REPO-4f9187d99a9229c716882f843c7aafb2d79ab4e2.tar.gz SkyHanni-REPO-4f9187d99a9229c716882f843c7aafb2d79ab4e2.tar.bz2 SkyHanni-REPO-4f9187d99a9229c716882f843c7aafb2d79ab4e2.zip |
Add Book Bundle Amount #120
-rw-r--r-- | constants/Items.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/constants/Items.json b/constants/Items.json index 7da45f6..b5a78ce 100644 --- a/constants/Items.json +++ b/constants/Items.json @@ -39,5 +39,13 @@ ], "enchant_multiplier": { "infinite_quiver": 0.03 + }, + "book_bundle_amount": { + "vicious": 5, + "big_brain": 5, + "reflection": 3, + "quantum": 1, + "ultimate_the_one": 1, + "rainbow": 1 } } |