From 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Fri, 22 Apr 2022 06:02:14 +0200 Subject: Crimson Isle fixes (#722) * One soul was missing * max souls 228 -> 238 * Potion description changed * Fixed belt stats * Fixed belts * Changed description to variable numbers * Fixed Rods, changed order of abiphones * Changed descrption of the power stones * Changed description of power stones * Added new Crimson Isle zones Should be almost all --- items/PRECIOUS_PEARL.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/PRECIOUS_PEARL.json') diff --git a/items/PRECIOUS_PEARL.json b/items/PRECIOUS_PEARL.json index 787b358a..a004c061 100644 --- a/items/PRECIOUS_PEARL.json +++ b/items/PRECIOUS_PEARL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Precious Pearl", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6d7137b3-66e3-31b1-bd58-eda4b5708ed5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRhNWRiOGVhNzk3N2M3Zjk2YTY4ZGZlMWZhNDliNjZlYWZiZWNkMzgxMWE2YjZkM2QxNzdkZGE1Zjk0MjMxMyJ9fX0\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aPleasant §7power.\",5:\"\",6:\"§7At §6750 Magical Power§7:\",7:\"§c+348❤ Health\",8:\"§a+373❈ Defense\",9:\"\",10:\"§7Requires §aCombat Skill Level XXV§7!\",11:\"\",12:\"§5§lEPIC POWER STONE\"],Name:\"§5Precious Pearl\"},ExtraAttributes:{id:\"PRECIOUS_PEARL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6d7137b3-66e3-31b1-bd58-eda4b5708ed5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRhNWRiOGVhNzk3N2M3Zjk2YTY4ZGZlMWZhNDliNjZlYWZiZWNkMzgxMWE2YjZkM2QxNzdkZGE1Zjk0MjMxMyJ9fX0\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aPleasant §7power.\",5:\"\",6:\"§7At §6§kmmm§r §6Magical Power§7:\",7:\"§c+§kmmm❤§r §cHealth\",8:\"§a+§kmmm❈§r §aDefense\",9:\"\",10:\"§7Requires §aCombat Skill Level XXV§7!\",11:\"\",12:\"§5§lEPIC POWER STONE\"],Name:\"§5Precious Pearl\"},ExtraAttributes:{id:\"PRECIOUS_PEARL\"}}", "damage": 3, "lore": [ "§8Power Stone", @@ -10,9 +10,9 @@ "§7§6Thaumaturgist §7to permanently", "§7unlock the §aPleasant §7power.", "", - "§7At §6750 Magical Power§7:", - "§c+348❤ Health", - "§a+373❈ Defense", + "§7At §6§kmmm§r §6Magical Power§7:", + "§c+§kmmm❤§r §cHealth", + "§a+§kmmm❈§r §aDefense", "", "§7Requires §aCombat Skill Level XXV§7!", "", -- cgit