aboutsummaryrefslogtreecommitdiff
path: root/items/ZOMBIE_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-10-19 09:14:54 +0200
committerGitHub <noreply@github.com>2022-10-19 18:14:54 +1100
commit5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch)
tree6ae23d4819eb974901de2743065c3ad23327dd06 /items/ZOMBIE_MONSTER.json
parentc02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff)
downloadNotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz
NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2
NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip
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 <romangraef@gmail.com> Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/ZOMBIE_MONSTER.json')
-rw-r--r--items/ZOMBIE_MONSTER.json49
1 files changed, 37 insertions, 12 deletions
diff --git a/items/ZOMBIE_MONSTER.json b/items/ZOMBIE_MONSTER.json
index f8429962..004b38cf 100644
--- a/items/ZOMBIE_MONSTER.json
+++ b/items/ZOMBIE_MONSTER.json
@@ -1,23 +1,48 @@
{
"itemid": "minecraft:skull",
"displayname": "§aZombie (Monster)",
- "nbttag": "{display:{Lore:[0:\"§7The Zombie is a natural mob in Minecraft. Zombies\",1:\"§7spawn naturally at the Graveyard (Lv. 1), Lapis \",2:\"§7Quarry (as a Lapis Zombie), Diamond Reserve (Lv. 15),\",3:\"§7and Obsidian Sanctuary (Lv. 20) of the Deep Caverns,\",4:\"§7as well as on the Player\u0027s Island in the dark. They \",5:\"§7also spawn in Crypt Ghoul and Golden Ghoul variants \",6:\"§7at the caves near the Coal Mine. \"],Name:\"§aZombie (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_MONSTER\"}}",
+ "nbttag": "{display:{Lore:[0:\"§7The Zombie is a natural mob in Minecraft. Zombies\",1:\"\",2:\"§c❤ Health§8: §c100 - 707\"],Name:\"§aZombie (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_MONSTER\"}}",
"damage": 2,
"lore": [
"§7The Zombie is a natural mob in Minecraft. Zombies",
- "§7spawn naturally at the Graveyard (Lv. 1), Lapis ",
- "§7Quarry (as a Lapis Zombie), Diamond Reserve (Lv. 15),",
- "§7and Obsidian Sanctuary (Lv. 20) of the Deep Caverns,",
- "§7as well as on the Player\u0027s Island in the dark. They ",
- "§7also spawn in Crypt Ghoul and Golden Ghoul variants ",
- "§7at the caves near the Coal Mine. "
+ "",
+ "§c❤ Health§8: §c100 - 707"
],
"internalname": "ZOMBIE_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"
+ "https://hypixel-skyblock.fandom.com/wiki/Zombie",
+ "https://wiki.hypixel.net/Zombie"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "coins": 1,
+ "xp": 1,
+ "name": "§cZombie",
+ "render": "Zombie",
+ "panorama": "dynamic",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ROTTEN_FLESH:1",
+ "chance": "100%"
+ },
+ {
+ "id": "POISONOUS_POTATO:1",
+ "chance": "2%"
+ },
+ {
+ "id": "POTATO_ITEM:1",
+ "chance": "1%"
+ },
+ {
+ "id": "CARROT_ITEM:1",
+ "chance": "1%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file