diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/WATCHER_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/WATCHER_MONSTER.json')
-rw-r--r-- | items/WATCHER_MONSTER.json | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/items/WATCHER_MONSTER.json b/items/WATCHER_MONSTER.json index 97bcff80..e30da026 100644 --- a/items/WATCHER_MONSTER.json +++ b/items/WATCHER_MONSTER.json @@ -1,20 +1,40 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Watcher (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Watcher is a naturally-spawning skeleton in The End.\",1:\"§7They are Level 55 and have what appears to be a\",2:\"§7Summoning Eye on their head. They are often found near\",3:\"§7the middle and back areas. \"],Name:\"§9Watcher (Monster)\"},ExtraAttributes:{id:\"WATCHER_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Watcher is a naturally-spawning skeleton in The End.\",1:\"§7They are Level 55 and have what appears to be a\",2:\"§7Summoning Eye on their head. They are often found near\",3:\"§7the middle and back areas. \",4:\"\",5:\"§c❤ Health§8: §c9.500\",6:\"§7Coins per Kill: §615\",7:\"§7Combat XP: §340\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fArrow §8x1-4\",12:\"§8 ■ §fEnder Pearl §8x1-2\",13:\"\",14:\"§9Rare Loot §8[Lvl 42-50]\",15:\"§8 ■ §aEnchanted Bone §8(§a1%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §9Combat Exp Boost §8(§a0.015%§8)\",19:\"§8 ■ §5End Stone Bow §8(§a0.1%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §5Combat Exp Boost §8(§a0.002%§8)\"],Name:\"§9Watcher (Monster)\"},ExtraAttributes:{id:\"WATCHER_MONSTER\"}}", "damage": 51, "lore": [ "§7The Watcher is a naturally-spawning skeleton in The End.", "§7They are Level 55 and have what appears to be a", "§7Summoning Eye on their head. They are often found near", - "§7the middle and back areas. " + "§7the middle and back areas. ", + "", + "§c❤ Health§8: §c9.500", + "§7Coins per Kill: §615", + "§7Combat XP: §340", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fArrow §8x1-4", + "§8 ■ §fEnder Pearl §8x1-2", + "", + "§9Rare Loot §8[Lvl 42-50]", + "§8 ■ §aEnchanted Bone §8(§a1%§8)", + "", + "§6Legendary Loot", + "§8 ■ §9Combat Exp Boost §8(§a0.015%§8)", + "§8 ■ §5End Stone Bow §8(§a0.1%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §5Combat Exp Boost §8(§a0.002%§8)" ], "internalname": "WATCHER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Watcher" ], - "entityrender": "Skeleton" + "entityrender": "Skeleton", + "crafttext": "" }
\ No newline at end of file |