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/GIANT_TOOTH.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'items/GIANT_TOOTH.json') diff --git a/items/GIANT_TOOTH.json b/items/GIANT_TOOTH.json index 5eae8a5c..78cb7362 100644 --- a/items/GIANT_TOOTH.json +++ b/items/GIANT_TOOTH.json @@ -1,26 +1,28 @@ { "itemid": "minecraft:skull", "displayname": "§5Giant Tooth", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"61e2a290-8404-3060-8199-a779367d804d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBjODQzMjBmNGIwZmNkODM5MWI4YTIwZjUzYmQ0MTYxMmNhNmE1MGU3NTgzMDk1MjU5NzFmNzdhY2UyZCJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Giant §7reforge\",4:\"§7when combined with armor§7.\",5:\"\",6:\"§7§8§oSuper clean, great hygiene.\",7:\"\",8:\"§7Requires §aMining Skill Level\",9:\"§aXXV§7!\",10:\"\",11:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Giant Tooth\"},ExtraAttributes:{id:\"GIANT_TOOTH\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"61e2a290-8404-3060-8199-a779367d804d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBjODQzMjBmNGIwZmNkODM5MWI4YTIwZjUzYmQ0MTYxMmNhNmE1MGU3NTgzMDk1MjU5NzFmNzdhY2UyZCJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Giant §7reforge when\",4:\"§7combined with armor§7.\",5:\"\",6:\"§7§8§oSuper clean, great hygiene.\",7:\"\",8:\"§9Giant §7(§6Legendary§7):\",9:\"§7Health: §a+180\",10:\"\",11:\"§7Requires §aMining Skill Level XXV§7!\",12:\"\",13:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Giant Tooth\"},ExtraAttributes:{id:\"GIANT_TOOTH\"}}", "damage": 3, "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Giant §7reforge", - "§7when combined with armor§7.", + "§7Applies the §9Giant §7reforge when", + "§7combined with armor§7.", "", "§7§8§oSuper clean, great hygiene.", "", - "§7Requires §aMining Skill Level", - "§aXXV§7!", + "§9Giant §7(§6Legendary§7):", + "§7Health: §a+180", + "", + "§7Requires §aMining Skill Level XXV§7!", "", "§5§lEPIC REFORGE STONE" ], "internalname": "GIANT_TOOTH", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Giant_Tooth", -- cgit