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/BONZO_BOSS.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/BONZO_BOSS.json')
-rw-r--r-- | items/BONZO_BOSS.json | 50 |
1 files changed, 29 insertions, 21 deletions
diff --git a/items/BONZO_BOSS.json b/items/BONZO_BOSS.json index fdd1be41..d2a1a2b1 100644 --- a/items/BONZO_BOSS.json +++ b/items/BONZO_BOSS.json @@ -1,21 +1,29 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§6Bonzo (Boss)",
- "nbttag": "{ench:[],display:{Lore:[0:\"§7Bonzo is the boss of Floor 1 of the Catacombs.\",1:\"§7He is a 'New Necromancer' and has two phases. In\",2:\"§7the first one he runs away from the player until\",3:\"§7he is killed. Then he revives appearing as a clown\",4:\"§7and attacks the player.\"],Name:\"§6Bonzo (Boss)\"},ExtraAttributes:{id:\"BONZO_BOSS\"}}",
- "damage": 93,
- "lore": [
- "§7Bonzo is the boss of Floor 1 of the Catacombs.",
- "§7He is a 'New Necromancer' and has two phases. In",
- "§7the first one he runs away from the player until",
- "§7he is killed. Then he revives appearing as a clown",
- "§7and attacks the player."
- ],
- "internalname": "BONZO_BOSS",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Bonzo"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§6Bonzo (Boss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Bonzo is the boss of Floor 1 of the Catacombs.\",1:\"§7He is a \u0027New Necromancer\u0027 and has two phases. In\",2:\"§7the first one he runs away from the player until\",3:\"§7he is killed. Then he revives appearing as a clown\",4:\"§7and attacks the player.\",5:\"\",6:\"§c❤ Health§8: §c250.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Bonzo\u0027s Mask §a(1x)\",10:\"§9Bonzo\u0027s Staff §a(1x)\",11:\"§9Red Nose §a(1x)\"],Name:\"§6Bonzo (Boss)\"},ExtraAttributes:{id:\"BONZO_BOSS\"}}", + "damage": 93, + "lore": [ + "§7Bonzo is the boss of Floor 1 of the Catacombs.", + "§7He is a \u0027New Necromancer\u0027 and has two phases. In", + "§7the first one he runs away from the player until", + "§7he is killed. Then he revives appearing as a clown", + "§7and attacks the player.", + "", + "§c❤ Health§8: §c250.000", + "", + "§6§lPossible Drops:", + "§9Bonzo\u0027s Mask §a(1x)", + "§9Bonzo\u0027s Staff §a(1x)", + "§9Red Nose §a(1x)" + ], + "internalname": "BONZO_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bonzo" + ], + "entityrender": "Zombie", + "crafttext": "" +}
\ No newline at end of file |