From 446eee57d01b3e334a0132854e3392e469baaa16 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 4 Aug 2020 20:36:19 -0400 Subject: Some Fixes v2 --- items/CONJURING_SWORD.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'items/CONJURING_SWORD.json') diff --git a/items/CONJURING_SWORD.json b/items/CONJURING_SWORD.json index 5652b983..3cfc2608 100644 --- a/items/CONJURING_SWORD.json +++ b/items/CONJURING_SWORD.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:stone_sword", "displayname": "§9Conjuring", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d172 §8(246)\",1:\"§7Damage: §c+68 §8(+102.68)\",2:\"§7Strength: §c+36 §8(+54.36)\",3:\"\",4:\"§7Intelligence: §a+85 §8(+128.35)\",5:\"\",6:\"§7§7Reduces the cooldown of Guided\",7:\"§7Sheep by §65 §7seconds, and\",8:\"§7prevents Guided Sheep from\",9:\"§7spawning randomly while holding\",10:\"§7this item.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 35000 / 35000\",14:\"§7§4❣ §cRequires §aCatacombs Level 13\",15:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Conjuring\"},ExtraAttributes:{dungeon_item_level:0,id:\"CONJURING_SWORD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d172 \",1:\"§7Damage: §c+68 \",2:\"§7Strength: §c+36 \",3:\"\",4:\"§7Intelligence: §a+85 \",5:\"\",6:\"§7§7Reduces the cooldown of Guided\",7:\"§7Sheep by §65 §7seconds, and\",8:\"§7prevents Guided Sheep from\",9:\"§7spawning randomly while holding\",10:\"§7this item.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 35000 / 35000\",14:\"§7§4❣ §cRequires §aCatacombs Level 13\",15:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Conjuring\"},ExtraAttributes:{dungeon_item_level:0,id:\"CONJURING_SWORD\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d172 §8(246)", - "§7Damage: §c+68 §8(+102.68)", - "§7Strength: §c+36 §8(+54.36)", + "§7Gear Score: §d172 ", + "§7Damage: §c+68 ", + "§7Strength: §c+36 ", "", - "§7Intelligence: §a+85 §8(+128.35)", + "§7Intelligence: §a+85 ", "", "§7§7Reduces the cooldown of Guided", "§7Sheep by §65 §7seconds, and", @@ -25,5 +25,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.1-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Conjuring" + ] } \ No newline at end of file -- cgit