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/DIAMOND_ATOM.json | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'items/DIAMOND_ATOM.json') diff --git a/items/DIAMOND_ATOM.json b/items/DIAMOND_ATOM.json index 10258228..1296fe0c 100644 --- a/items/DIAMOND_ATOM.json +++ b/items/DIAMOND_ATOM.json @@ -4,20 +4,25 @@ "displayname": "§9Diamond Atom", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb089e85-de4e-3640-bb92-31f5cb6142c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjgzY2Y5YTIxOTFkNTY5ZDE3YmY0YmFiZDAxZjQzYTE3YmU4ZDMyZjExNWM2YzQ3NTE4NmUzZWMxOGMyZWZjZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Perfect §7reforge\",4:\"§7when combined with armor§7.\",5:\"\",6:\"§7§8§oThis miniscule stone is the\",7:\"§8§odream of every blacksmith.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXII§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamond Atom\"},ExtraAttributes:{id:\"DIAMOND_ATOM\"}}", - "modver": "2.1.1-PRE", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb089e85-de4e-3640-bb92-31f5cb6142c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjgzY2Y5YTIxOTFkNTY5ZDE3YmY0YmFiZDAxZjQzYTE3YmU4ZDMyZjExNWM2YzQ3NTE4NmUzZWMxOGMyZWZjZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Perfect §7reforge when\",4:\"§7combined with armor§7.\",5:\"\",6:\"§7§8§oThis miniscule stone is the dream of\",7:\"§8§oevery blacksmith.\",8:\"\",9:\"§9Perfect §7(§6Legendary§7):\",10:\"§7Defense: §a+80\",11:\"\",12:\"§9Perfect Bonus\",13:\"§7Increases §a❈ Defense §7by §a+2%§7.\",14:\"\",15:\"§7Requires §aMining Skill Level XXII§7!\",16:\"\",17:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamond Atom\"},ExtraAttributes:{id:\"DIAMOND_ATOM\"}}", + "modver": "", "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Perfect §7reforge", - "§7when combined with armor§7.", + "§7Applies the §9Perfect §7reforge when", + "§7combined with armor§7.", "", - "§7§8§oThis miniscule stone is the", - "§8§odream of every blacksmith.", + "§7§8§oThis miniscule stone is the dream of", + "§8§oevery blacksmith.", "", - "§7Requires §aMining Skill Level", - "§aXXII§7!", + "§9Perfect §7(§6Legendary§7):", + "§7Defense: §a+80", + "", + "§9Perfect Bonus", + "§7Increases §a❈ Defense §7by §a+2%§7.", + "", + "§7Requires §aMining Skill Level XXII§7!", "", "§9§lRARE REFORGE STONE" ], -- cgit