From d37eb42a3aa12bf1c907baf9f5f976ddf6f375a0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 28 Jul 2021 23:05:59 +0200 Subject: Even Newer New Crystal Hollow Items, but this time with mobs and very epic wiki links and the extremely legendary changes (#565) * Even Newer New Crystal Hollow Items, but this time with mobs and very epic wiki links and the extremely legendary changes * Another epic commit * Epic Pickaxe Fix * epic axe fix * epic hoe, sword and shovel fix * Forgot the rod fix * Epic Wiki Links * Epic Rev Mobs * epic crypt fix * Added Epic Rainbow Name * Epic Goggle Fix --- items/REVENANT_HORROR_4_BOSS.json | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 items/REVENANT_HORROR_4_BOSS.json (limited to 'items/REVENANT_HORROR_4_BOSS.json') diff --git a/items/REVENANT_HORROR_4_BOSS.json b/items/REVENANT_HORROR_4_BOSS.json new file mode 100644 index 00000000..661c09b0 --- /dev/null +++ b/items/REVENANT_HORROR_4_BOSS.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Revenant Horror IV (Boss)", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"1cd0f7b6-d6fe-3254-9cd0-f7b6d6fe6254\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmIzNDQ3MTUwOGI0YjIwY2IzNWMzN2ExZGQ2ZThhZmE3ZjJkNTM4ODgyMjEzODgzN2NhZjU5YzIxOTVkOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Deadly\",1:\"\",2:\"§7Health: §c1.500.000❤\",3:\"§7Damage: §c400 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§aPestilence\",9:\"§7Deals AOE damage every second,\",10:\"§7shredding armor by 25%.\",11:\"\",12:\"§cEnrage\",13:\"§7Gets real mad once in a while.\",14:\"\",15:\"§7Reward: §d500 Zombie Slayer XP\",16:\"§8+ Possible Drops:\",17:\"§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)\",18:\"§9Foul Flesh §a(2x-3x) §8(§9Occasional 20%§8)\",19:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",20:\"§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",21:\"§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)\",22:\"§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",23:\"§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",24:\"§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)\",25:\"§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Revenant Horror IV (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_4_BOSS\"}}", + "damage": 3, + "lore": [ + "§8Deadly", + "", + "§7Health: §c1.500.000❤", + "§7Damage: §c400 §7per second", + "", + "§aLife Drain", + "§7Drains health every few seconds.", + "", + "§aPestilence", + "§7Deals AOE damage every second,", + "§7shredding armor by 25%.", + "", + "§cEnrage", + "§7Gets real mad once in a while.", + "", + "§7Reward: §d500 Zombie Slayer XP", + "§8+ Possible Drops:", + "§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)", + "§9Foul Flesh §a(2x-3x) §8(§9Occasional 20%§8)", + "§9Pestilence Rune §a(1x) §8(§bRare 5%§8)", + "§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)", + "§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)", + "§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)", + "§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)", + "§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)", + "§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)" + ], + "internalname": "REVENANT_HORROR_4_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Revenant_Horror" + ], + "crafttext": "" +} \ No newline at end of file -- cgit