diff options
Diffstat (limited to 'items/SUPER_ARCHER_MONSTER.json')
-rw-r--r-- | items/SUPER_ARCHER_MONSTER.json | 50 |
1 files changed, 38 insertions, 12 deletions
diff --git a/items/SUPER_ARCHER_MONSTER.json b/items/SUPER_ARCHER_MONSTER.json index 5c9ce838..97736fe4 100644 --- a/items/SUPER_ARCHER_MONSTER.json +++ b/items/SUPER_ARCHER_MONSTER.json @@ -1,28 +1,54 @@ { "itemid": "minecraft:skull", "displayname": "§9Super Archer (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8ebf155b-7b8f-386f-91f1-2e425db4230f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhZTZkYjBiNTlhNjQzMDUwNzZkOTY2ZDhlN2I5YTk3YmU0NmRhZTNhODA3NzE0ZmE4NmQzNzg0OGY2In19fQ\"}]}},display:{Lore:[0:\"§7Bouncy, yet dangerous\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §370-150\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Bouncy Chestplate §8(§a5%§8)\",8:\"§8 ■ §9Bouncy Helmet §8(§a5%§8)\",9:\"§8 ■ §9Bouncy Boots §8(§a5%§8)\",10:\"§8 ■ §9Bouncy Leggings §8(§a5%§8)\"],Name:\"§9Super Archer (Monster)\"},ExtraAttributes:{id:\"SUPER_ARCHER_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8ebf155b-7b8f-386f-91f1-2e425db4230f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhZTZkYjBiNTlhNjQzMDUwNzZkOTY2ZDhlN2I5YTk3YmU0NmRhZTNhODA3NzE0ZmE4NmQzNzg0OGY2In19fQ\"}]}},display:{Lore:[0:\"§7Bouncy, yet dangerous\",1:\"\",2:\"§c❤ Health§8: §c400,000 - 1,600,000\",3:\"§c❤ Health §8(MM) : §c48,000,000 - 200,000,000\"],Name:\"§9Super Archer (Monster)\"},ExtraAttributes:{id:\"SUPER_ARCHER_MONSTER\"}}", "damage": 3, "lore": [ "§7Bouncy, yet dangerous", "", - "§7Coins per Kill: §61", - "§7Combat XP: §370-150", - "", - "§6§lPossible Drops:", - "§aUncommon Loot", - "§8 ■ §9Bouncy Chestplate §8(§a5%§8)", - "§8 ■ §9Bouncy Helmet §8(§a5%§8)", - "§8 ■ §9Bouncy Boots §8(§a5%§8)", - "§8 ■ §9Bouncy Leggings §8(§a5%§8)" + "§c❤ Health§8: §c400,000 - 1,600,000", + "§c❤ Health §8(MM) : §c48,000,000 - 200,000,000" ], "internalname": "SUPER_ARCHER_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons", "https://wiki.hypixel.net/Super_Archer" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "combat_xp": 70, + "coins": 1, + "xp": 30, + "name": "§cSuper Archer", + "panorama": "dungeon", + "render": "@neurepo:mobs/super_archer.json", + "type": "drops", + "drops": [ + { + "id": "BOUNCY_HELMET", + "chance": "3%" + }, + { + "id": "BOUNCY_CHESTPLATE", + "chance": "3%" + }, + { + "id": "BOUNCY_LEGGINGS", + "chance": "3%" + }, + { + "id": "BOUNCY_BOOTS", + "chance": "3%" + }, + { + "id": "DYE_BONE", + "chance": "0.0000333%" + } + ] + } + ] }
\ No newline at end of file |