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/PETRIFIED_STARFALL.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'items/PETRIFIED_STARFALL.json') diff --git a/items/PETRIFIED_STARFALL.json b/items/PETRIFIED_STARFALL.json index c5600663..678fe729 100644 --- a/items/PETRIFIED_STARFALL.json +++ b/items/PETRIFIED_STARFALL.json @@ -1,27 +1,25 @@ { "itemid": "minecraft:skull", "displayname": "§5Petrified Starfall", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Stellar §7reforge when\",4:\"§7combined with a pickaxe or drill§7.\",5:\"\",6:\"§7§8§oIt\u0027s not actually a star.\",7:\"\",8:\"§9Stellar §7(§6Legendary§7):\",9:\"§7Defense: §a+20\",10:\"§7Strength: §c+20\",11:\"§7Mining Speed: §a+15\",12:\"\",13:\"§9Stellar Bonus\",14:\"§7Deals §a+1 §7extra damage to §5Star\",15:\"§5Sentries §7and increases the chance\",16:\"§7for §9Starfall §7to drop from them by\",17:\"§7§a20%§7.\",18:\"\",19:\"§7Requires §aMining Skill Level XXVI§7!\",20:\"\",21:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Stellar §7reforge when\",4:\"§7combined with a mining tool§7.\",5:\"\",6:\"§7§8§oIt\u0027s not actually a star.\",7:\"\",8:\"§9Stellar §7(§6Legendary§7):\",9:\"§7Mining Speed: §a+40\",10:\"§7Mining Fortune: §a+25\",11:\"\",12:\"§9Stellar Bonus\",13:\"§7Earn §2+14% Mithril Powder §7and §6+55☘\",14:\"§6Mining Fortune §7when mining near a\",15:\"§7Fallen Star.\",16:\"\",17:\"§7Requires §aMining Skill Level XXVI§7!\",18:\"\",19:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"}}", "damage": 3, "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", "§7Applies the §9Stellar §7reforge when", - "§7combined with a pickaxe or drill§7.", + "§7combined with a mining tool§7.", "", "§7§8§oIt\u0027s not actually a star.", "", "§9Stellar §7(§6Legendary§7):", - "§7Defense: §a+20", - "§7Strength: §c+20", - "§7Mining Speed: §a+15", + "§7Mining Speed: §a+40", + "§7Mining Fortune: §a+25", "", "§9Stellar Bonus", - "§7Deals §a+1 §7extra damage to §5Star", - "§5Sentries §7and increases the chance", - "§7for §9Starfall §7to drop from them by", - "§7§a20%§7.", + "§7Earn §2+14% Mithril Powder §7and §6+55☘", + "§6Mining Fortune §7when mining near a", + "§7Fallen Star.", "", "§7Requires §aMining Skill Level XXVI§7!", "", -- cgit