diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-22 15:59:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 09:59:28 -0400 |
commit | 76503706e0cff291cbd9b01e4fb8ee28f6a497cf (patch) | |
tree | 70ff406d2689d991e9b88b5b64518c211d348c76 /items/SUPERIOR_ENDER_DRAGON_BOSS.json | |
parent | 4a0c84ac67b9ae995f0750b64ba5f86c69e500f4 (diff) | |
download | NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.tar.gz NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.tar.bz2 NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.zip |
Added Items, Mobs and Rainbow Name (#471)
* Added Rainbow Name, other constants things
* Update Stuff and Dragons
Diffstat (limited to 'items/SUPERIOR_ENDER_DRAGON_BOSS.json')
-rw-r--r-- | items/SUPERIOR_ENDER_DRAGON_BOSS.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/SUPERIOR_ENDER_DRAGON_BOSS.json b/items/SUPERIOR_ENDER_DRAGON_BOSS.json new file mode 100644 index 00000000..04c14d1d --- /dev/null +++ b/items/SUPERIOR_ENDER_DRAGON_BOSS.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Superior Ender Dragon (Boss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f69ba621-a8b6-31a7-8de1-dc7ade140e1d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFlMDMyOWY0MjE5MmVlN2MxYTBjNzA0ZjgyZGJiYmU3YzAwZmJmYTNmMDIwYzEwNjdhMjA4NjMwYjk5MWI5ODgifX19\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c12.000.000\",1:\"§7Coins per Kill: §61.000\",2:\"§7Combat XP: §3300\",3:\"\",4:\"§6§lPossible Drops:\",5:\"§fCommon Loot\",6:\"§8 ■ §fEnder Pearl\",7:\"\",8:\"§aUncommon Loot\",9:\"§8 ■ §5Superior Dragon Fragment\",10:\"§8 ■ §aEnchanted Ender Pearl\",11:\"\",12:\"§9Rare Loot\",13:\"§8 ■ §6Superior Dragon Helmet\",14:\"§8 ■ §6Superior Dragon Boots\",15:\"\",16:\"§6Legendary Loot\",17:\"§8 ■ §5Dragon Horn\",18:\"§8 ■ §9Dragon Claw\",19:\"§8 ■ §7[Lvl 1] §5Ender Dragon\",20:\"§8 ■ §7[Lvl 1] §6Ender Dragon\",21:\"§8 ■ §6Superior Dragon Chestplate\",22:\"§8 ■ §6Superior Dragon Leggings\"],Name:\"§6Superior Ender Dragon (Boss)\"},ExtraAttributes:{id:\"SUPERIOR_ENDER_DRAGON_BOSS\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c12.000.000", + "§7Coins per Kill: §61.000", + "§7Combat XP: §3300", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fEnder Pearl", + "", + "§aUncommon Loot", + "§8 ■ §5Superior Dragon Fragment", + "§8 ■ §aEnchanted Ender Pearl", + "", + "§9Rare Loot", + "§8 ■ §6Superior Dragon Helmet", + "§8 ■ §6Superior Dragon Boots", + "", + "§6Legendary Loot", + "§8 ■ §5Dragon Horn", + "§8 ■ §9Dragon Claw", + "§8 ■ §7[Lvl 1] §5Ender Dragon", + "§8 ■ §7[Lvl 1] §6Ender Dragon", + "§8 ■ §6Superior Dragon Chestplate", + "§8 ■ §6Superior Dragon Leggings" + ], + "internalname": "SUPERIOR_ENDER_DRAGON_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon" + ], + "crafttext": "" +}
\ No newline at end of file |