diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/BATTY_WITCH_MONSTER.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/BATTY_WITCH_MONSTER.json')
-rw-r--r-- | items/BATTY_WITCH_MONSTER.json | 48 |
1 files changed, 37 insertions, 11 deletions
diff --git a/items/BATTY_WITCH_MONSTER.json b/items/BATTY_WITCH_MONSTER.json index b774671c..e3a1d051 100644 --- a/items/BATTY_WITCH_MONSTER.json +++ b/items/BATTY_WITCH_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aBatty Witch (Monster)", - "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},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\"}}", + "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},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: §c17\"],Name:\"§aBatty Witch (Monster)\"},ExtraAttributes:{id:\"BATTY_WITCH_MONSTER\"}}", "damage": 3, "lore": [ "§7The Batty Witch can only spawn during the,", @@ -9,18 +9,44 @@ "§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)" + "§c❤ Health§8: §c17" ], "internalname": "BATTY_WITCH_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Batty_Witch" + "https://hypixel-skyblock.fandom.com/wiki/Batty_Witch", + "https://wiki.hypixel.net/Batty_Witch" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 60, + "coins": 1, + "xp": 1, + "combat_xp": 20, + "render": "Witch", + "panorama": "hub", + "name": "§cBatty Witch", + "type": "drops", + "drops": [ + { + "id": "GREEN_CANDY:1", + "extra": [], + "chance": "x1-2" + }, + { + "id": "PURPLE_CANDY:1", + "extra": [], + "chance": "35%" + }, + { + "id": "DYE_DARK_PURPLE:1", + "extra": [], + "chance": "0.0001%" + } + ] + } + ] +}
\ No newline at end of file |