diff options
Diffstat (limited to 'items/BONZO_BOSS.json')
-rw-r--r-- | items/BONZO_BOSS.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/BONZO_BOSS.json b/items/BONZO_BOSS.json new file mode 100644 index 00000000..fdd1be41 --- /dev/null +++ b/items/BONZO_BOSS.json @@ -0,0 +1,21 @@ +{
+ "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 |