aboutsummaryrefslogtreecommitdiff
path: root/items/PIGMAN_MONSTER.json
blob: bf8a1f093c70e9261a1cde236bdca201bc403c42 (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": "§aPigman (Monster)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7Pigmen, which are also known as Zombie Pigmen, are\",1:\"§7neutral mobs that spawn in the Pigman's Den and\",2:\"§7Blazing Fortress. They are neutral as long as\",3:\"§7players don't provoke them.\",4:\"\",5:\"§c❤ Health§8: §c240\"],Name:\"§aPigman (Monster)\"},ExtraAttributes:{id:\"PIGMAN_MONSTER\"}}",
  "damage": 3,
  "lore": [
    "§7Pigmen, which are also known as Zombie Pigmen, are",
    "§7neutral mobs that spawn in the Pigman's Den and",
    "§7Blazing Fortress. They are neutral as long as",
    "§7players don't provoke them.",
    "",
    "§c❤ Health§8: §c240"
  ],
  "internalname": "PIGMAN_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Pigman",
    "https://wiki.hypixel.net/Pigman"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 12,
      "coins": 4,
      "xp": 25,
      "combat_xp": 0,
      "name": "§cPigman",
      "panorama": "combat_2",
      "render": "Pigman",
      "type": "drops",
      "drops": [
        {
          "id": "GOLD_NUGGET:1",
          "extra": [],
          "chance": "x2"
        },
        {
          "id": "FLAMING_SWORD:1",
          "extra": [],
          "chance": "3%"
        }
      ]
    }
  ]
}