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/PROFESSOR_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/PROFESSOR_BOSS.json')
-rw-r--r-- | items/PROFESSOR_BOSS.json | 52 |
1 files changed, 31 insertions, 21 deletions
diff --git a/items/PROFESSOR_BOSS.json b/items/PROFESSOR_BOSS.json index 896696e4..21310e46 100644 --- a/items/PROFESSOR_BOSS.json +++ b/items/PROFESSOR_BOSS.json @@ -1,21 +1,31 @@ -{
- "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 +{ + "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 \u0027Professor\u0027 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.\",5:\"\",6:\"§c❤ Health§8: §c3.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Suspicious Vial §a(1x)\",10:\"§5Adaptive Helmet §a(1x)\",11:\"§5Adaptive Chestplate §a(1x)\",12:\"§5Adaptive Leggings §a(1x)\",13:\"§5Adaptive Boots §a(1x)\"],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 \u0027Professor\u0027 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.", + "", + "§c❤ Health§8: §c3.000.000", + "", + "§6§lPossible Drops:", + "§9Suspicious Vial §a(1x)", + "§5Adaptive Helmet §a(1x)", + "§5Adaptive Chestplate §a(1x)", + "§5Adaptive Leggings §a(1x)", + "§5Adaptive Boots §a(1x)" + ], + "internalname": "PROFESSOR_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/The_Professor" + ], + "entityrender": "Guardian", + "crafttext": "" +}
\ No newline at end of file |