diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/UNDEAD_SKELETON_MONSTER.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'items/UNDEAD_SKELETON_MONSTER.json')
-rw-r--r-- | items/UNDEAD_SKELETON_MONSTER.json | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/items/UNDEAD_SKELETON_MONSTER.json b/items/UNDEAD_SKELETON_MONSTER.json index 90d20396..55467a95 100644 --- a/items/UNDEAD_SKELETON_MONSTER.json +++ b/items/UNDEAD_SKELETON_MONSTER.json @@ -1,25 +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": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "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 |