From 330cb4ae1a802f40bbcfbde0b24bafd92169eaf0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:02:18 +0200 Subject: feat: Misc changes (#1350) * feat: Reforge Stone lore changes * feat: Garden -> The Garden changes * feat: Beetle + Cricket Skin changes and tac sword change * feat: Golden Dragon and Ascension Rope lore changes --- items/TACTICIAN_SWORD.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'items/TACTICIAN_SWORD.json') diff --git a/items/TACTICIAN_SWORD.json b/items/TACTICIAN_SWORD.json index b5356714..f928403c 100644 --- a/items/TACTICIAN_SWORD.json +++ b/items/TACTICIAN_SWORD.json @@ -1,18 +1,17 @@ { "itemid": "minecraft:wooden_sword", "displayname": "§9Tactician\u0027s Sword", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Crit Chance: §c+20%\",2:\"\",3:\"§7§7Gains §c+15 Damage §7for\",4:\"§7each Combat collection of\",5:\"§7Tier VII and over of its\",6:\"§7wearer.\",7:\"\",8:\"§7Your Collections: §e§k0§7/§e11\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE SWORD\"],Name:\"§9Tactician\u0027s Sword\"},ExtraAttributes:{id:\"TACTICIAN_SWORD\"},AttributeModifiers:[]}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Crit Chance: §c+20%\",2:\"\",3:\"§7§7Gains §c+15 Damage §7for each\",4:\"§7Combat collection at Tier VII or\",5:\"§7higher.\",6:\"\",7:\"§7Your Collections: §e§k1§7/§e11\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE SWORD\"],Name:\"§9Tactician\u0027s Sword\"},ExtraAttributes:{id:\"TACTICIAN_SWORD\"}}", "damage": 0, "lore": [ - "§7Damage: §c+50", + "§7Damage: §c+200", "§7Crit Chance: §c+20%", "", - "§7§7Gains §c+15 Damage §7for", - "§7each Combat collection of", - "§7Tier VII and over of its", - "§7wearer.", + "§7§7Gains §c+15 Damage §7for each", + "§7Combat collection at Tier VII or", + "§7higher.", "", - "§7Your Collections: §e§k0§7/§e11", + "§7Your Collections: §e§k1§7/§e11", "", "§7§8This item can be reforged!", "§9§lRARE SWORD" @@ -20,11 +19,11 @@ "internalname": "TACTICIAN_SWORD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Tactician's_Sword", - "https://wiki.hypixel.net/Tactician's_Sword" + "https://hypixel-skyblock.fandom.com/wiki/Tactician\u0027s_Sword", + "https://wiki.hypixel.net/Tactician\u0027s_Sword" ], "recipes": [ { -- cgit