From 6888a8389e7e479826ed00c686c6d63f6f0e29fa Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Sun, 17 Sep 2023 13:09:53 +0200 Subject: Description fixes (#987) * Description fixes https://canary.discord.com/channels/516977525906341928/1152464209829953607 2nd times the charm or something like that * Another few fixes * More fixes * Forgot something * Update MIDAS_JEWEL.json --- items/LEAPING_SWORD.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'items/LEAPING_SWORD.json') diff --git a/items/LEAPING_SWORD.json b/items/LEAPING_SWORD.json index 1c553eb5..0abbad37 100644 --- a/items/LEAPING_SWORD.json +++ b/items/LEAPING_SWORD.json @@ -1,20 +1,19 @@ { "itemid": "minecraft:golden_sword", - "displayname": "§5Leaping Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal\",6:\"§7§c4,242§7 damage to nearby\",7:\"§7enemies upon landing on the\",8:\"§7ground. Damaged enemies will\",9:\"§7also be frozen for §a1.0\",10:\"§a§7second.\",11:\"§8Mana Cost: §350\",12:\"§8Cooldown: §a1s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\"],Name:\"§5Leaping Sword\"},ExtraAttributes:{runes:{SNOW:3},id:\"LEAPING_SWORD\"}}", + "displayname": "§f§f§5Leaping Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal\",6:\"§7§c350§7 damage to nearby\",7:\"§7enemies upon landing on the\",8:\"§7ground. Damaged enemies will\",9:\"§7also be frozen for §a1 §7second.\",10:\"§8Mana Cost: §350\",11:\"§8Cooldown: §a1s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC SWORD\"],Name:\"§f§f§5Leaping Sword\"},ExtraAttributes:{id:\"LEAPING_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+150", "§7Strength: §c+100", "§7Crit Damage: §c+25%", "", - "§6Ability: Leap §e§lRIGHT CLICK", + "§6Ability: Leap §e§lRIGHT CLICK", "§7Leap into the air and deal", - "§7§c4,242§7 damage to nearby", + "§7§c350§7 damage to nearby", "§7enemies upon landing on the", "§7ground. Damaged enemies will", - "§7also be frozen for §a1.0", - "§a§7second.", + "§7also be frozen for §a1 §7second.", "§8Mana Cost: §350", "§8Cooldown: §a1s", "", @@ -34,7 +33,7 @@ }, "internalname": "LEAPING_SWORD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Leaping_Sword", -- cgit