diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/HEADLESS_HORSEMAN_BOSS.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/HEADLESS_HORSEMAN_BOSS.json')
-rw-r--r-- | items/HEADLESS_HORSEMAN_BOSS.json | 44 |
1 files changed, 32 insertions, 12 deletions
diff --git a/items/HEADLESS_HORSEMAN_BOSS.json b/items/HEADLESS_HORSEMAN_BOSS.json index bbee2d79..1d6e7fcb 100644 --- a/items/HEADLESS_HORSEMAN_BOSS.json +++ b/items/HEADLESS_HORSEMAN_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Headless Horseman (Boss)", - "nbttag": "{SkullOwner:{Id:\"2594a979-1302-3d6e-a1da-c9dbf0959539\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM2NTcwZjEyNDI5OTJmNmViYTIzZWU1ODI1OThjMzllM2U3NDUzODMyNzNkZWVmOGIzOTc3NTgzZmUzY2Y1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Headless Horseman is a boss that can only\",1:\"§7be spawned by buying the horseman\u0027s candle from\",2:\"§7the Fear Mongerer during the Spooky Festival.\",3:\"§7It can be spawned at any time during the night\",4:\"§7in the Graveyard or the Wilderness. \",5:\"\",6:\"§c❤ Health§8: §c6.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §aGreen Candy\",11:\"§8 ■ §5Purple Candy\",12:\"§8 ■ §5Spooky Shard\"],Name:\"§6Headless Horseman (Boss)\"},ExtraAttributes:{id:\"HEADLESS_HORSEMAN_BOSS\"}}", + "nbttag": "{SkullOwner:{Id:\"2594a979-1302-3d6e-a1da-c9dbf0959539\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM2NTcwZjEyNDI5OTJmNmViYTIzZWU1ODI1OThjMzllM2U3NDUzODMyNzNkZWVmOGIzOTc3NTgzZmUzY2Y1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Headless Horseman is a boss that can only\",1:\"§7be spawned by buying the horseman\u0027s candle from\",2:\"§7the Fear Mongerer during the Spooky Festival.\",3:\"§7It can be spawned at any time during the night\",4:\"§7in the Graveyard or the Wilderness. \",5:\"\",6:\"§c❤ Health§8: §c3,000,000\"],Name:\"§6Headless Horseman (Boss)\"},ExtraAttributes:{id:\"HEADLESS_HORSEMAN_BOSS\"}}", "damage": 3, "lore": [ "§7The Headless Horseman is a boss that can only", @@ -10,20 +10,40 @@ "§7It can be spawned at any time during the night", "§7in the Graveyard or the Wilderness. ", "", - "§c❤ Health§8: §c6.000.000", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §aGreen Candy", - "§8 ■ §5Purple Candy", - "§8 ■ §5Spooky Shard" + "§c❤ Health§8: §c3,000,000" ], "internalname": "HEADLESS_HORSEMAN_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Headless_Horseman" + "https://hypixel-skyblock.fandom.com/wiki/Headless_Horseman", + "https://wiki.hypixel.net/Headless_Horseman" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 100, + "xp": 500, + "render": "@neurepo:mobs/headless_horseman.json", + "name": "§6Headless Horseman", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "GREEN_CANDY:1", + "chance": "100%" + }, + { + "id": "PURPLE_CANDY:1", + "chance": "100%" + }, + { + "id": "SPOOKY_SHARD:1", + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |