diff options
Diffstat (limited to 'items/SVEN_PACKMASTER_2_BOSS.json')
-rw-r--r-- | items/SVEN_PACKMASTER_2_BOSS.json | 45 |
1 files changed, 32 insertions, 13 deletions
diff --git a/items/SVEN_PACKMASTER_2_BOSS.json b/items/SVEN_PACKMASTER_2_BOSS.json index f2304252..5ca3fee0 100644 --- a/items/SVEN_PACKMASTER_2_BOSS.json +++ b/items/SVEN_PACKMASTER_2_BOSS.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§6Sven Packmaster II (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c40.000❤\",3:\"§7Damage: §c80 §7per second\",4:\"§7True damage: §f10 §7per second\",5:\"\",6:\"§aAgile\",7:\"§7The wolf is small and fast, making\",8:\"§7it hard to hit.\",9:\"\",10:\"§fTrue Damage\",11:\"§7Ignores your defense. Very painful.\",12:\"\",13:\"§7Reward: §d25 Wolf Slayer XP\",14:\"§8+ Possible Drops:\",15:\"§aWolf Tooth §a(9x-18x) §8(§2Guaranteed 100%§8)\",16:\"§9Hamster Wheel §a(1x) §8(§9Occasional 20%§8)\",17:\"§9Sprit Rune §a(1x) §8(§bRare 5%§8)\"],Name:\"§6Sven Packmaster II (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_2_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c40,000❤\",3:\"§7Damage: §c80 §7per second\",4:\"§7True damage: §f10 §7per second\",5:\"\",6:\"§aAgile\",7:\"§7The wolf is small and fast, making\",8:\"§7it hard to hit.\",9:\"\",10:\"§fTrue Damage\",11:\"§7Ignores your defense. Very painful.\"],Name:\"§6Sven Packmaster II (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_2_BOSS\"}}", "damage": 3, "lore": [ "§8Strong", "", - "§7Health: §c40.000❤", + "§7Health: §c40,000❤", "§7Damage: §c80 §7per second", "§7True damage: §f10 §7per second", "", @@ -15,21 +15,40 @@ "§7it hard to hit.", "", "§fTrue Damage", - "§7Ignores your defense. Very painful.", - "", - "§7Reward: §d25 Wolf Slayer XP", - "§8+ Possible Drops:", - "§aWolf Tooth §a(9x-18x) §8(§2Guaranteed 100%§8)", - "§9Hamster Wheel §a(1x) §8(§9Occasional 20%§8)", - "§9Sprit Rune §a(1x) §8(§bRare 5%§8)" + "§7Ignores your defense. Very painful." ], "internalname": "SVEN_PACKMASTER_2_BOSS", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sven_Packmaster", "https://wiki.hypixel.net/Sven_Packmaster" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "xp": 25, + "name": "§6Sven Packmaster II", + "render": "Wolf", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "WOLF_TOOTH", + "extra": ["x9-18"], + "chance": "100%" + }, + { + "id": "HAMSTER_WHEEL", + "extra": ["x1"], + "chance": "16.67%" + }, + { + "id": "SPIRIT_RUNE;1", + "chance": "0.68%" + } + ] + } + ] +}
\ No newline at end of file |