diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 19:46:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 13:46:08 -0400 |
commit | ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a (patch) | |
tree | 0e6586eb40cd109df8eef8371e839ca33e598743 /items/VOIDGLOOM_SERAPH_BOSS.json | |
parent | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (diff) | |
download | NotEnoughUpdates-REPO-ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a.tar.gz NotEnoughUpdates-REPO-ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a.tar.bz2 NotEnoughUpdates-REPO-ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a.zip |
Wiki Links, Mobs and fixing a oopsi from me (#504)
Diffstat (limited to 'items/VOIDGLOOM_SERAPH_BOSS.json')
-rw-r--r-- | items/VOIDGLOOM_SERAPH_BOSS.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/VOIDGLOOM_SERAPH_BOSS.json b/items/VOIDGLOOM_SERAPH_BOSS.json new file mode 100644 index 00000000..4ad9bc55 --- /dev/null +++ b/items/VOIDGLOOM_SERAPH_BOSS.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§6Voidgloom Seraph (Boss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Voidgloom Seraph is a slayer boss in the\",1:\"§7Enderman Slayer track.\",2:\"\",3:\"§c❤ Health§8:\",4:\"§8[§aTier 1§8] §c300.000 ❤\",5:\"§8[§eTier 2§8] §c15.000.000❤\",6:\"§8[§cTier 3§8] §c66.666.666❤\",7:\"§8[§4Tier 4§8] §c300.000.000 ❤\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§8[Tier §a1§8-§44§8] §aNull Sphere §a(1x-145x) §8(§2Guaranteed 100%§8)\",11:\"§8[Tier §e2§8-§44§8] §9Twilight Arrow Poison §a(1x-64x) §8(§9Occasional 20%§8)\",12:\"§8[Tier §c3§8-§44§8] §5Endersnake Rune §a(1x) 8(§bRare 5%§8)\",13:\"§8[Tier §e2§8-§44§8] §5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)\",14:\"§8[Tier §c3§8-§44§8] §9Mana Steal §a(1x) §8(§bRare 5%§8)\",15:\"§8[Tier §c3§8-§44§8] §5Transmission Tuner §a(1x) §8(§bRare 5%§8)\"],Name:\"§6Voidgloom Seraph (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_BOSS\"}}", + "damage": 58, + "lore": [ + "§7The Voidgloom Seraph is a slayer boss in the", + "§7Enderman Slayer track.", + "", + "§c❤ Health§8:", + "§8[§aTier 1§8] §c300.000 ❤", + "§8[§eTier 2§8] §c15.000.000❤", + "§8[§cTier 3§8] §c66.666.666❤", + "§8[§4Tier 4§8] §c300.000.000 ❤", + "", + "§6§lPossible Drops:", + "§8[Tier §a1§8-§44§8] §aNull Sphere §a(1x-145x) §8(§2Guaranteed 100%§8)", + "§8[Tier §e2§8-§44§8] §9Twilight Arrow Poison §a(1x-64x) §8(§9Occasional 20%§8)", + "§8[Tier §c3§8-§44§8] §5Endersnake Rune §a(1x) 8(§bRare 5%§8)", + "§8[Tier §e2§8-§44§8] §5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)", + "§8[Tier §c3§8-§44§8] §9Mana Steal §a(1x) §8(§bRare 5%§8)", + "§8[Tier §c3§8-§44§8] §5Transmission Tuner §a(1x) §8(§bRare 5%§8)" + ], + "internalname": "VOIDGLOOM_SERAPH_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Voidgloom_Seraph" + ], + "entityrender": "Enderman", + "entityscale": 0.8, + "crafttext": "" +}
\ No newline at end of file |