diff options
Diffstat (limited to 'items/TARANTULA_BROODFATHER_2_BOSS.json')
-rw-r--r-- | items/TARANTULA_BROODFATHER_2_BOSS.json | 44 |
1 files changed, 31 insertions, 13 deletions
diff --git a/items/TARANTULA_BROODFATHER_2_BOSS.json b/items/TARANTULA_BROODFATHER_2_BOSS.json index 6e545007..9c47a4da 100644 --- a/items/TARANTULA_BROODFATHER_2_BOSS.json +++ b/items/TARANTULA_BROODFATHER_2_BOSS.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§6Tarantula Broodfather II (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c30.000❤\",3:\"§7Damage: §c45 §7per second\",4:\"\",5:\"§eCombat Jump\",6:\"§7The spider will often attempt to\",7:\"§7jump behind you.\",8:\"\",9:\"§cNoxious\",10:\"§7Deals AOE damage every second,\",11:\"§7reducing your healing by 50%.\",12:\"\",13:\"§7Reward: §d25 Spider Slayer XP\",14:\"§8+ Possible Drops:\",15:\"§aTarantula Web §a(9x-18x) §8(§2Guaranteed 100%§8)\",16:\"§aToxic Arrow Posion §a(16x) §8(§9Occasional 20%§8)\",17:\"§5Bite Rune §a(1x) §8(§bRare 5%§8)\"],Name:\"§6Tarantula Broodfather II (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_2_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c30,000❤\",3:\"§7Damage: §c45 §7per second\",4:\"\",5:\"§eCombat Jump\",6:\"§7The spider will often attempt to\",7:\"§7jump behind you.\",8:\"\",9:\"§cNoxious\",10:\"§7Deals AOE damage every second,\",11:\"§7reducing your healing by 50%.\"],Name:\"§6Tarantula Broodfather II (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_2_BOSS\"}}", "damage": 3, "lore": [ "§8Beginner", "", - "§7Health: §c30.000❤", + "§7Health: §c30,000❤", "§7Damage: §c45 §7per second", "", "§eCombat Jump", @@ -15,21 +15,39 @@ "", "§cNoxious", "§7Deals AOE damage every second,", - "§7reducing your healing by 50%.", - "", - "§7Reward: §d25 Spider Slayer XP", - "§8+ Possible Drops:", - "§aTarantula Web §a(9x-18x) §8(§2Guaranteed 100%§8)", - "§aToxic Arrow Posion §a(16x) §8(§9Occasional 20%§8)", - "§5Bite Rune §a(1x) §8(§bRare 5%§8)" + "§7reducing your healing by 50%." ], "internalname": "TARANTULA_BROODFATHER_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/Tarantula_Broodfather", "https://wiki.hypixel.net/Tarantula_Broodfather" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "xp": 25, + "name": "§6Tarantula Broodfather II", + "render": "Spider", + "panorama": "combat_1", + "type": "drops", + "drops": [ + { + "id": "TARANTULA_WEB", + "extra": ["x9-18"], + "chance": "100%" + }, + { + "id": "TOXIC_ARROW_POISON:16", + "chance": "15.25%" + }, + { + "id": "BITE_RUNE;1", + "chance": "0.70%" + } + ] + } + ] +}
\ No newline at end of file |