From 9d995cfe933637aef43c36d8420c7cc7f744163d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 25 Feb 2024 09:21:31 +0100 Subject: Fixed Phantom Fisher, Power scroll lore and undead mob (#1116) --- items/RUBY_POWER_SCROLL.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'items/RUBY_POWER_SCROLL.json') diff --git a/items/RUBY_POWER_SCROLL.json b/items/RUBY_POWER_SCROLL.json index 216cda9b..d203be97 100644 --- a/items/RUBY_POWER_SCROLL.json +++ b/items/RUBY_POWER_SCROLL.json @@ -1,20 +1,17 @@ { "itemid": "minecraft:writable_book", - "displayname": "§f§f§cRuby Power Scroll", - "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Gain back §a1% §7of your\",3:\"§7missing §c❤ Health §7when using\",4:\"§7your §e§lRIGHT CLICK §6Item\",5:\"§6Ability§7. Has a §c5s\",6:\"§c§7cooldown.\",7:\"\",8:\"§7§7Can be combined with any §bitem\",9:\"§b§7with a §e§lRIGHT CLICK §6Item\",10:\"§6Ability §7at an anvil.\",11:\"\",12:\"§5§lEPIC\"],Name:\"§f§f§cRuby Power Scroll\"},ExtraAttributes:{id:\"RUBY_POWER_SCROLL\"},resolved:0b}", + "displayname": "§cRuby Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Heal back §a1% §7of your missing §c❤\",3:\"§cHealth §7when using your §e§lRIGHT\",4:\"§e§lCLICK §6Item Ability§7. Has a §c5s §7cooldown.\",5:\"\",6:\"§7§7Can be combined with any §bitem §7with a §e§lRIGHT\",7:\"§e§lCLICK §6Item Ability §7at an anvil.\",8:\"\",9:\"§5§lEPIC\"],Name:\"§cRuby Power Scroll\"},ExtraAttributes:{id:\"RUBY_POWER_SCROLL\"},resolved:0b}", "damage": 0, "lore": [ "§7§8Combinable in Anvil", "", - "§7§7Gain back §a1% §7of your", - "§7missing §c❤ Health §7when using", - "§7your §e§lRIGHT CLICK §6Item", - "§6Ability§7. Has a §c5s", - "§c§7cooldown.", + "§7§7Heal back §a1% §7of your missing §c❤", + "§cHealth §7when using your §e§lRIGHT", + "§e§lCLICK §6Item Ability§7. Has a §c5s §7cooldown.", "", - "§7§7Can be combined with any §bitem", - "§b§7with a §e§lRIGHT CLICK §6Item", - "§6Ability §7at an anvil.", + "§7§7Can be combined with any §bitem §7with a §e§lRIGHT", + "§e§lCLICK §6Item Ability §7at an anvil.", "", "§5§lEPIC" ], @@ -32,7 +29,7 @@ "internalname": "RUBY_POWER_SCROLL", "crafttext": "Requires Gemstone Collection VII", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Power_Scroll", -- cgit