diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-02 14:37:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-02 14:37:28 +0200 |
commit | 5174d791f717e8b5dbf2c59bc4e5eb48596c524b (patch) | |
tree | f5e85844a5db3e9228aa5e4d345758f042ed9183 /items/ZOMBIE;1.json | |
parent | 1c8c103b8c2ae2ed11757639806975e2a952b10d (diff) | |
download | NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.tar.gz NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.tar.bz2 NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.zip |
Push prerelease into master (#1226)
Co-authored-by: gaybot <gaybot@notenoughupdates.org>
Co-authored-by: Linnea Gräf <nea@nea.moe>
Co-authored-by: Lulonaut <lulonaut@lulonaut.tech>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'items/ZOMBIE;1.json')
-rw-r--r-- | items/ZOMBIE;1.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/items/ZOMBIE;1.json b/items/ZOMBIE;1.json index b5f2c1f4..33ce7910 100644 --- a/items/ZOMBIE;1.json +++ b/items/ZOMBIE;1.json @@ -3,7 +3,7 @@ "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §aZombie", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",4:\"\",5:\"§6Bite Shield\",6:\"§7§7Reduce the damage taken from\",7:\"§7zombies by §a{0}%§7.\",8:\"\",9:\"§7§eRight-click to add this pet to your\",10:\"§epet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aZombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"active\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"exp\\\":0}\",id:\"ZOMBIE;1\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ==\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",4:\"\",5:\"§6Bite Shield\",6:\"§7§7Reduce the damage taken from\",7:\"§7zombies by §a{0}%§7.\",8:\"\",9:\"§7§eRight-click to add this pet to your\",10:\"§epet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aZombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"=\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"exp\\\":0}\",id:\"ZOMBIE;1\"}}", "modver": "2.1.1-PRE", "lore": [ "§8Combat Pet", @@ -38,5 +38,15 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Pet", "https://wiki.hypixel.net/Zombie_Pet" + ], + "recipes": [ + { + "type": "katgrade", + "coins": 2000, + "time": 21600, + "input": "ZOMBIE;0", + "output": "ZOMBIE;1", + "items": [] + } ] }
\ No newline at end of file |