diff options
92 files changed, 372 insertions, 430 deletions
diff --git a/constants/essencecosts.json b/constants/essencecosts.json index 9fc1ba61..2b60ce30 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -1737,12 +1737,12 @@ }, "JUJU_SHORTBOW":{ "type":"Dragon", - "dungeonize":300, - "1":100, - "2":200, - "3":300, - "4":500, - "5":750 + "dungeonize":150, + "1":30, + "2":60, + "3":120, + "4":200, + "5":300 }, "MIDAS_STAFF":{ "type":"Gold", diff --git a/constants/misc.json b/constants/misc.json index fee6cc73..360bd55c 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1052,7 +1052,7 @@ "f94771a6e4c4457495e7aa821c370e3d", "4f0e53f2bc1e464fa86af515e22390c7", "baa6c0a7c3494f7d9257c92dd886b890", - "783f560bff974363b5cfd61c496ba278", + "8f26e4e3b26a4c64901f1f85d579dc73", "d82f5572054f4b7cb3d73e614098bbcb", "e40ba3dfb5254b488649969d6d22ab1c", "62b17c445d774a669cf6a9032005ae23", @@ -1130,7 +1130,14 @@ "0d1c41cd8d4b4fe98214ed77c3254489", "51e50c0ae0b84c7a9334ec9df5f8bb43", "b98f4247e6614787a11c288eb21f098a", - "2afa5d17d62f45e189d5d711fd0c57c7" + "2afa5d17d62f45e189d5d711fd0c57c7", + "16ffd751c9d34781854f6960c26e6bf6", + "f47e4552e184437ba544676ecbdd18fa", + "fe3ead1167ff4e118f3b4c6810d643b9", + "5312cb4c79674f28a3004e979b6560da", + "40ef5fcb47f8451ba64c1b7cd4c54e08", + "80e3b7080df74d918f84d43f438a3e81", + "0954bdd8655743b1ad49ccc0a235af9c" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index d2987e99..675d6da2 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2126,8 +2126,8 @@ "UNSTABLE_LOST_ADVENTURER_MINIBOSS", "YOUNG_LOST_ADVENTURER_MINIBOSS" ], - "BAIT_RING":[ - "SPIKED_ATROCITY" + "SPIKED_ATROCITY":[ + "BAIT_RING" ], "MANA_STEAL;1":[ "MANA_STEAL;2", diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 8fbed75c..dbe2a475 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1973,7 +1973,8 @@ }, "LEGENDARY":{ "damage":165, - "strength":165 + "strength":165, + "intelligence":65 } } }, diff --git a/items/ARACHNES_KEEPER_MINIBOSS.json b/items/ARACHNES_KEEPER_MINIBOSS.json index b6741fb6..c6ddf863 100644 --- a/items/ARACHNES_KEEPER_MINIBOSS.json +++ b/items/ARACHNES_KEEPER_MINIBOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Arachne\u0027s Keeper (Mini Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Keeper of Arachne\",1:\"\",2:\"§c❤ Health§8: §c100.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §fSpider Eye\",8:\"§8 ■ §fString §8(§a50%§8)\",9:\"§8 ■ §9Arachne\u0027s Keeper Fragment\"],Name:\"§9Arachne\u0027s Keeper (Mini Boss)\"},ExtraAttributes:{id:\"ARACHNES_KEEPER_MINIBOSS\"}}", + "displayname": "§9Arachne\u0027s Keeper (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Keeper of Arachne\",1:\"\",2:\"§c❤ Health§8: §c100.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §fSpider Eye\",8:\"§8 ■ §fString §8(§a50%§8)\",9:\"§8 ■ §9Arachne\u0027s Keeper Fragment\"],Name:\"§9Arachne\u0027s Keeper (Miniboss)\"},ExtraAttributes:{id:\"ARACHNES_KEEPER_MINIBOSS\"}}", "damage": 3, "lore": [ "§7Keeper of Arachne", diff --git a/items/ARACHNE_BOSS.json b/items/ARACHNE_BOSS.json index bc264b77..e2d5c2c0 100644 --- a/items/ARACHNE_BOSS.json +++ b/items/ARACHNE_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Arachne (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7The strongest spider in the den.\",1:\"\",2:\"§c❤ Health§8: §c10.000.000-20.000.000\",3:\"§7Coins per Kill: §610-20\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§8 ■ §fString\",7:\"§8 ■ §9Soul String\",8:\"§8 ■ §9Arachne Fragment\",9:\"§8 ■ §8[Lvl 1] §5Tarantula\",10:\"§8 ■ §8[Lvl 1] §6Tarantula\",11:\"§8 ■ §5Dark Queen\u0027s Soul Drop\"],Name:\"§6Arachne (Boss)\"},ExtraAttributes:{id:\"ARACHNE_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7The strongest spider in the den.\",1:\"\",2:\"§c❤ Health§8: §c10.000.000-20.000.000\",3:\"§7Coins per Kill: §610-20\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§8 ■ §fString\",7:\"§8 ■ §9Soul String\",8:\"§8 ■ §9Arachne Fragment\",9:\"§8 ■ §8[Lvl 1] §5Tarantula\",10:\"§8 ■ §8[Lvl 1] §6Tarantula\",11:\"§8 ■ §5Dark Queen\u0027s Soul Drop\"],Name:\"§6Arachne (Boss)\"},ExtraAttributes:{id:\"ARACHNE_BOSS\"}}", "damage": 3, "lore": [ "§7The strongest spider in the den.", diff --git a/items/ATONED_CHAMPION_MINIBOSS.json b/items/ATONED_CHAMPION_MINIBOSS.json index b2ec96c1..c9371149 100644 --- a/items/ATONED_CHAMPION_MINIBOSS.json +++ b/items/ATONED_CHAMPION_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Atoned Champion (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Atoned Champion is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier V Quests.\",3:\"\",4:\"§c❤ Health§8: §c600.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aRevenant Flesh\"],Name:\"§5Atoned Champion (Miniboss)\"},ExtraAttributes:{id:\"ATONED_CHAMPION_MINIBOSS\"}}", - "damage": 54, + "nbttag": "{display:{Lore:[0:\"§7The Atoned Champion is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier V Quests.\",3:\"\",4:\"§c❤ Health§8: §c600.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aRevenant Flesh\"],Name:\"§5Atoned Champion (Miniboss)\"},ExtraAttributes:{id:\"ATONED_CHAMPION_MINIBOSS\"}}", + "damage": 2, "lore": [ "§7The Atoned Champion is a Revenant Horror", "§7Miniboss that very rarely spawns after killing a", @@ -20,6 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Atoned_Champion" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/ATONED_REVENANT_MINIBOSS.json b/items/ATONED_REVENANT_MINIBOSS.json index 1457f45a..fea27630 100644 --- a/items/ATONED_REVENANT_MINIBOSS.json +++ b/items/ATONED_REVENANT_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Atoned Revenant (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Atoned Revenant is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier V Quests.\",3:\"\",4:\"§c❤ Health§8: §c2.400.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aRevenant Flesh\"],Name:\"§5Atoned Revenant (Miniboss)\"},ExtraAttributes:{id:\"ATONED_REVENANT_MINIBOSS\"}}", - "damage": 54, + "nbttag": "{display:{Lore:[0:\"§7The Atoned Revenant is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier V Quests.\",3:\"\",4:\"§c❤ Health§8: §c2.400.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aRevenant Flesh\"],Name:\"§5Atoned Revenant (Miniboss)\"},ExtraAttributes:{id:\"ATONED_REVENANT_MINIBOSS\"}}", + "damage": 2, "lore": [ "§7The Atoned Revenant is a Revenant Horror", "§7Miniboss that very rarely spawns after killing a", @@ -20,6 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Atoned_Revenant" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/BATTY_WITCH_MONSTER.json b/items/BATTY_WITCH_MONSTER.json index 778413c0..7406d2b9 100644 --- a/items/BATTY_WITCH_MONSTER.json +++ b/items/BATTY_WITCH_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aBatty Witch (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Batty Witch can only spawn during the,\",1:\"§7Spooky Festival and from Trick or Treat boxes.\",2:\"§7This enemy spawns bats that follows a player\",3:\"§7and explodes on them.\",4:\"\",5:\"§c❤ Health§8: §c10\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§aGreen Candy §a(0-2x)\",9:\"§5Purple Candy §a(0-1x)\"],Name:\"§aBatty Witch (Monster)\"},ExtraAttributes:{id:\"BATTY_WITCH_MONSTER\"}}", - "damage": 66, + "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Batty Witch can only spawn during the,\",1:\"§7Spooky Festival and from Trick or Treat boxes.\",2:\"§7This enemy spawns bats that follows a player\",3:\"§7and explodes on them.\",4:\"\",5:\"§c❤ Health§8: §c10\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§aGreen Candy §a(0-2x)\",9:\"§5Purple Candy §a(0-1x)\"],Name:\"§aBatty Witch (Monster)\"},ExtraAttributes:{id:\"BATTY_WITCH_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Batty Witch can only spawn during the,", "§7Spooky Festival and from Trick or Treat boxes.", @@ -22,6 +22,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Batty_Witch" ], - "entityrender": "Witch", "crafttext": "" }
\ No newline at end of file diff --git a/items/BAT_MONSTER.json b/items/BAT_MONSTER.json index 1aaa3758..a4d37cea 100644 --- a/items/BAT_MONSTER.json +++ b/items/BAT_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aBat (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Bat is a mob that can be only be found\",1:\"§7and can only spawn on the Roofed Forest \",2:\"§7Island with an Roofed Forest Crystal on it.\"],Name:\"§aBat (Monster)\"},ExtraAttributes:{id:\"BAT_MONSTER\"}}", - "damage": 65, + "nbttag": "{SkullOwner:{Id:\"62e67882-f5a4-411b-816f-2f704b3feb51\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc2NjE5NjUyZmFmZWM5MGNlOThkZjUwMTNjNjNkYzZhNzc3NzZhYjI3ODczYjczZGFmYjJiNmJkZWIxODUifX19\u003d\"}]}},display:{Lore:[0:\"§7The Bat is a mob that can be only be found\",1:\"§7and can only spawn on the Roofed Forest \",2:\"§7Island with an Roofed Forest Crystal on it.\"],Name:\"§aBat (Monster)\"},ExtraAttributes:{id:\"BAT_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Bat is a mob that can be only be found", "§7and can only spawn on the Roofed Forest ", @@ -10,11 +10,10 @@ ], "internalname": "BAT_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bat" ], - "entityrender": "Bat", - "entityscale": 2 + "crafttext": "" }
\ No newline at end of file diff --git a/items/BAT_PINATA_MONSTER.json b/items/BAT_PINATA_MONSTER.json index cf75913a..ba7680a6 100644 --- a/items/BAT_PINATA_MONSTER.json +++ b/items/BAT_PINATA_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aBat Piñata (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Bat Piñata is a bat that only appears during\",1:\"§7the Spooky Festival.\",2:\"\",3:\"§c❤ Health§8: §c5\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aGreen Candy\",7:\"§5Purple Candy §a(5-64x)\",8:\"§cBat the Fish §7(Very Rare)\"],Name:\"§aBat Piñata (Monster)\"},ExtraAttributes:{id:\"BAT_PINATA_MONSTER\"}}", - "damage": 65, + "nbttag": "{SkullOwner:{Id:\"62e67882-f5a4-411b-816f-2f704b3feb51\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc2NjE5NjUyZmFmZWM5MGNlOThkZjUwMTNjNjNkYzZhNzc3NzZhYjI3ODczYjczZGFmYjJiNmJkZWIxODUifX19\u003d\"}]}},display:{Lore:[0:\"§7The Bat Piñata is a bat that only appears during\",1:\"§7the Spooky Festival.\",2:\"\",3:\"§c❤ Health§8: §c5\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aGreen Candy\",7:\"§cBat the Fish §7(Very Rare)\"],Name:\"§aBat Piñata (Monster)\"},ExtraAttributes:{id:\"BAT_PINATA_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Bat Piñata is a bat that only appears during", "§7the Spooky Festival.", @@ -11,7 +11,6 @@ "", "§6§lPossible Drops:", "§aGreen Candy", - "§cBat the Fish §7(Very Rare)" ], "internalname": "BAT_PINATA_MONSTER", @@ -21,7 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bat" ], - "entityrender": "Bat", - "entityscale": 2, "crafttext": "" }
\ No newline at end of file diff --git a/items/BONZO_BOSS.json b/items/BONZO_BOSS.json index c1d3d648..6c0e73aa 100644 --- a/items/BONZO_BOSS.json +++ b/items/BONZO_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Bonzo (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Bonzo is the boss of Floor 1 of the Catacombs.\",1:\"§7He is a \u0027New Necromancer\u0027 and has two phases. In\",2:\"§7the first one he runs away from the player until\",3:\"§7he is killed. Then he revives appearing as a clown\",4:\"§7and attacks the player.\",5:\"\",6:\"§c❤ Health§8: §c250.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Bonzo\u0027s Mask §a(1x)\",10:\"§9Bonzo\u0027s Staff §a(1x)\",11:\"§9Red Nose §a(1x)\"],Name:\"§6Bonzo (Boss)\"},ExtraAttributes:{id:\"BONZO_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Bonzo is the boss of Floor 1 of the Catacombs.\",1:\"§7He is a \u0027New Necromancer\u0027 and has two phases. In\",2:\"§7the first one he runs away from the player until\",3:\"§7he is killed. Then he revives appearing as a clown\",4:\"§7and attacks the player.\",5:\"\",6:\"§c❤ Health§8: §c250.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Bonzo\u0027s Mask §a(1x)\",10:\"§9Bonzo\u0027s Staff §a(1x)\",11:\"§9Red Nose §a(1x)\"],Name:\"§6Bonzo (Boss)\"},ExtraAttributes:{id:\"BONZO_BOSS\"}}", "damage": 3, "lore": [ "§7Bonzo is the boss of Floor 1 of the Catacombs.", diff --git a/items/CARROT_KING_SC.json b/items/CARROT_KING_SC.json index b8ec8c25..cca277d0 100644 --- a/items/CARROT_KING_SC.json +++ b/items/CARROT_KING_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Carrot King (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Carrot King is a Sea Creature that has a\",1:\"§7chance to be caught when the player reaches\",2:\"§7fishing level XV or above, and is using Carrot \",3:\"§7Bait. It has a low spawn rate, and roughly \",4:\"§710,000 EHP. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Caster VI)\",13:\"§7- §aEnchanted Carrot\",14:\"§7- §aRabbit Hat\",15:\"§7- §9Enchanted Rabbit Foot\",16:\"§7- §5Lucky Clover Core\",17:\"\",18:\"§cRequirements:\",19:\"§7- Fishing Skill 15\",20:\"§7- Carrot Bait\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", - "damage": 101, + "nbttag": "{SkullOwner:{Id:\"10a9980c-1ba4-42fc-9f92-96b65a1db4b9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3YmZmYzE5NzJhY2Q3ZjNiNGE4ZjQzYjViNmM3NTM0Njk1YjhmZDYyNjc3ZTAzMDZiMjgzMTU3NGIifX19\"}]}},display:{Lore:[0:\"§7The Carrot King is a Sea Creature that has a\",1:\"§7chance to be caught when the player reaches\",2:\"§7fishing level XV or above, and is using Carrot \",3:\"§7Bait. It has a low spawn rate, and roughly \",4:\"§710,000 EHP. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Caster VI)\",13:\"§7- §aEnchanted Carrot\",14:\"§7- §aRabbit Hat\",15:\"§7- §9Enchanted Rabbit Foot\",16:\"§7- §5Lucky Clover Core\",17:\"\",18:\"§cRequirements:\",19:\"§7- Fishing Skill 15\",20:\"§7- Carrot Bait\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", + "damage": 3, "lore": [ "§7The Carrot King is a Sea Creature that has a", "§7chance to be caught when the player reaches", @@ -35,6 +35,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" ], - "entityrender": "Rabbit", "crafttext": "" }
\ No newline at end of file diff --git a/items/CATFISH_SC.json b/items/CATFISH_SC.json index 9479f4df..bf6a05ec 100644 --- a/items/CATFISH_SC.json +++ b/items/CATFISH_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Catfish (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Catfish is a Rare Sea Creature that spawns\",1:\"§7while fishing after reaching Fishing level 13. \",2:\"§7It takes the appearance of an ocelot.\",3:\"\",4:\"§c❤ Health§8: §c26.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7Sponge\",13:\"§7- §9Enchanted Book\",14:\" §7(Frail VI)\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 13\",18:\"\",19:\"§9§lRARE\"],Name:\"§3Catfish (Sea Creature)\"},ExtraAttributes:{id:\"CATFISH_SC\"}}", - "damage": 98, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"664dd492-3fcd-443b-9e61-4c7ebd9e4e10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY1N2NkNWMyOTg5ZmY5NzU3MGZlYzRkZGNkYzY5MjZhNjhhMzM5MzI1MGMxYmUxZjBiMTE0YTFkYjEifX19\"}]}},display:{Lore:[0:\"§7The Catfish is a Rare Sea Creature that spawns\",1:\"§7while fishing after reaching Fishing level 13. \",2:\"§7It takes the appearance of an ocelot.\",3:\"\",4:\"§c❤ Health§8: §c26.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7Sponge\",13:\"§7- §9Enchanted Book\",14:\" §7(Frail VI)\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 13\",18:\"\",19:\"§9§lRARE\"],Name:\"§3Catfish (Sea Creature)\"},ExtraAttributes:{id:\"CATFISH_SC\"}}", + "damage": 3, "lore": [ "§7The Catfish is a Rare Sea Creature that spawns", "§7while fishing after reaching Fishing level 13. ", @@ -32,6 +32,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Catfish" ], - "entityrender": "Ozelot", "crafttext": "" }
\ No newline at end of file diff --git a/items/CAVE_SPIDER_MONSTER.json b/items/CAVE_SPIDER_MONSTER.json index 84dc6aa2..74d60590 100644 --- a/items/CAVE_SPIDER_MONSTER.json +++ b/items/CAVE_SPIDER_MONSTER.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aCave Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Cave Spider is like a normal spider, but poisonous. \"],Name:\"§aCave Spider (Monster)\"},ExtraAttributes:{id:\"CAVE_SPIDER_MONSTER\"}}", - "damage": 59, + "nbttag": "{SkullOwner:{Id:\"39173a7a-c957-4ec1-ac1a-43e5a64983df\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDE2NDVkZmQ3N2QwOTkyMzEwN2IzNDk2ZTk0ZWViNWMzMDMyOWY5N2VmYzk2ZWQ3NmUyMjZlOTgyMjQifX19\"}]}},display:{Lore:[0:\"§7The Cave Spider is like a normal spider, but poisonous. \"],Name:\"§aCave Spider (Monster)\"},ExtraAttributes:{id:\"CAVE_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Cave Spider is like a normal spider, but poisonous. " ], "internalname": "CAVE_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Cave_Spider" ], - "entityrender": "CaveSpider" + "crafttext": "" }
\ No newline at end of file diff --git a/items/CHICKEN_ANIMAL.json b/items/CHICKEN_ANIMAL.json index 2fb4e763..d4b8a78b 100644 --- a/items/CHICKEN_ANIMAL.json +++ b/items/CHICKEN_ANIMAL.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aChicken (Animal)", - "nbttag": "{display:{Lore:[0:\"§7Chickens can be found at the Barn and drop\",1:\"§7feathers, raw chicken and experience. They\",2:\"§7are required to unlock the Raw Chicken and \",3:\"§7Feather collection. \"],Name:\"§aChicken (Animal)\"},ExtraAttributes:{id:\"CHICKEN_ANIMAL\"}}", - "damage": 93, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"32e97556-5cb3-4b69-badf-ae4004863579\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2YzN2Q1MjRjM2VlZDE3MWNlMTQ5ODg3ZWExZGVlNGVkMzk5OTA0NzI3ZDUyMTg2NTY4OGVjZTNiYWM3NWUifX19\u003d\"}]}},display:{Lore:[0:\"§7Chickens can be found at the Barn and drop\",1:\"§7feathers, raw chicken and experience. They\",2:\"§7are required to unlock the Raw Chicken and \",3:\"§7Feather collection. \"],Name:\"§aChicken (Animal)\"},ExtraAttributes:{id:\"CHICKEN_ANIMAL\"}}", + "damage": 3, "lore": [ "§7Chickens can be found at the Barn and drop", "§7feathers, raw chicken and experience. They", @@ -11,10 +11,10 @@ ], "internalname": "CHICKEN_ANIMAL", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Chicken" ], - "entityrender": "Chicken" + "crafttext": "" }
\ No newline at end of file diff --git a/items/COW_ANIMAL.json b/items/COW_ANIMAL.json index efb788a0..9127f119 100644 --- a/items/COW_ANIMAL.json +++ b/items/COW_ANIMAL.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aCow (Animal)", - "nbttag": "{display:{Lore:[0:\"§7Cows are an animal in Hypixel Skyblock. Cows can\",1:\"§7be found at the Barn and are required to unlock\",2:\"§7the Leather Collection. Cows can also be spawned\",3:\"§7with the use of a Cow Minion. \"],Name:\"§aCow (Animal)\"},ExtraAttributes:{id:\"COW_ANIMAL\"}}", - "damage": 92, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"97ddf3b3-9dbe-4a3b-8a0f-1b19ddeac0bd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQ2YzZlZGE5NDJmN2Y1ZjcxYzMxNjFjNzMwNmY0YWVkMzA3ZDgyODk1ZjlkMmIwN2FiNDUyNTcxOGVkYzUifX19\u003d\"}]}},display:{Lore:[0:\"§7Cows are an animal in Hypixel Skyblock. Cows can\",1:\"§7be found at the Barn and are required to unlock\",2:\"§7the Leather Collection. Cows can also be spawned\",3:\"§7with the use of a Cow Minion. \"],Name:\"§aCow (Animal)\"},ExtraAttributes:{id:\"COW_ANIMAL\"}}", + "damage": 3, "lore": [ "§7Cows are an animal in Hypixel Skyblock. Cows can", "§7be found at the Barn and are required to unlock", @@ -11,10 +11,10 @@ ], "internalname": "COW_ANIMAL", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Cow" ], - "entityrender": "Cow" + "crafttext": "" }
\ No newline at end of file diff --git a/items/CRYPT_GHOUL_MONSTER.json b/items/CRYPT_GHOUL_MONSTER.json index 1f91d153..29942a40 100644 --- a/items/CRYPT_GHOUL_MONSTER.json +++ b/items/CRYPT_GHOUL_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Crypt Ghoul (Monster)", "nbttag": "{display:{Lore:[0:\"§7The Crypt Ghoul is a mob added in the Slayer\",1:\"§7update. It is a hostile zombie type mob that\u0027s\",2:\"§7a bit tougher than regular zombies.\",3:\"\",4:\"§c❤ Health§8: §c2.000\",5:\"§7Combat XP: §332\",6:\"§7Coins per Kill: §613\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fRotten Flesh §8x1-2\",11:\"\",12:\"§dRNGesus Loot\",13:\"§8 ■ §5Ghoul §8(§a0.001%§8)\",14:\"§8 ■ §6Ghoul §8(§a0.003%§8)\"],Name:\"§9Crypt Ghoul (Monster)\"},ExtraAttributes:{id:\"CRYPT_GHOUL_MONSTER\"}}", - "damage": 54, + "damage": 2, "lore": [ "§7The Crypt Ghoul is a mob added in the Slayer", "§7update. It is a hostile zombie type mob that\u0027s", @@ -27,6 +27,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Crypt_Ghoul" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/DEEP_SEA_PROTECTOR_SC.json b/items/DEEP_SEA_PROTECTOR_SC.json index 7c734b1d..173c36ef 100644 --- a/items/DEEP_SEA_PROTECTOR_SC.json +++ b/items/DEEP_SEA_PROTECTOR_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Deep Sea Protector (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Deep Sea Protector is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§718. It takes the appearance of an iron golem. \",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Angler VI)\",12:\"§7- §aEnchanted Iron\",13:\"§7- §5Fishing Exp Boost\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 18\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Deep Sea Protector (Sea Creature)\"},ExtraAttributes:{id:\"DEEP_SEA_PROTECTOR_SC\"}}", - "damage": 68, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7The Deep Sea Protector is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§718. It takes the appearance of an iron golem. \",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Angler VI)\",12:\"§7- §aEnchanted Iron\",13:\"§7- §5Fishing Exp Boost\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 18\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Deep Sea Protector (Sea Creature)\"},ExtraAttributes:{id:\"DEEP_SEA_PROTECTOR_SC\"}}", + "damage": 3, "lore": [ "§7The Deep Sea Protector is a Sea Creature that ", "§7spawns while fishing after unlocking Fishing level", @@ -31,7 +31,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Deep_Sea_Protector" ], - "entityrender": "VillagerGolem", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/DEFORMED_REVENANT_MINIBOSS.json b/items/DEFORMED_REVENANT_MINIBOSS.json index dcf46877..96ce373e 100644 --- a/items/DEFORMED_REVENANT_MINIBOSS.json +++ b/items/DEFORMED_REVENANT_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Deformed Revenant (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Deformed Revenant is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier IV Quests.\"],Name:\"§5Deformed Revenant (Miniboss)\"},ExtraAttributes:{id:\"DEFORMED_REVENANT_MINIBOSS\"}}", - "damage": 54, + "nbttag": "{display:{Lore:[0:\"§7The Deformed Revenant is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier IV Quests.\"],Name:\"§5Deformed Revenant (Miniboss)\"},ExtraAttributes:{id:\"DEFORMED_REVENANT_MINIBOSS\"}}", + "damage": 2, "lore": [ "§7The Deformed Revenant is a Revenant Horror", "§7Miniboss that very rarely spawns after killing a", @@ -10,10 +10,10 @@ ], "internalname": "DEFORMED_REVENANT_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Deformed_Revenant" ], - "entityrender": "Zombie" + "crafttext": "" }
\ No newline at end of file diff --git a/items/ENDERMAN_MONSTER.json b/items/ENDERMAN_MONSTER.json index 56b189d9..16dd132d 100644 --- a/items/ENDERMAN_MONSTER.json +++ b/items/ENDERMAN_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aEnderman (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Enderman is a mob in Skyblock that spawns\",1:\"§7exclusively on the player\u0027s island and the End.\",2:\"§7They act very similarly to the Endermen in vanilla\",3:\"§7Minecraft, and are a source of Ender Pearls. \"],Name:\"§aEnderman (Monster)\"},ExtraAttributes:{id:\"ENDERMAN_MONSTER\"}}", - "damage": 58, + "nbttag": "{SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Enderman is a mob in Skyblock that spawns\",1:\"§7exclusively on the player\u0027s island and the End.\",2:\"§7They act very similarly to the Endermen in vanilla\",3:\"§7Minecraft, and are a source of Ender Pearls. \"],Name:\"§aEnderman (Monster)\"},ExtraAttributes:{id:\"ENDERMAN_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Enderman is a mob in Skyblock that spawns", "§7exclusively on the player\u0027s island and the End.", @@ -11,11 +11,10 @@ ], "internalname": "ENDERMAN_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enderman" ], - "entityrender": "Enderman", - "entityscale": 0.8 + "crafttext": "" }
\ No newline at end of file diff --git a/items/ENDSTONE_PROTECTOR_BOSS.json b/items/ENDSTONE_PROTECTOR_BOSS.json index 7a3b9329..a7661d25 100644 --- a/items/ENDSTONE_PROTECTOR_BOSS.json +++ b/items/ENDSTONE_PROTECTOR_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Endstone Protector (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Risen from the debris of\",1:\"§7Endstone.\",2:\"\",3:\"§c❤ Health§8: §c5.000.000\",4:\"§7Coins per Kill: §6100\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fEnchanted Endstone\",9:\"§8 ■ §9Endstone Rose\",10:\"§8 ■ §5Crystal Fragment\",11:\"§8 ■ §7[Lvl 1] §5Golem\",12:\"§8 ■ §6Tier Boost Core\",13:\"§8 ■ §7[Lvl 1] §6Golem\"],Name:\"§9Endstone Protector (Boss)\"},ExtraAttributes:{id:\"ENDSTONE_PROTECTOR_BOSS\"}}", + "displayname": "§6Endstone Protector (Boss)", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7Risen from the debris of\",1:\"§7Endstone.\",2:\"\",3:\"§c❤ Health§8: §c5.000.000\",4:\"§7Coins per Kill: §6100\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fEnchanted Endstone\",9:\"§8 ■ §9Endstone Rose\",10:\"§8 ■ §5Crystal Fragment\",11:\"§8 ■ §7[Lvl 1] §5Golem\",12:\"§8 ■ §6Tier Boost Core\",13:\"§8 ■ §7[Lvl 1] §6Golem\"],Name:\"§6Endstone Protector (Boss)\"},ExtraAttributes:{id:\"ENDSTONE_PROTECTOR_BOSS\"}}", "damage": 3, "lore": [ "§7Risen from the debris of", diff --git a/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json b/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json index 9736dbfa..1b7bf573 100644 --- a/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json +++ b/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Exceedingly Rare Ender Artifact Upgrader", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"eac161df-59c5-3647-92eb-950d53331e0e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI1OTIzMWE5NDY5ODdlYTUzMTQxNzg5YTA5NDk2ZjA5OGQ2ZWNhYzQxMmEwMWUwYTI0YzkwNmE5OWZkYmQ5YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§7§8Never before has an item name\",3:\"§8been so creative yet so fitting.\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Exceedingly Rare Ender Artifact Upgrader\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER\",uuid:\"1db08cca-3143-4173-afeb-e63e2974d14c\",timestamp:\"6/1/21 1:43 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"eac161df-59c5-3647-92eb-950d53331e0e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI1OTIzMWE5NDY5ODdlYTUzMTQxNzg5YTA5NDk2ZjA5OGQ2ZWNhYzQxMmEwMWUwYTI0YzkwNmE5OWZkYmQ5YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§7§8Never before has an item name\",3:\"§8been so creative yet so fitting.\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Exceedingly Rare Ender Artifact Upgrader\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§eRight-click to view recipes!", diff --git a/items/FROSTY_SC.json b/items/FROSTY_SC.json index 590bd835..2998234c 100644 --- a/items/FROSTY_SC.json +++ b/items/FROSTY_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Frosty (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§c❤ Health§8: §c10\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Ice\",4:\"§7- §7Lily Pad\",5:\"§7- §7Pufferfish\",6:\"§7- §7Raw Fish\",7:\"§7- §7Raw Salmon\",8:\"§7- §7White Gift\",9:\"§7- §aHunk of Ice\",10:\"§7- §9Ice Rod\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 4\",14:\"§7- §bJerry Pond\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§3Frosty (Sea Creature)\"},ExtraAttributes:{id:\"FROSTY_SC\"}}", - "damage": 56, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6dbe7d9f-0c7c-4301-b0f4-649b26660917\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExMzY2MTZkOGM0YTg3YTU0Y2U3OGE5N2I1NTE2MTBjMmIyYzhmNmQ0MTBiYzM4Yjg1OGY5NzRiMTEzYjIwOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Ice\",4:\"§7- §7Lily Pad\",5:\"§7- §7Pufferfish\",6:\"§7- §7Raw Fish\",7:\"§7- §7Raw Salmon\",8:\"§7- §7White Gift\",9:\"§7- §aHunk of Ice\",10:\"§7- §9Ice Rod\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 4\",14:\"§7- §bJerry Pond\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§3Frosty (Sea Creature)\"},ExtraAttributes:{id:\"FROSTY_SC\"}}", + "damage": 3, "lore": [ "§c❤ Health§8: §c10", "", diff --git a/items/FROZEN_STEVE_SC.json b/items/FROZEN_STEVE_SC.json index a254e7b3..9a0a1b9e 100644 --- a/items/FROZEN_STEVE_SC.json +++ b/items/FROZEN_STEVE_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Frozen Steve (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Frozen Steve is a Common Sea Creature that\",1:\"§7can only be fished up from the Jerry Pond and\",2:\"§7requires Fishing IV. \",3:\"\",4:\"§c❤ Health§8: §c700\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Ice\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7White Gift\",13:\"§7- §aHunk of Ice\",14:\"§7- §9Ice Rod\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 1\",18:\"§7- §bJerry Pond\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}", - "damage": 101, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a449771-7d30-43bc-9db3-3f0a8db7d833\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA2OTFjOTljNDU1NTE3ZGVkMzdiZjM5ODA2MjI2MzYyZDdjZTYxMjVhMDRiZTcwZWM2ODNiM2M4YTI1ZmUyNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Frozen Steve is a Common Sea Creature that\",1:\"§7can only be fished up from the Jerry Pond and\",2:\"§7requires Fishing IV. \",3:\"\",4:\"§c❤ Health§8: §c700\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Ice\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7White Gift\",13:\"§7- §aHunk of Ice\",14:\"§7- §9Ice Rod\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 1\",18:\"§7- §bJerry Pond\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}", + "damage": 3, "lore": [ "§7The Frozen Steve is a Common Sea Creature that", "§7can only be fished up from the Jerry Pond and", diff --git a/items/GOLDEN_GHOUL_MONSTER.json b/items/GOLDEN_GHOUL_MONSTER.json index d5d67ce9..f884d086 100644 --- a/items/GOLDEN_GHOUL_MONSTER.json +++ b/items/GOLDEN_GHOUL_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Golden Ghoul (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Golden Ghoul is a mob added in the Slayer\",1:\"§7update. It spawns accompanied by Crypt Ghouls\",2:\"§7and spawns at the deepest part of the Coal Mine.\",3:\"§7The Golden Ghoul\u0027s appearance is of a zombie wearing\",4:\"§7Golden Armor holding a Golden Sword.\",5:\"\",6:\"§c❤ Health§8: §c45.000\",7:\"§7Combat XP: §350\",8:\"§7Coins per Kill: §6100\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGold Ingot§8x1-10\",13:\"§8 ■ §fRotten Flesh §8x2\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §5Golden Powder §8(§a0.05%§8)\"],Name:\"§9Golden Ghoul (Monster)\"},ExtraAttributes:{id:\"GOLDEN_GHOUL_MONSTER\"}}", - "damage": 100, + "nbttag": "{SkullOwner:{Id:\"e6cc4b0b-df08-4020-8640-1cd7d49f2207\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkMmYzMWJhMTYyZmU2MjcyZTgzMWFlZDE3ZjUzMjEzZGI2ZmExYzRjYmU0ZmM4MjdmMzk2M2NjOThiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Golden Ghoul is a mob added in the Slayer\",1:\"§7update. It spawns accompanied by Crypt Ghouls\",2:\"§7and spawns at the deepest part of the Coal Mine.\",3:\"§7The Golden Ghoul\u0027s appearance is of a zombie wearing\",4:\"§7Golden Armor holding a Golden Sword.\",5:\"\",6:\"§c❤ Health§8: §c45.000\",7:\"§7Combat XP: §350\",8:\"§7Coins per Kill: §6100\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGold Ingot§8x1-10\",13:\"§8 ■ §fRotten Flesh §8x2\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §5Golden Powder §8(§a0.05%§8)\"],Name:\"§9Golden Ghoul (Monster)\"},ExtraAttributes:{id:\"GOLDEN_GHOUL_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Golden Ghoul is a mob added in the Slayer", "§7update. It spawns accompanied by Crypt Ghouls", @@ -29,6 +29,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Golden_Ghoul" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/GUARDIAN_DEFENDER_SC.json b/items/GUARDIAN_DEFENDER_SC.json index e5b49969..d873b8d3 100644 --- a/items/GUARDIAN_DEFENDER_SC.json +++ b/items/GUARDIAN_DEFENDER_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Guardian Defender (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Guardian Defender is a Sea Creature that\",1:\"§7requires fishing level XVII.\",2:\"\",3:\"§c❤ Health§8: §c70.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Dark Bait\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Lure VI)\",12:\"§7- §aEnchanted Prismarine Crystals\",13:\"§7- §aEnchanted Prismarine Shard\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 17\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Guardian Defender (Sea Creature)\"},ExtraAttributes:{id:\"GUARDIAN_DEFENDER_SC\"}}", - "damage": 68, + "nbttag": "{SkullOwner:{Id:\"628f15d0-e39c-4fd9-9c4e-8c41d4f54b29\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBiZjM0YTcxZTc3MTViNmJhNTJkNWRkMWJhZTVjYjg1Zjc3M2RjOWIwZDQ1N2I0YmZjNWY5ZGQzY2M3Yzk0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Guardian Defender is a Sea Creature that\",1:\"§7requires fishing level XVII.\",2:\"\",3:\"§c❤ Health§8: §c70.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Dark Bait\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Lure VI)\",12:\"§7- §aEnchanted Prismarine Crystals\",13:\"§7- §aEnchanted Prismarine Shard\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 17\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Guardian Defender (Sea Creature)\"},ExtraAttributes:{id:\"GUARDIAN_DEFENDER_SC\"}}", + "damage": 3, "lore": [ "§7The Guardian Defender is a Sea Creature that", "§7requires fishing level XVII.", @@ -31,6 +31,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Defender" ], - "entityrender": "Guardian", "crafttext": "" }
\ No newline at end of file diff --git a/items/HANDY_BLOOD_CHALICE.json b/items/HANDY_BLOOD_CHALICE.json index 4d5afec3..a31081d5 100644 --- a/items/HANDY_BLOOD_CHALICE.json +++ b/items/HANDY_BLOOD_CHALICE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fHandy Blood Chalice", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d17ab030-ec6c-3a88-9805-50b5812690fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMxY2Q3ZWQ0ZTRiZjA3YzNkZmQ5YmE0OTg3MDhlNzMwZTY5ZDgwNzMzNWFmZmFiYzEyZDg3ZmY1NDJmNmE4OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Costs §31⸎ Soulflow §7per 5s in combat:\",1:\"§3⁍ §7Gain §c+20⫽ Ferocity\",2:\"\",3:\"§7Enabled: §aOn\",4:\"§eRight-click to toggle!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4☠ §cRequires §5Enderman Slayer 5\",8:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§f§fHandy Blood Chalice\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"HANDY_BLOOD_CHALICE\",uuid:\"79d628ce-e850-4485-a316-0fa3254695ad\",timestamp:\"6/2/21 12:05 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d17ab030-ec6c-3a88-9805-50b5812690fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMxY2Q3ZWQ0ZTRiZjA3YzNkZmQ5YmE0OTg3MDhlNzMwZTY5ZDgwNzMzNWFmZmFiYzEyZDg3ZmY1NDJmNmE4OCJ9fX0=\"}]}},display:{Lore:[0:\"§7Costs §31⸎ Soulflow §7per 5s in combat:\",1:\"§3⁍ §7Gain §c+20⫽ Ferocity\",2:\"\",3:\"§7Enabled: §aOn\",4:\"§eRight-click to toggle!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4☠ §cRequires §5Enderman Slayer 5\",8:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§f§fHandy Blood Chalice\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"HANDY_BLOOD_CHALICE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Costs §31⸎ Soulflow §7per 5s in combat:", diff --git a/items/HEADLESS_HORSEMAN_BOSS.json b/items/HEADLESS_HORSEMAN_BOSS.json index a7e9ddf2..810bdfb9 100644 --- a/items/HEADLESS_HORSEMAN_BOSS.json +++ b/items/HEADLESS_HORSEMAN_BOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§6Headless Horseman (Boss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Headless Horseman is a boss that can only\",1:\"§7be spawned by buying the horseman\u0027s candle from\",2:\"§7the Fear Mongerer during the Spooky Festival.\",3:\"§7It can be spawned at any time during the night\",4:\"§7in the Graveyard or the Wilderness. \",5:\"\",6:\"§c❤ Health§8: §c6.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §aGreen Candy\",11:\"§8 ■ §5Purple Candy\",12:\"§8 ■ §5Spooky Shard\"],Name:\"§6Headless Horseman (Boss)\"},ExtraAttributes:{id:\"HEADLESS_HORSEMAN_BOSS\"}}", - "damage": 93, + "nbttag": "{SkullOwner:{Id:\"2594a979-1302-3d6e-a1da-c9dbf0959539\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM2NTcwZjEyNDI5OTJmNmViYTIzZWU1ODI1OThjMzllM2U3NDUzODMyNzNkZWVmOGIzOTc3NTgzZmUzY2Y1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Headless Horseman is a boss that can only\",1:\"§7be spawned by buying the horseman\u0027s candle from\",2:\"§7the Fear Mongerer during the Spooky Festival.\",3:\"§7It can be spawned at any time during the night\",4:\"§7in the Graveyard or the Wilderness. \",5:\"\",6:\"§c❤ Health§8: §c6.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §aGreen Candy\",11:\"§8 ■ §5Purple Candy\",12:\"§8 ■ §5Spooky Shard\"],Name:\"§6Headless Horseman (Boss)\"},ExtraAttributes:{id:\"HEADLESS_HORSEMAN_BOSS\"}}", + "damage": 3, "lore": [ "§7The Headless Horseman is a boss that can only", "§7be spawned by buying the horseman\u0027s candle from", @@ -25,10 +25,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Headless_Horseman" ], - "entityrender": [ - "EntityHorse", - "Zombie" - ], - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/LAPIS_ZOMBIE_MONSTER.json b/items/LAPIS_ZOMBIE_MONSTER.json index 3595f095..307acbe5 100644 --- a/items/LAPIS_ZOMBIE_MONSTER.json +++ b/items/LAPIS_ZOMBIE_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Lapis Zombie (Monster)", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These zombies adapted to their\",1:\"§7environment, using the lapis\",2:\"§7around them as a defense\",3:\"§7mechanism.\",4:\"\",5:\"§c❤ Health§8: §c200\",6:\"§7Coins per Kill: §65\",7:\"§7Combat XP: §312\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fRotten Flesh §8x1-2\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Lapis Helmet §8(§a1%§8)\",15:\"§8 ■ §9Lapis Chestplate §8(§a1%§8)\",16:\"§8 ■ §9Lapis Leggings §8(§a1%§8)\",17:\"§8 ■ §9Lapis Boots §8(§a1%§8)\",18:\"§8 ■ §9Lapis Crystal §8(§a1%§8)\",19:\"\",20:\"§dRNGesus Loot\",21:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Lapis Zombie (Monster)\"},ExtraAttributes:{id:\"LAPIS_ZOMBIE_MONSTER\"}}", - "damage": 54, + "damage": 2, "lore": [ "§7These zombies adapted to their", "§7environment, using the lapis", @@ -34,6 +34,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lapis_Zombie" ], - "crafttext": "", - "entityrender": "Zombie" + "crafttext": "" }
\ No newline at end of file diff --git a/items/LIVID_BOSS.json b/items/LIVID_BOSS.json index 5c1ed784..bf859e91 100644 --- a/items/LIVID_BOSS.json +++ b/items/LIVID_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Livid (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ead1c479-f4db-3337-a85e-84f3f3845b39\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5ODk3NzI1OTM1NywKICAicHJvZmlsZUlkIiA6ICJlNzkzYjJjYTdhMmY0MTI2YTA5ODA5MmQ3Yzk5NDE3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVfSG9zdGVyX01hbiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMTAwN2M1YjcxMTRhYmVjNzM0MjA2ZDRmYzYxM2RhNGYzYTBlOTlmNzFmZjk0OWNlZGFkYzk5MDc5MTM1YTBiIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Livid is the boss of Floor 5 of the Catacombs. He is a\",1:\"§7\u0027Master Necromancer\u0027 and has only one phase. In this\",2:\"§7phase he makes eight clones of himself. Each with\",3:\"§7different abilities. The player must kill the\",4:\"§7true livid to complete the boss fight.\",5:\"\",6:\"§c❤ Health§8: §c7.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Dark Orb §a(1x)\",10:\"§9Warped Stone §a(1x)\",11:\"§5Shadow Assassin Helmet §a(1x)\",12:\"§5Shadow Assassin Chestplate §a(1x)\",13:\"§5Shadow Assassin Leggings §a(1x)\",14:\"§5Shadow Assassin Boots §a(1x)\",15:\"§6Livid Dagger §a(1x)\",16:\"§6Last Breath §a(1x)\",17:\"§6Shadow Fury §a(1x)\"],Name:\"§6Livid (Boss)\"},ExtraAttributes:{id:\"LIVID_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"ead1c479-f4db-3337-a85e-84f3f3845b39\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5ODk3NzI1OTM1NywKICAicHJvZmlsZUlkIiA6ICJlNzkzYjJjYTdhMmY0MTI2YTA5ODA5MmQ3Yzk5NDE3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVfSG9zdGVyX01hbiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMTAwN2M1YjcxMTRhYmVjNzM0MjA2ZDRmYzYxM2RhNGYzYTBlOTlmNzFmZjk0OWNlZGFkYzk5MDc5MTM1YTBiIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Livid is the boss of Floor 5 of the Catacombs. He is a\",1:\"§7\u0027Master Necromancer\u0027 and has only one phase. In this\",2:\"§7phase he makes eight clones of himself. Each with\",3:\"§7different abilities. The player must kill the\",4:\"§7true livid to complete the boss fight.\",5:\"\",6:\"§c❤ Health§8: §c7.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Dark Orb §a(1x)\",10:\"§9Warped Stone §a(1x)\",11:\"§5Shadow Assassin Helmet §a(1x)\",12:\"§5Shadow Assassin Chestplate §a(1x)\",13:\"§5Shadow Assassin Leggings §a(1x)\",14:\"§5Shadow Assassin Boots §a(1x)\",15:\"§6Livid Dagger §a(1x)\",16:\"§6Last Breath §a(1x)\",17:\"§6Shadow Fury §a(1x)\"],Name:\"§6Livid (Boss)\"},ExtraAttributes:{id:\"LIVID_BOSS\"}}", "damage": 3, "lore": [ "§7Livid is the boss of Floor 5 of the Catacombs. He is a", diff --git a/items/MAGMA_CUBE_BOSS.json b/items/MAGMA_CUBE_BOSS.json index ec642410..fe345a3f 100644 --- a/items/MAGMA_CUBE_BOSS.json +++ b/items/MAGMA_CUBE_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Magma Cube (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac81\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Magma Cube Boss (or just simply called the\",1:\"§7Magma Boss by the community) is a hostile mob\",2:\"§7found in the Blazing Fortress.\",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"§7Coins per Kill: §6125\",6:\"§7Combat XP: §3200\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fMagma Cream\",11:\"§8 ■ §aEnchanted Magma Cream\",12:\"\",13:\"§aUncommon Loot\",14:\"§8 ■ §9Ember Fragment\",15:\"\",16:\"§9Rare Loot\",17:\"§8 ■ §5Travel Scroll to Magma Fields\",18:\"\",19:\"§6Legendary Loot\",20:\"§8 ■ §7[Lvl 1] §5Magma Cube\",21:\"§8 ■ §7[Lvl 1] §6Magma Cube\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac81\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Magma Cube Boss (or just simply called the\",1:\"§7Magma Boss by the community) is a hostile mob\",2:\"§7found in the Blazing Fortress.\",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"§7Coins per Kill: §6125\",6:\"§7Combat XP: §3200\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fMagma Cream\",11:\"§8 ■ §aEnchanted Magma Cream\",12:\"\",13:\"§aUncommon Loot\",14:\"§8 ■ §9Ember Fragment\",15:\"\",16:\"§9Rare Loot\",17:\"§8 ■ §5Travel Scroll to Magma Fields\",18:\"\",19:\"§6Legendary Loot\",20:\"§8 ■ §7[Lvl 1] §5Magma Cube\",21:\"§8 ■ §7[Lvl 1] §6Magma Cube\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}", "damage": 3, "lore": [ "§7The Magma Cube Boss (or just simply called the", diff --git a/items/MINER_SKELETON_MONSTER.json b/items/MINER_SKELETON_MONSTER.json index 65145d12..734c89a9 100644 --- a/items/MINER_SKELETON_MONSTER.json +++ b/items/MINER_SKELETON_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Miner Skeleton (Monster)", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These skeletons have crafted\",1:\"§7gear from the diamonds around§\",2:\"§7them - resulting in a look both\",3:\"§7fashionable and protective.\",4:\"\",5:\"§c❤ Health§8: §c250-300\",6:\"§7Coins per Kill: §612-15\",7:\"§7Combat XP: §320-24\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fRotten Flesh §8x1-2\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Miner Helmet §8(§a1%§8)\",15:\"§8 ■ §9Miner Chestplate §8(§a1%§8)\",16:\"§8 ■ §9Miner Leggings §8(§a1%§8)\",17:\"§8 ■ §9Miner Boots §8(§a1%§8)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Miner Skeleton (Monster)\"},ExtraAttributes:{id:\"MINER_SKELETON_MONSTER\"}}", - "damage": 54, + "damage": 0, "lore": [ "§7These skeletons have crafted", "§7gear from the diamonds around§", @@ -33,6 +33,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Skeleton" ], - "crafttext": "", - "entityrender": "Skeleton" + "crafttext": "" }
\ No newline at end of file diff --git a/items/MINER_ZOMBIE_MONSTER.json b/items/MINER_ZOMBIE_MONSTER.json index b01b3ad3..dae292a7 100644 --- a/items/MINER_ZOMBIE_MONSTER.json +++ b/items/MINER_ZOMBIE_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Miner Zombie (Monster)", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Like their skeleton\",1:\"§7counterparts these zombies have\",2:\"§7bedazzled themselves throughout\",3:\"§7the years.\",4:\"\",5:\"§c❤ Health§8: §c250-300\",6:\"§7Coins per Kill: §612-15\",7:\"§7Combat XP: §320-24\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fRotten Flesh §8x1-2\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Miner Helmet §8(§a1%§8)\",15:\"§8 ■ §9Miner Chestplate §8(§a1%§8)\",16:\"§8 ■ §9Miner Leggings §8(§a1%§8)\",17:\"§8 ■ §9Miner Boots §8(§a1%§8)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Miner Zombie (Monster)\"},ExtraAttributes:{id:\"MINER_ZOMBIE_MONSTER\"}}", - "damage": 54, + "damage": 2, "lore": [ "§7Like their skeleton", "§7counterparts these zombies have", @@ -33,6 +33,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Miner_Zombie" ], - "crafttext": "", - "entityrender": "Zombie" + "crafttext": "" }
\ No newline at end of file diff --git a/items/MONSTER_OF_THE_DEEP_SC.json b/items/MONSTER_OF_THE_DEEP_SC.json index ec5ee851..b0289235 100644 --- a/items/MONSTER_OF_THE_DEEP_SC.json +++ b/items/MONSTER_OF_THE_DEEP_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Monster of the Deep (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Monster of the Deep is a Uncommon Sea\",1:\"§7Creature that can only be fished with a fishing\",2:\"§7skill level of 11 or higher.\",3:\"\",4:\"§c❤ Health§8: §c20.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Dark Bait\",8:\"§7- §7Enchanted Rotten Flesh\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Magnet VI)\",13:\"§7- §aEnchanted Feather\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 11\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§3Monster of the Deep (Sea Creature)\"},ExtraAttributes:{id:\"MONSTER_OF_THE_DEEP_SC\"}}", - "damage": 54, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"04af20d2-52ff-4339-b01c-459b780f2544\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODI4OGZjYmRhNGZmODVhY2E3ZmYyMTEzM2QxYWZlYzllZTI0NmRkOTIzZWNhOWJmZDA5MmYyMzMzZTY2ZiJ9fX0=\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", + "damage": 3, "lore": [ "§7The Monster of the Deep is a Uncommon Sea", "§7Creature that can only be fished with a fishing", @@ -31,9 +31,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Monster_of_the_Deep" ], - "entityrender": [ - "Chicken", - "Zombie" - ], "crafttext": "" }
\ No newline at end of file diff --git a/items/MUTANT_TARANTULA_MINIBOSS.json b/items/MUTANT_TARANTULA_MINIBOSS.json index 26eb3eaa..b7d57d00 100644 --- a/items/MUTANT_TARANTULA_MINIBOSS.json +++ b/items/MUTANT_TARANTULA_MINIBOSS.json @@ -1,19 +1,19 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Mutant Tarantula (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Mutant Tarantula is a Tarantula Broodfather\",1:\"§7Miniboss. It spawns very rarely when a player doing\",2:\"§7the Tarantula Broodfather Tier IV+ quest kills a spider.\"],Name:\"§5Mutant Tarantula (Miniboss)\"},ExtraAttributes:{id:\"MUTANT_TARANTULA_MINIBOSS\"}}", - "damage": 52, + "nbttag": "{SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\"}]}},display:{Lore:[0:\"§7The Mutant Tarantula is a Tarantula Broodfather\",1:\"§7Miniboss. It spawns very rarely when a player doing\",2:\"§7the Tarantula Broodfather Tier IV quest kills a spider.\"],Name:\"§5Mutant Tarantula (Miniboss)\"},ExtraAttributes:{id:\"MUTANT_TARANTULA_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Mutant Tarantula is a Tarantula Broodfather", "§7Miniboss. It spawns very rarely when a player doing", - "§7the Tarantula Broodfather Tier IV+ quest kills a spider." + "§7the Tarantula Broodfather Tier IV quest kills a spider." ], "internalname": "MUTANT_TARANTULA_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mutant_Tarantula" ], - "entityrender": "Spider" -}
\ No newline at end of file + "crafttext": "" + }
\ No newline at end of file diff --git a/items/NECRON_BOSS.json b/items/NECRON_BOSS.json index 2804d2be..c88c3e87 100644 --- a/items/NECRON_BOSS.json +++ b/items/NECRON_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Necron (Boss)", - "nbttag": "{overrideMeta:1b,display:{Lore:[0:\"§7Necron is the boss of Floor 7 of the Catacombs. He is\",1:\"§7a \u0027Wither Lord\u0027 and has 4 phases. In the 1st he must be\",2:\"§7killed after being frozen by Energy Crystals. In the 2nd he\",3:\"§7must be crushed with Pillars. In the 3rd the Player must solve\",4:\"§7terminals and must be killed again normally in the 4th.\",5:\"\",6:\"§c❤ Health§8: §c1.000.000.000\",7:\"§a❈ Defense§8: §a300\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§9Wither Catalyst §a(1x)\",11:\"§5Implosion §a(1x)\",12:\"§5Wither Shield §a(1x)\",13:\"§5Shadow Warp §a(1x)\",14:\"§5Precursor Gear §a(1x)\",15:\"§5Wither Blood §a(1x)\",16:\"§5Necron\u0027s Handle §a(1x)\",17:\"§6Wither Helmet §a(1x)\",18:\"§6Wither Chestplate §a(1x)\",19:\"§6Wither Leggings §a(1x)\",20:\"§6Wither Boots §a(1x)\",21:\"§6Auto Recombobulator §a(1x)\"],Name:\"§6Necron (Boss)\"},ExtraAttributes:{id:\"NECRON_BOSS\"}}", + "nbttag": "{ench:[],overrideMeta:1b,display:{Lore:[0:\"§7Necron is the boss of Floor 7 of the Catacombs. He is\",1:\"§7a \u0027Wither Lord\u0027 and has 4 phases. In the 1st he must be\",2:\"§7killed after being frozen by Energy Crystals. In the 2nd he\",3:\"§7must be crushed with Pillars. In the 3rd the Player must solve\",4:\"§7terminals and must be killed again normally in the 4th.\",5:\"\",6:\"§c❤ Health§8: §c1.000.000.000\",7:\"§a❈ Defense§8: §a300\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§9Wither Catalyst §a(1x)\",11:\"§5Implosion §a(1x)\",12:\"§5Wither Shield §a(1x)\",13:\"§5Shadow Warp §a(1x)\",14:\"§5Precursor Gear §a(1x)\",15:\"§5Wither Blood §a(1x)\",16:\"§5Necron\u0027s Handle §a(1x)\",17:\"§6Wither Helmet §a(1x)\",18:\"§6Wither Chestplate §a(1x)\",19:\"§6Wither Leggings §a(1x)\",20:\"§6Wither Boots §a(1x)\",21:\"§6Auto Recombobulator §a(1x)\"],Name:\"§6Necron (Boss)\"},ExtraAttributes:{id:\"NECRON_BOSS\"}}", "damage": 1, "lore": [ "§7Necron is the boss of Floor 7 of the Catacombs. He is", diff --git a/items/NIGHT_SQUID_SC.json b/items/NIGHT_SQUID_SC.json index fcbbe786..fd76ed06 100644 --- a/items/NIGHT_SQUID_SC.json +++ b/items/NIGHT_SQUID_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Night Squid (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", - "damage": 94, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", + "damage": 3, "lore": [ "§7Night Squid is a rarer variant of the Squid found only", "§7at night while using Dark Bait. The Night Squid emits", @@ -32,6 +32,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Night_Squid" ], - "entityrender": "Squid", "crafttext": "" }
\ No newline at end of file diff --git a/items/OASIS_RABBIT_SC.json b/items/OASIS_RABBIT_SC.json index 324a5f6f..8e026a66 100644 --- a/items/OASIS_RABBIT_SC.json +++ b/items/OASIS_RABBIT_SC.json @@ -1,31 +1,30 @@ { - "itemid": "minecraft:spawn_egg", - "displayname": "§3Oasis Rabbit (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Carrot King is a Sea Creature that has a\",1:\"§7chance to be caught when the player reaches\",2:\"§7fishing level XV or above, and is using Carrot \",3:\"§7Bait. It has a low spawn rate, and roughly \",4:\"§710,000 EHP. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Caster VI)\",13:\"§7- §aEnchanted Carrot\",14:\"§7- §aRabbit Hat\",15:\"§7- §9Enchanted Rabbit Foot\",16:\"§7- §5Lucky Clover Core\",17:\"\",18:\"§cRequirements:\",19:\"§7- Fishing Skill 15\",20:\"§7- Carrot Bait\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", - "damage": 101, - "lore": [ - "§c❤ Health§8: §c10.000", - "", - "§cDrops:", - "§7- §7Lily Pad", - "§7- §7Rabbit Hide", - "§7- §7Rabbit's Foot", - "§7- §7Raw Rabbit", - "§7- §aEnchanted Raw Rabbit", - "", - "§cRequirements:", - "§7- Fishing Skill 10", - "§7- §bOasis", - "", - "§a§lUNCOMMON" - ], - "internalname": "OASIS_RABBIT_SC", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" - ], - "entityrender": "Rabbit", - "crafttext": "" - }
\ No newline at end of file + "itemid": "minecraft:skull", + "displayname": "§3Oasis Rabbit (Sea Creature)", + "nbttag": "{SkullOwner:{Id:\"caeacf99-0d47-454a-9849-3d2b85b135ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QyNzE5MjcxYzcxNDk4MDIyNmZmMWJlZjRjYmIxZDU0NDExY2UzYTkxNGQ3ZGY3MzFiY2M3ZjYxZTk0ZTVjIn19fQ\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10.000\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Lily Pad\",4:\"§7- §7Rabbit Hide\",5:\"§7- §7Rabbit\u0027s Foot\",6:\"§7- §7Raw Rabbit\",7:\"§7- §aEnchanted Raw Rabbit\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 10\",11:\"§7- §bOasis\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§3Oasis Rabbit (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_RABBIT_SC\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c10.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Rabbit Hide", + "§7- §7Rabbit\u0027s Foot", + "§7- §7Raw Rabbit", + "§7- §aEnchanted Raw Rabbit", + "", + "§cRequirements:", + "§7- Fishing Skill 10", + "§7- §bOasis", + "", + "§a§lUNCOMMON" + ], + "internalname": "OASIS_RABBIT_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/OASIS_SHEEP_SC.json b/items/OASIS_SHEEP_SC.json index 887c71c7..b4403595 100644 --- a/items/OASIS_SHEEP_SC.json +++ b/items/OASIS_SHEEP_SC.json @@ -1,31 +1,30 @@ { - "itemid": "minecraft:spawn_egg", - "displayname": "§3Oasis Sheep (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Carrot King is a Sea Creature that has a\",1:\"§7chance to be caught when the player reaches\",2:\"§7fishing level XV or above, and is using Carrot \",3:\"§7Bait. It has a low spawn rate, and roughly \",4:\"§710,000 EHP. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Caster VI)\",13:\"§7- §aEnchanted Carrot\",14:\"§7- §aRabbit Hat\",15:\"§7- §9Enchanted Rabbit Foot\",16:\"§7- §5Lucky Clover Core\",17:\"\",18:\"§cRequirements:\",19:\"§7- Fishing Skill 15\",20:\"§7- Carrot Bait\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", - "damage": 91, - "lore": [ - "§c❤ Health§8: §c10.000", - "", - "§cDrops:", - "§7- §7Lily Pad", - "§7- §7Mutton", - "§7- §7White Wool", - "§7- §aEnchanted Mutton", - "§7- §aEnchanted Cooked Mutton", - "", - "§cRequirements:", - "§7- Fishing Skill 10", - "§7- §bOasis", - "", - "§a§lUNCOMMON" - ], - "internalname": "OASIS_SHEEP_SC", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" - ], - "entityrender": "Sheep", - "crafttext": "" - }
\ No newline at end of file + "itemid": "minecraft:skull", + "displayname": "§3Oasis Sheep (Sea Creature)", + "nbttag": "{SkullOwner:{Id:\"fa234925-9dbe-4b8f-a544-7c70fb6b6ac5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10.000\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Lily Pad\",4:\"§7- §7Mutton\",5:\"§7- §7White Wool\",6:\"§7- §aEnchanted Mutton\",7:\"§7- §aEnchanted Cooked Mutton\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 10\",11:\"§7- §bOasis\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§3Oasis Sheep (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_SHEEP_SC\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c10.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Mutton", + "§7- §7White Wool", + "§7- §aEnchanted Mutton", + "§7- §aEnchanted Cooked Mutton", + "", + "§cRequirements:", + "§7- Fishing Skill 10", + "§7- §bOasis", + "", + "§a§lUNCOMMON" + ], + "internalname": "OASIS_SHEEP_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PACK_ENFORCER_MINIBOSS.json b/items/PACK_ENFORCER_MINIBOSS.json index b6199682..3541f52a 100644 --- a/items/PACK_ENFORCER_MINIBOSS.json +++ b/items/PACK_ENFORCER_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Pack Enforcer (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Pack Enforcer is a Sven Packmaster Miniboss\",1:\"§7that has a small chance to be spawned upon killing\",2:\"§7a Wolf During a Sven Packmaster Tier III+ Quest.\"],Name:\"§5Pack Enforcer (Miniboss)\"},ExtraAttributes:{id:\"PACK_ENFORCER_MINIBOSS\"}}", - "damage": 95, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Pack Enforcer is a Sven Packmaster Miniboss\",1:\"§7that has a small chance to be spawned upon killing\",2:\"§7a Wolf During a Sven Packmaster Tier III+ Quest.\"],Name:\"§5Pack Enforcer (Miniboss)\"},ExtraAttributes:{id:\"PACK_ENFORCER_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Pack Enforcer is a Sven Packmaster Miniboss", "§7that has a small chance to be spawned upon killing", @@ -10,10 +10,10 @@ ], "internalname": "PACK_ENFORCER_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pack_Enforcer" ], - "entityrender": "Wolf" + "crafttext": "" }
\ No newline at end of file diff --git a/items/PACK_SPIRIT_MONSTER.json b/items/PACK_SPIRIT_MONSTER.json index 24cde73b..5492f1b3 100644 --- a/items/PACK_SPIRIT_MONSTER.json +++ b/items/PACK_SPIRIT_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Pack Spirit (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Pack Spirit is a Wolf mob found in the Howling\",1:\"§7Cave. They will typically will be found in groups\",2:\"§7near the Soul of the Alpha\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §611\",6:\"§7Combat XP: §315\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§aUncommon Loot\",10:\"§8 ■ §fBone §8(§a50%§8)\",11:\"§8 ■ §fOak Wood §8(§a15%§8)\",12:\"§8 ■ §fBirch Wood §8(§a15%§8)\",13:\"\",14:\"§6Legendary Loot\",15:\"§8 ■ §5Travel Scroll to Howling Cave §8(§a0.02%§8)\",16:\"\",17:\"§dRNGesus Loot\",18:\"§8 ■ §4More Info Needed\",19:\"§8 ■ §4More Info Needed\"],Name:\"§9Pack Spirit (Monster)\"},ExtraAttributes:{id:\"PACK_SPIRIT_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Pack Spirit is a Wolf mob found in the Howling\",1:\"§7Cave. They will typically will be found in groups\",2:\"§7near the Soul of the Alpha\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §611\",6:\"§7Combat XP: §315\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§aUncommon Loot\",10:\"§8 ■ §fBone §8(§a50%§8)\",11:\"§8 ■ §fOak Wood §8(§a15%§8)\",12:\"§8 ■ §fBirch Wood §8(§a15%§8)\",13:\"\",14:\"§6Legendary Loot\",15:\"§8 ■ §5Travel Scroll to Howling Cave §8(§a0.02%§8)\",16:\"\",17:\"§dRNGesus Loot\",18:\"§8 ■ §4More Info Needed\",19:\"§8 ■ §4More Info Needed\"],Name:\"§9Pack Spirit (Monster)\"},ExtraAttributes:{id:\"PACK_SPIRIT_MONSTER\"}}", "damage": 3, "lore": [ "§7The Pack Spirit is a Wolf mob found in the Howling", diff --git a/items/PIG_ANIMAL.json b/items/PIG_ANIMAL.json index 0802c4e8..dc063fc7 100644 --- a/items/PIG_ANIMAL.json +++ b/items/PIG_ANIMAL.json @@ -1,18 +1,18 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aPig (Animal)", - "nbttag": "{display:{Lore:[0:\"§7Pigs are passive mobs that can be found at the\",1:\"§7Barn and they drop raw porkchops and experience. \"],Name:\"§aPig (Animal)\"},ExtraAttributes:{id:\"PIG_ANIMAL\"}}", - "damage": 90, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1e1c2e4-1ed2-473d-bde2-3ec718535399\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNjY4ZWY3Y2I3OWRkOWMyMmNlM2QxZjNmNGNiNmUyNTU5ODkzYjZkZjRhNDY5NTE0ZTY2N2MxNmFhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Pigs are passive mobs that can be found at the\",1:\"§7Barn and they drop raw porkchops and experience. \"],Name:\"§aPig (Animal)\"},ExtraAttributes:{id:\"PIG_ANIMAL\"}}", + "damage": 3, "lore": [ "§7Pigs are passive mobs that can be found at the", "§7Barn and they drop raw porkchops and experience. " ], "internalname": "PIG_ANIMAL", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pig" ], - "entityrender": "Pig" + "crafttext": "" }
\ No newline at end of file diff --git a/items/PROFESSOR_BOSS.json b/items/PROFESSOR_BOSS.json index 88c45359..3326e03c 100644 --- a/items/PROFESSOR_BOSS.json +++ b/items/PROFESSOR_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6The Professor (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ce828875-25a2-3b03-9304-5f665c6279a6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MjI2MzAwNzU0MCwKICAicHJvZmlsZUlkIiA6ICJkYTQ5OGFjNGU5Mzc0ZTVjYjYxMjdiMzgwODU1Nzk4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOaXRyb2hvbGljXzIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTk3MWNlZThiODMzYTYyZmMyYTYxMmYzNTAzNDM3ZmRmOTNjYWQ2OTJkMjE2YjhjZjkwYmJiMDUzOGM0N2RkOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Scarf is the boss of Floor 2 of the Catacombs.\",1:\"§7He is a \u0027Apprentice Necromancer and has two\",2:\"§7phases. In the first phase he summons 4 undead survents\",3:\"§7while he hides behind a barrier. Once all 4 are\",4:\"§7defeated, the barrier comes down and you must kill him in the 2nd phase\",5:\"\",6:\"§c❤ Health§8: §c1.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Scarf\u0027s Studies §a(1x)\",10:\"§5Adaptive Blade §a(1x)\",11:\"§9Red Scarf §a(1x)\"],Name:\"§6Scarf (Boss)\"},ExtraAttributes:{id:\"SCARF_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"ce828875-25a2-3b03-9304-5f665c6279a6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MjI2MzAwNzU0MCwKICAicHJvZmlsZUlkIiA6ICJkYTQ5OGFjNGU5Mzc0ZTVjYjYxMjdiMzgwODU1Nzk4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOaXRyb2hvbGljXzIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTk3MWNlZThiODMzYTYyZmMyYTYxMmYzNTAzNDM3ZmRmOTNjYWQ2OTJkMjE2YjhjZjkwYmJiMDUzOGM0N2RkOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7The Professor is the boss of Floor 3 of the Catacombs.\",1:\"§7He is a \u0027Professor\u0027 and has three phases. In the 1st he\",2:\"§7spawns 4 Guardians and creates a barrier. After they are\",3:\"§7killed, he attacks the player. Once he is at 25% health,\",4:\"§7he will merge with his guardians and continue to fight.\",5:\"\",6:\"§c❤ Health§8: §c3.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Suspicious Vial §a(1x)\",10:\"§5Adaptive Helmet §a(1x)\",11:\"§5Adaptive Chestplate §a(1x)\",12:\"§5Adaptive Leggings §a(1x)\",13:\"§5Adaptive Boots §a(1x)\"],Name:\"§6The Professor (Boss)\"},ExtraAttributes:{id:\"PROFESSOR_BOSS\"}}", "damage": 3, "lore": [ "§7The Professor is the boss of Floor 3 of the Catacombs.", diff --git a/items/REVENANT_CHAMPION_MINIBOSS.json b/items/REVENANT_CHAMPION_MINIBOSS.json index b53714fe..e5b78a35 100644 --- a/items/REVENANT_CHAMPION_MINIBOSS.json +++ b/items/REVENANT_CHAMPION_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Revenant Champion (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Revenant Champion is a Revenant Horror/Zombie\",1:\"§7Slayer Miniboss that has a Small chance to be\",2:\"§7spawned when a player with an active Revenant Horror\",3:\"§7Tier IV Quest Kills a Zombie. \"],Name:\"§5Revenant Champion (Miniboss)\"},ExtraAttributes:{id:\"REVENANT_CHAMPION_MINIBOSS\"}}", - "damage": 54, + "nbttag": "{display:{Lore:[0:\"§7The Revenant Champion is a Revenant Horror/Zombie\",1:\"§7Slayer Miniboss that has a Small chance to be\",2:\"§7spawned when a player with an active Revenant Horror\",3:\"§7Tier IV Quest Kills a Zombie. \"],Name:\"§5Revenant Champion (Miniboss)\"},ExtraAttributes:{id:\"REVENANT_CHAMPION_MINIBOSS\"}}", + "damage": 2, "lore": [ "§7The Revenant Champion is a Revenant Horror/Zombie", "§7Slayer Miniboss that has a Small chance to be", @@ -11,10 +11,10 @@ ], "internalname": "REVENANT_CHAMPION_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Champion" ], - "entityrender": "Zombie" + "crafttext": "" }
\ No newline at end of file diff --git a/items/REVENANT_HORROR_BOSS.json b/items/REVENANT_HORROR_BOSS.json index 1495edd2..15cb26f7 100644 --- a/items/REVENANT_HORROR_BOSS.json +++ b/items/REVENANT_HORROR_BOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§6Revenant Horror (Boss)", "nbttag": "{ench:[],display:{Lore:[0:\"§7The Revenant Horror is a slayer boss in the\",1:\"§7Zombie Slayer track. It can\u0027t be damaged with bows,\",2:\"§7as it heals when it is touched by an arrow. \",3:\"\",4:\"§c❤ Health§8:\",5:\"§8[§aTier 1§8] §c500 ❤\",6:\"§8[§eTier 2§8] §c20.000 ❤\",7:\"§8[§cTier 3§8] §c400.000 ❤\",8:\"§8[§4Tier 4§8] §c1.500.000 ❤\",9:\"§8[§5Tier 5§8] §c10.000.000 ❤\",10:\"\",11:\"§6§lPossible Drops:\",12:\"§8[Tier §a1§8-§55§8] §aRevenant Flesh §a(1x-64x) §8(§2Guaranteed 100%§8)\",13:\"§8[Tier §e2§8-§55§8] §9Foul Flesh §a(1x-4x) §8(§9Occasional 20%§8)\",14:\"§8[Tier §e2§8-§55§8] §9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",15:\"§8[Tier §e2§8-§55§8] §9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",16:\"§8[Tier §c3§8-§55§8] §9Smite VI §a(1x) §8(§5Extraodinary 1%§8)\",17:\"§8[Tier §c3§8-§55§8] §5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",18:\"§8[Tier §c3§8-§55§8] §5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",19:\"§8[Tier §44§8-§55§8] §5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)\",20:\"§8[Tier §44§8-§55§8] §6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)\",21:\"§8[Tier §55§8] §9Revenant Viscera §a(1x-2x) §8(§9Occasional 20%§8)\",22:\"§8\"],Name:\"§6Revenant Horror (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_BOSS\"}}", - "damage": 54, + "damage": 2, "lore": [ "§7The Revenant Horror is a slayer boss in the", "§7Zombie Slayer track. It can\u0027t be damaged with bows,", @@ -26,9 +26,7 @@ "§8[Tier §44§8-§55§8] §5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§8[Tier §44§8-§55§8] §6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§8[Tier §55§8] §9Revenant Viscera §a(1x-2x) §8(§9Occasional 20%§8)", - "§8[Tier §55§8] §6Shard of the Shredded §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§8[Tier §55§8] §6Warden Heart §a(1x) §8(§cRNGesus Incarnate \u003c\u003c1%§8)", - "§8[Tier §55§8] §5Smite VII §a(1x) §8(§dPray RNGesus \u003c1%§8)" + "§8" ], "internalname": "REVENANT_HORROR_BOSS", "clickcommand": "", @@ -37,6 +35,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Horror" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/REVENANT_SYCOPHANT_MINIBOSS.json b/items/REVENANT_SYCOPHANT_MINIBOSS.json index c2b2b6a1..61faa6f8 100644 --- a/items/REVENANT_SYCOPHANT_MINIBOSS.json +++ b/items/REVENANT_SYCOPHANT_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Revenant Sycophant (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Revenant Sycophant is a Revenant Horror/Zombie\",1:\"§7Slayer Miniboss that has a Small chance to be spawned\",2:\"§7when a player with an active Revenant Horror Tier III+\",3:\"§7Quest kills a Zombie.\"],Name:\"§5Revenant Sycophant (Miniboss)\"},ExtraAttributes:{id:\"REVENANT_SYCOPHANT_MINIBOSS\"}}", - "damage": 54, + "nbttag": "{display:{Lore:[0:\"§7The Revenant Sycophant is a Revenant Horror/Zombie\",1:\"§7Slayer Miniboss that has a Small chance to be spawned\",2:\"§7when a player with an active Revenant Horror Tier III+\",3:\"§7Quest kills a Zombie.\"],Name:\"§5Revenant Sycophant (Miniboss)\"},ExtraAttributes:{id:\"REVENANT_SYCOPHANT_MINIBOSS\"}}", + "damage": 2, "lore": [ "§7The Revenant Sycophant is a Revenant Horror/Zombie", "§7Slayer Miniboss that has a Small chance to be spawned", @@ -11,10 +11,10 @@ ], "internalname": "REVENANT_SYCOPHANT_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Sycophant" ], - "entityrender": "Zombie" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SADAN_BOSS.json b/items/SADAN_BOSS.json index 87925b59..39a8c9a3 100644 --- a/items/SADAN_BOSS.json +++ b/items/SADAN_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Sadan (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7233b46d-7ee3-38d9-859b-3642e454fe05\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMDg4ODE0Njk5NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmEwNmNiMGM0NzFjMWM5YmMxNjlhZjI3MGNkNDY2ZWE3MDE5NDY3NzYwNTZlNDcyZWNkYWViNDlmMGY0YTRkYyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Sadan is the boss of Floor 6 of the Catacombs.\",1:\"§7He is a \u0027Necromancer Lord\u0027 and has three phases.\",2:\"§7In the first he summons a teracotta army that must\",3:\"§7be survied for 100 seconds. After that he summons four\",4:\"§7giants and once killed, he merges them into himself.\",5:\"\",6:\"§c❤ Health§8: §c40.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Ancient Rose §a(1x)\",10:\"§5Giant Tooth §a(1x)\",11:\"§5Sadan\u0027s Brooch §a(1x)\",12:\"§6Necromancer Lord Helmet §a(1x)\",13:\"§6Necromancer Lord Chestplate §a(1x)\",14:\"§6Necromancer Lord Leggings §a(1x)\",15:\"§6Necromancer Lord Boots §a(1x)\",16:\"§6Necromancer Lord Sword §a(1x)\",17:\"§6Giant\u0027s Sword §a(1x)\",18:\"§6Precursor Eye §a(1x)\"],Name:\"§6Sadan (Boss)\"},ExtraAttributes:{id:\"SADAN_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7233b46d-7ee3-38d9-859b-3642e454fe05\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMDg4ODE0Njk5NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmEwNmNiMGM0NzFjMWM5YmMxNjlhZjI3MGNkNDY2ZWE3MDE5NDY3NzYwNTZlNDcyZWNkYWViNDlmMGY0YTRkYyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Sadan is the boss of Floor 6 of the Catacombs.\",1:\"§7He is a \u0027Necromancer Lord\u0027 and has three phases.\",2:\"§7In the first he summons a teracotta army that must\",3:\"§7be survied for 100 seconds. After that he summons four\",4:\"§7giants and once killed, he merges them into himself.\",5:\"\",6:\"§c❤ Health§8: §c40.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Ancient Rose §a(1x)\",10:\"§5Giant Tooth §a(1x)\",11:\"§5Sadan\u0027s Brooch §a(1x)\",12:\"§6Necromancer Lord Helmet §a(1x)\",13:\"§6Necromancer Lord Chestplate §a(1x)\",14:\"§6Necromancer Lord Leggings §a(1x)\",15:\"§6Necromancer Lord Boots §a(1x)\",16:\"§6Necromancer Lord Sword §a(1x)\",17:\"§6Giant\u0027s Sword §a(1x)\",18:\"§6Precursor Eye §a(1x)\"],Name:\"§6Sadan (Boss)\"},ExtraAttributes:{id:\"SADAN_BOSS\"}}", "damage": 3, "lore": [ "§7Sadan is the boss of Floor 6 of the Catacombs.", diff --git a/items/SCARECROW_SC.json b/items/SCARECROW_SC.json index 801fd29d..d60ff17b 100644 --- a/items/SCARECROW_SC.json +++ b/items/SCARECROW_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Scarecrow (Sea Creature)", "nbttag": "{display:{Lore:[0:\"§7The Scarecrow is a common sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 9\",3:\"\",4:\"§c❤ Health§8: §c4.500\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Hay Bale\",8:\"§7- §7Lily Pad\",9:\"§7- §aGreen Candy\",10:\"§7- §5Purple Candy\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 9\",14:\"§5- Spooky Festival\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§3Scarecrow (Sea Creature)\"},ExtraAttributes:{id:\"SCARECROW_SC\"}}", - "damage": 54, + "damage": 2, "lore": [ "§7The Scarecrow is a common sea creature added in the Spooky", "§7Festival v2 update. It can only be caught from 1 hour before", @@ -29,6 +29,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scarecrow" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/SCARED_SKELETON_MONSTER.json b/items/SCARED_SKELETON_MONSTER.json index c4816ef5..dcbb9edc 100644 --- a/items/SCARED_SKELETON_MONSTER.json +++ b/items/SCARED_SKELETON_MONSTER.json @@ -19,7 +19,7 @@ "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Scared_Skeleton" + "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/SCARF_BOSS.json b/items/SCARF_BOSS.json index 020b176d..b4a15be6 100644 --- a/items/SCARF_BOSS.json +++ b/items/SCARF_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Scarf (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8b3dcb43-f6a8-3f11-969a-88c0811bb5c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU4OTc5MzA2ODgzOSwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83ZGU3YmJiZGYyMmJmZTE3OTgwZDRlMjA2ODdlMzg2ZjExZDU5ZWUxZGI2ZjhiNDc2MjM5MWI3OWE1YWM1MzJkIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Scarf is the boss of Floor 2 of the Catacombs.\",1:\"§7He is an \u0027Apprentice Necromancer and has two\",2:\"§7phases. In the first phase he summons 4 undead servants\",3:\"§7while he hides behind a barrier. Once all 4 are\",4:\"§7defeated, the barrier comes down\",5:\"§7and you must kill him in the second phase.\",6:\"\",7:\"§c❤ Health§8: §c1.000.000\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§9Red Scarf §a(1x)\",11:\"§9Scarf\u0027s Studies §a(1x)\",12:\"§5Adaptive Blade §a(1x)\"],Name:\"§6Scarf (Boss)\"},ExtraAttributes:{id:\"SCARF_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"8b3dcb43-f6a8-3f11-969a-88c0811bb5c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU4OTc5MzA2ODgzOSwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83ZGU3YmJiZGYyMmJmZTE3OTgwZDRlMjA2ODdlMzg2ZjExZDU5ZWUxZGI2ZjhiNDc2MjM5MWI3OWE1YWM1MzJkIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Scarf is the boss of Floor 2 of the Catacombs.\",1:\"§7He is an \u0027Apprentice Necromancer and has two\",2:\"§7phases. In the first phase he summons 4 undead servants\",3:\"§7while he hides behind a barrier. Once all 4 are\",4:\"§7defeated, the barrier comes down\",5:\"§7and you must kill him in the second phase.\",6:\"\",7:\"§c❤ Health§8: §c1.000.000\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§9Red Scarf §a(1x)\",11:\"§9Scarf\u0027s Studies §a(1x)\",12:\"§5Adaptive Blade §a(1x)\"],Name:\"§6Scarf (Boss)\"},ExtraAttributes:{id:\"SCARF_BOSS\"}}", "damage": 3, "lore": [ "§7Scarf is the boss of Floor 2 of the Catacombs.", diff --git a/items/SEA_ARCHER_SC.json b/items/SEA_ARCHER_SC.json index 911f58d7..58158cc8 100644 --- a/items/SEA_ARCHER_SC.json +++ b/items/SEA_ARCHER_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Sea Archer (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\",5:\"\",6:\"§c❤ Health§8: §c7.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Bone\",10:\"§7- §7Enchanted Bone\",11:\"§7- §7Lily Pad\",12:\"§7- §7Raw Fish\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 9\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", - "damage": 51, + "nbttag": "{display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\",5:\"\",6:\"§c❤ Health§8: §c7.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Bone\",10:\"§7- §7Enchanted Bone\",11:\"§7- §7Lily Pad\",12:\"§7- §7Raw Fish\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 9\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", + "damage": 0, "lore": [ "§7The Sea Archer is an Uncommon sea creature that", "§7spawns while fishing after unlocking Fishing level IX.", @@ -30,6 +30,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Archer" ], - "entityrender": "Skeleton", "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_EMPEROR_SC.json b/items/SEA_EMPEROR_SC.json index e51e3bd8..bf093835 100644 --- a/items/SEA_EMPEROR_SC.json +++ b/items/SEA_EMPEROR_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Sea Emperor (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player\u0027s fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §aEnchanted Lily Pad\",10:\"§7- §aEnchanted Prismarine Crystals\",11:\"§7- §aEnchanted Prismarine Shard\",12:\"§7- §9Emperor\u0027s Skull\",13:\"§7- §9Flying Fish Pet\",14:\"§7- §5Fishing Exp Boost\",15:\"§7- §5Flying Fish Pet\",16:\"§7- §6Flying Fish Pet\",17:\"§7- §6Shredder\",18:\"\",19:\"§cRequirements:\",20:\"§7- Fishing Skill 20\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", - "damage": 62, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8a1756b-58e6-3ae5-98ae-257c1d62836d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFkMDQ3NmU4NjcxNjk2YWYzYTg5NDlhZmEyYTgxNGI5YmRkZTY1ZWNjZDFhOGI1OTNhZWVmZjVhMDMxOGQifX19\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player\u0027s fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §aEnchanted Lily Pad\",10:\"§7- §aEnchanted Prismarine Crystals\",11:\"§7- §aEnchanted Prismarine Shard\",12:\"§7- §9Emperor\u0027s Skull\",13:\"§7- §9Flying Fish Pet\",14:\"§7- §5Fishing Exp Boost\",15:\"§7- §5Flying Fish Pet\",16:\"§7- §6Flying Fish Pet\",17:\"§7- §6Shredder\",18:\"\",19:\"§cRequirements:\",20:\"§7- Fishing Skill 20\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", + "damage": 3, "lore": [ "§7The Sea Emperor is a Sea Creature that can", "§7appear while fishing once a player\u0027s fishing", @@ -35,9 +35,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Emperor" ], - "entityrender": [ - "Guardian", - "Skeleton" - ], "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_GUARDIAN_SC.json b/items/SEA_GUARDIAN_SC.json index 020b4313..56330242 100644 --- a/items/SEA_GUARDIAN_SC.json +++ b/items/SEA_GUARDIAN_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Sea Guardian (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Guardian is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§7V. He is small but powerful. \",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Prismarine Crystals\",9:\"§7- §7Prismarine Shard\",10:\"§7- §7Sea Lantern\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 5\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§3Sea Guardian (Sea Creature)\"},ExtraAttributes:{id:\"SEA_GUARDIAN_SC\"}}", - "damage": 68, + "nbttag": "{SkullOwner:{Id:\"628f15d0-e39c-4fd9-9c4e-8c41d4f54b29\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBiZjM0YTcxZTc3MTViNmJhNTJkNWRkMWJhZTVjYjg1Zjc3M2RjOWIwZDQ1N2I0YmZjNWY5ZGQzY2M3Yzk0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Guardian is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§7V. He is small but powerful. \",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Prismarine Crystals\",9:\"§7- §7Prismarine Shard\",10:\"§7- §7Sea Lantern\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 5\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§3Sea Guardian (Sea Creature)\"},ExtraAttributes:{id:\"SEA_GUARDIAN_SC\"}}", + "damage": 3, "lore": [ "§7The Sea Guardian is a Common sea creature that", "§7spawns while fishing after unlocking Fishing level", @@ -28,6 +28,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Guardian" ], - "entityrender": "Guardian", "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_LEECH_SC.json b/items/SEA_LEECH_SC.json index 7abd0f76..bb69d173 100644 --- a/items/SEA_LEECH_SC.json +++ b/items/SEA_LEECH_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Sea Leech (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Leech is a Sea Creature that is a\",1:\"§7Silverfish and occasionally can be spawned\",2:\"§7during fishing after reaching Fishing Level 16. \",3:\"\",4:\"§c❤ Health§8: §c60.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Spiked Hook VI)\",13:\"§7- §9Fishing Exp Boost\",14:\"§7- §5Fishing Exp Boost\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 16\",18:\"\",19:\"§9§lRARE\"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}", - "damage": 60, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30a4cd5c-5754-4db8-8960-18022a74627d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Leech is a Sea Creature that is a\",1:\"§7Silverfish and occasionally can be spawned\",2:\"§7during fishing after reaching Fishing Level 16. \",3:\"\",4:\"§c❤ Health§8: §c60.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Spiked Hook VI)\",13:\"§7- §9Fishing Exp Boost\",14:\"§7- §5Fishing Exp Boost\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 16\",18:\"\",19:\"§9§lRARE\"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}", + "damage": 3, "lore": [ "§7The Sea Leech is a Sea Creature that is a", "§7Silverfish and occasionally can be spawned", @@ -32,7 +32,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Leech" ], - "entityrender": "Silverfish", - "entityscale": 2, "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_WALKER_SC.json b/items/SEA_WALKER_SC.json index ff6e344e..3eb13f4b 100644 --- a/items/SEA_WALKER_SC.json +++ b/items/SEA_WALKER_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Sea Walker (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Walker is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level II.\",2:\"§7He looks like a normal Zombie, but has a \\\"monster\\\"\",3:\"§7head.\",4:\"\",5:\"§c❤ Health§8: §c1.500\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Rotten Flesh\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 2\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§3Sea Walker (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WALKER_SC\"}}", - "damage": 94, + "nbttag": "{display:{Lore:[0:\"§7The Sea Walker is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level II.\",2:\"§7He looks like a normal Zombie, but has a \\\"monster\\\"\",3:\"§7head.\",4:\"\",5:\"§c❤ Health§8: §c1.500\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Rotten Flesh\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 2\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§3Sea Walker (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WALKER_SC\"}}", + "damage": 2, "lore": [ "§7The Sea Walker is a Common sea creature that", "§7spawns while fishing after unlocking Fishing level II.", @@ -28,6 +28,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Walker" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_WITCH_SC.json b/items/SEA_WITCH_SC.json index 11f1d3ae..8e6e5e36 100644 --- a/items/SEA_WITCH_SC.json +++ b/items/SEA_WITCH_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Sea Witch (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Witch is a sea creature that can be\",1:\"§7spawned by using Light Bait during the daytime.\",2:\"\",3:\"§c❤ Health§8: §c6.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Clownfish\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Salmon\",9:\"§7- §9Fairy\u0027s Fedora\",10:\"§7- §9Fairy\u0027s Galoshes\",11:\"§7- §9Fairy\u0027s Polo\",12:\"§7- §9Fairy\u0027s Trousers\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 7\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Witch (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WITCH_SC\"}}", - "damage": 66, + "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Witch is a sea creature that can be\",1:\"§7spawned by using Light Bait during the daytime.\",2:\"\",3:\"§c❤ Health§8: §c6.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Clownfish\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Salmon\",9:\"§7- §9Fairy\u0027s Fedora\",10:\"§7- §9Fairy\u0027s Galoshes\",11:\"§7- §9Fairy\u0027s Polo\",12:\"§7- §9Fairy\u0027s Trousers\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 7\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Witch (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WITCH_SC\"}}", + "damage": 3, "lore": [ "§7The Sea Witch is a sea creature that can be", "§7spawned by using Light Bait during the daytime.", @@ -30,6 +30,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Witch" ], - "entityrender": "Witch", "crafttext": "" }
\ No newline at end of file diff --git a/items/SHEEP_ANIMAL.json b/items/SHEEP_ANIMAL.json index a19d8838..daa9dbc6 100644 --- a/items/SHEEP_ANIMAL.json +++ b/items/SHEEP_ANIMAL.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aSheep (Animal)", - "nbttag": "{display:{Lore:[0:\"§7Sheep in Hypixel Skyblock are just the classic\",1:\"§7peaceful animal like in vanilla. They can be found\",2:\"§7at the Mushroom Desert.\"],Name:\"§aSheep (Animal)\"},ExtraAttributes:{id:\"SHEEP_ANIMAL\"}}", - "damage": 91, + "nbttag": "{SkullOwner:{Id:\"fa234925-9dbe-4b8f-a544-7c70fb6b6ac5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19\"}]}},display:{Lore:[0:\"§7Sheep in Hypixel Skyblock are just the classic\",1:\"§7peaceful animal like in vanilla. They can be found\",2:\"§7at the Mushroom Desert.\"],Name:\"§aSheep (Animal)\"},ExtraAttributes:{id:\"SHEEP_ANIMAL\"}}", + "damage": 3, "lore": [ "§7Sheep in Hypixel Skyblock are just the classic", "§7peaceful animal like in vanilla. They can be found", @@ -10,10 +10,10 @@ ], "internalname": "SHEEP_ANIMAL", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sheep" ], - "entityrender": "Sheep" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SILVERFISH_MONSTER.json b/items/SILVERFISH_MONSTER.json index 424a830a..a741dc3f 100644 --- a/items/SILVERFISH_MONSTER.json +++ b/items/SILVERFISH_MONSTER.json @@ -1,19 +1,18 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aSilverfish (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Silverfish are a vanilla mob which retain their\",1:\"§7typical behavior when encountered in Skyblock. \"],Name:\"§aSilverfish (Monster)\"},ExtraAttributes:{id:\"SILVERFISH_MONSTER\"}}", - "damage": 60, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30a4cd5c-5754-4db8-8960-18022a74627d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Silverfish are a vanilla mob which retain their\",1:\"§7typical behavior when encountered in Skyblock. \"],Name:\"§aSilverfish (Monster)\"},ExtraAttributes:{id:\"SILVERFISH_MONSTER\"}}", + "damage": 3, "lore": [ "§7Silverfish are a vanilla mob which retain their", "§7typical behavior when encountered in Skyblock. " ], "internalname": "SILVERFISH_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Silverfish" ], - "entityrender": "Silverfish", - "entityscale": 2 + "crafttext": "" }
\ No newline at end of file diff --git a/items/SKELETON_GRUNT_MONSTER.json b/items/SKELETON_GRUNT_MONSTER.json index 480f73f6..7ded524d 100644 --- a/items/SKELETON_GRUNT_MONSTER.json +++ b/items/SKELETON_GRUNT_MONSTER.json @@ -22,7 +22,7 @@ "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Grunt" + "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/SKELETON_MASTER_MONSTER.json b/items/SKELETON_MASTER_MONSTER.json index 0a5804b6..bdea748c 100644 --- a/items/SKELETON_MASTER_MONSTER.json +++ b/items/SKELETON_MASTER_MONSTER.json @@ -25,7 +25,7 @@ "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Master" + "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/SKELETON_MONSTER.json b/items/SKELETON_MONSTER.json index 7042414c..57f2ac88 100644 --- a/items/SKELETON_MONSTER.json +++ b/items/SKELETON_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aSkeleton (Monster)", "nbttag": "{display:{Lore:[0:\"§7The Skeleton is a mob that spawns naturally in the\",1:\"§7Diamond Reserve and Obsidian Sanctuary of the\",2:\"§7Deep Caverns, as well as on the Player\u0027s Private\",3:\"§7Island at night. Additionally, they can be found at\",4:\"§7the Gravel Ravine in the Spider\u0027s Den, in the High\",5:\"§7Level area, or spawned by a Skeleton Minion. \"],Name:\"§aSkeleton (Monster)\"},ExtraAttributes:{id:\"SKELETON_MONSTER\"}}", - "damage": 51, + "damage": 0, "lore": [ "§7The Skeleton is a mob that spawns naturally in the", "§7Diamond Reserve and Obsidian Sanctuary of the", @@ -13,10 +13,10 @@ ], "internalname": "SKELETON_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Skeleton" ], - "entityrender": "Skeleton" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SLIME_MONSTER.json b/items/SLIME_MONSTER.json index 7ffdb17b..102a8b3c 100644 --- a/items/SLIME_MONSTER.json +++ b/items/SLIME_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aSlime (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Slime is a mob in Skyblock. Slimes spawn naturally\",1:\"§7in the Slimehill section of the Deep Caverns. Slimes\",2:\"§7come in three different sizes, each with increasing\",3:\"§7levels, health, and damage. They can also spawn in\",4:\"§7the Spider\u0027s Den when it is raining, in the area\",5:\"§7where skeletons spawn.\"],Name:\"§aSlime (Monster)\"},ExtraAttributes:{id:\"SLIME_MONSTER\"}}", - "damage": 55, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7The Slime is a mob in Skyblock. Slimes spawn naturally\",1:\"§7in the Slimehill section of the Deep Caverns. Slimes\",2:\"§7come in three different sizes, each with increasing\",3:\"§7levels, health, and damage. They can also spawn in\",4:\"§7the Spider\u0027s Den when it is raining, in the area\",5:\"§7where skeletons spawn.\"],Name:\"§aSlime (Monster)\"},ExtraAttributes:{id:\"SLIME_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Slime is a mob in Skyblock. Slimes spawn naturally", "§7in the Slimehill section of the Deep Caverns. Slimes", @@ -13,11 +13,10 @@ ], "internalname": "SLIME_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Slime" + "https://hypixel-skyblock.fandom.com/wiki/Rain_Slime" ], - "entityrender": "Slime", - "entityscale": 2 + "crafttext": "" }
\ No newline at end of file diff --git a/items/SPIDER_MONSTER.json b/items/SPIDER_MONSTER.json index fe6a11dc..29c7ab24 100644 --- a/items/SPIDER_MONSTER.json +++ b/items/SPIDER_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aSpider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Spider is an enemy in Skyblock that naturally\",1:\"§7spawns in the Spiders Den and a player\u0027s Private\",2:\"§7Island. Its common drops are String and Spider\",3:\"§7Eyes. There are different variants of spiders\",4:\"§7that spawn in the Spider\u0027s Den, which include the\",5:\"§7Dasher Spider, Splitter Spider, and Weaver Spider.\"],Name:\"§aSpider (Monster)\"},ExtraAttributes:{id:\"SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\"}]}},display:{Lore:[0:\"§7The Spider is an enemy in Skyblock that naturally\",1:\"§7spawns in the Spiders Den and a player\u0027s Private\",2:\"§7Island. Its common drops are String and Spider\",3:\"§7Eyes. There are different variants of spiders\",4:\"§7that spawn in the Spider\u0027s Den, which include the\",5:\"§7Dasher Spider, Splitter Spider, and Weaver Spider.\"],Name:\"§aSpider (Monster)\"},ExtraAttributes:{id:\"SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Spider is an enemy in Skyblock that naturally", "§7spawns in the Spiders Den and a player\u0027s Private", @@ -13,10 +13,10 @@ ], "internalname": "SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spider" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SPIRIT_OF_THE_PACK_MONSTER.json b/items/SPIRIT_OF_THE_PACK_MONSTER.json index c4e6e917..fdf529bb 100644 --- a/items/SPIRIT_OF_THE_PACK_MONSTER.json +++ b/items/SPIRIT_OF_THE_PACK_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Spirit of the Pack (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Spirit of the Pack is a wolf that can be found\",1:\"§7in the Howling Cave in The Park and is a way to get\",2:\"§7large amounts of experience to complete Wolf\",3:\"§7Slayer quests quicker. \"],Name:\"§9Spirit of the Pack (Monster)\"},ExtraAttributes:{id:\"SPIRIT_OF_THE_PACK_MONSTER\"}}", - "damage": 95, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Spirit of the Pack is a wolf that can be found\",1:\"§7in the Howling Cave in The Park and is a way to get\",2:\"§7large amounts of experience to complete Wolf\",3:\"§7Slayer quests quicker. \"],Name:\"§9Spirit of the Pack (Monster)\"},ExtraAttributes:{id:\"SPIRIT_OF_THE_PACK_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Spirit of the Pack is a wolf that can be found", "§7in the Howling Cave in The Park and is a way to get", @@ -11,10 +11,10 @@ ], "internalname": "SPIRIT_OF_THE_PACK_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_of_the_Pack" ], - "entityrender": "Wolf" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SQUID_MONSTER.json b/items/SQUID_MONSTER.json index 0cb67b80..8a302fcd 100644 --- a/items/SQUID_MONSTER.json +++ b/items/SQUID_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aSquid (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \",2:\"\",3:\"§c❤ Health§8: §c2.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Ink Sack\",7:\"§7- §7Lily Pad\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 1\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}", - "damage": 94, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \",2:\"\",3:\"§c❤ Health§8: §c2.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Ink Sack\",7:\"§7- §7Lily Pad\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 1\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}", + "damage": 3, "lore": [ "§7Squids are a common passive Mob found by", "§7fishing or in The Park ", @@ -25,6 +25,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squid" ], - "entityrender": "Squid", "crafttext": "" }
\ No newline at end of file diff --git a/items/SUPER_ARCHER_MONSTER.json b/items/SUPER_ARCHER_MONSTER.json index 21e380bd..f4ebeeaa 100644 --- a/items/SUPER_ARCHER_MONSTER.json +++ b/items/SUPER_ARCHER_MONSTER.json @@ -21,7 +21,7 @@ "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Super_Archer" + "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/SVEN_ALPHA_MINIBOSS.json b/items/SVEN_ALPHA_MINIBOSS.json index ee8c5acc..9076454e 100644 --- a/items/SVEN_ALPHA_MINIBOSS.json +++ b/items/SVEN_ALPHA_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Sven Alpha (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sven Alpha is a Sven Packmaster Miniboss that is\",1:\"§7rarely spawned upon killing a Wolf during a Sven \",2:\"§7Packmaster Tier IV Quest.\"],Name:\"§5Sven Alpha (Miniboss)\"},ExtraAttributes:{id:\"SVEN_ALPHA_MINIBOSS\"}}", - "damage": 95, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Sven Alpha is a Sven Packmaster Miniboss that is\",1:\"§7rarely spawned upon killing a Wolf during a Sven \",2:\"§7Packmaster Tier IV Quest.\"],Name:\"§5Sven Alpha (Miniboss)\"},ExtraAttributes:{id:\"SVEN_ALPHA_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Sven Alpha is a Sven Packmaster Miniboss that is", "§7rarely spawned upon killing a Wolf during a Sven ", @@ -10,10 +10,10 @@ ], "internalname": "SVEN_ALPHA_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sven_Alpha" ], - "entityrender": "Wolf" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SVEN_FOLLOWER_MINIBOSS.json b/items/SVEN_FOLLOWER_MINIBOSS.json index b5b9d645..8b595991 100644 --- a/items/SVEN_FOLLOWER_MINIBOSS.json +++ b/items/SVEN_FOLLOWER_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Sven Follower (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Sven Follower is a Sven Packmaster Miniboss that\",1:\"§7has a small chance to be spawned upon killing a\",2:\"§7Wolf During a Tier IV Sven Packmaster Quest.\"],Name:\"§5Sven Follower (Miniboss)\"},ExtraAttributes:{id:\"SVEN_FOLLOWER_MINIBOSS\"}}", - "damage": 95, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7Sven Follower is a Sven Packmaster Miniboss that\",1:\"§7has a small chance to be spawned upon killing a\",2:\"§7Wolf During a Tier IV Sven Packmaster Quest.\"],Name:\"§5Sven Follower (Miniboss)\"},ExtraAttributes:{id:\"SVEN_FOLLOWER_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7Sven Follower is a Sven Packmaster Miniboss that", "§7has a small chance to be spawned upon killing a", @@ -10,10 +10,10 @@ ], "internalname": "SVEN_FOLLOWER_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sven_Follower" ], - "entityrender": "Wolf" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SVEN_PACKMASTER_BOSS.json b/items/SVEN_PACKMASTER_BOSS.json index 0163612f..f6340d64 100644 --- a/items/SVEN_PACKMASTER_BOSS.json +++ b/items/SVEN_PACKMASTER_BOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§6Sven 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, + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},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": 3, "lore": [ "§7Sven Packmaster is a Slayer boss in the Wolf Slayer track.", "", @@ -29,6 +29,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sven_Packmaster" ], - "entityrender": "Wolf", "crafttext": "" }
\ No newline at end of file diff --git a/items/TARANTULA_BEAST_MINIBOSS.json b/items/TARANTULA_BEAST_MINIBOSS.json index 30cb9286..abb48470 100644 --- a/items/TARANTULA_BEAST_MINIBOSS.json +++ b/items/TARANTULA_BEAST_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Tarantula Beast (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Tarantula Beast is Tarantula Broodfather Miniboss.\",1:\"§7It spawns rarely when a player doing the Tarantula\",2:\"§7Broodfather Tier IV quest kills a spider.\"],Name:\"§5Tarantula Beast (Miniboss)\"},ExtraAttributes:{id:\"TARANTULA_BEAST_MINIBOSS\"}}", - "damage": 52, + "nbttag": "{SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\"}]}},display:{Lore:[0:\"§7The Tarantula Beast is Tarantula Broodfather Miniboss.\",1:\"§7It spawns rarely when a player doing the Tarantula\",2:\"§7Broodfather Tier IV quest kills a spider.\"],Name:\"§5Tarantula Beast (Miniboss)\"},ExtraAttributes:{id:\"TARANTULA_BEAST_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Tarantula Beast is Tarantula Broodfather Miniboss.", "§7It spawns rarely when a player doing the Tarantula", @@ -10,10 +10,10 @@ ], "internalname": "TARANTULA_BEAST_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Beast" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file diff --git a/items/TARANTULA_BROODFATHER_BOSS.json b/items/TARANTULA_BROODFATHER_BOSS.json index 68e59b0c..452fa9c3 100644 --- a/items/TARANTULA_BROODFATHER_BOSS.json +++ b/items/TARANTULA_BROODFATHER_BOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§6Tarantula Broodfather (Boss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Tarantula Broodfather is a slayer boss in\",1:\"§7the Spider Slayer track. \",2:\"\",3:\"§c❤ Health§8:\",4:\"§8[§aTier 1§8] §c750 ❤\",5:\"§8[§eTier 2§8] §c30.000 ❤\",6:\"§8[§cTier 3§8] §c900.000 ❤\",7:\"§8[§4Tier 4§8] §c2.400.000 ❤\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§8[Tier §a1§8-§44§8] §aTarantula Web §a(1x-64x) §8(§2Guaranteed 100%§8)\",11:\"§8[Tier §e2§8-§44§8] §aToxic Arrow Posion §a(1x-64x) §8(§9Occasional 20%§8)\",12:\"§8[Tier §e2§8-§44§8] §5Bite Rune §a(1x) §8(§bRare 5%§8)\",13:\"§8[Tier §c3§8-§44§8] §9Spider Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",14:\"§8[Tier §c3§8-§44§8] §9Bane of Arthropods VI §a(1x) §8(§5Extraodinary 1%§8)\",15:\"§8[Tier §44§8] §5Fly Swatter §a(1x) §8(§dPray RNGesus \u003c1%§8)\",16:\"§8[Tier §44§8] §5Tarantula Talisman §a(1x) §8(§dPray RNGesus \u003c1%§8)\",17:\"§8[Tier §44§8] §6Digested Mosquito §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Tarantula Broodfather (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_BOSS\"}}", - "damage": 52, + "nbttag": "{ench:[],SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\"}]}},display:{Lore:[0:\"§7The Tarantula Broodfather is a slayer boss in\",1:\"§7the Spider Slayer track. \",2:\"\",3:\"§c❤ Health§8:\",4:\"§8[§aTier 1§8] §c750 ❤\",5:\"§8[§eTier 2§8] §c30.000 ❤\",6:\"§8[§cTier 3§8] §c900.000 ❤\",7:\"§8[§4Tier 4§8] §c2.400.000 ❤\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§8[Tier §a1§8-§44§8] §aTarantula Web §a(1x-64x) §8(§2Guaranteed 100%§8)\",11:\"§8[Tier §e2§8-§44§8] §aToxic Arrow Posion §a(1x-64x) §8(§9Occasional 20%§8)\",12:\"§8[Tier §e2§8-§44§8] §5Bite Rune §a(1x) §8(§bRare 5%§8)\",13:\"§8[Tier §c3§8-§44§8] §9Spider Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",14:\"§8[Tier §c3§8-§44§8] §9Bane of Arthropods VI §a(1x) §8(§5Extraodinary 1%§8)\",15:\"§8[Tier §44§8] §5Fly Swatter §a(1x) §8(§dPray RNGesus \u003c1%§8)\",16:\"§8[Tier §44§8] §5Tarantula Talisman §a(1x) §8(§dPray RNGesus \u003c1%§8)\",17:\"§8[Tier §44§8] §6Digested Mosquito §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Tarantula Broodfather (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_BOSS\"}}", + "damage": 3, "lore": [ "§7The Tarantula Broodfather is a slayer boss in", "§7the Spider Slayer track. ", @@ -30,9 +30,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Broodfather" ], - "entityrender": [ - "Spider", - "CaveSpider" - ], "crafttext": "" }
\ No newline at end of file diff --git a/items/TARANTULA_SPIDER_MONSTER.json b/items/TARANTULA_SPIDER_MONSTER.json index c530c091..13dcdcd0 100644 --- a/items/TARANTULA_SPIDER_MONSTER.json +++ b/items/TARANTULA_SPIDER_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Tarantula Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7A Tarantula Spider is a level 45 mob that is spawned\",1:\"§7by the Tarantula Minion. When killed it drops String\",2:\"§7and Spider Eyes and also has a change to drop \",3:\"§7Iron Ingots.\"],Name:\"§9Tarantula Spider (Monster)\"},ExtraAttributes:{id:\"TARANTULA_SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\"}]}},display:{Lore:[0:\"§7A Tarantula Spider is a level 45 mob that is spawned\",1:\"§7by the Tarantula Minion. When killed it drops String\",2:\"§7and Spider Eyes and also has a change to drop \",3:\"§7Iron Ingots.\"],Name:\"§9Tarantula Spider (Monster)\"},ExtraAttributes:{id:\"TARANTULA_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7A Tarantula Spider is a level 45 mob that is spawned", "§7by the Tarantula Minion. When killed it drops String", @@ -11,10 +11,10 @@ ], "internalname": "TARANTULA_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Spider" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file diff --git a/items/TARANTULA_VERMIN_MINIBOSS.json b/items/TARANTULA_VERMIN_MINIBOSS.json index 0d5ed05f..115780ec 100644 --- a/items/TARANTULA_VERMIN_MINIBOSS.json +++ b/items/TARANTULA_VERMIN_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Tarantula Vermin (Miniboss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Tarantula Vermin is a Slayer Miniboss. It spawns\",1:\"§7rarely when a player is doing the Tarantula \",2:\"§7Broodfather Tier III quest and they kill a Spider.\"],Name:\"§5Tarantula Vermin (Miniboss)\"},ExtraAttributes:{id:\"TARANTULA_VERMIN_MINIBOSS\"}}", - "damage": 52, + "nbttag": "{SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\"}]}},display:{Lore:[0:\"§7Tarantula Vermin is a Slayer Miniboss. It spawns\",1:\"§7rarely when a player is doing the Tarantula \",2:\"§7Broodfather Tier III quest and they kill a Spider.\"],Name:\"§5Tarantula Vermin (Miniboss)\"},ExtraAttributes:{id:\"TARANTULA_VERMIN_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7Tarantula Vermin is a Slayer Miniboss. It spawns", "§7rarely when a player is doing the Tarantula ", @@ -10,10 +10,10 @@ ], "internalname": "TARANTULA_VERMIN_MINIBOSS", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Vermin" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file diff --git a/items/TERMINATOR.json b/items/TERMINATOR.json index 9d73dba5..e4be2fe7 100644 --- a/items/TERMINATOR.json +++ b/items/TERMINATOR.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:bow", "displayname": "§6Terminator", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d665\",1:\"§7Damage: §c+335\",2:\"§7Strength: §c+50\",3:\"§7Crit Damage: §c+250% \",4:\"§7Bonus Attack Speed: §c+40%\",5:\"\",6:\"§6Shortbow: Instantly shoots!\",7:\"§7Shoots §b3 §7arrows at once.\",8:\"§7Can damage endermen.\",9:\"\",10:\"§cDivides your §9☣ Crit Chance §cby 4!\",11:\"\",12:\"§6Ability: Salvation §e§lRIGHT CLICK\",13:\"§7Can be casted after landing §63 §7hits.\",14:\"§7§7Shoot a beam, penetrating up\",15:\"§7to §e5 §7foes and dealing §c2x\",16:\"§c§7the damage an arrow would.\",17:\"§7The beam always crits.\",18:\"§8Soulflow Cost: §3§31⸎\",19:\"§8Cooldown: §a2s\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4☠ §cRequires §5Enderman Slayer 7\",23:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6Terminator\"},ExtraAttributes:{dungeon_item_level:0,id:\"TERMINATOR\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d665\",1:\"§7Damage: §c+310\",2:\"§7Strength: §c+50\",3:\"§7Crit Damage: §c+250% \",4:\"§7Bonus Attack Speed: §c+40%\",5:\"\",6:\"§6Shortbow: Instantly shoots!\",7:\"§7Shoots §b3 §7arrows at once.\",8:\"§7Can damage endermen.\",9:\"\",10:\"§cDivides your §9☣ Crit Chance §cby 4!\",11:\"\",12:\"§6Ability: Salvation §e§lRIGHT CLICK\",13:\"§7Can be casted after landing §63 §7hits.\",14:\"§7§7Shoot a beam, penetrating up\",15:\"§7to §e5 §7foes and dealing §c2x\",16:\"§c§7the damage an arrow would.\",17:\"§7The beam always crits.\",18:\"§8Soulflow Cost: §3§31⸎\",19:\"§8Cooldown: §a2s\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4☠ §cRequires §5Enderman Slayer 7\",23:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6Terminator\"},ExtraAttributes:{dungeon_item_level:0,id:\"TERMINATOR\"}}", "damage": 0, "lore": [ "§7Gear Score: §d665", - "§7Damage: §c+335", + "§7Damage: §c+310", "§7Strength: §c+50", "§7Crit Damage: §c+250% ", "§7Bonus Attack Speed: §c+40%", diff --git a/items/THORN_BOSS.json b/items/THORN_BOSS.json index c6c56007..67e7e642 100644 --- a/items/THORN_BOSS.json +++ b/items/THORN_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Thorn (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b473ca7d-e895-3986-ab3e-a70b89270a3f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19\"}]}},display:{Lore:[0:\"§7Thorn is the boss of Floor 4 of the Catacombs. He is a\",1:\"§7\u0027Shaman Necromancer\u0027, appears as a ghast, and does not\",2:\"§7attack the player. He spawns Spirit Animals that you must\",3:\"§7kill to spawn a Spirit Bear which when killed drops the Spirit\",4:\"§7Bow which is a single shot bow and the only was to damage him.\",5:\"\",6:\"§c❤ Health§8: §c300.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§5Spirit Bone §a(1x)\",10:\"§5Spirit Wing §a(1x)\",11:\"§5Spirit Boots §a(1x)\",12:\"§5Spirit Sword §a(1x)\",13:\"§5Spirit Bow §a(1x)\",14:\"§5Spirit Pet §a(1x)\",15:\"§6Spirit Pet §a(1x)\"],Name:\"§6Thorn (Boss)\"},ExtraAttributes:{id:\"THORN_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"b473ca7d-e895-3986-ab3e-a70b89270a3f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19\"}]}},display:{Lore:[0:\"§7Thorn is the boss of Floor 4 of the Catacombs. He is a\",1:\"§7\u0027Shaman Necromancer\u0027, appears as a ghast, and does not\",2:\"§7attack the player. He spawns Spirit Animals that you must\",3:\"§7kill to spawn a Spirit Bear which when killed drops the Spirit\",4:\"§7Bow which is a single shot bow and the only was to damage him.\",5:\"\",6:\"§c❤ Health§8: §c300.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§5Spirit Bone §a(1x)\",10:\"§5Spirit Wing §a(1x)\",11:\"§5Spirit Boots §a(1x)\",12:\"§5Spirit Sword §a(1x)\",13:\"§5Spirit Bow §a(1x)\",14:\"§5Spirit Pet §a(1x)\",15:\"§6Spirit Pet §a(1x)\"],Name:\"§6Thorn (Boss)\"},ExtraAttributes:{id:\"THORN_BOSS\"}}", "damage": 3, "lore": [ "§7Thorn is the boss of Floor 4 of the Catacombs. He is a", @@ -28,6 +28,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Thorn" ], - "entityscale": 0.3, "crafttext": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_WISE;1.json b/items/ULTIMATE_WISE;1.json index 8f5e592a..7d2b4862 100644 --- a/items/ULTIMATE_WISE;1.json +++ b/items/ULTIMATE_WISE;1.json @@ -4,7 +4,7 @@ "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise I\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a10%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fAxe\",17:\"§7- §fHoe\",18:\"§7- §fBow\",19:\"§7- §fDrill\",20:\"§7- §fPickaxe\",21:\"§7- §fSword\",22:\"§7- §fShovel\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;1\",enchantments:{ultimate_wise:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise I\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a10%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;1\",enchantments:{ultimate_wise:1}}}", "modver": "2.0.0-REL", "lore": [ "§9§d§lUltimate Wise I", @@ -21,15 +21,15 @@ "§aI-V: §7Dungeons", "", "§6Applied To:", + "§7- §fBow", "§7- §fFishing Weapon", - "§7- §fFishing Rod", "§7- §fAxe", - "§7- §fHoe", - "§7- §fBow", + "§7- §fFishing Rod", + "§7- §fShovel", + "§7- §fWand", "§7- §fDrill", "§7- §fPickaxe", "§7- §fSword", - "§7- §fShovel", "§7- §fShears", "", "§f§lCOMMON" diff --git a/items/ULTIMATE_WISE;2.json b/items/ULTIMATE_WISE;2.json index 34ccfe41..eee691da 100644 --- a/items/ULTIMATE_WISE;2.json +++ b/items/ULTIMATE_WISE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise II\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a20%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fAxe\",17:\"§7- §fHoe\",18:\"§7- §fBow\",19:\"§7- §fDrill\",20:\"§7- §fPickaxe\",21:\"§7- §fSword\",22:\"§7- §fShovel\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;2\",enchantments:{ultimate_wise:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise II\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a20%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;2\",enchantments:{ultimate_wise:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lUltimate Wise II", @@ -18,15 +18,15 @@ "§aI-V: §7Dungeons", "", "§6Applied To:", + "§7- §fBow", "§7- §fFishing Weapon", - "§7- §fFishing Rod", "§7- §fAxe", - "§7- §fHoe", - "§7- §fBow", + "§7- §fFishing Rod", + "§7- §fShovel", + "§7- §fWand", "§7- §fDrill", "§7- §fPickaxe", "§7- §fSword", - "§7- §fShovel", "§7- §fShears", "", "§f§lCOMMON" diff --git a/items/ULTIMATE_WISE;3.json b/items/ULTIMATE_WISE;3.json index cf6104d9..03c7e498 100644 --- a/items/ULTIMATE_WISE;3.json +++ b/items/ULTIMATE_WISE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise III\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a30%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fAxe\",17:\"§7- §fHoe\",18:\"§7- §fBow\",19:\"§7- §fDrill\",20:\"§7- §fPickaxe\",21:\"§7- §fSword\",22:\"§7- §fShovel\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;3\",enchantments:{ultimate_wise:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise III\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a30%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;3\",enchantments:{ultimate_wise:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lUltimate Wise III", @@ -18,15 +18,15 @@ "§aI-V: §7Dungeons", "", "§6Applied To:", + "§7- §fBow", "§7- §fFishing Weapon", - "§7- §fFishing Rod", "§7- §fAxe", - "§7- §fHoe", - "§7- §fBow", + "§7- §fFishing Rod", + "§7- §fShovel", + "§7- §fWand", "§7- §fDrill", "§7- §fPickaxe", "§7- §fSword", - "§7- §fShovel", "§7- §fShears", "", "§f§lCOMMON" diff --git a/items/ULTIMATE_WISE;4.json b/items/ULTIMATE_WISE;4.json index f0b61f10..22567051 100644 --- a/items/ULTIMATE_WISE;4.json +++ b/items/ULTIMATE_WISE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise IV\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a40%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fAxe\",17:\"§7- §fHoe\",18:\"§7- §fBow\",19:\"§7- §fDrill\",20:\"§7- §fPickaxe\",21:\"§7- §fSword\",22:\"§7- §fShovel\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;4\",enchantments:{ultimate_wise:4}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise IV\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a40%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;4\",enchantments:{ultimate_wise:4}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lUltimate Wise IV", @@ -18,15 +18,15 @@ "§aI-V: §7Dungeons", "", "§6Applied To:", + "§7- §fBow", "§7- §fFishing Weapon", - "§7- §fFishing Rod", "§7- §fAxe", - "§7- §fHoe", - "§7- §fBow", + "§7- §fFishing Rod", + "§7- §fShovel", + "§7- §fWand", "§7- §fDrill", "§7- §fPickaxe", "§7- §fSword", - "§7- §fShovel", "§7- §fShears", "", "§f§lCOMMON" diff --git a/items/ULTIMATE_WISE;5.json b/items/ULTIMATE_WISE;5.json index 3a192367..e334fb24 100644 --- a/items/ULTIMATE_WISE;5.json +++ b/items/ULTIMATE_WISE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise V\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a50%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fAxe\",17:\"§7- §fHoe\",18:\"§7- §fBow\",19:\"§7- §fDrill\",20:\"§7- §fPickaxe\",21:\"§7- §fSword\",22:\"§7- §fShovel\",23:\"§7- §fShears\",24:\"\",25:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;5\",enchantments:{ultimate_wise:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise V\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a50%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;5\",enchantments:{ultimate_wise:5}}}", "damage": 0, "lore": [ "§9§d§lUltimate Wise V", @@ -18,15 +18,15 @@ "§aI-V: §7Dungeons", "", "§6Applied To:", + "§7- §fBow", "§7- §fFishing Weapon", - "§7- §fFishing Rod", "§7- §fAxe", - "§7- §fHoe", - "§7- §fBow", + "§7- §fFishing Rod", + "§7- §fShovel", + "§7- §fWand", "§7- §fDrill", "§7- §fPickaxe", "§7- §fSword", - "§7- §fShovel", "§7- §fShears", "", "§a§lUNCOMMON" diff --git a/items/UNDEAD_SKELETON_MONSTER.json b/items/UNDEAD_SKELETON_MONSTER.json index 1755de2d..94589ad6 100644 --- a/items/UNDEAD_SKELETON_MONSTER.json +++ b/items/UNDEAD_SKELETON_MONSTER.json @@ -18,7 +18,7 @@ "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Undead_Skeleton" + "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/VOIDGLOOM_SERAPH_BOSS.json b/items/VOIDGLOOM_SERAPH_BOSS.json index 29e056f2..d18a7083 100644 --- a/items/VOIDGLOOM_SERAPH_BOSS.json +++ b/items/VOIDGLOOM_SERAPH_BOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§6Voidgloom Seraph (Boss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Voidgloom Seraph is a slayer boss in the\",1:\"§7Enderman Slayer track.\",2:\"\",3:\"§c❤ Health§8:\",4:\"§8[§aTier 1§8] §c300.000 ❤\",5:\"§8[§eTier 2§8] §c15.000.000❤\",6:\"§8[§cTier 3§8] §c66.666.666❤\",7:\"§8[§4Tier 4§8] §c300.000.000 ❤\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§8[Tier §a1§8-§44§8] §aNull Sphere §a(1x-145x) §8(§2Guaranteed 100%§8)\",11:\"§8[Tier §e2§8-§44§8] §9Twilight Arrow Poison §a(1x-64x) §8(§9Occasional 20%§8)\",12:\"§8[Tier §c3§8-§44§8] §5Endersnake Rune §a(1x) 8(§bRare 5%§8)\",13:\"§8[Tier §e2§8-§44§8] §5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)\",14:\"§8[Tier §c3§8-§44§8] §9Mana Steal §a(1x) §8(§bRare 5%§8)\",15:\"§8[Tier §c3§8-§44§8] §5Transmission Tuner §a(1x) §8(§bRare 5%§8)\"],Name:\"§6Voidgloom Seraph (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_BOSS\"}}", - "damage": 58, + "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Voidgloom Seraph is a slayer boss in the\",1:\"§7Enderman Slayer track.\",2:\"\",3:\"§c❤ Health§8:\",4:\"§8[§aTier 1§8] §c300.000 ❤\",5:\"§8[§eTier 2§8] §c15.000.000❤\",6:\"§8[§cTier 3§8] §c66.666.666❤\",7:\"§8[§4Tier 4§8] §c300.000.000 ❤\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§8[Tier §a1§8-§44§8] §aNull Sphere §a(1x-145x) §8(§2Guaranteed 100%§8)\",11:\"§8[Tier §e2§8-§44§8] §9Twilight Arrow Poison §a(1x-64x) §8(§9Occasional 20%§8)\",12:\"§8[Tier §c3§8-§44§8] §5Endersnake Rune §a(1x) §8(§bRare 5%§8)\",13:\"§8[Tier §e2§8-§44§8] §5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)\",14:\"§8[Tier §c3§8-§44§8] §9Mana Steal §a(1x) §8(§bRare 5%§8)\",15:\"§8[Tier §c3§8-§44§8] §5Transmission Tuner §a(1x) §8(§bRare 5%§8)\",16:\"§8[Tier §c3§8-§44§8] §9Null Atom §a(1x) §8(§bRare 5%§8)\",17:\"§8[Tier §44§8] §fPocket Espresso Machine §a(1x) §8(§dPray RNGesus \u003c1%§8)\",18:\"§8[Tier §44§8] §5Void Conqueror Enderman Skin §a(1x) §8(§dPray RNGesus \u003c1%§8)\",19:\"§8[Tier §44§8] §5Etherwarp Merger §a(1x) §8(§5Extraodinary 1%§8)\",20:\"§8[Tier §44§8] §6Judgement Core §a(1x) §8(§dPray RNGesus \u003c1%§8)\",21:\"§8[Tier §44§8] §6Exceedingly Rare End\"],Name:\"§6Voidgloom Seraph (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_BOSS\"}}", + "damage": 3, "lore": [ "§7The Voidgloom Seraph is a slayer boss in the", "§7Enderman Slayer track.", @@ -25,9 +25,7 @@ "§8[Tier §44§8] §5Void Conqueror Enderman Skin §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§8[Tier §44§8] §5Etherwarp Merger §a(1x) §8(§5Extraodinary 1%§8)", "§8[Tier §44§8] §6Judgement Core §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§8[Tier §44§8] §6Exceedingly Rare Ender Artifact Upgrader §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§8[Tier §44§8] §5Enchant Rune I §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§8[Tier §44§8] §9Ender Slayer VII §a(1x) §8(§cRNGesus Incarnate \u003c\u003c1%§8)" + "§8[Tier §44§8] §6Exceedingly Rare End" ], "internalname": "VOIDGLOOM_SERAPH_BOSS", "clickcommand": "", @@ -36,7 +34,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidgloom_Seraph" ], - "entityrender": "Enderman", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/VOIDLING_DEVOTEE_MINIBOSS.json b/items/VOIDLING_DEVOTEE_MINIBOSS.json index 489a45ba..c9fbc2a6 100644 --- a/items/VOIDLING_DEVOTEE_MINIBOSS.json +++ b/items/VOIDLING_DEVOTEE_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Voidling Devotee (Miniboss)", - "nbttag": "{display:{Lore:[0:\"§7The Voidling Devotee is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier III Quests.\",3:\"\",4:\"§c❤ Health§8: §c12.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Devotee (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_DEVOTEE_MINIBOSS\"}}", - "damage": 58, + "nbttag": "{SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Voidling Devotee is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier III Quests.\",3:\"\",4:\"§c❤ Health§8: §c12.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Devotee (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_DEVOTEE_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Voidling Devotee is a Enderman Slayer", "§7Miniboss that very rarely spawns after killing a", @@ -20,7 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidling_Devotee" ], - "entityrender": "Enderman", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/VOIDLING_EXTREMIST_MONSTER.json b/items/VOIDLING_EXTREMIST_MONSTER.json index 88edf08d..a6e3e142 100644 --- a/items/VOIDLING_EXTREMIST_MONSTER.json +++ b/items/VOIDLING_EXTREMIST_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Voidling Extremist (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Voidling Fanatic is a neutral mob\",1:\"§7added in the End Slayer Update. It currently\",2:\"§7spawns in the Void Sepulture\",3:\"\",4:\"§c❤ Health§8: §c8.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§6Enderman Cortex Rewriter\"],Name:\"§9Voidling Extremist (Monster)\"},ExtraAttributes:{id:\"VOIDLING_EXTREMIST_MONSTER\"}}", - "damage": 58, + "nbttag": "{SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Voidling Fanatic is a neutral mob\",1:\"§7added in the End Slayer Update. It currently\",2:\"§7spawns in the Void Sepulture\",3:\"\",4:\"§c❤ Health§8: §c8.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§6Enderman Cortex Rewriter\"],Name:\"§9Voidling Extremist (Monster)\"},ExtraAttributes:{id:\"VOIDLING_EXTREMIST_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Voidling Fanatic is a neutral mob", "§7added in the End Slayer Update. It currently", @@ -20,7 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidling_Extremist" ], - "entityrender": "Enderman", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/VOIDLING_FANATIC_MONSTER.json b/items/VOIDLING_FANATIC_MONSTER.json index e118355d..7fd84dee 100644 --- a/items/VOIDLING_FANATIC_MONSTER.json +++ b/items/VOIDLING_FANATIC_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Voidling Fanatic (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Voidling Fanatic is a level 85 neutral mob\",1:\"§7added in the End Slayer Update. It currently\",2:\"§7spawns in the Void Sepulture.\",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aEnchanted Ender Pearl\"],Name:\"§9Voidling Fanatic (Monster)\"},ExtraAttributes:{id:\"VOIDLING_FANATIC_MONSTER\"}}", - "damage": 58, + "nbttag": "{SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Voidling Fanatic is a level 85 neutral mob\",1:\"§7added in the End Slayer Update. It currently\",2:\"§7spawns in the Void Sepulture.\",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aEnchanted Ender Pearl\"],Name:\"§9Voidling Fanatic (Monster)\"},ExtraAttributes:{id:\"VOIDLING_FANATIC_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Voidling Fanatic is a level 85 neutral mob", "§7added in the End Slayer Update. It currently", @@ -20,7 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidling_Fanatic" ], - "entityrender": "Enderman", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/VOIDLING_MANIAC_MINIBOSS.json b/items/VOIDLING_MANIAC_MINIBOSS.json index cf303655..a2e27858 100644 --- a/items/VOIDLING_MANIAC_MINIBOSS.json +++ b/items/VOIDLING_MANIAC_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Voidling Maniac (Miniboss)", - "nbttag": "{display:{Lore:[0:\"§7The Voidling Maniac is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier IV Quests.\",3:\"\",4:\"§c❤ Health§8: §c75.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Maniac (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_MANIAC_MINIBOSS\"}}", - "damage": 58, + "nbttag": "{SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Voidling Maniac is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier IV Quests.\",3:\"\",4:\"§c❤ Health§8: §c75.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Maniac (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_MANIAC_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Voidling Maniac is a Enderman Slayer", "§7Miniboss that very rarely spawns after killing a", @@ -20,7 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidling_Fanatic" ], - "entityrender": "Enderman", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/VOIDLING_RADICAL_MINIBOSS.json b/items/VOIDLING_RADICAL_MINIBOSS.json index ed7d1b88..66a7321d 100644 --- a/items/VOIDLING_RADICAL_MINIBOSS.json +++ b/items/VOIDLING_RADICAL_MINIBOSS.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§5Voidling Radical (Miniboss)", - "nbttag": "{display:{Lore:[0:\"§7The Voidling Radical is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier IV Quests.\",3:\"\",4:\"§c❤ Health§8: §c25.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Radical (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_RADICAL_MINIBOSS\"}}", - "damage": 58, + "nbttag": "{SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Voidling Radical is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier IV Quests.\",3:\"\",4:\"§c❤ Health§8: §c25.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Radical (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_RADICAL_MINIBOSS\"}}", + "damage": 3, "lore": [ "§7The Voidling Radical is a Enderman Slayer", "§7Miniboss that very rarely spawns after killing a", @@ -20,7 +20,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidling_Radical" ], - "entityrender": "Enderman", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/WATCHER_MINIBOSS.json b/items/WATCHER_MINIBOSS.json index defe14dd..c01ac52e 100644 --- a/items/WATCHER_MINIBOSS.json +++ b/items/WATCHER_MINIBOSS.json @@ -1,21 +1,21 @@ - {
- "itemid": "minecraft:spawn_egg",
- "displayname": "§5The Watcher (Miniboss)",
- "nbttag": "{ench:[],display:{Lore:[0:\"§7The Watcher is the miniboss on every floor of\",1:\"§7the Catacombs. It spawns in the Blood Room and must be\",2:\"§7defeated to advance to the boss. It summons undead\",3:\"§7to fight for it and will only attack the player when they\",4:\"§7attempt to attack it. It is also the boss of the enterence. \"],Name:\"§5The Watcher (Miniboss)\"},ExtraAttributes:{id:\"WATCHER_MINIBOSS\"}}",
- "damage": 93,
- "lore": [
- "§7The Watcher is the miniboss on every floor of",
- "§7the Catacombs. It spawns in the Blood Room and must be",
- "§7defeated to advance to the boss. It summons undead",
- "§7to fight for it and will only attack the player when they",
- "§7attempt to attack it. It is also the boss of the enterence."
- ],
- "internalname": "WATCHER_MINIBOSS",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Watcher"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§5The Watcher (Miniboss)", + "nbttag": "{display:{Lore:[0:\"§7The Watcher is the miniboss on every floor of\",1:\"§7the Catacombs. It spawns in the Blood Room and must be\",2:\"§7defeated to advance to the boss. It summons undead\",3:\"§7to fight for it and will only attack the player when they\",4:\"§7attempt to attack it. It is also the boss of the enterence.\"],Name:\"§5The Watcher (Miniboss)\"},ExtraAttributes:{id:\"WATCHER_MINIBOSS\"}}", + "damage": 2, + "lore": [ + "§7The Watcher is the miniboss on every floor of", + "§7the Catacombs. It spawns in the Blood Room and must be", + "§7defeated to advance to the boss. It summons undead", + "§7to fight for it and will only attack the player when they", + "§7attempt to attack it. It is also the boss of the enterence." + ], + "internalname": "WATCHER_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Watcher" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/WITCH_MONSTER.json b/items/WITCH_MONSTER.json index 2c770f9f..89e0f730 100644 --- a/items/WITCH_MONSTER.json +++ b/items/WITCH_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aWitch (Monster)", - "nbttag": "{display:{Lore:[0:\"§7A witch is a normal mob which can only spawn on\",1:\"§7your Private Island, although it spawns rarely.\",2:\"§7There are no tougher or higher leveled variants\",3:\"§7due to its spawn location. \"],Name:\"§aWitch (Monster)\"},ExtraAttributes:{id:\"WITCH_MONSTER\"}}", - "damage": 66, + "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"§7A witch is a normal mob which can only spawn on\",1:\"§7your Private Island, although it spawns rarely.\",2:\"§7There are no tougher or higher leveled variants\",3:\"§7due to its spawn location. \"],Name:\"§aWitch (Monster)\"},ExtraAttributes:{id:\"WITCH_MONSTER\"}}", + "damage": 3, "lore": [ "§7A witch is a normal mob which can only spawn on", "§7your Private Island, although it spawns rarely.", @@ -11,10 +11,10 @@ ], "internalname": "WITCH_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Witch" ], - "entityrender": "Witch" + "crafttext": "" }
\ No newline at end of file diff --git a/items/ZOMBIE_MONSTER.json b/items/ZOMBIE_MONSTER.json index 31660355..3b3130a8 100644 --- a/items/ZOMBIE_MONSTER.json +++ b/items/ZOMBIE_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aZombie (Monster)", "nbttag": "{display:{Lore:[0:\"§7The Zombie is a natural mob in Minecraft. Zombies\",1:\"§7spawn naturally at the Graveyard (Lv. 1), Lapis \",2:\"§7Quarry (as a Lapis Zombie), Diamond Reserve (Lv. 15),\",3:\"§7and Obsidian Sanctuary (Lv. 20) of the Deep Caverns,\",4:\"§7as well as on the Player\u0027s Island in the dark. They \",5:\"§7also spawn in Crypt Ghoul and Golden Ghoul variants \",6:\"§7at the caves near the Coal Mine. \"],Name:\"§aZombie (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_MONSTER\"}}", - "damage": 54, + "damage": 2, "lore": [ "§7The Zombie is a natural mob in Minecraft. Zombies", "§7spawn naturally at the Graveyard (Lv. 1), Lapis ", @@ -14,10 +14,10 @@ ], "internalname": "ZOMBIE_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie" ], - "entityrender": "Zombie" + "crafttext": "" }
\ No newline at end of file diff --git a/items/ZOMBIE_VILLAGER_MONSTER.json b/items/ZOMBIE_VILLAGER_MONSTER.json index 9cca552f..e30b56d5 100644 --- a/items/ZOMBIE_VILLAGER_MONSTER.json +++ b/items/ZOMBIE_VILLAGER_MONSTER.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§aZombie Villager (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3acb9940-fc42-328e-91e8-c9a9a57e8698\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlMDhhODc3NmMxNzY0YzNmZTZhNmRkZDQxMmRmY2I4N2Y0MTMzMWRhZDQ3OWFjOTZjMjFkZjRiZjNhYzg5YyJ9fX0\"}]}},display:{Lore:[0:\"§7The real enemy isn\u0027t the dead -\",1:\"§7it\u0027s the living\",2:\"§c❤ Health§8: §c120\",3:\"§7Combat XP: §37\",4:\"§7Coins per Kill: §61\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fRotten Flesh\",9:\"\",10:\"§aUncommon Loot\",11:\"§8 ■ §fPoisonous Potato §8(§a0.1%§8)\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §fCarrot §8(§a1%§8)\",15:\"§8 ■ §fPotato §8(§a1%§8)\"],Name:\"§aZombie Villager (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_VILLAGER_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3acb9940-fc42-328e-91e8-c9a9a57e8698\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlMDhhODc3NmMxNzY0YzNmZTZhNmRkZDQxMmRmY2I4N2Y0MTMzMWRhZDQ3OWFjOTZjMjFkZjRiZjNhYzg5YyJ9fX0\"}]}},display:{Lore:[0:\"§7The real enemy isn\u0027t the dead -\",1:\"§7it\u0027s the living\",2:\"\",3:\"§c❤ Health§8: §c120\",4:\"§7Combat XP: §37\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fRotten Flesh\",10:\"\",11:\"§aUncommon Loot\",12:\"§8 ■ §fPoisonous Potato §8(§a0.1%§8)\",13:\"\",14:\"§9Rare Loot\",15:\"§8 ■ §fCarrot §8(§a1%§8)\",16:\"§8 ■ §fPotato §8(§a1%§8)\"],Name:\"§aZombie Villager (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_VILLAGER_MONSTER\"}}", "damage": 3, "lore": [ "§7The real enemy isn\u0027t the dead -", "§7it\u0027s the living", + "", "§c❤ Health§8: §c120", "§7Combat XP: §37", "§7Coins per Kill: §61", |