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/SILK_EDGE_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/SILK_EDGE_SWORD.json')
-rw-r--r-- | items/SILK_EDGE_SWORD.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/items/SILK_EDGE_SWORD.json b/items/SILK_EDGE_SWORD.json index b77cfa2c..4bb78e37 100644 --- a/items/SILK_EDGE_SWORD.json +++ b/items/SILK_EDGE_SWORD.json @@ -1,20 +1,19 @@ { "itemid": "minecraft:golden_sword", - "displayname": "§6Silk-Edge Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+175\",1:\"§7Strength: §c+125\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal\",6:\"§7§c444§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:\"§6§lLEGENDARY SWORD\"],Name:\"§6Silk-Edge Sword\"},ExtraAttributes:{id:\"SILK_EDGE_SWORD\"}}", + "displayname": "§f§f§6Silk-Edge Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+175\",1:\"§7Strength: §c+125\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal\",6:\"§7§c400§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:\"§6§lLEGENDARY SWORD\"],Name:\"§f§f§6Silk-Edge Sword\"},ExtraAttributes:{id:\"SILK_EDGE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+175", "§7Strength: §c+125", "§7Crit Damage: §c+25%", "", - "§6Ability: Leap §e§lRIGHT CLICK", + "§6Ability: Leap §e§lRIGHT CLICK", "§7Leap into the air and deal", - "§7§c444§7 damage to nearby", + "§7§c400§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,11 +33,11 @@ }, "internalname": "SILK_EDGE_SWORD", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Silk-Edge_Sword", "https://wiki.hypixel.net/Silk-Edge_Sword" ], "crafttext": "" -} +}
\ No newline at end of file |