aboutsummaryrefslogtreecommitdiff
path: root/items/ZEALOT_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
committerjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
commit63769b63076a9951a3089abf519b3e9fff825b13 (patch)
tree2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/ZEALOT_MONSTER.json
parentbbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff)
downloadNotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip
Nether stuff and mob recipes
Diffstat (limited to 'items/ZEALOT_MONSTER.json')
-rw-r--r--items/ZEALOT_MONSTER.json110
1 files changed, 97 insertions, 13 deletions
diff --git a/items/ZEALOT_MONSTER.json b/items/ZEALOT_MONSTER.json
index cb8a8ae6..48689b37 100644
--- a/items/ZEALOT_MONSTER.json
+++ b/items/ZEALOT_MONSTER.json
@@ -1,31 +1,115 @@
{
"itemid": "minecraft:ender_chest",
"displayname": "§9Zealot (Monster)",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon's Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \",3:\"\",4:\"§c❤ Health§8: §c13.000\",5:\"§7Coins per Kill: §615\",6:\"§7Combat XP: §340\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fEnder Pearl §8x2-4\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted Ender Pearl §8(§a2%§8)\"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon's Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \",3:\"\",4:\"§c❤ Health§8: §c13,000\"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}",
"damage": 0,
"lore": [
"§7Zealots are a type of Enderman found exclusively",
"§7in the Dragon's Nest. Zealots are not hostile towards",
"§7players, unless provoked, like normal Enderman. ",
"",
- "§c❤ Health§8: §c13.000",
- "§7Coins per Kill: §615",
- "§7Combat XP: §340",
- "",
- "§6§lPossible Drops:",
- "§fCommon Loot",
- "§8 ■ §fEnder Pearl §8x2-4",
- "",
- "§aUncommon Loot",
- "§8 ■ §aEnchanted Ender Pearl §8(§a2%§8)"
+ "§c❤ Health§8: §c13,000"
],
"internalname": "ZEALOT_MONSTER",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zealot",
"https://wiki.hypixel.net/Zealot"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 55,
+ "coins": 15,
+ "xp": 10,
+ "combat_xp": 40,
+ "name": "§cZealot",
+ "render": "Enderman",
+ "panorama": "combat_3",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENDER_PEARL",
+ "extra": [],
+ "chance": "x2-4"
+ },
+ {
+ "id": "ENCHANTED_ENDER_PEARL",
+ "extra": [],
+ "chance": "x2-4"
+ }
+ ]
+ },
+ {
+ "level": 55,
+ "coins": 15,
+ "xp": 10,
+ "combat_xp": 40,
+ "name": "§cZealot (Enderchest)",
+ "render": "@neurepo:mobs/zealot.json",
+ "panorama": "combat_3",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENDER_PEARL:1",
+ "extra": [],
+ "chance": "x2-4"
+ },
+ {
+ "id": "ENCHANTED_ENDER_PEARL",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "ENCHANTED_ENDSTONE",
+ "extra": [],
+ "chance": "24.39%"
+ },
+ {
+ "id": "ENCHANTED_OBSIDIAN",
+ "extra": [],
+ "chance": "16.26%"
+ },
+ {
+ "id": "ENCHANTED_EYE_OF_ENDER",
+ "extra": [],
+ "chance": "6.50%"
+ },
+ {
+ "id": "CRYSTAL_FRAGMENT",
+ "extra": [],
+ "chance": "12.20%"
+ }
+ ]
+ },
+ {
+ "level": 55,
+ "coins": 15,
+ "xp": 10,
+ "combat_xp": 40,
+ "name": "§cZealot (Special)",
+ "panorama": "combat_3",
+ "render": "Enderman",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENDER_PEARL",
+ "extra": [],
+ "chance": "x2-4"
+ },
+ {
+ "id": "ENCHANTED_ENDER_PEARL",
+ "extra": [],
+ "chance": "x2-4"
+ },
+ {
+ "id": "SUMMONING_EYE",
+ "extra": [],
+ "chance": "100%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file