From 9b3005d4a487f8ab309020e86d024fdb756c4cff Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:44:43 +0200 Subject: feat: Dye Changes Part 1 (#1308) * feat: Dye Changes Part 1 * More changes * feat: Fishing Sack changes * fix: Emerald Artifact in misc file --- items/FANCY_SWORD.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'items/FANCY_SWORD.json') diff --git a/items/FANCY_SWORD.json b/items/FANCY_SWORD.json index d352e660..07a0e3a3 100644 --- a/items/FANCY_SWORD.json +++ b/items/FANCY_SWORD.json @@ -4,25 +4,14 @@ "displayname": "§fFancy Sword", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§9First Strike I\",3:\"§7Increases melee damage dealt by\",4:\"§7§a25% §7for the first hit on a\",5:\"§7mob.\",6:\"§9Scavenger I\",7:\"§7Scavenge §60.3 Coins §7per\",8:\"§7monster level on kill.\",9:\"§9Sharpness II\",10:\"§7Increases melee damage dealt by\",11:\"§7§a10%§7\",12:\"§9Vampirism I\",13:\"§7Heals for §a1%§7 of your missing\",14:\"§7health whenever you kill an\",15:\"§7enemy.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§f§lCOMMON SWORD\"],Name:\"§fFancy Sword\"},ExtraAttributes:{id:\"FANCY_SWORD\",enchantments:{first_strike:1,scavenger:1,sharpness:2,vampirism:1}}}", - "modver": "2.1.0-REL", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§6Ability: Bejeweled Blade \",3:\"§7Deals §a+150% §7damage to mobs on\",4:\"§7§bMining Islands§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON SWORD\"],Name:\"§fFancy Sword\"},ExtraAttributes:{id:\"FANCY_SWORD\"}}", + "modver": "", "lore": [ "§7Damage: §c+20", "", - "§9First Strike I", - "§7Increases melee damage dealt by", - "§7§a25% §7for the first hit on a", - "§7mob.", - "§9Scavenger I", - "§7Scavenge §60.3 Coins §7per", - "§7monster level on kill.", - "§9Sharpness II", - "§7Increases melee damage dealt by", - "§7§a10%§7", - "§9Vampirism I", - "§7Heals for §a1%§7 of your missing", - "§7health whenever you kill an", - "§7enemy.", + "§6Ability: Bejeweled Blade ", + "§7Deals §a+150% §7damage to mobs on", + "§7§bMining Islands§7.", "", "§7§8This item can be reforged!", "§f§lCOMMON SWORD" @@ -31,5 +20,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fancy_Sword", "https://wiki.hypixel.net/Fancy_Sword" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit