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