aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiZe <superhize@hotmail.com>2024-01-21 12:19:40 +0100
committerGitHub <noreply@github.com>2024-01-21 12:19:40 +0100
commit3570dd9ab00a4893193a7b3e1f9f27e69e005020 (patch)
treea3d5edc175b4cd8e6301c6e3d402483dcb71243e
parenta7a7646133f8a91649e34c98df8d5ded427d12e4 (diff)
downloadSkyHanni-REPO-3570dd9ab00a4893193a7b3e1f9f27e69e005020.tar.gz
SkyHanni-REPO-3570dd9ab00a4893193a7b3e1f9f27e69e005020.tar.bz2
SkyHanni-REPO-3570dd9ab00a4893193a7b3e1f9f27e69e005020.zip
Added fishing rods to Items.json (#79)
Added fishing rods to Items.json #79
-rw-r--r--constants/Items.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/constants/Items.json b/constants/Items.json
index b8400ff..7da45f6 100644
--- a/constants/Items.json
+++ b/constants/Items.json
@@ -12,6 +12,31 @@
"Fiery": 30,
"Infernal": 40
},
+ "lava_fishing_rods" : [
+ "STARTER_LAVA_ROD",
+ "INFERNO_ROD",
+ "MAGMA_ROD",
+ "HELLFIRE_ROD"
+ ],
+ "water_fishing_rods": [
+ "FISHING_ROD",
+ "PRISMARINE_ROD",
+ "ICE_ROD",
+ "SPONGE_ROD",
+ "SPEEDSTER_ROD",
+ "FARMER_ROD",
+ "WINTER_ROD",
+ "CHALLENGE_ROD",
+ "CHAMP_ROD",
+ "LEGEND_ROD",
+ "ROD_OF_THE_SEA",
+ "YETI_ROD",
+ "AUGER_ROD",
+ "CHUM_ROD",
+ "GIANT_FISHING_ROD",
+ "THE_SHREDDER",
+ "PHANTOM_ROD"
+ ],
"enchant_multiplier": {
"infinite_quiver": 0.03
}