diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 18:21:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 16:21:10 +0000 |
commit | e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (patch) | |
tree | 44e868d98216cf971327fbd6cec8f92feacc2ba2 /items/INFERNO_ROD.json | |
parent | 4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f (diff) | |
download | NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.gz NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.bz2 NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.zip |
Better Mayor Update Items v1.0 (#1271)
* feat: Better Mayor Update Items v1.0
* fix: Old rainbownames
* feat: Even more Better Mayor Items
* feat: Forge duration on new items
* fix: coordinates for moved npcs
* feat: NPC shop for Liz
* feat: HOTM Reqs for new Mining Equipment
* feat: Event Sack, Remove Soulbound from Fishing and a few other fixes
* feat: Lava Sea Creature HP
Diffstat (limited to 'items/INFERNO_ROD.json')
-rw-r--r-- | items/INFERNO_ROD.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/INFERNO_ROD.json b/items/INFERNO_ROD.json index a0f7bfb0..8f641177 100644 --- a/items/INFERNO_ROD.json +++ b/items/INFERNO_ROD.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§5Inferno Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§8Lava Rod\",1:\"\",2:\"§7Damage: §c+170\",3:\"§7Strength: §c+170\",4:\"§7Sea Creature Chance: §c+10%\",5:\"§7Fishing Speed: §a+60\",6:\" §8[§8α§8] §8[§8α§8]\",7:\"\",8:\"§7§7Increases the chance to catch\",9:\"§7§6Trophy Fish §7by §a15%\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 30§c.\",13:\"§5§lEPIC FISHING ROD\"],Name:\"§5Inferno Rod\"},ExtraAttributes:{id:\"INFERNO_ROD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§8Lava Rod\",1:\"\",2:\"§7Damage: §c+210\",3:\"§7Strength: §c+150\",4:\"§7Sea Creature Chance: §c+10%\",5:\"§7Fishing Speed: §a+60\",6:\" §8[§8α§8] §8[§8α§8]\",7:\"\",8:\"§7§7Increases the chance to catch\",9:\"§7§6Trophy Fish §7by §a15%\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 30§c.\",13:\"§5§lEPIC FISHING ROD\"],Name:\"§5Inferno Rod\"},ExtraAttributes:{id:\"INFERNO_ROD\"}}", "damage": 0, "lore": [ "§7§8Lava Rod", "", - "§7Damage: §c+170", - "§7Strength: §c+170", + "§7Damage: §c+210", + "§7Strength: §c+150", "§7Sea Creature Chance: §c+10%", "§7Fishing Speed: §a+60", " §8[§8α§8] §8[§8α§8]", @@ -33,7 +33,7 @@ "internalname": "INFERNO_ROD", "crafttext": "Requires: Magmafish VIII", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "2.3.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Inferno_Rod", |