diff options
Diffstat (limited to 'items/SVEN_PACKMASTER_3_BOSS.json')
-rw-r--r-- | items/SVEN_PACKMASTER_3_BOSS.json | 51 |
1 files changed, 38 insertions, 13 deletions
diff --git a/items/SVEN_PACKMASTER_3_BOSS.json b/items/SVEN_PACKMASTER_3_BOSS.json index 92b8a996..b6afe9e8 100644 --- a/items/SVEN_PACKMASTER_3_BOSS.json +++ b/items/SVEN_PACKMASTER_3_BOSS.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§6Sven Packmaster III (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c750.000❤\",3:\"§7Damage: §c180 §7per second\",4:\"§7True damage: §f50 §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:\"§bCall the pups!\",14:\"§7At 50% health, calls its deadly pack\",15:\"§7of pups.\",16:\"\",17:\"§7Reward: §d100 Wolf Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)\",20:\"§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)\",21:\"§9Sprit Rune §a(1x) §8(§bRare 5%§8)\",22:\"§9Critical VI §a(1x) §8(§5Extraordinary 1%§8)\",23:\"§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Sven Packmaster III (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_3_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c750,000❤\",3:\"§7Damage: §c180 §7per second\",4:\"§7True damage: §f50 §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:\"§bCall the pups!\",14:\"§7At 50% health, calls its deadly pack\",15:\"§7of pups.\"],Name:\"§6Sven Packmaster III (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_3_BOSS\"}}", "damage": 3, "lore": [ "§8Strong", "", - "§7Health: §c750.000❤", + "§7Health: §c750,000❤", "§7Damage: §c180 §7per second", "§7True damage: §f50 §7per second", "", @@ -19,23 +19,48 @@ "", "§bCall the pups!", "§7At 50% health, calls its deadly pack", - "§7of pups.", - "", - "§7Reward: §d100 Wolf Slayer XP", - "§8+ Possible Drops:", - "§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)", - "§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)", - "§9Sprit Rune §a(1x) §8(§bRare 5%§8)", - "§9Critical VI §a(1x) §8(§5Extraordinary 1%§8)", - "§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)" + "§7of pups." ], "internalname": "SVEN_PACKMASTER_3_BOSS", - "clickcommand": "", + "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": 100, + "name": "§6Sven Packmaster III", + "render": "Wolf", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "WOLF_TOOTH", + "extra": ["x30-50"], + "chance": "100%" + }, + { + "id": "HAMSTER_WHEEL", + "extra": ["x2-4"], + "chance": "16.59%" + }, + { + "id": "SPIRIT_RUNE;1", + "chance": "2.68%" + }, + { + "id": "CRITICAL;6", + "chance": "0.41%" + }, + { + "id": "RED_CLAW_EGG", + "chance": "0,04%" + } + ] + } + ] }
\ No newline at end of file |