From 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:14:54 +0200 Subject: 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 Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> --- items/ZOMBIE_KNIGHT_MONSTER.json | 71 ++++++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 21 deletions(-) (limited to 'items/ZOMBIE_KNIGHT_MONSTER.json') diff --git a/items/ZOMBIE_KNIGHT_MONSTER.json b/items/ZOMBIE_KNIGHT_MONSTER.json index 448f4770..d8f163be 100644 --- a/items/ZOMBIE_KNIGHT_MONSTER.json +++ b/items/ZOMBIE_KNIGHT_MONSTER.json @@ -1,33 +1,62 @@ { "itemid": "minecraft:skull", "displayname": "§9Zombie Knight (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34af9e21-dff4-3b94-9fb5-07816e41af75\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkMmYzMWJhMTYyZmU2MjcyZTgzMWFlZDE3ZjUzMjEzZGI2ZmExYzRjYmU0ZmM4MjdmMzk2M2NjOThiOSJ9fX0\"}]}},display:{Lore:[0:\"§7Knighted by Necron himself.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §356-108\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §8Gold Essence x0-1\",8:\"§8 ■ §5Zombie Knight Sword §8(§a2%§8)\",9:\"§8 ■ §5Zombie Knight Chestplate §8(§a4%§8)\",10:\"§8 ■ §5Zombie Knight Helmet §8(§a4%§8)\",11:\"§8 ■ §5Zombie Knight Boots §8(§a4%§8)\",12:\"§8 ■ §5Zombie Knight Leggings §8(§a4%§8)\",13:\"§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Zombie Knight (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_KNIGHT_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34af9e21-dff4-3b94-9fb5-07816e41af75\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkMmYzMWJhMTYyZmU2MjcyZTgzMWFlZDE3ZjUzMjEzZGI2ZmExYzRjYmU0ZmM4MjdmMzk2M2NjOThiOSJ9fX0\"}]}},display:{Lore:[0:\"§7Knighted by Necron himself.\",1:\"\",2:\"§c❤ Health§8: §c170,000 - 1.280,000\",3:\"§c❤ Health §8(MM) : §c7,000,000 - 40,000,000\"],Name:\"§9Zombie Knight (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_KNIGHT_MONSTER\"}}", "damage": 3, "lore": [ "§7Knighted by Necron himself.", "", - "§7Coins per Kill: §61", - "§7Combat XP: §356-108", - "", - "§6§lPossible Drops:", - "§aUncommon Loot", - "§8 ■ §8Gold Essence x0-1", - "§8 ■ §5Zombie Knight Sword §8(§a2%§8)", - "§8 ■ §5Zombie Knight Chestplate §8(§a4%§8)", - "§8 ■ §5Zombie Knight Helmet §8(§a4%§8)", - "§8 ■ §5Zombie Knight Boots §8(§a4%§8)", - "§8 ■ §5Zombie Knight Leggings §8(§a4%§8)", - "§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)", - "", - "§6Legendary Loot", - "§8 ■ §9Premium Flesh §8(§a0.1%§8)" + "§c❤ Health§8: §c170,000 - 1.280,000", + "§c❤ Health §8(MM) : §c7,000,000 - 40,000,000" ], "internalname": "ZOMBIE_KNIGHT_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Zombie_Knight" + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Knight", + "https://wiki.hypixel.net/Zombie_Knight" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "combat_xp": 95, + "coins": 1, + "xp": 30, + "name": "§cZombie Knight", + "panorama": "dungeon", + "render": "@neurepo:mobs/zombie_knight.json", + "type": "drops", + "drops": [ + { + "id": "ZOMBIE_KNIGHT_HELMET", + "chance": "4%" + }, + { + "id": "ZOMBIE_KNIGHT_CHESTPLATE", + "chance": "4%" + }, + { + "id": "ZOMBIE_KNIGHT_LEGGINGS", + "chance": "4%" + }, + { + "id": "ZOMBIE_KNIGHT_BOOTS", + "chance": "4%" + }, + { + "id": "ENCHANTED_ROTTEN_FLESH", + "chance": "2%" + }, + { + "id": "ZOMBIE_KNIGHT_SWORD", + "chance": "2%" + }, + { + "id": "PREMIUM_FLESH", + "chance": "0.1%" + } + ] + } + ] +} \ No newline at end of file -- cgit