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/OPTICAL_LENS.json | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'items/OPTICAL_LENS.json') diff --git a/items/OPTICAL_LENS.json b/items/OPTICAL_LENS.json index db9d98c7..bf682548 100644 --- a/items/OPTICAL_LENS.json +++ b/items/OPTICAL_LENS.json @@ -4,21 +4,29 @@ "displayname": "§9Optical Lens", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"313555be-f416-34d5-bafa-22266fcb159d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDdmMTZiZDQ1N2VkMjc3MTYwMGQyMmFiMDkwZDYyOTAzMDQ1NTcxMTg3Y2VkMzRlNGYwNDNhMGZhMGJhMjExNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Precise §7reforge\",4:\"§7when combined with a bow§7.\",5:\"\",6:\"§7§8§oThis vicious material can\",7:\"§8§osometimes be found on the floor\",8:\"§8§oof The Catacombs.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Optical Lens\"},ExtraAttributes:{id:\"OPTICAL_LENS\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"313555be-f416-34d5-bafa-22266fcb159d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDdmMTZiZDQ1N2VkMjc3MTYwMGQyMmFiMDkwZDYyOTAzMDQ1NTcxMTg3Y2VkMzRlNGYwNDNhMGZhMGJhMjExNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Precise §7reforge when\",4:\"§7combined with a bow§7.\",5:\"\",6:\"§7§8§oThis vicious material can sometimes\",7:\"§8§obe found on the floor of The\",8:\"§8§oCatacombs.\",9:\"\",10:\"§9Precise §7(§6Legendary§7):\",11:\"§7Strength: §c+25\",12:\"§7Crit Chance: §c+13%\",13:\"§7Crit Damage: §c+50%\",14:\"\",15:\"§9Precise Bonus\",16:\"§7Deal §a+10% §7extra damage when\",17:\"§7arrows hit the head of a mob.\",18:\"\",19:\"§7Requires §aMining Skill Level XXII§7!\",20:\"\",21:\"§9§lRARE REFORGE STONE\"],Name:\"§9Optical Lens\"},ExtraAttributes:{id:\"OPTICAL_LENS\"}}", + "modver": "", "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Precise §7reforge", - "§7when combined with a bow§7.", + "§7Applies the §9Precise §7reforge when", + "§7combined with a bow§7.", "", - "§7§8§oThis vicious material can", - "§8§osometimes be found on the floor", - "§8§oof The Catacombs.", + "§7§8§oThis vicious material can sometimes", + "§8§obe found on the floor of The", + "§8§oCatacombs.", "", - "§7Requires §aMining Skill Level", - "§aXXII§7!", + "§9Precise §7(§6Legendary§7):", + "§7Strength: §c+25", + "§7Crit Chance: §c+13%", + "§7Crit Damage: §c+50%", + "", + "§9Precise Bonus", + "§7Deal §a+10% §7extra damage when", + "§7arrows hit the head of a mob.", + "", + "§7Requires §aMining Skill Level XXII§7!", "", "§9§lRARE REFORGE STONE" ], -- cgit