From bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:56:50 +0200 Subject: SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & B… (#956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & Bug Fixes * Added right click to sack * Added undead to lore * Fixed Wisp's and mana steal enchant --- items/SKELETON_MASTER_LEGGINGS.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'items/SKELETON_MASTER_LEGGINGS.json') diff --git a/items/SKELETON_MASTER_LEGGINGS.json b/items/SKELETON_MASTER_LEGGINGS.json index 5cb01495..ab14b0f4 100644 --- a/items/SKELETON_MASTER_LEGGINGS.json +++ b/items/SKELETON_MASTER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Skeleton Master Leggings", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d132\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+22%\",3:\"§7Health: §a+24\",4:\"§7Defense: §a+38\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"§6Full Set Bonus: Skeleton Master\",9:\"§7Increase the damage you deal\",10:\"§7with arrows by §c25%§7.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §cCatacombs Skill\",15:\"§c12§c.\",16:\"§5§lEPIC DUNGEON LEGGINGS\"],color:16739083,Name:\"§5Skeleton Master Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_MASTER_LEGGINGS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d132\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+22%\",3:\"§7Health: §a+24\",4:\"§7Defense: §a+38\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"§6Full Set Bonus: Skeleton Master\",9:\"§7Increase the damage you deal\",10:\"§7with arrows by §c25%§7.\",11:\"\",12:\"§2This armor piece is undead ༕!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§aPerfect 52500 / 52500\",16:\"§7§4❣ §cRequires §cCatacombs Skill\",17:\"§c12§c.\",18:\"§5§lEPIC DUNGEON LEGGINGS\"],color:16739083,Name:\"§5Skeleton Master Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_MASTER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d132", @@ -16,6 +16,8 @@ "§7Increase the damage you deal", "§7with arrows by §c25%§7.", "", + "§2This armor piece is undead ༕!", + "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", "§7§4❣ §cRequires §cCatacombs Skill", -- cgit