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/CANDY_CORN.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'items/CANDY_CORN.json') diff --git a/items/CANDY_CORN.json b/items/CANDY_CORN.json index 7513cc82..1a7b53ff 100644 --- a/items/CANDY_CORN.json +++ b/items/CANDY_CORN.json @@ -1,21 +1,29 @@ { "itemid": "minecraft:skull", "displayname": "§9Candy Corn", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a0abae4f-e197-39c8-9ddb-0d67166c127a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmQ4Njc2N2Q0ZjFjYTI4NjhiNjc1Njk2YzcyMTc4Y2Q3NGM0ZWI2YzI4ZjNjN2FmYzgyZWRkMDkwY2EyY2E0NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Candied §7reforge\",4:\"§7when combined with armor§7.\",5:\"\",6:\"§9§lRARE REFORGE STONE\"],Name:\"§9Candy Corn\"},ExtraAttributes:{id:\"CANDY_CORN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a0abae4f-e197-39c8-9ddb-0d67166c127a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmQ4Njc2N2Q0ZjFjYTI4NjhiNjc1Njk2YzcyMTc4Y2Q3NGM0ZWI2YzI4ZjNjN2FmYzgyZWRkMDkwY2EyY2E0NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Candied §7reforge when\",4:\"§7combined with armor§7.\",5:\"\",6:\"§9Candied §7(§6Legendary§7):\",7:\"§7Health: §a+8\",8:\"§7Defense: §a+4\",9:\"\",10:\"§9Candied Bonus\",11:\"§7Increases the chance to find candy\",12:\"§7during the §6Spooky Festival §7by §a+1%§7.\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Candy Corn\"},ExtraAttributes:{id:\"CANDY_CORN\"}}", "damage": 3, "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Candied §7reforge", - "§7when combined with armor§7.", + "§7Applies the §9Candied §7reforge when", + "§7combined with armor§7.", + "", + "§9Candied §7(§6Legendary§7):", + "§7Health: §a+8", + "§7Defense: §a+4", + "", + "§9Candied Bonus", + "§7Increases the chance to find candy", + "§7during the §6Spooky Festival §7by §a+1%§7.", "", "§9§lRARE REFORGE STONE" ], "internalname": "CANDY_CORN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Candy_Corn", -- cgit