diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /items/THORN_BOSS.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
Fixed Things and Added Things (#437)
* Added a weird Item, fixed Items and Pets
* Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat
* Fixed Triple Strike
* Update Thorn
Diffstat (limited to 'items/THORN_BOSS.json')
-rw-r--r-- | items/THORN_BOSS.json | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/items/THORN_BOSS.json b/items/THORN_BOSS.json index 5e7aabdf..eb18129d 100644 --- a/items/THORN_BOSS.json +++ b/items/THORN_BOSS.json @@ -1,21 +1,22 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§6Thorn (Boss)",
- "nbttag": "{ench:[],display:{Lore:[0:\"§7Thorn is the boss of Floor 4 of the Catacombs. He is a\",1:\"§7'Shaman Necromancer', appears as a ghast, and does not\",2:\"§7attack the player. He spawns Spirit Animals that you must\",3:\"§7kill to spawn a Spirit Bear which when killed drops the Spirit\",4:\"§7Bow which is a single shot bow and the only was to dammage him. \"],Name:\"§6Thorn (Boss)\"},ExtraAttributes:{id:\"THORN_BOSS\"}}",
- "damage": 93,
- "lore": [
- "§7Thorn is the boss of Floor 4 of the Catacombs. He is a",
- "§7'Shaman Necromancer', appears as a ghast, and does not",
- "§7attack the player. He spawns Spirit Animals that you must",
- "§7kill to spawn a Spirit Bear which when killed drops the Spirit",
- "§7Bow which is a single shot bow and the only was to dammage him."
- ],
- "internalname": "THORN_BOSS",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Thorn"
- ],
- "entityrender": "Ghast"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§6Thorn (Boss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Thorn is the boss of Floor 4 of the Catacombs. He is a\",1:\"§7\u0027Shaman Necromancer\u0027, appears as a ghast, and does not\",2:\"§7attack the player. He spawns Spirit Animals that you must\",3:\"§7kill to spawn a Spirit Bear which when killed drops the Spirit\",4:\"§7Bow which is a single shot bow and the only was to damage him.\"],Name:\"§6Thorn (Boss)\"},ExtraAttributes:{id:\"THORN_BOSS\"}}", + "damage": 93, + "lore": [ + "§7Thorn is the boss of Floor 4 of the Catacombs. He is a", + "§7\u0027Shaman Necromancer\u0027, appears as a ghast, and does not", + "§7attack the player. He spawns Spirit Animals that you must", + "§7kill to spawn a Spirit Bear which when killed drops the Spirit", + "§7Bow which is a single shot bow and the only was to damage him." + ], + "internalname": "THORN_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Thorn" + ], + "entityrender": "Ghast", + "entityscale": 0.3 +}
\ No newline at end of file |