From 64398a560ef328a787e5106197504a56d9cf80db Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:12:30 +0200 Subject: New Alpha Stuff (#787) * Nerds * More Items * I love stats * I love hypixel * Added and changed stuff from shitty update * editor throwing * I love the github editor * More fixes * Added new stuff to enchants.json Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/PHANTOM_ROD.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'items/PHANTOM_ROD.json') diff --git a/items/PHANTOM_ROD.json b/items/PHANTOM_ROD.json index 5a1edba5..8dd62a6f 100644 --- a/items/PHANTOM_ROD.json +++ b/items/PHANTOM_ROD.json @@ -1,19 +1,18 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§f§f§6Phantom Rod", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+125\",2:\"\",3:\"§6Ability: Phantom Impel §e§lLEFT CLICK\",4:\"§7Terrify hooked enemies pushing\",5:\"§7them away and dealing massive\",6:\"§7damage.\",7:\"\",8:\"§7Increases fishing speed by §965%\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§4❣ §cRequires §aFishing Skill 21\",12:\"§6§lLEGENDARY FISHING WEAPON\"],Name:\"§f§f§6Phantom Rod\"},ExtraAttributes:{id:\"PHANTOM_ROD\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+125\",2:\"§7Fishing Speed: §a+100\",3:\"\",4:\"§6Ability: Phantom Impel §e§lLEFT CLICK\",5:\"§7Terrify hooked enemies pushing\",6:\"§7them away and dealing massive\",7:\"§7damage.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aFishing Skill 21\",11:\"§6§lLEGENDARY FISHING WEAPON\"],Name:\"§f§f§6Phantom Rod\"},ExtraAttributes:{id:\"PHANTOM_ROD\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Damage: §c+200", "§7Strength: §c+125", + "§7Fishing Speed: §a+100", "", "§6Ability: Phantom Impel §e§lLEFT CLICK", "§7Terrify hooked enemies pushing", "§7them away and dealing massive", "§7damage.", "", - "§7Increases fishing speed by §965%", - "", "§7§8This item can be reforged!", "§4❣ §cRequires §aFishing Skill 21", "§6§lLEGENDARY FISHING WEAPON" @@ -21,9 +20,9 @@ "internalname": "PHANTOM_ROD", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Phantom_Rod" ] -} +} \ No newline at end of file -- cgit