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/SVEN_PACKMASTER_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/SVEN_PACKMASTER_BOSS.json')
-rw-r--r-- | items/SVEN_PACKMASTER_BOSS.json | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/items/SVEN_PACKMASTER_BOSS.json b/items/SVEN_PACKMASTER_BOSS.json index 4a4f2b7a..0163612f 100644 --- a/items/SVEN_PACKMASTER_BOSS.json +++ b/items/SVEN_PACKMASTER_BOSS.json @@ -1,17 +1,34 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§6Sven Packmaster (Boss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Sven Packmaster is a Slayer boss in the Wolf Slayer track.\"],Name:\"§6Sven Packmaster (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_BOSS\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Sven Packmaster is a Slayer boss in the Wolf Slayer track.\",1:\"\",2:\"§c❤ Health§8:\",3:\"§8[§aTier 1§8] §c2.000 ❤\",4:\"§8[§eTier 2§8] §c40.000 ❤\",5:\"§8[§cTier 3§8] §c750.000 ❤\",6:\"§8[§4Tier 4§8] §c2.000.000 ❤\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§8[Tier §a1§8-§44§8] §aWolf Tooth §a(1x-64x) §8(§2Guaranteed 100%§8)\",10:\"§8[Tier §e2§8-§44§8] §9Hamster Wheel §a(1x-5x) §8(§9Occasional 20%§8)\",11:\"§8[Tier §e2§8-§44§8] §9Sprit Rune §a(1x) §8(§bRare 5%§8)\",12:\"§8[Tier §c3§8-§44§8] §9Critical VI §a(1x) §8(§5Extraodinary 1%§8)\",13:\"§8[Tier §c3§8-§44§8] §5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)\",14:\"§8[Tier §44§8] §6Couture Rune I §a(1x) §8(§dPray RNGesus \u003c1%§8)\",15:\"§8[Tier §44§8] §9Grizzly Bait §a(1x) §8(§dPray RNGesus \u003c1%§8)\",16:\"§8[Tier §44§8] §5Overflux Capacitor §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Sven Packmaster (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_BOSS\"}}", "damage": 95, "lore": [ - "§7Sven Packmaster is a Slayer boss in the Wolf Slayer track." + "§7Sven Packmaster is a Slayer boss in the Wolf Slayer track.", + "", + "§c❤ Health§8:", + "§8[§aTier 1§8] §c2.000 ❤", + "§8[§eTier 2§8] §c40.000 ❤", + "§8[§cTier 3§8] §c750.000 ❤", + "§8[§4Tier 4§8] §c2.000.000 ❤", + "", + "§6§lPossible Drops:", + "§8[Tier §a1§8-§44§8] §aWolf Tooth §a(1x-64x) §8(§2Guaranteed 100%§8)", + "§8[Tier §e2§8-§44§8] §9Hamster Wheel §a(1x-5x) §8(§9Occasional 20%§8)", + "§8[Tier §e2§8-§44§8] §9Sprit Rune §a(1x) §8(§bRare 5%§8)", + "§8[Tier §c3§8-§44§8] §9Critical VI §a(1x) §8(§5Extraodinary 1%§8)", + "§8[Tier §c3§8-§44§8] §5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)", + "§8[Tier §44§8] §6Couture Rune I §a(1x) §8(§dPray RNGesus \u003c1%§8)", + "§8[Tier §44§8] §9Grizzly Bait §a(1x) §8(§dPray RNGesus \u003c1%§8)", + "§8[Tier §44§8] §5Overflux Capacitor §a(1x) §8(§dPray RNGesus \u003c1%§8)" ], "internalname": "SVEN_PACKMASTER_BOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sven_Packmaster" ], - "entityrender": "Wolf" + "entityrender": "Wolf", + "crafttext": "" }
\ No newline at end of file |