aboutsummaryrefslogtreecommitdiff
path: root/items/VORACIOUS_SPIDER_MONSTER.json
blob: 3553059775cae0fbf6d0d1b7ba5e99bfea5b6702 (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Voracious Spider (Monster)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\"}]}},display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c1,000\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}",
  "damage": 3,
  "lore": [
    "§7The Voracious Spider is a spider that spawns in",
    "§7the Spider\u0027s Den. Unlike regular spiders in the Den",
    "§7they have much more health and damage output",
    "§7and spawn much more frequently in large groups.",
    "",
    "§c❤ Health§8: §c1,000"
  ],
  "internalname": "VORACIOUS_SPIDER_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Voracious_Spider",
    "https://wiki.hypixel.net/Voracious_Spider"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 10,
      "coins": 2,
      "xp": 3,
      "name": "§cVoracious Spider",
      "panorama": "combat_1",
      "render": "Spider",
      "type": "drops",
      "drops": [
        {
          "id": "SPIDER_EYE",
          "chance": "10%"
        },
        {
          "id": "STRING",
          "chance": "100%"
        }
      ]
    }
  ]
}