aboutsummaryrefslogtreecommitdiff
path: root/items/ZOMBIE_SOLDIER_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_SOLDIER_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_SOLDIER_MONSTER.json')
-rw-r--r--items/ZOMBIE_SOLDIER_MONSTER.json70
1 files changed, 50 insertions, 20 deletions
diff --git a/items/ZOMBIE_SOLDIER_MONSTER.json b/items/ZOMBIE_SOLDIER_MONSTER.json
index f916af41..ae1bd5d1 100644
--- a/items/ZOMBIE_SOLDIER_MONSTER.json
+++ b/items/ZOMBIE_SOLDIER_MONSTER.json
@@ -1,32 +1,62 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Zombie Soldier (Monster)",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Defenders of the Catacombs.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §352-102\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Zombie Soldier Cutlass §8(§a2%§8)\",8:\"§8 ■ §5Zombie Soldier Chestplate §8(§a4%§8)\",9:\"§8 ■ §5Zombie Soldier Helmet §8(§a4%§8)\",10:\"§8 ■ §5Zombie Soldier Boots §8(§a4%§8)\",11:\"§8 ■ §5Zombie Soldier Leggings §8(§a4%§8)\",12:\"§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)\",13:\"\",14:\"§6Legendary Loot\",15:\"§8■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Zombie Soldier (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_SOLDIER_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Defenders of the Catacombs.\",1:\"\",2:\"§c❤ Health§8: §c140,000 - 1,200,000\",3:\"§c❤ Health §8(MM) : §c6,000,000 - 36,000,000\"],Name:\"§9Zombie Soldier (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_SOLDIER_MONSTER\"}}",
"damage": 2,
"lore": [
"§7Defenders of the Catacombs.",
"",
- "§7Coins per Kill: §61",
- "§7Combat XP: §352-102",
- "",
- "§6§lPossible Drops:",
- "§aUncommon Loot",
- "§8 ■ §9Zombie Soldier Cutlass §8(§a2%§8)",
- "§8 ■ §5Zombie Soldier Chestplate §8(§a4%§8)",
- "§8 ■ §5Zombie Soldier Helmet §8(§a4%§8)",
- "§8 ■ §5Zombie Soldier Boots §8(§a4%§8)",
- "§8 ■ §5Zombie Soldier Leggings §8(§a4%§8)",
- "§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)",
- "",
- "§6Legendary Loot",
- "§8■ §9Premium Flesh §8(§a0.1%§8)"
+ "§c❤ Health§8: §c140,000 - 1,200,000",
+ "§c❤ Health §8(MM) : §c6,000,000 - 36,000,000"
],
"internalname": "ZOMBIE_SOLDIER_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_Soldier"
+ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Soldier",
+ "https://wiki.hypixel.net/Zombie_Soldier"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "combat_xp": 52,
+ "coins": 1,
+ "xp": 30,
+ "name": "§cZombie Soldier",
+ "panorama": "dungeon",
+ "render": "@neurepo:mobs/zombie_solider.json",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ZOMBIE_SOLDIER_HELMET",
+ "chance": "4%"
+ },
+ {
+ "id": "ZOMBIE_SOLDIER_CHESTPLATE",
+ "chance": "4%"
+ },
+ {
+ "id": "ZOMBIE_SOLDIER_LEGGINGS",
+ "chance": "4%"
+ },
+ {
+ "id": "ZOMBIE_SOLDIER_BOOTS",
+ "chance": "4%"
+ },
+ {
+ "id": "ENCHANTED_ROTTEN_FLESH",
+ "chance": "2%"
+ },
+ {
+ "id": "ZOMBIE_SOLDIER_CUTLASS",
+ "chance": "2%"
+ },
+ {
+ "id": "PREMIUM_FLESH",
+ "chance": "0.1%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file