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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Sniper (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"848130dc-9c46-3818-a099-b429cb2f1d75\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjE4YzA3MWYwODBkYmE1MGE2MmE2MjYzZmY3MjRlZGMxNTdjZTRmYjQ4ODNjY2VmZjI0OTFkNWJiZGU4MzBjMSJ9fX0K\"}]}},display:{Lore:[0:\"§7Said to have sniped adventurers\",1:\"§7from floors away.\",2:\"\",3:\"§c❤ Health§8: §c13,000 - 36,000,000\"],Name:\"§9Sniper (Monster)\"},ExtraAttributes:{id:\"SNIPER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Said to have sniped adventurers",
"§7from floors away.",
"",
"§c❤ Health§8: §c13,000 - 36,000,000"
],
"internalname": "SNIPER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sniper",
"https://wiki.hypixel.net/Sniper"
],
"crafttext": "",
"recipes": [
{
"level": 123,
"coins": 1,
"xp": 30,
"combat_xp": 100,
"name": "§cSniper",
"render": "@neurepo:mobs/sniper.json",
"panorama": "dungeon",
"type": "drops",
"drops": [
{
"id": "ENCHANTED_BONE:1",
"extra": [],
"chance": "2%"
},
{
"id": "SNIPER_HELMET:1",
"extra": [],
"chance": "5%"
},
{
"id": "SNIPER_BOW:1",
"extra": [],
"chance": "5%"
}
]
}
]
}
|