diff options
Diffstat (limited to 'items/PROFESSOR_BOSS.json')
-rw-r--r-- | items/PROFESSOR_BOSS.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/PROFESSOR_BOSS.json b/items/PROFESSOR_BOSS.json new file mode 100644 index 00000000..896696e4 --- /dev/null +++ b/items/PROFESSOR_BOSS.json @@ -0,0 +1,21 @@ +{
+ "itemid": "minecraft:spawn_egg",
+ "displayname": "§6The Professor (Boss)",
+ "nbttag": "{ench:[],display:{Lore:[0:\"§7The Professor is the boss of Floor 3 of the Catacombs.\",1:\"§7He is a 'Professor' and has three phases. In the 1st he\",2:\"§7spawns 4 Guardians and creates a barrier. After they are\",3:\"§7killed, he attacks the player. Once he is at 25% health,\",4:\"§7he will merge with his guardians and continue to fight. \"],Name:\"§6The Professor (Boss)\"},ExtraAttributes:{id:\"PROFESSOR_BOSS\"}}",
+ "damage": 93,
+ "lore": [
+ "§7The Professor is the boss of Floor 3 of the Catacombs.",
+ "§7He is a 'Professor' and has three phases. In the 1st he",
+ "§7spawns 4 Guardians and creates a barrier. After they are",
+ "§7killed, he attacks the player. Once he is at 25% health,",
+ "§7he will merge with his guardians and continue to fight."
+ ],
+ "internalname": "PROFESSOR_BOSS",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/The_Professor"
+ ],
+ "entityrender": "Guardian"
+ }
\ No newline at end of file |