aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2023-12-26 17:50:10 +0100
committerGitHub <noreply@github.com>2023-12-26 17:50:10 +0100
commite390b831933387b0fe596cfcbc1ee0b4bdba5bfb (patch)
tree9302a4215ec2fcfd66ed1205418aa17e21b0b97e /constants
parent54b532e86d8fe37d9521c42dcd2c72c3d232cfcd (diff)
downloadSkyHanni-REPO-e390b831933387b0fe596cfcbc1ee0b4bdba5bfb.tar.gz
SkyHanni-REPO-e390b831933387b0fe596cfcbc1ee0b4bdba5bfb.tar.bz2
SkyHanni-REPO-e390b831933387b0fe596cfcbc1ee0b4bdba5bfb.zip
Added quiver lvl multiplier (#83)
Diffstat (limited to 'constants')
-rw-r--r--constants/Items.json5
1 files changed, 4 insertions, 1 deletions
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
+}