diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-08 01:26:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 19:26:16 -0400 |
commit | 6a436fd516aefa90ce2366272318fc67758bcbba (patch) | |
tree | 60bd10e7357fae0363689f073880e1f99cd0d5f4 /items/BATTY_WITCH_MONSTER.json | |
parent | 7f1e7145a27783512953993de5d79b055bb64de3 (diff) | |
download | NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.gz NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.bz2 NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.zip |
Stuff (#486)
Diffstat (limited to 'items/BATTY_WITCH_MONSTER.json')
-rw-r--r-- | items/BATTY_WITCH_MONSTER.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/BATTY_WITCH_MONSTER.json b/items/BATTY_WITCH_MONSTER.json new file mode 100644 index 00000000..778413c0 --- /dev/null +++ b/items/BATTY_WITCH_MONSTER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aBatty Witch (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Batty Witch can only spawn during the,\",1:\"§7Spooky Festival and from Trick or Treat boxes.\",2:\"§7This enemy spawns bats that follows a player\",3:\"§7and explodes on them.\",4:\"\",5:\"§c❤ Health§8: §c10\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§aGreen Candy §a(0-2x)\",9:\"§5Purple Candy §a(0-1x)\"],Name:\"§aBatty Witch (Monster)\"},ExtraAttributes:{id:\"BATTY_WITCH_MONSTER\"}}", + "damage": 66, + "lore": [ + "§7The Batty Witch can only spawn during the,", + "§7Spooky Festival and from Trick or Treat boxes.", + "§7This enemy spawns bats that follows a player", + "§7and explodes on them.", + "", + "§c❤ Health§8: §c10", + "", + "§6§lPossible Drops:", + "§aGreen Candy §a(0-2x)", + "§5Purple Candy §a(0-1x)" + ], + "internalname": "BATTY_WITCH_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Batty_Witch" + ], + "entityrender": "Witch", + "crafttext": "" +}
\ No newline at end of file |