diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
commit | 446eee57d01b3e334a0132854e3392e469baaa16 (patch) | |
tree | 9e6aabbdb7f5b77beba758f8014226da2811e6b4 /items/CONJURING_SWORD.json | |
parent | daf1557b85b7c890923bae7e4519a9336697dc36 (diff) | |
download | NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.gz NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.bz2 NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.zip |
Some Fixes v2
Diffstat (limited to 'items/CONJURING_SWORD.json')
-rw-r--r-- | items/CONJURING_SWORD.json | 15 |
1 files changed, 9 insertions, 6 deletions
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 |