aboutsummaryrefslogtreecommitdiff
path: root/items/UNDEAD_SKELETON_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/UNDEAD_SKELETON_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/UNDEAD_SKELETON_MONSTER.json')
-rw-r--r--items/UNDEAD_SKELETON_MONSTER.json42
1 files changed, 30 insertions, 12 deletions
diff --git a/items/UNDEAD_SKELETON_MONSTER.json b/items/UNDEAD_SKELETON_MONSTER.json
index c82032cd..55467a95 100644
--- a/items/UNDEAD_SKELETON_MONSTER.json
+++ b/items/UNDEAD_SKELETON_MONSTER.json
@@ -1,24 +1,42 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Undead Skeleton (Monster)",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Redundant name.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §336-75\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8■ §fEnchanted Bone §8(§a2%§8)\"],Name:\"§9Undead Skeleton (Monster)\"},ExtraAttributes:{id:\"UNDEAD_SKELETON_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Redundant name.\",1:\"\",2:\"§c❤ Health§8: §c25,000 - 360,000\",3:\"§c❤ Health §8(MM) : §c4,500,000 - 12,800,000\"],Name:\"§9Undead Skeleton (Monster)\"},ExtraAttributes:{id:\"UNDEAD_SKELETON_MONSTER\"}}",
"damage": 0,
"lore": [
"§7Redundant name.",
"",
- "§7Coins per Kill: §61",
- "§7Combat XP: §336-75",
- "",
- "§6§lPossible Drops:",
- "§aUncommon Loot",
- "§8■ §fEnchanted Bone §8(§a2%§8)"
+ "§c❤ Health§8: §c25,000 - 360,000",
+ "§c❤ Health §8(MM) : §c4,500,000 - 12,800,000"
],
"internalname": "UNDEAD_SKELETON_MONSTER",
- "clickcommand": "",
- "modver": "2.0.0-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons"
+ "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons",
+ "https://wiki.hypixel.net/Undead_Skeleton"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "combat_xp": 36,
+ "coins": 1,
+ "xp": 30,
+ "name": "§cUndead Skeleton",
+ "panorama": "dungeon",
+ "render": "@neurepo:mobs/undead_skeleton.json",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_BONE",
+ "chance": "2%"
+ },
+ {
+ "id": "DYE_BONE",
+ "chance": "0,0000333%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file