From 4f9187d99a9229c716882f843c7aafb2d79ab4e2 Mon Sep 17 00:00:00 2001 From: Empa <42304516+ItsEmpa@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:33:02 +0100 Subject: Add Book Bundle Amount #120 --- constants/Items.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'constants') 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 } } -- cgit