From 25c10733446916c439ce6f0e8a4b534fab3ea995 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 30 Mar 2021 12:30:04 +0200 Subject: Added Skins (Hypixel likes Money), changed Mobs to Heads, fixed a few things and added a Item (#448) --- items/PHANTOM_SPIRIT_MONSTER.json | 48 +++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 19 deletions(-) (limited to 'items/PHANTOM_SPIRIT_MONSTER.json') diff --git a/items/PHANTOM_SPIRIT_MONSTER.json b/items/PHANTOM_SPIRIT_MONSTER.json index 438eb1d6..672894df 100644 --- a/items/PHANTOM_SPIRIT_MONSTER.json +++ b/items/PHANTOM_SPIRIT_MONSTER.json @@ -1,19 +1,29 @@ -{ - "itemid": "minecraft:spawn_egg", - "displayname": "§9Phantom Spirit (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Phantom Spirit is a mob added in the\",1:\"§7Spooky Festival v2 Update. It can only spawn\",2:\"§during the night during Spooky Festivals\"],Name:\"§9Phantom Spirit (Monster)\"},ExtraAttributes:{id:\"PHANTOM_SPIRIT_MONSTER\"}}", - "damage": 54, - "lore": [ - "§7The Phantom Spirit is a mob added in the", - "§7Spooky Festival v2 Update. It can only spawn", - "§during the night during Spooky Festivals" - ], - "internalname": "PHANTOM_SPIRIT_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Phantom_Spirit" - ], - "entityrender": "Zombie" - } \ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§9Phantom Spirit (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"805d7035-5f25-37ea-8530-7c0d09156c8e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzcyMjc5NzYzNywKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjUzYjJmN2M1ZTE3N2JkNjdjZWFkMzBkMGVlNTM0MjVjNzY4NGM5NzVjOGMyYTUyNzNhMDljYTQ5YTFmNmNkZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7The Phantom Spirit is a mob added in the\",1:\"§7Spooky Festival v2 Update. It can only spawn\",2:\"§7during the night during Spooky Festivals.\",3:\"\",4:\"§7Coins per Kill: §61\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §aGreen Candy §8x1-2\",9:\"\",10:\"§aUncommon Loot\",11:\"§8 ■ §5Purple Candy §8(§a5%§8)\",12:\"§8 ■ §9Ectoplasm §8(§a10%§8)\"],Name:\"§9Phantom Spirit (Monster)\"},ExtraAttributes:{id:\"PHANTOM_SPIRIT_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Phantom Spirit is a mob added in the", + "§7Spooky Festival v2 Update. It can only spawn", + "§7during the night during Spooky Festivals.", + "", + "§7Coins per Kill: §61", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §aGreen Candy §8x1-2", + "", + "§aUncommon Loot", + "§8 ■ §5Purple Candy §8(§a5%§8)", + "§8 ■ §9Ectoplasm §8(§a10%§8)" + ], + "internalname": "PHANTOM_SPIRIT_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Phantom_Spirit" + ], + "crafttext": "" +} \ No newline at end of file -- cgit