aboutsummaryrefslogtreecommitdiff
path: root/items/OBSIDIAN_DEFENDER_MONSTER.json
blob: 0d7eebc008a8d745123e9f25910ccf6d4a75676f (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "itemid": "minecraft:skull",
  "displayname": "§9Obsidian Defender (Monster)",
  "nbttag": "{overrideMeta:1b,display:{Lore:[0:\"§7Obsidian Defenders are types of Wither Skeletons\",1:\"§7found exclusively in the Dragon's Nest. Obsidian\",2:\"§7Defenders are hostile, inflict the Wither potion\",3:\"§7effect, and are extremely fast. They are also\",4:\"§7completely immune to all knockback. \",5:\"\",6:\"§c❤ Health§8: §c10,000\"],Name:\"§9Obsidian Defender (Monster)\"},ExtraAttributes:{id:\"OBSIDIAN_DEFENDER_MONSTER\"}}",
  "damage": 1,
  "lore": [
    "§7Obsidian Defenders are types of Wither Skeletons",
    "§7found exclusively in the Dragon's Nest. Obsidian",
    "§7Defenders are hostile, inflict the Wither potion",
    "§7effect, and are extremely fast. They are also",
    "§7completely immune to all knockback. ",
    "",
    "§c❤ Health§8: §c10,000"
  ],
  "internalname": "OBSIDIAN_DEFENDER_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Obsidian_Defender",
    "https://wiki.hypixel.net/Obsidian_Defender"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 55,
      "coins": 15,
      "xp": 10,
      "combat_xp": 40,
      "name": "§cObsidian Defender",
      "render": "@neurepo:mobs/obsidian_defender.json",
      "panorama": "combat_3",
      "type": "drops",
      "drops": [
        {
          "id": "OBSIDIAN",
          "chance": "x2-3"
        },
        {
          "id": "ENCHANTED_OBSIDIAN",
          "chance": "1%"
        },
        {
          "id": "OBSIDIAN_CHESTPLATE",
          "chance": "0.1%"
        },
        {
          "id": "PET_ITEM_COMBAT_SKILL_BOOST_EPIC:1",
          "chance": "0.003%"
        },
        {
          "id": "PET_ITEM_COMBAT_SKILL_BOOST_RARE:1",
          "chance": "0.015%"
        },
        {
          "id": "DYE_BONE:1",
          "chance": "0.0000333%"
        }
      ]
    }
  ]
}