diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/WRAITH_MONSTER.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/WRAITH_MONSTER.json')
-rw-r--r-- | items/WRAITH_MONSTER.json | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/items/WRAITH_MONSTER.json b/items/WRAITH_MONSTER.json index 7f3aa5f8..8b868c7a 100644 --- a/items/WRAITH_MONSTER.json +++ b/items/WRAITH_MONSTER.json @@ -1,12 +1,22 @@ {
- "itemid": "minecraft:spawn_egg",
- "displayname": "§9Scary Jerry (Monster)",
- "nbttag": "{display:{Lore:[0:\"§7The Wraith is a mob added in the\",1:\"§7Spooky Festival v2 Update. It can only spawn\",2:\"§during the night during Spooky Festivals\"],Name:\"§9Wraith (Monster)\"},ExtraAttributes:{id:\"WRAITH_MONSTER\"}}",
- "damage": 54,
+ "itemid": "minecraft:skull",
+ "displayname": "§9 Wraith (Monster)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bca22b11-8e4c-386a-8824-7b2bd6364cde\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzczMzcxNjI0MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVhYmMzMDc1Y2Y0MWYzOGU2ZGYxMjM2Yjk1Y2FhZmNiYTFiZWUyMmM0OWQ4MDRiOTQyNzQ4OGMyZjZlMGVmYyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Keeper of Arachne\",1:\"\",2:\"§c❤ Health§8: §c100.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §fSpider Eye\",8:\"§8 ■ §fString §8(§a50%§8)\",9:\"§8 ■ §9Arachne\u0027s Keeper Fragment\"],Name:\"§9Arachne\u0027s Keeper (Mini Boss)\"},ExtraAttributes:{id:\"ARACHNES_KEEPER_MINIBOSS\"}}",
+ "damage": 3,
"lore": [
"§7The Wraith is a mob added in the",
"§7Spooky Festival v2 Update. It can only spawn",
- "§during the night during Spooky Festivals"
+ "§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": "WRAITH_MONSTER",
"clickcommand": "",
@@ -14,6 +24,5 @@ "infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Wraith"
- ],
- "entityrender": "Zombie"
+ ]
}
\ No newline at end of file |