diff options
Diffstat (limited to 'items/LEECH_SUPREME_MINIBOSS.json')
-rw-r--r-- | items/LEECH_SUPREME_MINIBOSS.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/LEECH_SUPREME_MINIBOSS.json b/items/LEECH_SUPREME_MINIBOSS.json new file mode 100644 index 00000000..c2ea6f44 --- /dev/null +++ b/items/LEECH_SUPREME_MINIBOSS.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Leech Supreme (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"db784d7a-fae1-3d60-9a5a-42a1814037f8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDk3NmZmZGQyOTJjMzRmZGFiYjJhY2ZhNjJkYmZkNGYwZDEzMDAwODc4NTgwOWJlMDE2ZDNkNzI1N2JiMzFmMiJ9fX0K\"}]}},display:{Lore:[0:\"§7Angered by what he\u0027s found\",1:\"§7below.\",2:\"\",3:\"§c❤ Health§8: §c20,000 - 900,000\",4:\"§c❤ Health §8(MM) : §c1,000,000 - 12,000,000\"],Name:\"§d§lAngry Archeologist (Miniboss)\"},ExtraAttributes:{id:\"ANGRY_ARCHEOLOGIST_MINIBOSS\"}}", + "damage": 3, + "lore": [ + "", + "§c❤ Health§8: §c800" + ], + "internalname": "LEECH_SUPREME_MINIBOSS", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "info": [ + ], + "crafttext": "", + "recipes": [ + { + "name": "§cLeech Supreme", + "render": "@neurepo:mobs/leech_supreme.json", + "level": 0, + "combat_xp": 0, + "type": "drops", + "panorama": "rift", + "drops": [ + { + "id": "LEECH_SUPREME_FRAGMENT:8", + "chance": "100%" + } + ] + } + ] + }
\ No newline at end of file |