diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2023-09-17 13:09:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 13:09:53 +0200 |
commit | 6888a8389e7e479826ed00c686c6d63f6f0e29fa (patch) | |
tree | 5ff3f7ccac62f18e8c3e0ea363db2d9c323999ed /items/LEAPING_SWORD.json | |
parent | f740e79fb4d4f695c05dc06ffc5a12ed592761f9 (diff) | |
download | NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.gz NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.bz2 NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.zip |
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
Diffstat (limited to 'items/LEAPING_SWORD.json')
-rw-r--r-- | items/LEAPING_SWORD.json | 13 |
1 files changed, 6 insertions, 7 deletions
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", |