aboutsummaryrefslogtreecommitdiff
path: root/items/BATTY_WITCH_MONSTER.json
blob: 335648ec49d700ca97a63187663277b4c4feb30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "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: §c17\"],Name:\"§aBatty Witch (Monster)\"},ExtraAttributes:{id:\"BATTY_WITCH_MONSTER\"}}",
  "damage": 3,
  "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: §c17"
  ],
  "internalname": "BATTY_WITCH_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Batty_Witch",
    "https://wiki.hypixel.net/Batty_Witch"
  ],
  "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%"
        }
      ]
    }
  ]
}