From 182c78af43cce410c21ac0998f511b18cdd44ece Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:51:41 +0200 Subject: Added new rune, added nether npc, removed some alpha items (#953) * Added new rune, added nether npc, removed some alpha items * Added more npcs * Fixed lore of boots and added brewing ingrdient to lores * Fixed enigma soul and lore of power stone * Added undead to more * Removed weird npc * Fixed lore catacombs skill items * Added more mobs and npcs, fixed enderman pet lore * Added Lifeguard Chair * Added Vampire Slayer to crafttext * Made Game Breaker and Annihilator very special * Added Talbot and Kuudra Believer Npc * Added special xp value for vampire * Added fancy name --- items/LESSER_ORB_OF_HEALING.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'items/LESSER_ORB_OF_HEALING.json') diff --git a/items/LESSER_ORB_OF_HEALING.json b/items/LESSER_ORB_OF_HEALING.json index e6104548..1b542b5e 100644 --- a/items/LESSER_ORB_OF_HEALING.json +++ b/items/LESSER_ORB_OF_HEALING.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Lesser Orb of Healing", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b63053e-d6b2-36a4-b782-31fcf103589e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjgzMjM2NjM5NjA3MDM2YzFiYTM5MWMyYjQ2YTljN2IwZWZkNzYwYzhiZmEyOTk2YTYwNTU1ODJiNGRhNSJ9fX0=\"}]}},display:{Lore:[0:\"§7A shard of a Dungeon Blessing,\",1:\"§7capable of being bestowed upon\",2:\"§7another player for a continuous\",3:\"§7buff, but draining mana.\",4:\"\",5:\"§aOrb of Life §e§lRIGHT CLICK TEAMMATE\",6:\"§7Grants §a+5%§7 HP per second.\",7:\"§8Mana Drain: §350 per second\",8:\"\",9:\"§7§4❣ §cRequires §aCatacombs Level 16\",10:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Lesser Orb of Healing\"},ExtraAttributes:{id:\"LESSER_ORB_OF_HEALING\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b63053e-d6b2-36a4-b782-31fcf103589e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjgzMjM2NjM5NjA3MDM2YzFiYTM5MWMyYjQ2YTljN2IwZWZkNzYwYzhiZmEyOTk2YTYwNTU1ODJiNGRhNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7A shard of a Dungeon Blessing,\",1:\"§7capable of being bestowed upon\",2:\"§7another player for a continuous\",3:\"§7buff, but draining mana.\",4:\"\",5:\"§aOrb of Life §e§lRIGHT CLICK TEAMMATE\",6:\"§7Grants §a+5%§7 HP per second.\",7:\"§8Mana Drain: §350 per second\",8:\"\",9:\"§7§4❣ §cRequires §cCatacombs Skill\",10:\"§c16§c.\",11:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Lesser Orb of Healing\"},ExtraAttributes:{id:\"LESSER_ORB_OF_HEALING\"}}", "damage": 3, "lore": [ "§7A shard of a Dungeon Blessing,", @@ -13,7 +13,8 @@ "§7Grants §a+5%§7 HP per second.", "§8Mana Drain: §350 per second", "", - "§7§4❣ §cRequires §aCatacombs Level 16", + "§7§4❣ §cRequires §cCatacombs Skill", + "§c16§c.", "§5§lEPIC DUNGEON ITEM" ], "recipe": { @@ -29,7 +30,7 @@ }, "internalname": "LESSER_ORB_OF_HEALING", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ -- cgit