diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/UNDEAD_SKELETON_MONSTER.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
Diffstat (limited to 'items/UNDEAD_SKELETON_MONSTER.json')
-rw-r--r-- | items/UNDEAD_SKELETON_MONSTER.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/UNDEAD_SKELETON_MONSTER.json b/items/UNDEAD_SKELETON_MONSTER.json new file mode 100644 index 00000000..1755de2d --- /dev/null +++ b/items/UNDEAD_SKELETON_MONSTER.json @@ -0,0 +1,24 @@ +{ + "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\"}}", + "damage": 0, + "lore": [ + "§7Redundant name.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §336-75", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8■ §fEnchanted Bone §8(§a2%§8)" + ], + "internalname": "UNDEAD_SKELETON_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Undead_Skeleton" + ], + "crafttext": "" +}
\ No newline at end of file |