From e390b831933387b0fe596cfcbc1ee0b4bdba5bfb Mon Sep 17 00:00:00 2001 From: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:50:10 +0100 Subject: Added quiver lvl multiplier (#83) --- constants/Items.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/Items.json b/constants/Items.json index 37d83ab..055386f 100644 --- a/constants/Items.json +++ b/constants/Items.json @@ -10,5 +10,8 @@ "Burning": 20, "Fiery": 30, "Infernal": 40 + }, + "enchant_multiplier": { + "infinite_quiver": 0.03 } -} \ No newline at end of file +} -- cgit From d888983e0d6245146a771368433d5342451dfdbe Mon Sep 17 00:00:00 2001 From: alexia Date: Tue, 26 Dec 2023 17:55:58 +0100 Subject: Revert "Add backpacks to hide_in_storage (#70)" (#81) Revert "Add backpacks to hide_in_storage (#70) #81 --- constants/HideNotClickableItems.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'constants') diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 3b8ccfb..a68e5a8 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -74,12 +74,7 @@ "Basket of Seeds", "Builder's Ruler", "Builder's Wand", - "Greater Backpack", - "Jumbo Backpack", - "Large Backpack", - "Medium Backpack", - "Nether Wart Pouch", - "Small Backpack" + "Nether Wart Pouch" ], "startsWith": [], "endsWith": [ -- cgit