diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items')
107 files changed, 1533 insertions, 469 deletions
diff --git a/items/ARACHNES_BROOD_MONSTER.json b/items/ARACHNES_BROOD_MONSTER.json new file mode 100644 index 00000000..c207f998 --- /dev/null +++ b/items/ARACHNES_BROOD_MONSTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Arachne\u0027s Brood (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Arachne\u0027s Brood is a mob spawned\",1:\"§7in waves by Arachne when she falls\",2:\"§7below 50% and 25% of her health\",3:\"\",4:\"§c❤ Health§8: §c10.000-100.000\",5:\"§7Coins per Kill: §610-13\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fSpider Eye\",10:\"§8 ■ §fString §8(§a50%§8)\"],Name:\"§9Arachne\u0027s Brood (Monster)\"},ExtraAttributes:{id:\"ARACHNES_BROOD_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Arachne\u0027s Brood is a mob spawned", + "§7in waves by Arachne when she falls", + "§7below 50% and 25% of her health", + "", + "§c❤ Health§8: §c10.000-100.000", + "§7Coins per Kill: §610-13", + "§7Combat XP: §31", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye", + "§8 ■ §fString §8(§a50%§8)" + ], + "internalname": "ARACHNES_BROOD_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Arachne\u0027s_Brood" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ARACHNES_KEEPER_MINIBOSS.json b/items/ARACHNES_KEEPER_MINIBOSS.json new file mode 100644 index 00000000..b6741fb6 --- /dev/null +++ b/items/ARACHNES_KEEPER_MINIBOSS.json @@ -0,0 +1,26 @@ +{ + "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\"}}", + "damage": 3, + "lore": [ + "§7Keeper of Arachne", + "", + "§c❤ Health§8: §c100.000", + "§7Coins per Kill: §610", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye", + "§8 ■ §fString §8(§a50%§8)", + "§8 ■ §9Arachne\u0027s Keeper Fragment" + ], + "internalname": "ARACHNES_KEEPER_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Arachne\u0027s_Keeper" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ASTRAEA.json b/items/ASTRAEA.json index ffa2bec9..e3c6b2f3 100644 --- a/items/ASTRAEA.json +++ b/items/ASTRAEA.json @@ -1,20 +1,21 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Astraea", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d885\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+150\",3:\"\",4:\"§7Defense: §a+210\",5:\"§7Intelligence: §a+50\",6:\"§7Ferocity: §a+30\",7:\"\",8:\"§7Deals +§c50% §7damage to\",9:\"§7Withers. Grants §c+1 §c❁ Damage\",10:\"§c§7and §a+1 §a❈ Defense §7per\",11:\"§7§cCatacombs §7level.\",12:\"\",13:\"§7Your Catacombs Level: §c0\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Floor VII\",19:\"§aCompletion\",20:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Astraea\"},ExtraAttributes:{id:\"ASTRAEA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d985\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+150\",3:\"\",4:\"§7Defense: §a+250\",5:\"§7Intelligence: §a+50\",6:\"§7True Defense: §a+20\",7:\"§7Ferocity: §a+30\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+2 §a❈ Defense §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Astraea\"},ExtraAttributes:{id:\"ASTRAEA\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d885", - "§7Damage: §c+260", + "§7Gear Score: §d985", + "§7Damage: §c+270", "§7Strength: §c+150", "", - "§7Defense: §a+210", + "§7Defense: §a+250", "§7Intelligence: §a+50", + "§7True Defense: §a+20", "§7Ferocity: §a+30", "", "§7Deals +§c50% §7damage to", "§7Withers. Grants §c+1 §c❁ Damage", - "§c§7and §a+1 §a❈ Defense §7per", + "§c§7and §a+2 §a❈ Defense §7per", "§7§cCatacombs §7level.", "", "§7Your Catacombs Level: §c0", @@ -46,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Astraea" ] -} +}
\ No newline at end of file diff --git a/items/BLAZE_MONSTER.json b/items/BLAZE_MONSTER.json index f6bc06c6..8b35ded2 100644 --- a/items/BLAZE_MONSTER.json +++ b/items/BLAZE_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aBlaze (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Blazes are found in the Blazing Fortress near\",1:\"§7the very top of the area, or to the right of the\",2:\"§7main entrance stairs. They can also be found on\",3:\"§7your Private Island if spawned by a Blaze Minion. \",4:\"\",5:\"§c❤ Health§8: §c500\",6:\"§7Coins per Kill: §65-10\",7:\"§7Combat XP: §310\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fBlaze Rod §8x2-4\",12:\"\",13:\"§aUncommon Loot §8[Lvl 15]\",14:\"§8 ■ §aBlaze Hat §8(§a5%§8)\"],Name:\"§aBlaze (Monster)\"},ExtraAttributes:{id:\"BLAZE_MONSTER\"}}", - "damage": 61, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\"}]}},display:{Lore:[0:\"§7Blazes are found in the Blazing Fortress near\",1:\"§7the very top of the area, or to the right of the\",2:\"§7main entrance stairs. They can also be found on\",3:\"§7your Private Island if spawned by a Blaze Minion. \",4:\"\",5:\"§c❤ Health§8: §c500\",6:\"§7Coins per Kill: §65-10\",7:\"§7Combat XP: §310\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fBlaze Rod §8x2-4\",12:\"\",13:\"§aUncommon Loot §8[Lvl 15]\",14:\"§8 ■ §aBlaze Hat §8(§a5%§8)\"],Name:\"§aBlaze (Monster)\"},ExtraAttributes:{id:\"BLAZE_MONSTER\"}}", + "damage": 3, "lore": [ "§7Blazes are found in the Blazing Fortress near", "§7the very top of the area, or to the right of the", @@ -27,6 +27,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blaze" ], - "entityrender": "Blaze", "crafttext": "" }
\ No newline at end of file diff --git a/items/BLUE_EGG.json b/items/BLUE_EGG.json new file mode 100644 index 00000000..ea6d2e5a --- /dev/null +++ b/items/BLUE_EGG.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Blue Egged Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"03e0770a-4f32-3a1e-aa85-4024af7d1b12\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNzQwODA2ODk5NSwKICAicHJvZmlsZUlkIiA6ICJiNzVjZDRmMThkZjg0MmNlYjJhY2MxNTU5MTNiMjA0YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJLcmlzdGlqb25hczEzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFlMWNkNjdkOWNjZmU1NzVkNzhiN2RjMTk4MzU4Y2JiNWVjM2YzZTQxZGI4MjQ1OGMwNzVkNWY4MTNiYmYwZjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"§7\",7:\"§7§7This skin can be applied to\",8:\"§7§aBackpacks\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Blue Egged Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"BLUE_EGG\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§aBackpacks", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "BLUE_EGG", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/BONE_BOOMERANG.json b/items/BONE_BOOMERANG.json index 443690b9..cbcd920f 100644 --- a/items/BONE_BOOMERANG.json +++ b/items/BONE_BOOMERANG.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:bone", "displayname": "§f§f§6Bonemerang", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 \",1:\"§7Damage: §c+320 \",2:\"§7Strength: §c+130 \",3:\"\",4:\"§6Item Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{id:\"BONE_BOOMERANG\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 \",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+130 \",3:\"\",4:\"§6Item Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{id:\"BONE_BOOMERANG\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Gear Score: §d490 ", - "§7Damage: §c+320 ", + "§7Damage: §c+270", "§7Strength: §c+130 ", "", "§6Item Ability: Swing §e§lRIGHT CLICK", @@ -37,7 +37,7 @@ "internalname": "BONE_BOOMERANG", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bonemerang" diff --git a/items/CARROT_KING_SC.json b/items/CARROT_KING_SC.json index b95daf7d..b8ec8c25 100644 --- a/items/CARROT_KING_SC.json +++ b/items/CARROT_KING_SC.json @@ -1,21 +1,40 @@ { "itemid": "minecraft:spawn_egg", "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. \"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", + "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": [ "§7The Carrot King is a Sea Creature that has a", "§7chance to be caught when the player reaches", "§7fishing level XV or above, and is using Carrot ", "§7Bait. It has a low spawn rate, and roughly ", - "§710,000 EHP. " + "§710,000 EHP. ", + "", + "§c❤ Health§8: §c10.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Caster VI)", + "§7- §aEnchanted Carrot", + "§7- §aRabbit Hat", + "§7- §9Enchanted Rabbit Foot", + "§7- §5Lucky Clover Core", + "", + "§cRequirements:", + "§7- Fishing Skill 15", + "§7- Carrot Bait", + "", + "§a§lUNCOMMON" ], "internalname": "CARROT_KING_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" ], - "entityrender": "Rabbit" + "entityrender": "Rabbit", + "crafttext": "" }
\ No newline at end of file diff --git a/items/CARROT_PATCH.json b/items/CARROT_PATCH.json new file mode 100644 index 00000000..9526d3ec --- /dev/null +++ b/items/CARROT_PATCH.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Carrot Patch", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"48d98ac0-2187-3cc2-bb37-bc42fc0eab2f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjVmOTM1NjVhNGU0NzUwYmU5ZGI5MTVlN2M2ZWRhMTg2NGJhOWU1MmUxMWRiODhhZmVlNzMxYWU4OThlNmRhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Easter cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Carrot Patch\"},ExtraAttributes:{id:\"CARROT_PATCH\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Easter cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "CARROT_PATCH", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/CATFISH_SC.json b/items/CATFISH_SC.json index d66736b9..9479f4df 100644 --- a/items/CATFISH_SC.json +++ b/items/CATFISH_SC.json @@ -1,19 +1,37 @@ { "itemid": "minecraft:spawn_egg", "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.\"],Name:\"§3Catfish (Sea Creature)\"},ExtraAttributes:{id:\"CATFISH_SC\"}}", + "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, "lore": [ "§7The Catfish is a Rare Sea Creature that spawns", "§7while fishing after reaching Fishing level 13. ", - "§7It takes the appearance of an ocelot." + "§7It takes the appearance of an ocelot.", + "", + "§c❤ Health§8: §c26.000", + "", + "§cDrops:", + "§7- §7Clownfish", + "§7- §7Lily Pad", + "§7- §7Pufferfish", + "§7- §7Raw Fish", + "§7- §7Raw Salmon", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Frail VI)", + "", + "§cRequirements:", + "§7- Fishing Skill 13", + "", + "§9§lRARE" ], "internalname": "CATFISH_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Catfish" ], - "entityrender": "Ozelot" + "entityrender": "Ozelot", + "crafttext": "" }
\ No newline at end of file diff --git a/items/CHICKEN_COOP.json b/items/CHICKEN_COOP.json new file mode 100644 index 00000000..d24dadec --- /dev/null +++ b/items/CHICKEN_COOP.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Chicken Coop", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"79aedd87-9f01-3de0-8de6-b4b2764ab6a9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDViNGUyMjI5ZGU5NGMxNWRiZmNmMmJhZTQ5ZTgwZjBlNGQ2NTkxNGE0OWEzMTJjMDQxNzkyOWEyOWJiNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Easter cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Chicken Coop\"},ExtraAttributes:{id:\"CHICKEN_COOP\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Easter cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§5§lEPIC" + ], + "internalname": "CHICKEN_COOP", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/DANTE_TALISMAN.json b/items/DANTE_TALISMAN.json new file mode 100644 index 00000000..379794b6 --- /dev/null +++ b/items/DANTE_TALISMAN.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§fDante Talisman", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2ce8b8a0-1212-300d-b5a9-f503215657d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Y5Mjk4MmYxYTMwMjMxMDY0M2EyMGNlNTE2MjNmODE5OWI3NTQ1ZTcwZGM2YjkzZWQ2YmQ2MWRjNDJmZjIxMyJ9fX0K\"}]}},display:{Lore:[0:\"§7Official medal proving your\",1:\"§7eternal support for Dante.\",2:\"\",3:\"§7Can be shown to goons in place\",4:\"§7of a Happy Mask for entry into\",5:\"§7official buildings.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§f§fDante Talisman\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"DANTE_TALISMAN\",uuid:\"43a79805-34fc-467c-83d5-7c79742518d9\",timestamp:\"4/4/21 3:33 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Official medal proving your", + "§7eternal support for Dante.", + "", + "§7Can be shown to goons in place", + "§7of a Happy Mask for entry into", + "§7official buildings.", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "DANTE_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dante_Talisman" + ] +}
\ No newline at end of file diff --git a/items/DARK_GOGGLES.json b/items/DARK_GOGGLES.json index 1b93ddbe..4c11a9d5 100644 --- a/items/DARK_GOGGLES.json +++ b/items/DARK_GOGGLES.json @@ -4,14 +4,14 @@ "displayname": "§9Dark Goggles", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"795d1347-6d0a-3ed7-a340-383b202e4d86\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjkzMTk1MjU4MjVmMWYzMDcyN2ViOTQwZDNhMDY0MjZiYzRjZWMwN2ZiZDgwYWY1Y2QxNDZlM2ViMzg3OWY2OCJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d75\",1:\"§7Intelligence: §a+150\",2:\"\",3:\"§7Your abilities deal §c+50%\",4:\"§c§7damage to undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Dark Goggles\"},ExtraAttributes:{id:\"DARK_GOGGLES\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"795d1347-6d0a-3ed7-a340-383b202e4d86\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjkzMTk1MjU4MjVmMWYzMDcyN2ViOTQwZDNhMDY0MjZiYzRjZWMwN2ZiZDgwYWY1Y2QxNDZlM2ViMzg3OWY2OCJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d75\",1:\"§7Intelligence: §a+150\",2:\"\",3:\"§7Gain §c+40% §c✹ Ability Damage\",4:\"§7against undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Dark Goggles\"},ExtraAttributes:{id:\"DARK_GOGGLES\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Gear Score: §d75", "§7Intelligence: §a+150", "", - "§7Your abilities deal §c+50%", - "§c§7damage to undead monsters.", + "§7Gain §c+40% §c✹ Ability Damage", + "§7against undead monsters.", "", "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", diff --git a/items/DASHER_SPIDER_MONSTER.json b/items/DASHER_SPIDER_MONSTER.json index c9eaaf8c..99c37794 100644 --- a/items/DASHER_SPIDER_MONSTER.json +++ b/items/DASHER_SPIDER_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Dasher Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Dasher Spider is one of the types of spiders\",1:\"§7found in the Spider\u0027s Den. It launches itself\",2:\"§7towards the player, damaging them in the process.\",3:\"\",4:\"§c❤ Health§8: §c160\",5:\"§7Coins per Kill: §63-15\",6:\"§7Combat XP: §328-36\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fSpider Eye §8(§a80%§8)\",11:\"§8 ■ §fString §8x1-2\",12:\"\",13:\"§9Rare Loot §8[Lvl 42-50]\",14:\"§8 ■ §9Arachne\u0027s Keeper Fragment §8(§a0.2%§8)\",15:\"\",16:\"§6Legendary Loot\",17:\"§8 ■ §5 Travel Scroll to Spider\u0027s Den\",18:\" §5Top of Nest §8(§a0.02%§8)\",19:\"\",20:\"§dRNGesus Loot\",21:\"§8 ■ §7[Lvl 1] §5Tarantula §8(§a0.004%§8)\",22:\"§8 ■ §7[Lvl 1] §6Tarantula §8(§a0.001%§8)\"],Name:\"§9Dasher Spider (Monster)\"},ExtraAttributes:{id:\"DASHER_SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7The Dasher Spider is one of the types of spiders\",1:\"§7found in the Spider\u0027s Den. It launches itself\",2:\"§7towards the player, damaging them in the process.\",3:\"\",4:\"§c❤ Health§8: §c160\",5:\"§7Coins per Kill: §63-15\",6:\"§7Combat XP: §328-36\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fSpider Eye §8(§a80%§8)\",11:\"§8 ■ §fString §8x1-2\",12:\"\",13:\"§9Rare Loot §8[Lvl 42-50]\",14:\"§8 ■ §9Arachne\u0027s Keeper Fragment §8(§a0.2%§8)\",15:\"\",16:\"§6Legendary Loot\",17:\"§8 ■ §5 Travel Scroll to Spider\u0027s Den\",18:\" §5Top of Nest §8(§a0.02%§8)\",19:\"\",20:\"§dRNGesus Loot\",21:\"§8 ■ §7[Lvl 1] §5Tarantula §8(§a0.004%§8)\",22:\"§8 ■ §7[Lvl 1] §6Tarantula §8(§a0.001%§8)\"],Name:\"§9Dasher Spider (Monster)\"},ExtraAttributes:{id:\"DASHER_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Dasher Spider is one of the types of spiders", "§7found in the Spider\u0027s Den. It launches itself", @@ -35,6 +35,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Dasher_Spider" ], - "entityrender": "Spider", "crafttext": "" }
\ No newline at end of file diff --git a/items/DEEP_SEA_PROTECTOR_SC.json b/items/DEEP_SEA_PROTECTOR_SC.json index 20e35a74..7c734b1d 100644 --- a/items/DEEP_SEA_PROTECTOR_SC.json +++ b/items/DEEP_SEA_PROTECTOR_SC.json @@ -1,20 +1,37 @@ { "itemid": "minecraft:spawn_egg", "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. \"],Name:\"§3Deep Sea Protector (Sea Creature)\"},ExtraAttributes:{id:\"DEEP_SEA_PROTECTOR_SC\"}}", + "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, "lore": [ "§7The Deep Sea Protector is a Sea Creature that ", "§7spawns while fishing after unlocking Fishing level", - "§718. It takes the appearance of an iron golem. " + "§718. It takes the appearance of an iron golem. ", + "", + "§c❤ Health§8: §c150.000", + "", + "§cDrops:", + "§7- §7Clownfish", + "§7- §7Lily Pad", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Angler VI)", + "§7- §aEnchanted Iron", + "§7- §5Fishing Exp Boost", + "", + "§cRequirements:", + "§7- Fishing Skill 18", + "", + "§5§lEPIC" ], "internalname": "DEEP_SEA_PROTECTOR_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Deep_Sea_Protector" ], "entityrender": "VillagerGolem", - "entityscale": 0.8 + "entityscale": 0.8, + "crafttext": "" }
\ No newline at end of file diff --git a/items/DUNGEON_WIZARD_CRYSTAL.json b/items/DUNGEON_WIZARD_CRYSTAL.json new file mode 100644 index 00000000..8cb2cd5d --- /dev/null +++ b/items/DUNGEON_WIZARD_CRYSTAL.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Wizard\u0027s Crystal", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b917f5e4-0a0a-3664-a013-477964022e77\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDAzMzQzYzJkZDdlZWRjODg3ZGM2YWYyYjcwYWVlMGNmYjE1MTE1MjRkZjM0ZWU0ZjE0MTRkOTU0YTllN2E3ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Wizard\u0027s Crystal\"},ExtraAttributes:{id:\"DUNGEON_WIZARD_CRYSTAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "DUNGEON_WIZARD_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wizard\u0027s_Crystal" + ] +}
\ No newline at end of file diff --git a/items/EGG_STACK.json b/items/EGG_STACK.json new file mode 100644 index 00000000..f7c81c86 --- /dev/null +++ b/items/EGG_STACK.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Egg Stack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"960be269-7662-32d8-baa5-39c4228027cb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNjcxMDQ5MzMwMSwKICAicHJvZmlsZUlkIiA6ICIwYTUzMDU0MTM4YWI0YjIyOTVhMGNlZmJiMGU4MmFkYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJQX0hpc2lybyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMGU5ZmNjMDE3YmNhMDI1ZmRmZTE1ZWU3YjgyNDdkZGM2NWVmMDVmZmM0NDA3MjdmODBlNjA4YmIxNmRmYzM0IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Easter cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Egg Stack\"},ExtraAttributes:{id:\"EGG_STACK\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Easter cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "EGG_STACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/EGG_THE_FISH.json b/items/EGG_THE_FISH.json new file mode 100644 index 00000000..bb5e11f2 --- /dev/null +++ b/items/EGG_THE_FISH.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:cooked_fish", + "displayname": "§f§f§cEgg the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This delicate, painted fish was\",1:\"§7found in the depths of the Main\",2:\"§7Lobby during the Easter season.\",3:\"\",4:\"§c§lSPECIAL\"],Name:\"§f§f§cEgg the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"EGG_THE_FISH\",uuid:\"904f1583-7482-4cfb-943a-86f1693fd8c1\",timestamp:\"4/2/21 1:38 AM\"},AttributeModifiers:[]}", + "damage": 1, + "lore": [ + "§7This delicate, painted fish was", + "§7found in the depths of the Main", + "§7Lobby during the Easter season.", + "", + "§c§lSPECIAL" + ], + "internalname": "EGG_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Egg_the_Fish" + ] +}
\ No newline at end of file diff --git a/items/ENDERMITE_MONSTER.json b/items/ENDERMITE_MONSTER.json index 37a50dee..68bff2ed 100644 --- a/items/ENDERMITE_MONSTER.json +++ b/items/ENDERMITE_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aEndermite (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Endermites are small creatures similar to Silverfish\",1:\"§7in the End. They will occasionally spawn by breaking\",2:\"§7Endstone with anything other than a Stonk or killing\",3:\"§7Watchers. \",4:\"\",5:\"§c❤ Health§8: §c2.000\",6:\"§7Coins per Kill: §610-11\",7:\"§7Combat XP: §325-28\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fEnd Stone §8x1-2\"],Name:\"§aEndermite (Monster)\"},ExtraAttributes:{id:\"ENDERMITE_MONSTER\"}}", - "damage": 67, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b3224e56-73d2-32f9-9081-a23b7512035b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjN2I5ZDM2ZmI5MmI2YmYyOTJiZTczZDMyYzZjNWIwZWNjMjViNDQzMjNhNTQxZmFlMWYxZTY3ZTM5M2EzZSJ9fX0\"}]}},display:{Lore:[0:\"§7Endermites are small creatures similar to Silverfish\",1:\"§7in the End. They will occasionally spawn by breaking\",2:\"§7Endstone with anything other than a Stonk or killing\",3:\"§7Watchers. \",4:\"\",5:\"§c❤ Health§8: §c2.000\",6:\"§7Coins per Kill: §610-11\",7:\"§7Combat XP: §325-28\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fEnd Stone §8x1-2\"],Name:\"§aEndermite (Monster)\"},ExtraAttributes:{id:\"ENDERMITE_MONSTER\"}}", + "damage": 3, "lore": [ "§7Endermites are small creatures similar to Silverfish", "§7in the End. They will occasionally spawn by breaking", @@ -24,7 +24,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Endermite" ], - "entityrender": "Endermite", - "entityscale": 2, "crafttext": "" }
\ No newline at end of file diff --git a/items/ENDSTONE_PROTECTOR_BOSS.json b/items/ENDSTONE_PROTECTOR_BOSS.json new file mode 100644 index 00000000..7a3b9329 --- /dev/null +++ b/items/ENDSTONE_PROTECTOR_BOSS.json @@ -0,0 +1,30 @@ +{ + "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\"}}", + "damage": 3, + "lore": [ + "§7Risen from the debris of", + "§7Endstone.", + "", + "§c❤ Health§8: §c5.000.000", + "§7Coins per Kill: §6100", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fEnchanted Endstone", + "§8 ■ §9Endstone Rose", + "§8 ■ §5Crystal Fragment", + "§8 ■ §7[Lvl 1] §5Golem", + "§8 ■ §6Tier Boost Core", + "§8 ■ §7[Lvl 1] §6Golem" + ], + "internalname": "ENDSTONE_PROTECTOR_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Endstone_Protector" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/FLOWER_BED.json b/items/FLOWER_BED.json new file mode 100644 index 00000000..d141bb1a --- /dev/null +++ b/items/FLOWER_BED.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Flower Bed", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c16f4f80-70f2-3d60-82be-89f7fee3d14e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWRjNGMxMmJmMjYxOWNiZmM4ZjIyZGM2MmMwMjJjZTE1MTI2Y2VhM2UyMTJjMjhkOWY5NmVhMzEwYWM0YzQyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Easter cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Flower Bed\"},ExtraAttributes:{id:\"FLOWER_BED\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Easter cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "FLOWER_BED", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/FROSTY_SC.json b/items/FROSTY_SC.json new file mode 100644 index 00000000..590bd835 --- /dev/null +++ b/items/FROSTY_SC.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:spawn_egg", + "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, + "lore": [ + "§c❤ Health§8: §c10", + "", + "§cDrops:", + "§7- §7Ice", + "§7- §7Lily Pad", + "§7- §7Pufferfish", + "§7- §7Raw Fish", + "§7- §7Raw Salmon", + "§7- §7White Gift", + "§7- §aHunk of Ice", + "§7- §9Ice Rod", + "", + "§cRequirements:", + "§7- Fishing Skill 4", + "§7- §bJerry Pond", + "", + "§a§lUNCOMMON" + ], + "internalname": "FROSTY_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Frosty_(mob)" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_BOOTS.json b/items/FROZEN_BLAZE_BOOTS.json index cb3856c2..5f650900 100644 --- a/items/FROZEN_BLAZE_BOOTS.json +++ b/items/FROZEN_BLAZE_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§5Frozen Blaze Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+95\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC BOOTS\"],color:10541807,Name:\"§5Frozen Blaze Boots\"},ExtraAttributes:{id:\"FROZEN_BLAZE_BOOTS\"}}", + "displayname": "§6Frozen Blaze Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+95\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY BOOTS\"],color:10541807,Name:\"§6Frozen Blaze Boots\"},ExtraAttributes:{id:\"FROZEN_BLAZE_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+40", @@ -24,7 +24,7 @@ "§7Permanent §cFire §7and §cLava §7immunity.", "", "§7§8This item can be reforged!", - "§5§lEPIC BOOTS" + "§6§lLEGENDARY BOOTS" ], "recipe": { "A1": "ENCHANTED_PACKED_ICE:8", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" diff --git a/items/FROZEN_BLAZE_CHESTPLATE.json b/items/FROZEN_BLAZE_CHESTPLATE.json index c67356a5..74542ca8 100644 --- a/items/FROZEN_BLAZE_CHESTPLATE.json +++ b/items/FROZEN_BLAZE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§5Frozen Blaze Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+180\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC CHESTPLATE\"],color:10541807,Name:\"§5Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", + "displayname": "§6Frozen Blaze Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+180\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:10541807,Name:\"§6Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+40", @@ -24,7 +24,7 @@ "§7Permanent §cFire §7and §cLava §7immunity.", "", "§7§8This item can be reforged!", - "§5§lEPIC CHESTPLATE" + "§6§lLEGENDARY CHESTPLATE" ], "recipe": { "A1": "ENCHANTED_PACKED_ICE:8", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" diff --git a/items/FROZEN_BLAZE_HELMET.json b/items/FROZEN_BLAZE_HELMET.json index a51a7594..51fae0aa 100644 --- a/items/FROZEN_BLAZE_HELMET.json +++ b/items/FROZEN_BLAZE_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Frozen Blaze Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+105\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC HELMET\"],Name:\"§5Frozen Blaze Helmet\"},ExtraAttributes:{id:\"FROZEN_BLAZE_HELMET\"}}", + "displayname": "§6Frozen Blaze Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+105\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY HELMET\"],Name:\"§6Frozen Blaze Helmet\"},ExtraAttributes:{id:\"FROZEN_BLAZE_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+40", @@ -24,7 +24,7 @@ "§7Permanent §cFire §7and §cLava §7immunity.", "", "§7§8This item can be reforged!", - "§5§lEPIC HELMET" + "§6§lLEGENDARY HELMET" ], "recipe": { "A1": "ENCHANTED_PACKED_ICE:8", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_HELMET", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" diff --git a/items/FROZEN_BLAZE_LEGGINGS.json b/items/FROZEN_BLAZE_LEGGINGS.json index e13523b9..9c8f854b 100644 --- a/items/FROZEN_BLAZE_LEGGINGS.json +++ b/items/FROZEN_BLAZE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", - "displayname": "§5Frozen Blaze Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+140\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c700 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC LEGGINGS\"],color:10541807,Name:\"§5Frozen Blaze Leggings\"},ExtraAttributes:{id:\"FROZEN_BLAZE_LEGGINGS\"}}", + "displayname": "§6Frozen Blaze Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+140\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c700 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY LEGGINGS\"],color:10541807,Name:\"§6Frozen Blaze Leggings\"},ExtraAttributes:{id:\"FROZEN_BLAZE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+40", @@ -24,7 +24,7 @@ "§7Permanent §cFire §7and §cLava §7immunity.", "", "§7§8This item can be reforged!", - "§5§lEPIC LEGGINGS" + "§6§lLEGENDARY LEGGINGS" ], "recipe": { "A1": "ENCHANTED_PACKED_ICE:8", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" diff --git a/items/FROZEN_STEVE_SC.json b/items/FROZEN_STEVE_SC.json index c0acf1fa..a254e7b3 100644 --- a/items/FROZEN_STEVE_SC.json +++ b/items/FROZEN_STEVE_SC.json @@ -1,18 +1,37 @@ { "itemid": "minecraft:spawn_egg", "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. \"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}", + "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, "lore": [ "§7The Frozen Steve is a Common Sea Creature that", "§7can only be fished up from the Jerry Pond and", - "§7requires Fishing IV. " + "§7requires Fishing IV. ", + "", + "§c❤ Health§8: §c700", + "", + "§cDrops:", + "§7- §7Ice", + "§7- §7Lily Pad", + "§7- §7Pufferfish", + "§7- §7Raw Fish", + "§7- §7Raw Salmon", + "§7- §7White Gift", + "§7- §aHunk of Ice", + "§7- §9Ice Rod", + "", + "§cRequirements:", + "§7- Fishing Skill 1", + "§7- §bJerry Pond", + "", + "§f§lCOMMON" ], "internalname": "FROZEN_STEVE_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Steve" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/GHAST_MONSTER.json b/items/GHAST_MONSTER.json index 99ce5ede..95afbffd 100644 --- a/items/GHAST_MONSTER.json +++ b/items/GHAST_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aGhast (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Ghasts are mobs found in the northern end of\",1:\"§7the Blazing Fortress at nighttime (8:30 PM - 5:00\",2:\"§7AM skyblock time) in the sky within the zone where\",3:\"§7level 9 Magma Cubes spawn, or the Magma Cube Boss.\",4:\"§7It can also be spawned from Ghast Minions.\",5:\"\",6:\"§c❤ Health§8: §c330\",7:\"§7Coins per Kill: §630\",8:\"§7Combat XP: §350\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGhast Tear\"],Name:\"§aGhast (Monster)\"},ExtraAttributes:{id:\"GHAST_MONSTER\"}}", - "damage": 56, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"69725d7d-1933-3dea-87bd-a3052482ab2c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGU4YTM4ZTlhZmJkM2RhMTBkMTliNTc3YzU1YzdiZmQ2YjRmMmU0MDdlNDRkNDAxN2IyM2JlOTE2N2FiZmYwMiJ9fX0\"}]}},display:{Lore:[0:\"§7Ghasts are mobs found in the northern end of\",1:\"§7the Blazing Fortress at nighttime (8:30 PM - 5:00\",2:\"§7AM skyblock time) in the sky within the zone where\",3:\"§7level 9 Magma Cubes spawn, or the Magma Cube Boss.\",4:\"§7It can also be spawned from Ghast Minions.\",5:\"\",6:\"§c❤ Health§8: §c330\",7:\"§7Coins per Kill: §630\",8:\"§7Combat XP: §350\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGhast Tear\"],Name:\"§aGhast (Monster)\"},ExtraAttributes:{id:\"GHAST_MONSTER\"}}", + "damage": 3, "lore": [ "§7Ghasts are mobs found in the northern end of", "§7the Blazing Fortress at nighttime (8:30 PM - 5:00", @@ -25,7 +25,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghast" ], - "entityrender": "Ghast", - "entityscale": 0.3, "crafttext": "" }
\ No newline at end of file diff --git a/items/GRAVEL_SKELETON_MONSTER.json b/items/GRAVEL_SKELETON_MONSTER.json new file mode 100644 index 00000000..4ed3a6bd --- /dev/null +++ b/items/GRAVEL_SKELETON_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aGravel Skeleton (Monster)", + "nbttag": "{HideFlags:\"254display:{Lore:[0:\\\"§7These Skeletons just never say\\\",1:\\\"§7die.\\\",2:\\\"\\\",3:\\\"§c❤ Health§8: §c100\\\",4:\\\"§7Coins per Kill: §62-12\\\",5:\\\"\\\",6:\\\"§6§lPossible Drops:\\\",7:\\\"§fCommon Loot\\\",8:\\\"§8 ■ §fBone §8x3-6\\\"],Name:\\\"§aGravel Skeleton (Monster)\\\"}\",display:{Lore:[0:\"§7These Skeletons just never say\",1:\"§7die.\",2:\"\",3:\"§c❤ Health§8: §c100\",4:\"§7Coins per Kill: §62-12\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fBone §8x3-6\"],Name:\"§aGravel Skeleton (Monster)\"},ExtraAttributes:{id:\"GRAVEL_SKELETON_MONSTER\"}}", + "damage": 0, + "lore": [ + "§7These Skeletons just never say", + "§7die.", + "", + "§c❤ Health§8: §c100", + "§7Coins per Kill: §62-12", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fBone §8x3-6" + ], + "internalname": "GRAVEL_SKELETON_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/GREEN_EGG.json b/items/GREEN_EGG.json new file mode 100644 index 00000000..9f6e11ba --- /dev/null +++ b/items/GREEN_EGG.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Green Egged Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5872ee95-4d82-3d5a-9636-f3bb25a2cdf5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNzQwODA1MDc5NCwKICAicHJvZmlsZUlkIiA6ICIxYWZhZjc2NWI1ZGY0NjA3YmY3ZjY1ZGYzYWIwODhhOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJMb3lfQmxvb2RBbmdlbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84Yjg4ZTg0ZGQyM2U5NTE1M2M5YTdjMjFhZTliYTMzZmJlZjg1Y2I3NzA0Zjk3NjE2Y2QxMjI2ODE2NGM2MDhlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"§7\",7:\"§7§7This skin can be applied to\",8:\"§7§aBackpacks\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Green Egged Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"GREEN_EGG\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§aBackpacks", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "GREEN_EGG", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/GRIM_REAPER_SC.json b/items/GRIM_REAPER_SC.json index f7346ec1..9d41c699 100644 --- a/items/GRIM_REAPER_SC.json +++ b/items/GRIM_REAPER_SC.json @@ -1,19 +1,37 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Grim Reaper (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Grim Reaper is a legendary sea creature added in the Spooky\",1:\"Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 26\"],Name:\"§3Grim Reaper (Sea Creature)\"},ExtraAttributes:{id:\"GRIM_REAPER_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Grim Reaper is a legendary sea creature added in the Spooky",
- "§7Festival v2 update. It can only be caught from 1 hour before",
- "§7until 1 hour after the Spooky Festival by those above Fishing 26"
- ],
- "internalname": "GRIM_REAPER_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Grim_Reaper"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Grim Reaper (Sea Creature)", + "nbttag": "{display:{Lore:[0:\"§7The Grim Reaper is a legendary 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 26\",3:\"\",4:\"§c❤ Health§8: §c3.000.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Sponge\",9:\"§7- §aGreen Candy\",10:\"§7- §5Deep Sea Orb\",11:\"§7- §5Purple Candy\",12:\"§7- §5Soul Fragment\",13:\"§7- §6Vampire Fang\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 26\",17:\"§7- §5Spooky Festival\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§3Grim Reaper (Sea Creature)\"},ExtraAttributes:{id:\"GRIM_REAPER_SC\"}}", + "damage": 54, + "lore": [ + "§7The Grim Reaper is a legendary sea creature added in the Spooky", + "§7Festival v2 update. It can only be caught from 1 hour before", + "§7until 1 hour after the Spooky Festival by those above Fishing 26", + "", + "§c❤ Health§8: §c3.000.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Sponge", + "§7- §aGreen Candy", + "§7- §5Deep Sea Orb", + "§7- §5Purple Candy", + "§7- §5Soul Fragment", + "§7- §6Vampire Fang", + "", + "§cRequirements:", + "§7- Fishing Skill 26", + "§7- §5Spooky Festival", + "", + "§6§lLEGENDARY" + ], + "internalname": "GRIM_REAPER_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grim_Reaper" + ], + "entityrender": "Zombie", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/GRINCH_SC.json b/items/GRINCH_SC.json new file mode 100644 index 00000000..68d22fe3 --- /dev/null +++ b/items/GRINCH_SC.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Grinch (Sea Creature)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. \",1:\"§7It is very fast, and tries to throw itself in to the Void. \",2:\"§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.\",3:\"\",4:\"§c❤ Health§8: §c10\",5:\"\",6:\"§cDrops:\",7:\"§7- §7White Gift\",8:\"§7- §aGreen Gift\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 21\",12:\"§7- §bJerry Pond\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§3Grinch (Sea Creature)\"},ExtraAttributes:{id:\"GRINCH_SC\"}}", + "damage": 56, + "lore": [ + "§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. ", + "§7It is very fast, and tries to throw itself in to the Void. ", + "§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.", + "", + "§c❤ Health§8: §c10", + "", + "§cDrops:", + "§7- §7White Gift", + "§7- §aGreen Gift", + "", + "§cRequirements:", + "§7- Fishing Skill 21", + "§7- §bJerry Pond", + "", + "§a§lUNCOMMON" + ], + "internalname": "GRINCH_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grinch" + ], + "entityrender": "Zombie", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/GUARDIAN_DEFENDER_SC.json b/items/GUARDIAN_DEFENDER_SC.json index a183bad0..e5b49969 100644 --- a/items/GUARDIAN_DEFENDER_SC.json +++ b/items/GUARDIAN_DEFENDER_SC.json @@ -1,18 +1,36 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Guardian Defender (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Guardian Defender is a Sea Creature that\",1:\"§7requires fishing level XVII (17).\"],Name:\"§3Guardian Defender (Sea Creature)\"},ExtraAttributes:{id:\"GUARDIAN_DEFENDER_SC\"}}", + "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, "lore": [ "§7The Guardian Defender is a Sea Creature that", - "§7requires fishing level XVII (17)." + "§7requires fishing level XVII.", + "", + "§c❤ Health§8: §c70.000", + "", + "§cDrops:", + "§7- §7Dark Bait", + "§7- §7Lily Pad", + "§7- §7Raw Fish", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Lure VI)", + "§7- §aEnchanted Prismarine Crystals", + "§7- §aEnchanted Prismarine Shard", + "", + "§cRequirements:", + "§7- Fishing Skill 17", + "", + "§5§lEPIC" ], "internalname": "GUARDIAN_DEFENDER_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Guardian_Defender" ], - "entityrender": "Guardian" + "entityrender": "Guardian", + "crafttext": "" }
\ No newline at end of file diff --git a/items/HAPPY_MASK.json b/items/HAPPY_MASK.json new file mode 100644 index 00000000..6114fc57 --- /dev/null +++ b/items/HAPPY_MASK.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aHappy Mask", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ebe7fc8c-125a-3c6e-8280-658c581626d6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQwYjE2YzEyM2UyMWE3ZDE5ZTZjYTI5NDBlNWY1YzNkYjlmNjM4ZDYzMTc4NWZlOWRmNTU0ZWQ2NzQ0MWM0ZiJ9fX0K\"}]}},display:{Lore:[0:\"§7Wear this mask to show your\",1:\"§7support for Dante.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§a§lUNCOMMON HELMET\"],Name:\"§f§f§aHappy Mask\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"HAPPY_MASK\",uuid:\"2298c6ca-94dd-4fa3-b46d-6ad3082dce5e\",timestamp:\"4/4/21 4:40 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Wear this mask to show your", + "§7support for Dante.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HELMET" + ], + "internalname": "HAPPY_MASK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Happy_Mask" + ] +}
\ No newline at end of file diff --git a/items/HAY_BALE.json b/items/HAY_BALE.json new file mode 100644 index 00000000..128f40e1 --- /dev/null +++ b/items/HAY_BALE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Hay Bale", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a043ac0f-91b5-3bf0-b626-2ebd68a0e110\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGUzY2E1YjM5MGQxZTVmMjk3MjgzMjU3Y2U5MGFjNmY4NzgzZDc4NmVjYWVlMDk1YjQ5Y2M2Yjk0NGQ3MmQifX19\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Easter cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Hay Bale\"},ExtraAttributes:{id:\"HAY_BALE\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Easter cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§9§lRARE" + ], + "internalname": "HAY_BALE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/HYPERION.json b/items/HYPERION.json index a3542fc9..38995b10 100644 --- a/items/HYPERION.json +++ b/items/HYPERION.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Hyperion", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d640\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+150\",3:\"\",4:\"§7Intelligence: §a+400\",5:\"§7Ferocity: §a+30\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+2 §b✎ Intelligence\",10:\"§b§7per §cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Hyperion\"},ExtraAttributes:{id:\"HYPERION\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d615\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+150\",3:\"\",4:\"§7Intelligence: §a+350\",5:\"§7Ferocity: §a+30\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+2 §b✎ Intelligence\",10:\"§b§7per §cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Hyperion\"},ExtraAttributes:{id:\"HYPERION\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d640", + "§7Gear Score: §d615", "§7Damage: §c+260", "§7Strength: §c+150", "", - "§7Intelligence: §a+400", + "§7Intelligence: §a+350", "§7Ferocity: §a+30", "", "§7Deals +§c50% §7damage to", @@ -45,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hyperion" ] -} +}
\ No newline at end of file diff --git a/items/LAST_BREATH.json b/items/LAST_BREATH.json index c5a1db88..b5bdf630 100644 --- a/items/LAST_BREATH.json +++ b/items/LAST_BREATH.json @@ -1,16 +1,18 @@ { "itemid": "minecraft:bow", "displayname": "§6Last Breath", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d400 \",1:\"§7Damage: §c+180 \",2:\"§7Strength: §c+180 \",3:\"\",4:\"§7Reduces the defense of your\",5:\"§7target by §a50 §7on hit. Stacks\",6:\"§7up to §a2 §7times.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aCatacombs Floor V\",10:\"§aCompletion\",11:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6Last Breath\"},ExtraAttributes:{dungeon_item_level:0,id:\"LAST_BREATH\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460 \",1:\"§7Damage: §c+200 \",2:\"§7Strength: §c+180 \",3:\"§7Crit Damage: §c+50% \",4:\"\",5:\"§7Reduces the defense of your\",6:\"§7target by §a10% §7of their max\",7:\"§7§a❈ Defense §7on hit, stacking\",8:\"§7up to §a5 §7times.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor V\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6Last Breath\"},ExtraAttributes:{dungeon_item_level:0,id:\"LAST_BREATH\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d400 ", - "§7Damage: §c+180 ", + "§7Gear Score: §d460 ", + "§7Damage: §c+200 ", "§7Strength: §c+180 ", + "§7Crit Damage: §c+50% ", "", "§7Reduces the defense of your", - "§7target by §a50 §7on hit. Stacks", - "§7up to §a2 §7times.", + "§7target by §a10% §7of their max", + "§7§a❈ Defense §7on hit, stacking", + "§7up to §a5 §7times.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor V", @@ -20,7 +22,7 @@ "internalname": "LAST_BREATH", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Last_Breath" diff --git a/items/LIFE_STEAL;1.json b/items/LIFE_STEAL;1.json index 474a1d86..f101e40d 100644 --- a/items/LIFE_STEAL;1.json +++ b/items/LIFE_STEAL;1.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal I\",1:\"§7Heals for §a0.1%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{life_steal:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal I\",1:\"§7Heals for §a0.5% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;1\",enchantments:{life_steal:1}}}", "damage": 0, "lore": [ "§9Life Steal I", - "§7Heals for §a0.1%§7 of the damage", - "§7you deal to mobs.", + "§7Heals for §a0.5% §7of your max", + "§7health each time you hit a mob.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -14,7 +14,8 @@ "§f§lCOMMON" ], "internalname": "LIFE_STEAL;1", - "parent": "LIFE_STEAL;2", "clickcommand": "", - "modver": "1.6-REL" + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" }
\ No newline at end of file diff --git a/items/LIFE_STEAL;2.json b/items/LIFE_STEAL;2.json index 2c3446ff..8e45d062 100644 --- a/items/LIFE_STEAL;2.json +++ b/items/LIFE_STEAL;2.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal II\",1:\"§7Heals for §a0.2%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{life_steal:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal II\",1:\"§7Heals for §a1% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;2\",enchantments:{life_steal:2}}}", "damage": 0, "lore": [ "§9Life Steal II", - "§7Heals for §a0.2%§7 of the damage", - "§7you deal to mobs.", + "§7Heals for §a1% §7of your max", + "§7health each time you hit a mob.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -26,5 +26,7 @@ }, "internalname": "LIFE_STEAL;2", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" }
\ No newline at end of file diff --git a/items/LIFE_STEAL;3.json b/items/LIFE_STEAL;3.json index ec1c6336..c471e263 100644 --- a/items/LIFE_STEAL;3.json +++ b/items/LIFE_STEAL;3.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal III\",1:\"§7Heals for §a0.3%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"LIFE_STEAL;3\",enchantments:{life_steal:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal III\",1:\"§7Heals for §a1.5% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;3\",enchantments:{life_steal:3}}}", "damage": 0, "lore": [ "§9Life Steal III", - "§7Heals for §a0.3%§7 of the damage", - "§7you deal to mobs.", + "§7Heals for §a1.5% §7of your max", + "§7health each time you hit a mob.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -17,6 +17,6 @@ "parent": "LIFE_STEAL;2", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", + "modver": "2.0.0-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LIFE_STEAL;4.json b/items/LIFE_STEAL;4.json index 02ae4d1e..a2836c82 100644 --- a/items/LIFE_STEAL;4.json +++ b/items/LIFE_STEAL;4.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal IV\",1:\"§7Heals for §a0.4%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{life_steal:4}}}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal IV\",1:\"§7Heals for §a2% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a Bought from the Fear Mongerer for 1.5m\",8:\"§a+ 32 Purple Candy\",9:\"\",10:\"§fUNCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;4\",enchantments:{life_steal:4}}}", "damage": 0, "lore": [ "§9Life Steal IV", - "§7Heals for §a0.4%§7 of the damage", - "§7you deal to mobs.", + "§7Heals for §a2% §7of your max", + "§7health each time you hit a mob.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -14,9 +14,12 @@ "§a Bought from the Fear Mongerer for 1.5m", "§a+ 32 Purple Candy", "", - "§9§lRARE" + "§fUNCOMMON" ], "internalname": "LIFE_STEAL;4", "parent": "LIFE_STEAL;2", - "modver": "1.0.0" -} + "modver": "2.0.0-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LIFE_STEAL;5.json b/items/LIFE_STEAL;5.json index e4e281c6..d97bb53b 100644 --- a/items/LIFE_STEAL;5.json +++ b/items/LIFE_STEAL;5.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Life Steal V\",1:\"§7Heals for §a0.5%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;5\",enchantments:{life_steal:5}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Life Steal V\",1:\"§7Heals for §a2.5% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;5\",enchantments:{life_steal:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Life Steal V", - "§7Heals for §a0.5%§7 of the damage", - "§7you deal to mobs.", + "§7Heals for §a2.5% §7of your max", + "§7health each time you hit a mob.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -16,6 +16,6 @@ "internalname": "LIFE_STEAL;5", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LION;0.json b/items/LION;0.json index 58c914bb..a8a31af8 100644 --- a/items/LION;0.json +++ b/items/LION;0.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fLion", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Primal Force\",6:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",7:\"§7weapons\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fLion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",id:\"LION;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Primal Force\",7:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",8:\"§7weapons\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fLion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",id:\"LION;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", "", - "§7Strength: §a{STRENGTH}", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", + "§7Strength: §a{STRENGTH}", "", "§6Primal Force", "§7§7Adds §a§c+{0}❁ Damage §7to your", @@ -20,7 +21,7 @@ ], "internalname": "LION;0", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lion_Pet" diff --git a/items/LION;1.json b/items/LION;1.json index 34cf60d0..96560050 100644 --- a/items/LION;1.json +++ b/items/LION;1.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aLion", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Primal Force\",6:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",7:\"§7weapons\",8:\"\",9:\"§7§eRight-click to add this pet to\",10:\"§eyour pet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aLion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false}\",id:\"LION;1\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Primal Force\",7:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",8:\"§7weapons\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aLion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false}\",id:\"LION;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", "", - "§7Strength: §a{STRENGTH}", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", + "§7Strength: §a{STRENGTH}", "", "§6Primal Force", "§7§7Adds §a§c+{0}❁ Damage §7to your", @@ -20,7 +21,7 @@ ], "internalname": "LION;1", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lion_Pet" diff --git a/items/LION;2.json b/items/LION;2.json index 4adce532..63411b4b 100644 --- a/items/LION;2.json +++ b/items/LION;2.json @@ -1,22 +1,23 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Lion", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Primal Force\",6:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",7:\"§7weapons\",8:\"\",9:\"§6First Pounce\",10:\"§7§7Increases damage dealt by\",11:\"§7§a{1}% §7on your first hit on a\",12:\"§7mob\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl 1➡100] §9Lion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",id:\"LION;2\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Primal Force\",7:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",8:\"§7weapons\",9:\"\",10:\"§6First Pounce\",11:\"§7First Strike,\",12:\"§7Triple-Strike, and §d§lCombo\",13:\"§7are §a{1}% §7more effective.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Lion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",id:\"LION;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", "", - "§7Strength: §a{STRENGTH}", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", + "§7Strength: §a{STRENGTH}", "", "§6Primal Force", "§7§7Adds §a§c+{0}❁ Damage §7to your", "§7weapons", "", "§6First Pounce", - "§7§7Increases damage dealt by", - "§7§a{1}% §7on your first hit on a", - "§7mob", + "§7First Strike,", + "§7Triple-Strike, and §d§lCombo", + "§7are §a{1}% §7more effective.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -25,10 +26,10 @@ ], "internalname": "LION;2", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lion_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/LION;3.json b/items/LION;3.json index 4258cc21..eb4dc416 100644 --- a/items/LION;3.json +++ b/items/LION;3.json @@ -1,22 +1,23 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl 1➡100] §5Lion", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Primal Force\",6:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",7:\"§7weapons\",8:\"\",9:\"§6First Pounce\",10:\"§7§7Increases damage dealt by\",11:\"§7§a{1}% §7on your first hit on a\",12:\"§7mob\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1➡100] §5Lion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"LION;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Primal Force\",7:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",8:\"§7weapons\",9:\"\",10:\"§6First Pounce\",11:\"§7First Strike,\",12:\"§7Triple-Strike, and §d§lCombo\",13:\"§7are §a{1}% §7more effective.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1➡100] §5Lion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"LION;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", "", - "§7Strength: §a{STRENGTH}", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", + "§7Strength: §a{STRENGTH}", "", "§6Primal Force", "§7§7Adds §a§c+{0}❁ Damage §7to your", "§7weapons", "", "§6First Pounce", - "§7§7Increases damage dealt by", - "§7§a{1}% §7on your first hit on a", - "§7mob", + "§7First Strike,", + "§7Triple-Strike, and §d§lCombo", + "§7are §a{1}% §7more effective.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -25,7 +26,7 @@ ], "internalname": "LION;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lion_Pet" diff --git a/items/LION;4.json b/items/LION;4.json index 70960869..00f72fb4 100644 --- a/items/LION;4.json +++ b/items/LION;4.json @@ -1,26 +1,28 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Lion", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Primal Force\",6:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",7:\"§7weapons\",8:\"\",9:\"§6First Pounce\",10:\"§7§7Increases damage dealt by\",11:\"§7§a{1}% §7on your first hit on a\",12:\"§7mob\",13:\"\",14:\"§6King of the Jungle\",15:\"§7§7Deal §c+{2}% §c❁ Damage\",16:\"§c§7against mobs below level §a80\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Lion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"LION;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e3ed445-3545-3c76-993b-8f292ea576c6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhmZjQ3M2JkNTJiNGRiMmMwNmYxYWM4N2ZlMTM2N2JjZTc1NzRmYWMzMzBmZmFjNzk1NjIyOWY4MmVmYmExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Primal Force\",7:\"§7§7Adds §a§c+{0}❁ Damage §7to your\",8:\"§7weapons\",9:\"\",10:\"§6First Pounce\",11:\"§7First Strike,\",12:\"§7Triple-Strike, and §d§lCombo\",13:\"§7are §a{1}% §7more effective.\",14:\"\",15:\"§6King of the Jungle\",16:\"§7§7Deal §c+{2}% §c❁ Damage\",17:\"§7against mobs that have\",18:\"§7attacked you.\",19:\"\",20:\"§7§eRight-click to add this pet to\",21:\"§eyour pet menu!\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Lion\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"LION\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"LION;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", "", - "§7Strength: §a{STRENGTH}", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", + "§7Strength: §a{STRENGTH}", "", "§6Primal Force", "§7§7Adds §a§c+{0}❁ Damage §7to your", "§7weapons", "", "§6First Pounce", - "§7§7Increases damage dealt by", - "§7§a{1}% §7on your first hit on a", - "§7mob", + "§7First Strike,", + "§7Triple-Strike, and §d§lCombo", + "§7are §a{1}% §7more effective.", "", "§6King of the Jungle", "§7§7Deal §c+{2}% §c❁ Damage", - "§c§7against mobs below level §a80", + "§7against mobs that have", + "§7attacked you.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -29,10 +31,10 @@ ], "internalname": "LION;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lion_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/MANA.json b/items/MANA.json index e469e44d..c26f317e 100644 --- a/items/MANA.json +++ b/items/MANA.json @@ -4,15 +4,16 @@ "displayname": "§fMana Potion", "clickcommand": "viewpotion", "damage": 6, - "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:16b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Mana\",2:\"§7Grants an instant §b✎ Mana\",3:\"§b§7boost, allowing you to exceed\",4:\"§7the Mana cap.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fMana Potion\"},ExtraAttributes:{id:\"MANA\"}}", - "modver": "1.0.0", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:16b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Mana\",2:\"§7Grants additional §b✎ Mana\",3:\"§7regeneration over time.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fMana Potion\"},ExtraAttributes:{id:\"MANA\"}}", + "modver": "2.0.0-REL", "lore": [ "", "§9Mana", - "§7Grants an instant §b✎ Mana", - "§b§7boost, allowing you to exceed", - "§7the Mana cap.", + "§7Grants additional §b✎ Mana", + "§7regeneration over time.", "", "§f§lCOMMON" - ] + ], + "crafttext": "", + "infoType": "" }
\ 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 596f0049..ec5ee851 100644 --- a/items/MONSTER_OF_THE_DEEP_SC.json +++ b/items/MONSTER_OF_THE_DEEP_SC.json @@ -1,21 +1,39 @@ { "itemid": "minecraft:spawn_egg", "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.\"],Name:\"§3Monster of the Deep (Sea Creature)\"},ExtraAttributes:{id:\"MONSTER_OF_THE_DEEP_SC\"}}", + "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, "lore": [ "§7The Monster of the Deep is a Uncommon Sea", "§7Creature that can only be fished with a fishing", - "§7skill level of 11 or higher." + "§7skill level of 11 or higher.", + "", + "§c❤ Health§8: §c20.000", + "", + "§cDrops:", + "§7- §7Dark Bait", + "§7- §7Enchanted Rotten Flesh", + "§7- §7Lily Pad", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Magnet VI)", + "§7- §aEnchanted Feather", + "", + "§cRequirements:", + "§7- Fishing Skill 11", + "", + "§a§lUNCOMMON" ], "internalname": "MONSTER_OF_THE_DEEP_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Monster_of_the_Deep" ], "entityrender": [ - "Chicken", "Zombie" - ] + "Chicken", + "Zombie" + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/MOSQUITO_BOW.json b/items/MOSQUITO_BOW.json index de59661b..db79f7d4 100644 --- a/items/MOSQUITO_BOW.json +++ b/items/MOSQUITO_BOW.json @@ -4,12 +4,12 @@ "displayname": "§6Mosquito Bow", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+251\",1:\"§7Strength: §c+101\",2:\"§7Crit Damage: §c+9%\",3:\"\",4:\"§6Item Ability: Nasty Bite\",5:\"§8Fully charged shots while sneaking\",6:\"§7Costs §b11% §7of max mana.\",7:\"§7Deal §c+19% §7damage.\",8:\"§7Heal for §a2x §7the mana cost.\",9:\"\",10:\"§6§lLEGENDARY BOW\"],Name:\"§6Mosquito Bow\"},ExtraAttributes:{id:\"MOSQUITO_BOW\"}}", - "modver": "1.0.0", + "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+251\",1:\"§7Strength: §c+151\",2:\"§7Crit Damage: §c+39%\",3:\"\",4:\"§6Item Ability: Nasty Bite\",5:\"§8Fully charged shots while sneaking\",6:\"§7Costs §b11% §7of max mana.\",7:\"§7Deal §c+19% §7damage.\",8:\"§7Heal for §a2x §7the mana cost.\",9:\"\",10:\"§7§4☠ §cRequires §5Spider Slayer 7\",11:\"§6§lLEGENDARY BOW\"],Name:\"§6Mosquito Bow\"},ExtraAttributes:{id:\"MOSQUITO_BOW\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+251", - "§7Strength: §c+101", - "§7Crit Damage: §c+9%", + "§7Strength: §c+151", + "§7Crit Damage: §c+39%", "", "§6Item Ability: Nasty Bite", "§8Fully charged shots while sneaking", @@ -37,4 +37,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Mosquito_Bow" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/NIGHTMARE_SC.json b/items/NIGHTMARE_SC.json index e53b6ad0..34758fda 100644 --- a/items/NIGHTMARE_SC.json +++ b/items/NIGHTMARE_SC.json @@ -1,19 +1,35 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Nightmare (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Nightmare is a rare sea creature added in the Spooky\",1:\"Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 14\"],Name:\"§3Nightmare (Sea Creature)\"},ExtraAttributes:{id:\"NIGHTMARE_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Nightmare is a rare sea creature added in the Spooky",
- "§7Festival v2 update. It can only be caught from 1 hour before",
- "§7until 1 hour after the Spooky Festival by those above Fishing 14"
- ],
- "internalname": "NIGHTMARE_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Nightmare"
- ],
- "entityrender": "Horse"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Nightmare (Sea Creature)", + "nbttag": "{display:{Lore:[0:\"§7The Nightmare is a rare 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 14\",3:\"\",4:\"§c❤ Health§8: §c35.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Enchanted Rotten Flesh\",8:\"§7- §7Lily Pad\",9:\"§7- §aGreen Candy\",10:\"§7- §aLucky Hoof\",11:\"§7- §5Purple Candy\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 14\",15:\"§7- §5Spooky Festival\",16:\"\",17:\"§9§lRARE\"],Name:\"§3Nightmare (Sea Creature)\"},ExtraAttributes:{id:\"NIGHTMARE_SC\"}}", + "damage": 54, + "lore": [ + "§7The Nightmare is a rare sea creature added in the Spooky", + "§7Festival v2 update. It can only be caught from 1 hour before", + "§7until 1 hour after the Spooky Festival by those above Fishing 14", + "", + "§c❤ Health§8: §c35.000", + "", + "§cDrops:", + "§7- §7Enchanted Rotten Flesh", + "§7- §7Lily Pad", + "§7- §aGreen Candy", + "§7- §aLucky Hoof", + "§7- §5Purple Candy", + "", + "§cRequirements:", + "§7- Fishing Skill 14", + "§7- §5Spooky Festival", + "", + "§9§lRARE" + ], + "internalname": "NIGHTMARE_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nightmare" + ], + "entityrender": "Zombiehorse", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/NIGHT_SQUID_SC.json b/items/NIGHT_SQUID_SC.json index 54e7a3f7..fcbbe786 100644 --- a/items/NIGHT_SQUID_SC.json +++ b/items/NIGHT_SQUID_SC.json @@ -1,20 +1,37 @@ { "itemid": "minecraft:spawn_egg", "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.\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", + "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, "lore": [ "§7Night Squid is a rarer variant of the Squid found only", "§7at night while using Dark Bait. The Night Squid emits", "§7particles and drops Squid Boots only obtainable", - "§7from the Night Squid." + "§7from the Night Squid.", + "", + "§c❤ Health§8: §c4.000", + "", + "§cDrops:", + "§7- §7Ink Sack", + "§7- §7Lily Pad", + "§7- §aFishing Exp Boost", + "§7- §aSquid Boots", + "§7- §9Fishing Exp Boost", + "", + "§cRequirements:", + "§7- Fishing Skill 3", + "§7- Nighttime", + "§7- Darkbait", + "", + "§f§lCOMMON" ], "internalname": "NIGHT_SQUID_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Night_Squid" ], - "entityrender": "Squid" + "entityrender": "Squid", + "crafttext": "" }
\ No newline at end of file diff --git a/items/OBSIDIAN_DEFENDER_MONSTER.json b/items/OBSIDIAN_DEFENDER_MONSTER.json index 89f766ec..943cdaa5 100644 --- a/items/OBSIDIAN_DEFENDER_MONSTER.json +++ b/items/OBSIDIAN_DEFENDER_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Obsidian Defender (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Obsidian Defenders are types of Wither Skeletons\",1:\"§7found exclusively in the Dragon\u0027s Nest. Obsidian\",2:\"§7Defenders are hostile, inflict the Wither potion\",3:\"§7effect, and are extremely fast. They are also\",4:\"§7completely immune to all knockback. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"§7Coins per Kill: §615\",8:\"§7Combat XP: §340\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fObsidian §8x2-3\",13:\"\",14:\"§9Rare Loot \",15:\"§8 ■ §aEnchanted Obsidian §8(§a1%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §5Obsidian Chestplate §8(§a0.1%§8)\",19:\"\",20:\"§dRNGesus Loot\",21:\"§8 ■ §9Combat Exp Boost §8(§a0.01%§8)\",22:\"§8 ■ §5Combat Exp Boost §8(§a0.0033%§8)\"],Name:\"§9Obsidian Defender (Monster)\"},ExtraAttributes:{id:\"OBSIDIAN_DEFENDER_MONSTER\"}}", - "damage": 67, + "nbttag": "{overrideMeta:1b,display:{Lore:[0:\"§7Obsidian Defenders are types of Wither Skeletons\",1:\"§7found exclusively in the Dragon\u0027s Nest. Obsidian\",2:\"§7Defenders are hostile, inflict the Wither potion\",3:\"§7effect, and are extremely fast. They are also\",4:\"§7completely immune to all knockback. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"§7Coins per Kill: §615\",8:\"§7Combat XP: §340\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fObsidian §8x2-3\",13:\"\",14:\"§9Rare Loot \",15:\"§8 ■ §aEnchanted Obsidian §8(§a1%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §5Obsidian Chestplate §8(§a0.1%§8)\",19:\"\",20:\"§dRNGesus Loot\",21:\"§8 ■ §9Combat Exp Boost §8(§a0.01%§8)\",22:\"§8 ■ §5Combat Exp Boost §8(§a0.0033%§8)\"],Name:\"§9Obsidian Defender (Monster)\"},ExtraAttributes:{id:\"OBSIDIAN_DEFENDER_MONSTER\"}}", + "damage": 1, "lore": [ "§7Obsidian Defenders are types of Wither Skeletons", "§7found exclusively in the Dragon\u0027s Nest. Obsidian", @@ -35,6 +35,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Obsidian_Defender" ], - "entityrender": "Skeleton", "crafttext": "" }
\ No newline at end of file diff --git a/items/PET_SKIN_CHICKEN_BABY_CHICK.json b/items/PET_SKIN_CHICKEN_BABY_CHICK.json new file mode 100644 index 00000000..11298f6c --- /dev/null +++ b/items/PET_SKIN_CHICKEN_BABY_CHICK.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Chick Chicken Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"83abf023-37cc-3058-a9ff-c8d46cb57a2b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWJkZTU1ZWQ1NGNiNWM4NzY2MWI4NmMzNDkxODZhOWQ1YmFmZmIzY2I5MzRiNDQ5YTJkMzI5ZTM5OWQzNGJmIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Chicken pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Chick Chicken Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_CHICKEN_BABY_CHICK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Chicken pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_CHICKEN_BABY_CHICK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PHANTOM_FISHER_SC.json b/items/PHANTOM_FISHER_SC.json index 0dba241e..5938040b 100644 --- a/items/PHANTOM_FISHER_SC.json +++ b/items/PHANTOM_FISHER_SC.json @@ -1,19 +1,35 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Phantom Fisher (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Phantom Fisher is a legendary sea creature added in the Spooky\",1:\"Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 21\"],Name:\"§3Phantom Fisher (Sea Creature)\"},ExtraAttributes:{id:\"PHANTOM_FISHER_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Phantom Fisher is a legendary sea creature added in the Spooky",
- "§7Festival v2 update. It can only be caught from 1 hour before",
- "§7until 1 hour after the Spooky Festival by those above Fishing 21"
- ],
- "internalname": "PHANTOM_FISHER_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Phantom_Fisher"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Phantom Fisher (Sea Creature)", + "nbttag": "{display:{Lore:[0:\"§7The Phantom Fisher is a legendary 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 21\",3:\"\",4:\"§c❤ Health§8: §c1.000.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §aGreen Candy\",9:\"§7- §5Deep Sea Orb\",10:\"§7- §5Purple Candy\",11:\"§7- §6Phantom Rod\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 21\",15:\"§7- §5Spooky Festival\",16:\"\",17:\"§5§lEPIC\"],Name:\"§3Phantom Fisher (Sea Creature)\"},ExtraAttributes:{id:\"PHANTOM_FISHER_SC\"}}", + "damage": 54, + "lore": [ + "§7The Phantom Fisher is a legendary sea creature added in the Spooky", + "§7Festival v2 update. It can only be caught from 1 hour before", + "§7until 1 hour after the Spooky Festival by those above Fishing 21", + "", + "§c❤ Health§8: §c1.000.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §aGreen Candy", + "§7- §5Deep Sea Orb", + "§7- §5Purple Candy", + "§7- §6Phantom Rod", + "", + "§cRequirements:", + "§7- Fishing Skill 21", + "§7- §5Spooky Festival", + "", + "§5§lEPIC" + ], + "internalname": "PHANTOM_FISHER_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Phantom_Fisher" + ], + "entityrender": "Zombie", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PIGMAN_MONSTER.json b/items/PIGMAN_MONSTER.json new file mode 100644 index 00000000..b9b84e91 --- /dev/null +++ b/items/PIGMAN_MONSTER.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aPigman (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7Pigmen, which are also known as Zombie Pigmen, are\",1:\"§7neutral mobs that spawn in the Pigman\u0027s Den and\",2:\"§7Blazing Fortress. They are neutral as long as\",3:\"§7players don\u0027t provoke them.\",4:\"\",5:\"§c❤ Health§8: §c240\",6:\"§7Coins per Kill: §64\",7:\"§7Combat XP: §315\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fGold Nugget §8x2\",12:\"\",13:\"§aUncommon Loot\",14:\"§8 ■ §aFlaming Sword §8(§a3%§8)\"],Name:\"§aPigman (Monster)\"},ExtraAttributes:{id:\"PIGMAN_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Pigmen, which are also known as Zombie Pigmen, are", + "§7neutral mobs that spawn in the Pigman\u0027s Den and", + "§7Blazing Fortress. They are neutral as long as", + "§7players don\u0027t provoke them.", + "", + "§c❤ Health§8: §c240", + "§7Coins per Kill: §64", + "§7Combat XP: §315", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fGold Nugget §8x2", + "", + "§aUncommon Loot", + "§8 ■ §aFlaming Sword §8(§a3%§8)" + ], + "internalname": "PIGMAN_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pigman" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PINK_BUNNY_PERSONALITY.json b/items/PINK_BUNNY_PERSONALITY.json new file mode 100644 index 00000000..c1923a22 --- /dev/null +++ b/items/PINK_BUNNY_PERSONALITY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§fPink Bunny Personality", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"83338c6f-3df9-35fa-b3da-0e1653e8ad5d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNjk2ODc4MzE3MywKICAicHJvZmlsZUlkIiA6ICJiNWRkZTVmODJlYjM0OTkzYmMwN2Q0MGFiNWY2ODYyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJsdXhlbWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q3Y2RkZjViMjBjYjUwZDY2MDBlNTMzM2M2YmIzZmIxNWI0NzQxZjE3ZTM2NzVmYzJiZmMwOWMyY2QwOWU2MTkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §ePink Bunny§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§fPink Bunny Personality\"},ExtraAttributes:{id:\"PINK_BUNNY_PERSONALITY\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes", + "§7your minion\u0027s appearance to", + "§7a §ePink Bunny§7.", + "", + "§7§7You can place this item", + "§7in any minion of your", + "§7choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "PINK_BUNNY_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +}
\ No newline at end of file diff --git a/items/PURPLE_EGG.json b/items/PURPLE_EGG.json new file mode 100644 index 00000000..e9828e98 --- /dev/null +++ b/items/PURPLE_EGG.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Purple Egged Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d60f5b87-827e-3464-969f-33d5b20c3202\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNzQwODAzNDc5MSwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yODYwMjM1MDhmNmZhNGZlYjhiZTRiYjgxNTNmNGEyNmZlMjZlZGQ2ZjEzMDdjNmY4MDQ0Y2QyYzY1M2EwOGJlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"§7\",7:\"§7§7This skin can be applied to\",8:\"§7§aBackpacks\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Purple Egged Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PURPLE_EGG\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§aBackpacks", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PURPLE_EGG", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/RABBIT_HUTCH.json b/items/RABBIT_HUTCH.json new file mode 100644 index 00000000..94cbf1b4 --- /dev/null +++ b/items/RABBIT_HUTCH.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Rabbit Hutch", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"da547151-5e5e-3e1f-96b4-763b7d0541ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFkZmI1OTc0OWQ2Njc4NDFhOTc2N2E3Y2JmODUyMmRkODhlZDNhOWZkZTJlMDQwZmFhODFmZWFlZDhlYmQifX19\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Easter cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Rabbit Hutch\"},ExtraAttributes:{id:\"RABBIT_HUTCH\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Easter cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§5§lEPIC" + ], + "internalname": "RABBIT_HUTCH", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/RAIN_SLIME_MONSTER.json b/items/RAIN_SLIME_MONSTER.json new file mode 100644 index 00000000..035f7f42 --- /dev/null +++ b/items/RAIN_SLIME_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aRain Slime (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7These Slimes enjoy rain...and\",1:\"§7jumping to their deaths.\",2:\"\",3:\"§c❤ Health§8: §c200-400\",4:\"§7Coins per Kill: §65\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fSlimeball\"],Name:\"§aRain Slime (Monster)\"},ExtraAttributes:{id:\"RAIN_SLIME_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7These Slimes enjoy rain...and", + "§7jumping to their deaths.", + "", + "§c❤ Health§8: §c200-400", + "§7Coins per Kill: §65", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSlimeball" + ], + "internalname": "RAIN_SLIME_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rain_Slime" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/REAPER_CHESTPLATE.json b/items/REAPER_CHESTPLATE.json index c5e45fa6..c427e465 100644 --- a/items/REAPER_CHESTPLATE.json +++ b/items/REAPER_CHESTPLATE.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§6Reaper Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+180 HP\",3:\"§7Defense: §a+70\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a7§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§6Reaper Chestplate\"},ExtraAttributes:{zombie_kills:7,color:\"27:27:27\"id:\"REAPER_CHESTPLATE\"},AttributeModifiers:[]}", + "displayname": "§f§f§6Reaper Chestplate", + "nbttag": "{display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+180\",3:\"§7Defense: §a+70\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§f§f§6Reaper Chestplate\"},ExtraAttributes:{zombie_kills:5017,color:\"27:27:27\",modifier:\"ancient\",originTag:\"REAPER_CHESTPLATE\",id:\"REAPER_CHESTPLATE\",uuid:\"54d343b6-9d1f-445a-905f-6f715f960fbb\",timestamp:\"3/29/21 1:05 PM\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Strength: §c+25", "", - "§7Health: §a+180 HP", + "§7Health: §a+180", "§7Defense: §a+70", "§7Intelligence: §a+250", "", @@ -28,8 +28,6 @@ "§7Piece Bonus: §a+0❈", "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", - "§7§8This item can be reforged!", - "§7§4☠ §cRequires §5Zombie Slayer 7", "§6§lLEGENDARY CHESTPLATE" ], "recipe": { @@ -48,7 +46,7 @@ "clickcommand": "viewrecipe", "modver": "2.0.0-REL", "infoType": "WIKI_URL", - "info" : [ + "info": [ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Armor" ] }
\ No newline at end of file diff --git a/items/REAPER_MASK.json b/items/REAPER_MASK.json index a64c6d56..05e2d196 100644 --- a/items/REAPER_MASK.json +++ b/items/REAPER_MASK.json @@ -1,11 +1,11 @@ { "internalname": "REAPER_MASK", "itemid": "minecraft:skull", - "displayname": "§5Reaper Mask", + "displayname": "§6Reaper Mask", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Item Ability: Disgusting Healing\",5:\"§7While wearing:\",6:\"§7- 2x healing from all sources\",7:\"§7- 2x Zombies from Reaper Scythe\",8:\"§7- §7Upgrades Zombie Armor\",9:\"§7effect to trigger on all\",10:\"§7hits\",11:\"\",12:\"§c☠ §5Requires Zombie LVL 7\",13:\"§5§lEPIC HELMET\"],Name:\"§5Reaper Mask\"},ExtraAttributes:{modifier:\"unpleasant\",id:\"REAPER_MASK\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Item Ability: Disgusting Healing\",5:\"§7While wearing:\",6:\"§7- 2x healing from all sources\",7:\"§7- 2x Zombies from Reaper Scythe\",8:\"§7- §7Upgrades Zombie Armor\",9:\"§7effect to trigger on all\",10:\"§7hits\",11:\"\",12:\"§c☠ §5Requires Zombie LVL 7\",13:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{modifier:\"unpleasant\",id:\"REAPER_MASK\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Health: §a+150 HP", "§7Defense: §a+100", @@ -20,7 +20,7 @@ "§7hits", "", "§c☠ §5Requires Zombie LVL 7", - "§5§lEPIC HELMET" + "§6§lLEGENDARY HELMET" ], "recipe": { "A1": "REVENANT_VISCERA:32", diff --git a/items/REVENANT_HORROR_BOSS.json b/items/REVENANT_HORROR_BOSS.json index 11f88ce5..697db333 100644 --- a/items/REVENANT_HORROR_BOSS.json +++ b/items/REVENANT_HORROR_BOSS.json @@ -26,7 +26,8 @@ "§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" + "§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)" ], "internalname": "REVENANT_HORROR_BOSS", "clickcommand": "", diff --git a/items/SCARECROW_SC.json b/items/SCARECROW_SC.json index 676381e5..801fd29d 100644 --- a/items/SCARECROW_SC.json +++ b/items/SCARECROW_SC.json @@ -1,19 +1,34 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Scarecrow (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Scarecrow is a common sea creature added in the Spooky\",1:\"Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 9\"],Name:\"§3Scarecrow (Sea Creature)\"},ExtraAttributes:{id:\"SCARECROW_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Scarecrow is a common sea creature added in the Spooky",
- "§7Festival v2 update. It can only be caught from 1 hour before",
- "§7until 1 hour after the Spooky Festival by those above Fishing 9"
- ],
- "internalname": "SCARECROW_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Scarecrow"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "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, + "lore": [ + "§7The Scarecrow is a common sea creature added in the Spooky", + "§7Festival v2 update. It can only be caught from 1 hour before", + "§7until 1 hour after the Spooky Festival by those above Fishing 9", + "", + "§c❤ Health§8: §c4.500", + "", + "§cDrops:", + "§7- §7Hay Bale", + "§7- §7Lily Pad", + "§7- §aGreen Candy", + "§7- §5Purple Candy", + "", + "§cRequirements:", + "§7- Fishing Skill 9", + "§5- Spooky Festival", + "", + "§f§lCOMMON" + ], + "internalname": "SCARECROW_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scarecrow" + ], + "entityrender": "Zombie", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SCYLLA.json b/items/SCYLLA.json index 8aad675e..720cc150 100644 --- a/items/SCYLLA.json +++ b/items/SCYLLA.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Scylla", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d517\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+150\",3:\"§7Crit Chance: §c+12%\",4:\"§7Crit Damage: §c+35%\",5:\"\",6:\"§7Intelligence: §a+50\",7:\"§7Ferocity: §a+30\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+1 §9☠ Crit Damage §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Scylla\"},ExtraAttributes:{id:\"SCYLLA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d527\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+150\",3:\"§7Crit Chance: §c+12%\",4:\"§7Crit Damage: §c+35%\",5:\"\",6:\"§7Intelligence: §a+50\",7:\"§7Ferocity: §a+30\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+1 §9☠ Crit Damage §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Scylla\"},ExtraAttributes:{id:\"SCYLLA\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d517", - "§7Damage: §c+260", + "§7Gear Score: §d527", + "§7Damage: §c+270", "§7Strength: §c+150", "§7Crit Chance: §c+12%", "§7Crit Damage: §c+35%", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scylla" ] -} +}
\ No newline at end of file diff --git a/items/SEA_ARCHER_SC.json b/items/SEA_ARCHER_SC.json index 72f83047..911f58d7 100644 --- a/items/SEA_ARCHER_SC.json +++ b/items/SEA_ARCHER_SC.json @@ -1,21 +1,35 @@ { "itemid": "minecraft:spawn_egg", "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.\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", + "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, "lore": [ "§7The Sea Archer is an Uncommon sea creature that", "§7spawns while fishing after unlocking Fishing level IX.", "§7He looks like a normal Skeleton, and carries an", "§7enchanted Bow. He also wears an Enchanted Armor,", - "§7probably a dyed Leather Armor." + "§7probably a dyed Leather Armor.", + "", + "§c❤ Health§8: §c7.000", + "", + "§cDrops:", + "§7- §7Bone", + "§7- §7Enchanted Bone", + "§7- §7Lily Pad", + "§7- §7Raw Fish", + "", + "§cRequirements:", + "§7- Fishing Skill 9", + "", + "§a§lUNCOMMON" ], "internalname": "SEA_ARCHER_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Archer" ], - "entityrender": "Skeleton" + "entityrender": "Skeleton", + "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_EMPEROR_SC.json b/items/SEA_EMPEROR_SC.json index ed91dd65..e51e3bd8 100644 --- a/items/SEA_EMPEROR_SC.json +++ b/items/SEA_EMPEROR_SC.json @@ -1,21 +1,43 @@ { "itemid": "minecraft:spawn_egg", "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. \"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", + "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, "lore": [ "§7The Sea Emperor is a Sea Creature that can", "§7appear while fishing once a player\u0027s fishing", - "§7level is 20 or higher. " + "§7level is 20 or higher. ", + "", + "§c❤ Health§8: §c750.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Raw Fish", + "§7- §aEnchanted Lily Pad", + "§7- §aEnchanted Prismarine Crystals", + "§7- §aEnchanted Prismarine Shard", + "§7- §9Emperor\u0027s Skull", + "§7- §9Flying Fish Pet", + "§7- §5Fishing Exp Boost", + "§7- §5Flying Fish Pet", + "§7- §6Flying Fish Pet", + "§7- §6Shredder", + "", + "§cRequirements:", + "§7- Fishing Skill 20", + "", + "§6§lLEGENDARY" ], "internalname": "SEA_EMPEROR_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Emperor" ], "entityrender": [ - "Guardian", "Skeleton" - ] + "Guardian", + "Skeleton" + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_GUARDIAN_SC.json b/items/SEA_GUARDIAN_SC.json index 96e6e3da..020b4313 100644 --- a/items/SEA_GUARDIAN_SC.json +++ b/items/SEA_GUARDIAN_SC.json @@ -1,19 +1,33 @@ { "itemid": "minecraft:spawn_egg", "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. \"],Name:\"§3Sea Guardian (Sea Creature)\"},ExtraAttributes:{id:\"SEA_GUARDIAN_SC\"}}", + "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, "lore": [ "§7The Sea Guardian is a Common sea creature that", "§7spawns while fishing after unlocking Fishing level", - "§7V. He is small but powerful. " + "§7V. He is small but powerful. ", + "", + "§c❤ Health§8: §c5.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Prismarine Crystals", + "§7- §7Prismarine Shard", + "§7- §7Sea Lantern", + "", + "§cRequirements:", + "§7- Fishing Skill 5", + "", + "§f§lCOMMON" ], "internalname": "SEA_GUARDIAN_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Guardian" ], - "entityrender": "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 796c980d..7abd0f76 100644 --- a/items/SEA_LEECH_SC.json +++ b/items/SEA_LEECH_SC.json @@ -1,20 +1,38 @@ { "itemid": "minecraft:spawn_egg", "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. \"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}", + "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, "lore": [ "§7The Sea Leech is a Sea Creature that is a", "§7Silverfish and occasionally can be spawned", - "§7during fishing after reaching Fishing Level 16. " + "§7during fishing after reaching Fishing Level 16. ", + "", + "§c❤ Health§8: §c60.000", + "", + "§cDrops:", + "§7- §7Clownfish", + "§7- §7Lily Pad", + "§7- §7Raw Fish", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Spiked Hook VI)", + "§7- §9Fishing Exp Boost", + "§7- §5Fishing Exp Boost", + "", + "§cRequirements:", + "§7- Fishing Skill 16", + "", + "§9§lRARE" ], "internalname": "SEA_LEECH_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Leech" ], "entityrender": "Silverfish", - "entityscale": 2 + "entityscale": 2, + "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_WALKER_SC.json b/items/SEA_WALKER_SC.json index 3aaba6f1..ff6e344e 100644 --- a/items/SEA_WALKER_SC.json +++ b/items/SEA_WALKER_SC.json @@ -1,20 +1,33 @@ { "itemid": "minecraft:spawn_egg", "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.\"],Name:\"§3Sea Walker (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WALKER_SC\"}}", + "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, "lore": [ "§7The Sea Walker is a Common sea creature that", "§7spawns while fishing after unlocking Fishing level II.", "§7He looks like a normal Zombie, but has a \"monster\"", - "§7head." + "§7head.", + "", + "§c❤ Health§8: §c1.500", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Raw Fish", + "§7- §7Rotten Flesh", + "", + "§cRequirements:", + "§7- Fishing Skill 2", + "", + "§f§lCOMMON" ], "internalname": "SEA_WALKER_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Walker" ], - "entityrender": "Zombie" + "entityrender": "Zombie", + "crafttext": "" }
\ No newline at end of file diff --git a/items/SEA_WITCH_SC.json b/items/SEA_WITCH_SC.json index 864b04d8..11f1d3ae 100644 --- a/items/SEA_WITCH_SC.json +++ b/items/SEA_WITCH_SC.json @@ -1,18 +1,35 @@ { "itemid": "minecraft:spawn_egg", "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.\"],Name:\"§3Sea Witch (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WITCH_SC\"}}", + "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, "lore": [ "§7The Sea Witch is a sea creature that can be", - "§7spawned by using Light Bait during the daytime." + "§7spawned by using Light Bait during the daytime.", + "", + "§c❤ Health§8: §c6.000", + "", + "§cDrops:", + "§7- §7Clownfish", + "§7- §7Lily Pad", + "§7- §7Raw Salmon", + "§7- §9Fairy\u0027s Fedora", + "§7- §9Fairy\u0027s Galoshes", + "§7- §9Fairy\u0027s Polo", + "§7- §9Fairy\u0027s Trousers", + "", + "§cRequirements:", + "§7- Fishing Skill 7", + "", + "§a§lUNCOMMON" ], "internalname": "SEA_WITCH_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Witch" ], - "entityrender": "Witch" + "entityrender": "Witch", + "crafttext": "" }
\ No newline at end of file diff --git a/items/SHADOW_GOGGLES.json b/items/SHADOW_GOGGLES.json index 3a5b159c..e616357f 100644 --- a/items/SHADOW_GOGGLES.json +++ b/items/SHADOW_GOGGLES.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§5Shadow Goggles", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e23b008e-298b-3219-9670-a36b72cf76de\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2NTE2MjgwMiwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4cWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ2NWE4NDdlMTE0ZWY2MmU3ODMzY2JmYjJmZTVkZTU3NjRiYWI1ZjEwYWYxMjVmZDJkMzE2MjM4MjY4Mjc5ZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d160 \",1:\"§7Intelligence: §a+200 \",2:\"\",3:\"§7Your abilities deal §c+60%\",4:\"§c§7damage to undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 52500 / 52500\",8:\"§7§4❣ §cRequires §aCatacombs Level 16\",9:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Goggles\"},ExtraAttributes:{id:\"SHADOW_GOGGLES\",shop_dungeon_floor_completion_required:3}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e23b008e-298b-3219-9670-a36b72cf76de\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2NTE2MjgwMiwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4cWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ2NWE4NDdlMTE0ZWY2MmU3ODMzY2JmYjJmZTVkZTU3NjRiYWI1ZjEwYWYxMjVmZDJkMzE2MjM4MjY4Mjc5ZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d160 \",1:\"§7Intelligence: §a+200 \",2:\"\",3:\"§7Gain §c+60% §c✹ Ability Damage\",4:\"§7against undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 52500 / 52500\",8:\"§7§4❣ §cRequires §aCatacombs Level 16\",9:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Goggles\"},ExtraAttributes:{id:\"SHADOW_GOGGLES\",shop_dungeon_floor_completion_required:3}}", "damage": 3, "lore": [ "§7Gear Score: §d160 ", "§7Intelligence: §a+200 ", "", - "§7Your abilities deal §c+60%", - "§c§7damage to undead monsters.", + "§7Gain §c+60% §c✹ Ability Damage", + "§7against undead monsters.", "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", @@ -18,7 +18,7 @@ "internalname": "SHADOW_GOGGLES", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Goggles" diff --git a/items/SILK_EDGE_SWORD.json b/items/SILK_EDGE_SWORD.json index 37c9b5fe..fa004ba6 100644 --- a/items/SILK_EDGE_SWORD.json +++ b/items/SILK_EDGE_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_sword", - "displayname": "§5Silk-Edge Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+175\",1:\"§7Strength: §c+125\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal\",6:\"§7§c444§7 damage to nearby\",7:\"§7enemies upon landing on the\",8:\"§7ground. Damaged enemies will\",9:\"§7also be frozen for §a1.0\",10:\"§a§7second.\",11:\"§8Mana Cost: §350\",12:\"§8Cooldown: §a1s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\"],Name:\"§5Silk-Edge Sword\"},ExtraAttributes:{id:\"SILK_EDGE_SWORD\"}}", + "displayname": "§6Silk-Edge Sword", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+175\",1:\"§7Strength: §c+125\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal\",6:\"§7§c444§7 damage to nearby\",7:\"§7enemies upon landing on the\",8:\"§7ground. Damaged enemies will\",9:\"§7also be frozen for §a1.0\",10:\"§a§7second.\",11:\"§8Mana Cost: §350\",12:\"§8Cooldown: §a1s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY SWORD\"],Name:\"§6Silk-Edge Sword\"},ExtraAttributes:{id:\"SILK_EDGE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+175", @@ -19,7 +19,7 @@ "§8Cooldown: §a1s", "", "§7§8This item can be reforged!", - "§5§lEPIC SWORD" + "§6§lLEGENDARY SWORD" ], "recipe": { "A1": "ENCHANTED_FERMENTED_SPIDER_EYE:6", @@ -34,7 +34,7 @@ }, "internalname": "SILK_EDGE_SWORD", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Silk-Edge_Sword" diff --git a/items/SKELETON;4.json b/items/SKELETON;4.json index 6e0e5f26..251822ec 100644 --- a/items/SKELETON;4.json +++ b/items/SKELETON;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Skeleton", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a404772a-f923-34df-b7e3-49f7e556e179\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNhNDQ1NzQ5MjUxYmRkODk4ZmI4M2Y2Njc4NDRlMzhhMWRmZjc5YTE1MjlmNzlhNDI0NDdhMDU5OTMxMGVhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"\",5:\"§6Bone Arrows\",6:\"§7§7Increase arrow damage by\",7:\"§7§a{0}%§7 which is tripled while\",8:\"§7in dungeons\",9:\"\",10:\"§6Combo\",11:\"§7§7Gain a combo stack for every\",12:\"§7bow hit granting +§a3 §c❁\",13:\"§cStrength§7. Max §a{2} §7stacks,\",14:\"§7stacks disappear after 8\",15:\"§7seconds.\",16:\"\",17:\"§6Skeletal Defense\",18:\"§7§7Your skeleton shoots an arrow\",19:\"§7dealing §a60x §7your §9☠ Crit\",20:\"§9Damage §7when a mob gets close\",21:\"§7to you (15s cooldown)\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SKELETON;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a404772a-f923-34df-b7e3-49f7e556e179\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNhNDQ1NzQ5MjUxYmRkODk4ZmI4M2Y2Njc4NDRlMzhhMWRmZjc5YTE1MjlmNzlhNDI0NDdhMDU5OTMxMGVhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"\",5:\"§6Bone Arrows\",6:\"§7§7Increase arrow damage by\",7:\"§7§a{0}%§7 which is tripled while\",8:\"§7in dungeons\",9:\"\",10:\"§6Combo\",11:\"§7§7Gain a combo stack for every\",12:\"§7bow hit granting +§a3 §c❁\",13:\"§cStrength§7. Max §a{2} §7stacks,\",14:\"§7stacks disappear after 8\",15:\"§7seconds.\",16:\"\",17:\"§6Skeletal Defense\",18:\"§7§7Your skeleton shoots an arrow\",19:\"§7dealing §a60x §7your §9☠ Crit\",20:\"§9Damage §7when a mob gets close\",21:\"§7to you (5s cooldown)\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SKELETON;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -25,7 +25,7 @@ "§7§7Your skeleton shoots an arrow", "§7dealing §a60x §7your §9☠ Crit", "§9Damage §7when a mob gets close", - "§7to you (15s cooldown)", + "§7to you (5s cooldown)", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -47,9 +47,9 @@ "C2": "ENCHANTED_BONE:16", "C3": "ENCHANTED_BONE:16" }, - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Pet" ] -} +}
\ No newline at end of file diff --git a/items/SNEAKY_CREEPER_MONSTER.json b/items/SNEAKY_CREEPER_MONSTER.json index aa77d178..527bdf96 100644 --- a/items/SNEAKY_CREEPER_MONSTER.json +++ b/items/SNEAKY_CREEPER_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Sneaky Creeper (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \",5:\"\",6:\"§c❤ Health§8: §c120\",7:\"§7Coins per Kill: §63\",8:\"§7Combat XP: §38\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGunpowder\",13:\"\",14:\"§dRNGesus Loot\",15:\"§8 ■ §5Exp Share Core §8(§a\u003c1%§8)\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}", - "damage": 50, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \",5:\"\",6:\"§c❤ Health§8: §c120\",7:\"§7Coins per Kill: §63\",8:\"§7Combat XP: §38\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGunpowder\",13:\"\",14:\"§dRNGesus Loot\",15:\"§8 ■ §5Exp Share Core §8(§a\u003c1%§8)\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}", + "damage": 4, "lore": [ "§7Sneaky Creepers are a type of Creeper that", "§7spawns exclusively in the Gunpowder Mines.", @@ -28,6 +28,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper" ], - "entityrender": "Creeper", "crafttext": "" }
\ No newline at end of file diff --git a/items/SORROW_BOOTS.json b/items/SORROW_BOOTS.json index 21db4a1a..5fadcdaa 100644 --- a/items/SORROW_BOOTS.json +++ b/items/SORROW_BOOTS.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:chainmail_boots", "displayname": "§6Sorrow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Sorrow Boots\"},ExtraAttributes:{id:\"SORROW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+200\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Item Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Sorrow Boots\"},ExtraAttributes:{id:\"SORROW_BOOTS\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", + "§7True Defense: §a+200", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", "", @@ -29,9 +30,9 @@ "internalname": "SORROW_BOOTS", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", - "info":[ + "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] }
\ No newline at end of file diff --git a/items/SORROW_CHESTPLATE.json b/items/SORROW_CHESTPLATE.json index 335d8681..7b7c57f5 100644 --- a/items/SORROW_CHESTPLATE.json +++ b/items/SORROW_CHESTPLATE.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:chainmail_chestplate", "displayname": "§6Sorrow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Sorrow Chestplate\"},ExtraAttributes:{id:\"SORROW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+200\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Item Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Sorrow Chestplate\"},ExtraAttributes:{id:\"SORROW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", + "§7True Defense: §a+200", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", "", @@ -29,9 +30,9 @@ "internalname": "SORROW_CHESTPLATE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", - "info":[ + "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] }
\ No newline at end of file diff --git a/items/SORROW_HELMET.json b/items/SORROW_HELMET.json index a7f79e10..3cfefc10 100644 --- a/items/SORROW_HELMET.json +++ b/items/SORROW_HELMET.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:chainmail_helmet", "displayname": "§6Sorrow Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY HELMET\"],Name:\"§6Sorrow Helmet\"},ExtraAttributes:{id:\"SORROW_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+200\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Item Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Sorrow Helmet\"},ExtraAttributes:{id:\"SORROW_HELMET\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", + "§7True Defense: §a+200", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", "", @@ -29,9 +30,9 @@ "internalname": "SORROW_HELMET", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", - "info":[ + "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] }
\ No newline at end of file diff --git a/items/SORROW_LEGGINGS.json b/items/SORROW_LEGGINGS.json index 69ba4768..87990926 100644 --- a/items/SORROW_LEGGINGS.json +++ b/items/SORROW_LEGGINGS.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:chainmail_leggings", "displayname": "§6Sorrow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Sorrow Leggings\"},ExtraAttributes:{id:\"SORROW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+200\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Item Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Sorrow Leggings\"},ExtraAttributes:{id:\"SORROW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", + "§7True Defense: §a+200", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", "", @@ -29,9 +30,9 @@ "internalname": "SORROW_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", - "info":[ + "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] }
\ No newline at end of file diff --git a/items/SPIDER_JOCKEY_MONSTER.json b/items/SPIDER_JOCKEY_MONSTER.json new file mode 100644 index 00000000..f5b6c2ba --- /dev/null +++ b/items/SPIDER_JOCKEY_MONSTER.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Spider Jockey (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4eb8745c-80d2-356b-b4fa-f3ffa74082e7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA5MzkzNzNjYWZlNGIxZjUzOTdhYWZkMDlmM2JiMTY2M2U3YjYyOWE0MWE3NWZiZGMxODYwYjZiZjhiNDc1ZiJ9fX0\"}]}},display:{Lore:[0:\"§7The Skeletons have been\",1:\"§7controlling Spiders since the\",2:\"§7dawn of minekind.\",3:\"\",4:\"§c❤ Health§8: §c280\",5:\"§7Coins per Kill: §62\",6:\"§7Combat XP: §39\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString §8x2\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §fSpider Eye §8(§a10%§8)\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §5 Travel Scroll to Spider\u0027s Den\",17:\" §5Top of Nest §8(§a0.02%§8)\"],Name:\"§9Spider Jockey (Monster)\"},ExtraAttributes:{id:\"SPIDER_JOCKEY_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Skeletons have been", + "§7controlling Spiders since the", + "§7dawn of minekind.", + "", + "§c❤ Health§8: §c280", + "§7Coins per Kill: §62", + "§7Combat XP: §39", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fString §8x2", + "", + "§aUncommon Loot", + "§8 ■ §fSpider Eye §8(§a10%§8)", + "", + "§6Legendary Loot", + "§8 ■ §5 Travel Scroll to Spider\u0027s Den", + " §5Top of Nest §8(§a0.02%§8)" + ], + "internalname": "SPIDER_JOCKEY_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spider_Jockey" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SPIRIT;3.json b/items/SPIRIT;3.json index e03e6c1a..976455ae 100644 --- a/items/SPIRIT;3.json +++ b/items/SPIRIT;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Spirit", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"efd1a208-55e7-3f94-84ed-1aa246760cee\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MjAyNjE5OSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhkOWNjYzY3MDY3N2QwY2ViYWFkNDA1OGQ2YWFmOWFjZmFiMDlhYmVhNWQ4NjM3OWEwNTk5MDJmMmZlMjI2NTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Spirit Assistance\",6:\"§7§7Spawns and assists you when\",7:\"§7you are ghost in dungeons.\",8:\"\",9:\"§6Spirit Leap\",10:\"§7§7Grants a §a10% §7chance for\",11:\"§7mini-bosses in dungeons to drop\",12:\"§7§b5 §7Spirit Leap Pearls.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Spirit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIRIT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SPIRIT;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"efd1a208-55e7-3f94-84ed-1aa246760cee\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MjAyNjE5OSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhkOWNjYzY3MDY3N2QwY2ViYWFkNDA1OGQ2YWFmOWFjZmFiMDlhYmVhNWQ4NjM3OWEwNTk5MDJmMmZlMjI2NTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Spirit Assistance\",6:\"§7§7Spawns and assists you when\",7:\"§7you are ghost in dungeons.\",8:\"\",9:\"§6Spirit Cooldowns\",10:\"§7§7Reduces the cooldown of your\",11:\"§7ghost abilities in dungeons by\",12:\"§7§a{0}%.\",13:\"\",14:\"§8This pet\u0027s perks are active\",15:\"§8even when the pet is not\",16:\"§8summoned!\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Spirit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIRIT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SPIRIT;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -13,10 +13,14 @@ "§7§7Spawns and assists you when", "§7you are ghost in dungeons.", "", - "§6Spirit Leap", - "§7§7Grants a §a10% §7chance for", - "§7mini-bosses in dungeons to drop", - "§7§b5 §7Spirit Leap Pearls.", + "§6Spirit Cooldowns", + "§7§7Reduces the cooldown of your", + "§7ghost abilities in dungeons by", + "§7§a{0}%.", + "", + "§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -26,7 +30,7 @@ "internalname": "SPIRIT;3", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Pet" diff --git a/items/SPIRIT;4.json b/items/SPIRIT;4.json index 947817a7..aa1b9fa8 100644 --- a/items/SPIRIT;4.json +++ b/items/SPIRIT;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Spirit", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"efd1a208-55e7-3f94-84ed-1aa246760cee\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MjAyNjE5OSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhkOWNjYzY3MDY3N2QwY2ViYWFkNDA1OGQ2YWFmOWFjZmFiMDlhYmVhNWQ4NjM3OWEwNTk5MDJmMmZlMjI2NTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Spirit Assistance\",6:\"§7§7Spawns and assists you when\",7:\"§7you are ghost in dungeons.\",8:\"\",9:\"§6Spirit Leap\",10:\"§7§7Grants a §a10% §7chance for\",11:\"§7mini-bosses in dungeons to drop\",12:\"§7§b5 §7Spirit Leap Pearls.\",13:\"\",14:\"§6Spirit Cooldowns\",15:\"§7§7Reduces the cooldown of your\",16:\"§7ghost abilities in dungeons by\",17:\"§7§a{1}%§7.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Spirit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIRIT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SPIRIT;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"efd1a208-55e7-3f94-84ed-1aa246760cee\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MjAyNjE5OSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhkOWNjYzY3MDY3N2QwY2ViYWFkNDA1OGQ2YWFmOWFjZmFiMDlhYmVhNWQ4NjM3OWEwNTk5MDJmMmZlMjI2NTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Spirit Assistance\",6:\"§7§7Spawns and assists you when\",7:\"§7you are ghost in dungeons.\",8:\"\",9:\"§6Spirit Cooldowns\",10:\"§7§7Reduces the cooldown of your\",11:\"§7ghost abilities in dungeons by\",12:\"§7§a{0}%.\",13:\"\",14:\"§6Half Life\",15:\"§7If you are the first player to\",16:\"§7die in a dungeon, the score\",17:\"§7penalty for that death is\",18:\"§7reduced to §a1.\",19:\"\",20:\"§8This pet\u0027s perks are active\",21:\"§8even when the pet is not\",22:\"§8summoned!\",23:\"\",24:\"§7§eRight-click to add this pet to\",25:\"§eyour pet menu!\",26:\"\",27:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Spirit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIRIT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SPIRIT;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -13,15 +13,20 @@ "§7§7Spawns and assists you when", "§7you are ghost in dungeons.", "", - "§6Spirit Leap", - "§7§7Grants a §a10% §7chance for", - "§7mini-bosses in dungeons to drop", - "§7§b5 §7Spirit Leap Pearls.", - "", "§6Spirit Cooldowns", "§7§7Reduces the cooldown of your", "§7ghost abilities in dungeons by", - "§7§a{1}%§7.", + "§7§a{0}%.", + "", + "§6Half Life", + "§7If you are the first player to", + "§7die in a dungeon, the score", + "§7penalty for that death is", + "§7reduced to §a1.", + "", + "§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -31,7 +36,7 @@ "internalname": "SPIRIT;4", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Pet" diff --git a/items/SQUID_MONSTER.json b/items/SQUID_MONSTER.json index dfab684e..0cb67b80 100644 --- a/items/SQUID_MONSTER.json +++ b/items/SQUID_MONSTER.json @@ -1,18 +1,30 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aSquid (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_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, "lore": [ "§7Squids are a common passive Mob found by", - "§7fishing or in The Park " + "§7fishing or in The Park ", + "", + "§c❤ Health§8: §c2.000", + "", + "§cDrops:", + "§7- §7Ink Sack", + "§7- §7Lily Pad", + "", + "§cRequirements:", + "§7- Fishing Skill 1", + "", + "§f§lCOMMON" ], "internalname": "SQUID_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squid" ], - "entityrender": "Squid" + "entityrender": "Squid", + "crafttext": "" }
\ No newline at end of file diff --git a/items/STARRED_LAST_BREATH.json b/items/STARRED_LAST_BREATH.json index abfc36f1..22c5eb04 100644 --- a/items/STARRED_LAST_BREATH.json +++ b/items/STARRED_LAST_BREATH.json @@ -1,16 +1,18 @@ { "itemid": "minecraft:bow", "displayname": "§6⚚ Last Breath", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d420\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+190\",3:\"\",4:\"§7Reduces the defense of your\",5:\"§7target by §a50 §7on hit. Stacks\",6:\"§7up to §a2 §7times.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aCatacombs Floor V\",10:\"§aCompletion\",11:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6⚚ Last Breath\"},ExtraAttributes:{id:\"STARRED_LAST_BREATH\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d480\",1:\"§7Damage: §c+210\",2:\"§7Strength: §c+190\",3:\"§7Crit Damage: §c+60% \",4:\"\",5:\"§7Reduces the defense of your\",6:\"§7target by §a10% §7of their max\",7:\"§7§a❈ Defense §7on hit, stacking\",8:\"§7up to §a5 §7times.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor V\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6⚚ Last Breath\"},ExtraAttributes:{id:\"STARRED_LAST_BREATH\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d420", - "§7Damage: §c+190", + "§7Gear Score: §d480", + "§7Damage: §c+210", "§7Strength: §c+190", + "§7Crit Damage: §c+60% ", "", "§7Reduces the defense of your", - "§7target by §a50 §7on hit. Stacks", - "§7up to §a2 §7times.", + "§7target by §a10% §7of their max", + "§7§a❈ Defense §7on hit, stacking", + "§7up to §a5 §7times.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor V", @@ -31,9 +33,10 @@ "internalname": "STARRED_LAST_BREATH", "parent": "LAST_BREATH", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Last_Breath" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/SYPHON;1.json b/items/SYPHON;1.json index acecb259..7a69db31 100644 --- a/items/SYPHON;1.json +++ b/items/SYPHON;1.json @@ -1,18 +1,22 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon I\",1:\"§7Heals for §a0.2%§7 of the damage\",2:\"§7you deal on critical hits.\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;1\",enchantments:{syphon:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon I\",1:\"§7Heals for §a0.2% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§cOnly obtainable in a Enchanting Table.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;1\",enchantments:{syphon:1}}}", "damage": 0, "lore": [ "§9Syphon I", - "§7Heals for §a0.2%§7 of the damage", - "§7you deal on critical hits.", + "§7Heals for §a0.2% §7of your max", + "§7health per §9100 §9☠ Crit Damage", + "§9§7you deal per hit, up to", + "§7§91,000 §9☠ Crit Damage§7.", "", - "§cOnly obtainable in a Enchanting Table." + "§cOnly obtainable in a Enchanting Table.", + "", + "§f§lCOMMON" ], "internalname": "SYPHON;1", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SYPHON;2.json b/items/SYPHON;2.json index 1a3d595b..0927b823 100644 --- a/items/SYPHON;2.json +++ b/items/SYPHON;2.json @@ -1,18 +1,22 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon II\",1:\"§7Heals for §a0.3%§7 of the damage\",2:\"§7you deal on critical hits.\",3:\"\",4:\"§cOnly obtainable in a Enchanting Table.\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;2\",enchantments:{syphon:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon II\",1:\"§7Heals for §a0.3% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§cOnly obtainable in a Enchanting Table.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;2\",enchantments:{syphon:2}}}", "damage": 0, "lore": [ "§9Syphon II", - "§7Heals for §a0.3%§7 of the damage", - "§7you deal on critical hits.", + "§7Heals for §a0.3% §7of your max", + "§7health per §9100 §9☠ Crit Damage", + "§9§7you deal per hit, up to", + "§7§91,000 §9☠ Crit Damage§7.", "", - "§cOnly obtainable in a Enchanting Table." + "§cOnly obtainable in a Enchanting Table.", + "", + "§f§lCOMMON" ], "internalname": "SYPHON;2", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SYPHON;3.json b/items/SYPHON;3.json index 4f8933a9..5b025828 100644 --- a/items/SYPHON;3.json +++ b/items/SYPHON;3.json @@ -1,18 +1,22 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon III\",1:\"§7Heals for §a0.4%§7 of the damage\",2:\"§7you deal on critical hits.\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;3\",enchantments:{syphon:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon III\",1:\"§7Heals for §a0.4% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§cOnly obtainable in a Enchanting Table.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;3\",enchantments:{syphon:3}}}", "damage": 0, "lore": [ "§9Syphon III", - "§7Heals for §a0.4%§7 of the damage", - "§7you deal on critical hits.", + "§7Heals for §a0.4% §7of your max", + "§7health per §9100 §9☠ Crit Damage", + "§9§7you deal per hit, up to", + "§7§91,000 §9☠ Crit Damage§7.", "", - "§cOnly obtainable in a Enchanting Table." + "§cOnly obtainable in a Enchanting Table.", + "", + "§f§lCOMMON" ], "internalname": "SYPHON;3", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SYPHON;4.json b/items/SYPHON;4.json index 783629f3..68d1cf4c 100644 --- a/items/SYPHON;4.json +++ b/items/SYPHON;4.json @@ -1,15 +1,14 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon IV\",1:\"§7Heals for §a0.5%§7 of the damage\",2:\"§7you deal on critical hits.\",3:\"\",4:\"§7§cRequires Enchanting 15 to\",5:\"§capply\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;4\",enchantments:{syphon:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon IV\",1:\"§7Heals for §a0.5% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;4\",enchantments:{syphon:4}}}", "damage": 0, "lore": [ "§9Syphon IV", - "§7Heals for §a0.5%§7 of the damage", - "§7you deal on critical hits.", - "", - "§7§cRequires Enchanting 15 to", - "§capply", + "§7Heals for §a0.5% §7of your max", + "§7health per §9100 §9☠ Crit Damage", + "§9§7you deal per hit, up to", + "§7§91,000 §9☠ Crit Damage§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -19,6 +18,6 @@ "internalname": "SYPHON;4", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SYPHON;5.json b/items/SYPHON;5.json index 75b0aa30..c4116694 100644 --- a/items/SYPHON;5.json +++ b/items/SYPHON;5.json @@ -1,24 +1,23 @@ -{
- "itemid": "minecraft:enchanted_book",
- "displayname": "§f§f§fEnchanted Book",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon IV\",1:\"§7Heals for §a0.6%§7 of the damage\",2:\"§7you deal on critical hits.\",3:\"\",4:\"§7§cRequires Enchanting 15 to\",5:\"§capply\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;5\",enchantments:{syphon:5}}}",
- "damage": 0,
- "lore": [
- "§9Syphon V",
- "§7Heals for §a0.6%§7 of the damage",
- "§7you deal on critical hits.",
- "",
- "§7§cRequires Enchanting 15 to",
- "§capply",
- "",
- "§7Use this on an item in an Anvil",
- "§7to apply it!",
- "",
- "§f§lCOMMON"
- ],
- "internalname": "SYPHON;5",
- "crafttext": "",
- "clickcommand": "",
- "modver": "1.7.1-REL",
- "infoType": ""
-}
+{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon V\",1:\"§7Heals for §a0.6% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;5\",enchantments:{syphon:5}}}", + "damage": 0, + "lore": [ + "§9Syphon V", + "§7Heals for §a0.6% §7of your max", + "§7health per §9100 §9☠ Crit Damage", + "§9§7you deal per hit, up to", + "§7§91,000 §9☠ Crit Damage§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "SYPHON;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TARANTULA_HELMET.json b/items/TARANTULA_HELMET.json index d21f09c1..578f0615 100644 --- a/items/TARANTULA_HELMET.json +++ b/items/TARANTULA_HELMET.json @@ -4,8 +4,8 @@ "displayname": "§5Tarantula Helmet", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+80\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Octodexterity\",5:\"§7Every 4th strike, deal §cdouble\",6:\"§cdamage §7and apply Venom\",7:\"§7reducing healing by §240% §7for\",8:\"§7§b4 §7seconds.\",9:\"\",10:\"§6Piece Bonus: Spider Bulwark\",11:\"§7Kill Spiders to accumulate\",12:\"§7defense against them.\",13:\"§7Piece Bonus: §a+0❈\",14:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",15:\"\",16:\"§6Extra Bonus: §aRadioactive\",17:\"§c+1% Crit Damage §7per §c10 Strength§7.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC HELMET\"],color:0,Name:\"§5Tarantula Helmet\"},ExtraAttributes:{color:\"0:0:0\",id:\"TARANTULA_HELMET\"}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+80\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Octodexterity\",5:\"§7Every 4th strike, deal §cdouble\",6:\"§cdamage §7and apply Venom\",7:\"§7reducing healing by §240% §7for\",8:\"§7§b4 §7seconds.\",9:\"\",10:\"§6Piece Bonus: Spider Bulwark\",11:\"§7Kill Spiders to accumulate\",12:\"§7defense against them.\",13:\"§7Piece Bonus: §a+0❈\",14:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",15:\"\",16:\"§6Extra Bonus: §aRadioactive\",17:\"§7Gain §a+1 §9☠ Crit Damage §7per\",18:\"§c10 §c❁ Strength §7(max §c1,000\",19:\"§c❁ Strength§7).\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4☠ §cRequires §5Spider Slayer 4\",23:\"§5§lEPIC HELMET\"],color:0,Name:\"§5Tarantula Helmet\"},ExtraAttributes:{color:\"0:0:0\",id:\"TARANTULA_HELMET\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Health: §a+100 HP", "§7Defense: §a+80", @@ -24,7 +24,9 @@ "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", "§6Extra Bonus: §aRadioactive", - "§c+1% Crit Damage §7per §c10 Strength§7.", + "§7Gain §a+1 §9☠ Crit Damage §7per", + "§c10 §c❁ Strength §7(max §c1,000", + "§c❁ Strength§7).", "", "§7§8This item can be reforged!", "§7§4☠ §cRequires §5Spider Slayer 4", @@ -45,5 +47,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Armor" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/TIGER;0.json b/items/TIGER;0.json index 01abff47..39592243 100644 --- a/items/TIGER;0.json +++ b/items/TIGER;0.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fTiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §a{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Ferocity: §a{FEROCITY}", + "§7Crit Chance: §a{CRIT_CHANCE}", "§7Crit Damage: §a{CRIT_DAMAGE}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", - "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", "§7Gain §c+{0}% ⫽ Ferocity", @@ -21,10 +21,10 @@ ], "internalname": "TIGER;0", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/TIGER;1.json b/items/TIGER;1.json index 02fb18a5..3db34767 100644 --- a/items/TIGER;1.json +++ b/items/TIGER;1.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aTiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;1\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §a{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Ferocity: §a{FEROCITY}", + "§7Crit Chance: §a{CRIT_CHANCE}", "§7Crit Damage: §a{CRIT_DAMAGE}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", - "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", "§7Gain §c+{0}% ⫽ Ferocity", @@ -21,10 +21,10 @@ ], "internalname": "TIGER;1", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/TIGER;2.json b/items/TIGER;2.json index 60569471..77494c5c 100644 --- a/items/TIGER;2.json +++ b/items/TIGER;2.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Tiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;2\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §a{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Ferocity: §a{FEROCITY}", + "§7Crit Chance: §a{CRIT_CHANCE}", "§7Crit Damage: §a{CRIT_DAMAGE}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", - "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", "§7Gain §c+{0}% ⫽ Ferocity", @@ -25,10 +25,10 @@ ], "internalname": "TIGER;2", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/TIGER;3.json b/items/TIGER;3.json index 81eafe8e..a6fc958e 100644 --- a/items/TIGER;3.json +++ b/items/TIGER;3.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Tiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §a{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Ferocity: §a{FEROCITY}", + "§7Crit Chance: §a{CRIT_CHANCE}", "§7Crit Damage: §a{CRIT_DAMAGE}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", - "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", "§7Gain §c+{0}% ⫽ Ferocity", @@ -25,10 +25,10 @@ ], "internalname": "TIGER;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/TIGER;4.json b/items/TIGER;4.json index 0b41f601..2818e381 100644 --- a/items/TIGER;4.json +++ b/items/TIGER;4.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Tiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§6Apex Predator\",15:\"§7§7Deal §c+{3}% §7damage against\",16:\"§7targets with no other mobs\",17:\"§7within §a15 §7blocks\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §a{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§6Apex Predator\",15:\"§7§7Deal §c+{3}% §7damage against\",16:\"§7targets with no other mobs\",17:\"§7within §a15 §7blocks\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Ferocity: §a{FEROCITY}", + "§7Crit Chance: §a{CRIT_CHANCE}", "§7Crit Damage: §a{CRIT_DAMAGE}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", - "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", "§7Gain §c+{0}% ⫽ Ferocity", @@ -30,10 +30,10 @@ ], "internalname": "TIGER;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/VALKYRIE.json b/items/VALKYRIE.json index 77b5b9de..a008d943 100644 --- a/items/VALKYRIE.json +++ b/items/VALKYRIE.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Valkyrie", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d480\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+120\",3:\"\",4:\"§7Intelligence: §a+60\",5:\"§7Ferocity: §a+60\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+1 §c❁ Strength §7per\",10:\"§7§cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Valkyrie\"},ExtraAttributes:{id:\"VALKYRIE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d505\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+145\",3:\"\",4:\"§7Intelligence: §a+60\",5:\"§7Ferocity: §a+60\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+1 §c❁ Strength §7per\",10:\"§7§cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Valkyrie\"},ExtraAttributes:{id:\"VALKYRIE\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d480", + "§7Gear Score: §d505", "§7Damage: §c+270", - "§7Strength: §c+120", + "§7Strength: §c+145", "", "§7Intelligence: §a+60", "§7Ferocity: §a+60", @@ -45,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Valkyrie" ] -} +}
\ No newline at end of file diff --git a/items/VORACIOUS_SPIDER_MONSTER.json b/items/VORACIOUS_SPIDER_MONSTER.json index fe7fe2fa..dabfc9ed 100644 --- a/items/VORACIOUS_SPIDER_MONSTER.json +++ b/items/VORACIOUS_SPIDER_MONSTER.json @@ -1,15 +1,15 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Voracious Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c1.000.000\",6:\"§7Combat XP: §3100\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted String §8(§a10%§8)\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\"}]}},display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c1.000\",6:\"§7Combat XP: §3100\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted String §8(§a10%§8)\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Voracious Spider is a spider that spawns in", "§7the Spider\u0027s Den. Unlike regular spiders in the Den", "§7they have much more health and damage output", "§7and spawn much more frequently in large groups.", "", - "§c❤ Health§8: §c1.000.000", + "§c❤ Health§8: §c1.000", "§7Combat XP: §3100", "", "§6§lPossible Drops:", @@ -26,6 +26,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voracious_Spider" ], - "entityrender": "Spider", "crafttext": "" }
\ No newline at end of file diff --git a/items/WATCHER_MONSTER.json b/items/WATCHER_MONSTER.json index e30da026..7c7d96ac 100644 --- a/items/WATCHER_MONSTER.json +++ b/items/WATCHER_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Watcher (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Watcher is a naturally-spawning skeleton in The End.\",1:\"§7They are Level 55 and have what appears to be a\",2:\"§7Summoning Eye on their head. They are often found near\",3:\"§7the middle and back areas. \",4:\"\",5:\"§c❤ Health§8: §c9.500\",6:\"§7Coins per Kill: §615\",7:\"§7Combat XP: §340\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fArrow §8x1-4\",12:\"§8 ■ §fEnder Pearl §8x1-2\",13:\"\",14:\"§9Rare Loot §8[Lvl 42-50]\",15:\"§8 ■ §aEnchanted Bone §8(§a1%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §9Combat Exp Boost §8(§a0.015%§8)\",19:\"§8 ■ §5End Stone Bow §8(§a0.1%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §5Combat Exp Boost §8(§a0.002%§8)\"],Name:\"§9Watcher (Monster)\"},ExtraAttributes:{id:\"WATCHER_MONSTER\"}}", - "damage": 51, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00a702b9-7bad-3205-a04b-52478d8c0e7f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFhOGZjOGRlNjQxN2I0OGQ0OGM4MGI0NDNjZjUzMjZlM2Q5ZGE0ZGJlOWIyNWZjZDQ5NTQ5ZDk2MTY4ZmMwIn19fQ\"}]}},display:{Lore:[0:\"§7The Watcher is a naturally-spawning skeleton in The End.\",1:\"§7They are Level 55 and have what appears to be a\",2:\"§7Summoning Eye on their head. They are often found near\",3:\"§7the middle and back areas. \",4:\"\",5:\"§c❤ Health§8: §c9.500\",6:\"§7Coins per Kill: §615\",7:\"§7Combat XP: §340\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fArrow §8x1-4\",12:\"§8 ■ §fEnder Pearl §8x1-2\",13:\"\",14:\"§9Rare Loot §8[Lvl 42-50]\",15:\"§8 ■ §aEnchanted Bone §8(§a1%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §9Combat Exp Boost §8(§a0.015%§8)\",19:\"§8 ■ §5End Stone Bow §8(§a0.1%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §5Combat Exp Boost §8(§a0.002%§8)\"],Name:\"§9Watcher (Monster)\"},ExtraAttributes:{id:\"WATCHER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Watcher is a naturally-spawning skeleton in The End.", "§7They are Level 55 and have what appears to be a", @@ -35,6 +35,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Watcher" ], - "entityrender": "Skeleton", "crafttext": "" }
\ No newline at end of file diff --git a/items/WATER_HYDRA_SC.json b/items/WATER_HYDRA_SC.json index d60e9314..a1e08e81 100644 --- a/items/WATER_HYDRA_SC.json +++ b/items/WATER_HYDRA_SC.json @@ -1,20 +1,41 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Water Hydra (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Water Hydra is a Legendary Sea Creature that spawns\",1:\"§7while fishing after unlocking it at Fishing Level XIX (19).\",2:\"§7It is a zombie with the head of a sea dragon and blue\",3:\"§7dyed leather armor. \"],Name:\"§3Water Hydra (Sea Creature)\"},ExtraAttributes:{id:\"WATER_HYDRA_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Water Hydra is a Legendary Sea Creature that spawns\",1:\"§7while fishing after unlocking it at Fishing Level XIX (19).\",2:\"§7It is a zombie with the head of a sea dragon and blue\",3:\"§7dyed leather armor. \",4:\"\",5:\"§c❤ Health§8: §c500.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Clownfish\",9:\"§7- §7Lily Pad\",10:\"§7- §7Pufferfish\",11:\"§7- §7Raw Fish\",12:\"§7- §7Raw Salmon\",13:\"§7- §7Sponge\",14:\"§7- §9Enchanted Book\",15:\" §7(Luck of the Sea VI)\",16:\"§7- §9Fish Affinty Talisman\",17:\"§7- §5Fishing Exp Boost\",18:\"§7- §5Water Hydra Head\",19:\"\",20:\"§cRequirements:\",21:\"§7- Fishing Skill 19\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§3Water Hydra (Sea Creature)\"},ExtraAttributes:{id:\"WATER_HYDRA_SC\"}}", "damage": 66, "lore": [ "§7Water Hydra is a Legendary Sea Creature that spawns", "§7while fishing after unlocking it at Fishing Level XIX (19).", "§7It is a zombie with the head of a sea dragon and blue", - "§7dyed leather armor. " + "§7dyed leather armor. ", + "", + "§c❤ Health§8: §c500.000", + "", + "§cDrops:", + "§7- §7Clownfish", + "§7- §7Lily Pad", + "§7- §7Pufferfish", + "§7- §7Raw Fish", + "§7- §7Raw Salmon", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Luck of the Sea VI)", + "§7- §9Fish Affinty Talisman", + "§7- §5Fishing Exp Boost", + "§7- §5Water Hydra Head", + "", + "§cRequirements:", + "§7- Fishing Skill 19", + "", + "§6§lLEGENDARY" ], "internalname": "WATER_HYDRA_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Water_Hydra" ], - "entityrender": "Zombie" + "entityrender": "Zombie", + "crafttext": "" }
\ No newline at end of file diff --git a/items/WEREWOLF_SC.json b/items/WEREWOLF_SC.json index ea1eced9..8f149e95 100644 --- a/items/WEREWOLF_SC.json +++ b/items/WEREWOLF_SC.json @@ -1,19 +1,35 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Werewolf (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Werewolf is an epic sea creature added in the Spooky\",1:\"Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 17\"],Name:\"§3Werewolf (Sea Creature)\"},ExtraAttributes:{id:\"WEREWOLF_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Werewolf is an epic sea creature added in the Spooky",
- "§7Festival v2 update. It can only be caught from 1 hour before",
- "§7until 1 hour after the Spooky Festival by those above Fishing 17"
- ],
- "internalname": "WEREWOLF_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Werewolf"
- ],
- "entityrender": "Wolf"
- }
\ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Werewolf (Sea Creature)", + "nbttag": "{display:{Lore:[0:\"§7The Werewolf is an epic 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 17\",3:\"\",4:\"§c❤ Health§8: §c50.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §aGreen Candy\",9:\"§7- §9Werewolf Skin\",10:\"§7- §5Deep Sea Orb\",11:\"§7- §5Purple Candy\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 14\",15:\"§7- §5Spooky Festival\",16:\"\",17:\"§5§lEPIC\"],Name:\"§3Werewolf (Sea Creature)\"},ExtraAttributes:{id:\"WEREWOLF_SC\"}}", + "damage": 54, + "lore": [ + "§7The Werewolf is an epic sea creature added in the Spooky", + "§7Festival v2 update. It can only be caught from 1 hour before", + "§7until 1 hour after the Spooky Festival by those above Fishing 17", + "", + "§c❤ Health§8: §c50.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §aGreen Candy", + "§7- §9Werewolf Skin", + "§7- §5Deep Sea Orb", + "§7- §5Purple Candy", + "", + "§cRequirements:", + "§7- Fishing Skill 14", + "§7- §5Spooky Festival", + "", + "§5§lEPIC" + ], + "internalname": "WEREWOLF_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Werewolf" + ], + "entityrender": "Wolf", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/WITHER_GOGGLES.json b/items/WITHER_GOGGLES.json index aa6757f2..3a2a7211 100644 --- a/items/WITHER_GOGGLES.json +++ b/items/WITHER_GOGGLES.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§5Wither Goggles", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a4baabfd-565a-33f1-a52b-b120cb7c749b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0MTg4MSwKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdjZWI4ZjA3NThlMmQ4YWM0OWRlNmY5Nzc2MDNjN2JmYzIzZmQ4MmE4NTc0ODEwYTQ1ZjVlOTdjNjQzNmQ3OSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d210 \",1:\"§7Intelligence: §a+300 \",2:\"\",3:\"§7Your abilities deal §c+70%\",4:\"§c§7damage to undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 52500 / 52500\",8:\"§7§4❣ §cRequires §aCatacombs Level 28\",9:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Wither Goggles\"},ExtraAttributes:{id:\"WITHER_GOGGLES\",shop_dungeon_floor_completion_required:6}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a4baabfd-565a-33f1-a52b-b120cb7c749b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0MTg4MSwKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdjZWI4ZjA3NThlMmQ4YWM0OWRlNmY5Nzc2MDNjN2JmYzIzZmQ4MmE4NTc0ODEwYTQ1ZjVlOTdjNjQzNmQ3OSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d210 \",1:\"§7Intelligence: §a+300 \",2:\"\",3:\"§7Gain §c+70% §c✹ Ability Damage\",4:\"§7against undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 52500 / 52500\",8:\"§7§4❣ §cRequires §aCatacombs Level 28\",9:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Wither Goggles\"},ExtraAttributes:{id:\"WITHER_GOGGLES\",shop_dungeon_floor_completion_required:6}}", "damage": 3, "lore": [ "§7Gear Score: §d210 ", "§7Intelligence: §a+300 ", "", - "§7Your abilities deal §c+70%", - "§c§7damage to undead monsters.", + "§7Gain §c+70% §c✹ Ability Damage", + "§7against undead monsters.", "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", @@ -18,7 +18,7 @@ "internalname": "WITHER_GOGGLES", "crafttext": "", "clickcommand": "", - "modver": "1.6-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Goggles" diff --git a/items/WITHER_RELIC.json b/items/WITHER_RELIC.json index fef19274..e0cb551b 100644 --- a/items/WITHER_RELIC.json +++ b/items/WITHER_RELIC.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Wither Relic", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"053530a3-abe3-3f0a-9ad2-6db3d92b9a68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY0ZTFjM2UzMTVjOGQ4ZmZmYzM3OTg1YjY2ODFjNWJkMTZhNmY5N2ZmZDA3MTk5ZThhMDVlZmJlZjEwMzc5MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Withers by §a25%§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§f§f§5Wither Relic\"},ExtraAttributes:{id:\"WITHER_RELIC\"},AttributeModifiers:[]}", + "displayname": "§f§f§6Wither Relic", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"053530a3-abe3-3f0a-9ad2-6db3d92b9a68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY0ZTFjM2UzMTVjOGQ4ZmZmYzM3OTg1YjY2ODFjNWJkMTZhNmY5N2ZmZDA3MTk5ZThhMDVlZmJlZjEwMzc5MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Withers by §a25%§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§6§lLEGENDARY DUNGEON ACCESSORY\"],Name:\"§f§f§6Wither Relic\"},ExtraAttributes:{id:\"WITHER_RELIC\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Reduces the damage taken from", "§7§7Withers by §a25%§7.", "", "§7§8This item can be reforged!", - "§5§lEPIC DUNGEON ACCESSORY" + "§6§lLEGENDARY DUNGEON ACCESSORY" ], "internalname": "WITHER_RELIC", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.6-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Relic" diff --git a/items/WITHER_SKELETON_MONSTER.json b/items/WITHER_SKELETON_MONSTER.json index 45d97d94..4b97023b 100644 --- a/items/WITHER_SKELETON_MONSTER.json +++ b/items/WITHER_SKELETON_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aWither Skeleton (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Wither Skeleton is a mob in the Blazing Fortress.\",1:\"§7It has 250 HP and will always be level 10. It has a\",2:\"§7chance to drop Coal, Enchanted Coal or Enchanted\",3:\"§7Charcoal on death.\",4:\"\",5:\"§c❤ Health§8: §c250\",6:\"§7Coins per Kill: §64\",7:\"§7Combat XP: §313\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fCoal §8(§a50%§8)\",12:\"§8 ■ §fBone §8x3\",13:\"\",14:\"§9Rare Loot §8[Lvl 42-50]\",15:\"§8 ■ §aEnchanted Coal §8(§a1%§8)\",16:\"§8 ■ §aEnchanted Charcoal §8(§a1%§8)\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", - "damage": 60, + "nbttag": "{overrideMeta:\"1b,display:{Lore:[0:\\\"§7The Wither Skeleton is a mob in the Blazing Fortress.\\\",1:\\\"§7It has 250 HP and will always be level 10. It has a\\\",2:\\\"§7chance to drop Coal, Enchanted Coal or Enchanted\\\",3:\\\"§7Charcoal on death.\\\",4:\\\"\\\",5:\\\"§c❤ Health§8: §c250\\\",6:\\\"§7Coins per Kill: §64\\\",7:\\\"§7Combat XP: §313\\\",8:\\\"\\\",9:\\\"§6§lPossible Drops:\\\",10:\\\"§fCommon Loot\\\",11:\\\"§8 ■ §fCoal §8(§a50%§8)\\\",12:\\\"§8 ■ §fBone §8x3\\\",13:\\\"\\\",14:\\\"§9Rare Loot §8[Lvl 42-50]\\\",15:\\\"§8 ■ §aEnchanted Coal §8(§a1%§8)\\\",16:\\\"§8 ■ §aEnchanted Charcoal §8(§a1%§8)\\\"],Name:\\\"§aWither Skeleton (Monster)\\\"}\",display:{Lore:[0:\"§7The Wither Skeleton is a mob in the Blazing Fortress.\",1:\"§7It has 250 HP and will always be level 10. It has a\",2:\"§7chance to drop Coal, Enchanted Coal or Enchanted\",3:\"§7Charcoal on death.\",4:\"\",5:\"§c❤ Health§8: §c250\",6:\"§7Coins per Kill: §64\",7:\"§7Combat XP: §313\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fCoal §8(§a50%§8)\",12:\"§8 ■ §fBone §8x3\",13:\"\",14:\"§9Rare Loot §8[Lvl 42-50]\",15:\"§8 ■ §aEnchanted Coal §8(§a1%§8)\",16:\"§8 ■ §aEnchanted Charcoal §8(§a1%§8)\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", + "damage": 1, "lore": [ "§7The Wither Skeleton is a mob in the Blazing Fortress.", "§7It has 250 HP and will always be level 10. It has a", @@ -29,6 +29,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton" ], - "entityrender": "Skeleton", "crafttext": "" }
\ No newline at end of file diff --git a/items/WOLF_MONSTER.json b/items/WOLF_MONSTER.json index c5023933..fb56a1c4 100644 --- a/items/WOLF_MONSTER.json +++ b/items/WOLF_MONSTER.json @@ -1,19 +1,30 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aWolf (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", - "damage": 95, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Wolf can be found in the Ruins. It is a level", "§715 hostile mob and has 250 Health. When killed, the", - "§7Wolf drops 1 Bone and 1 coin." + "§7Wolf drops 1 Bone and 1 coin.", + "", + "§c❤ Health§8: §c250", + "§7Coins per Kill: §61", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fBone", + "", + "§dRNGesus Loot", + "§8 ■ §5Hound §8(§a0.001%§8)", + "§8 ■ §6Hound §8(§a0.0003%§8)" ], "internalname": "WOLF_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wolf" ], - "entityrender": "Wolf" + "crafttext": "" }
\ No newline at end of file diff --git a/items/WRAITH_MONSTER.json b/items/WRAITH_MONSTER.json index 7f3aa5f8..8b868c7a 100644 --- a/items/WRAITH_MONSTER.json +++ b/items/WRAITH_MONSTER.json @@ -1,12 +1,22 @@ {
- "itemid": "minecraft:spawn_egg",
- "displayname": "§9Scary Jerry (Monster)",
- "nbttag": "{display:{Lore:[0:\"§7The Wraith is a mob added in the\",1:\"§7Spooky Festival v2 Update. It can only spawn\",2:\"§during the night during Spooky Festivals\"],Name:\"§9Wraith (Monster)\"},ExtraAttributes:{id:\"WRAITH_MONSTER\"}}",
- "damage": 54,
+ "itemid": "minecraft:skull",
+ "displayname": "§9 Wraith (Monster)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bca22b11-8e4c-386a-8824-7b2bd6364cde\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzczMzcxNjI0MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVhYmMzMDc1Y2Y0MWYzOGU2ZGYxMjM2Yjk1Y2FhZmNiYTFiZWUyMmM0OWQ4MDRiOTQyNzQ4OGMyZjZlMGVmYyIKICAgIH0KICB9Cn0\"}]}},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\"}}",
+ "damage": 3,
"lore": [
"§7The Wraith is a mob added in the",
"§7Spooky Festival v2 Update. It can only spawn",
- "§during the night during Spooky Festivals"
+ "§7during the night during Spooky Festivals",
+ "",
+ "§7Coins per Kill: §61",
+ "",
+ "§6§lPossible Drops:",
+ "§fCommon Loot",
+ "§8 ■ §aGreen Candy §8x1-2",
+ "",
+ "§aUncommon Loot",
+ "§8 ■ §5Purple Candy §8(§a5%§8)",
+ "§8 ■ §9Ectoplasm §8(§a10%§8)"
],
"internalname": "WRAITH_MONSTER",
"clickcommand": "",
@@ -14,6 +24,5 @@ "infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Wraith"
- ],
- "entityrender": "Zombie"
+ ]
}
\ No newline at end of file diff --git a/items/YETI_SC.json b/items/YETI_SC.json index c7027753..711378c3 100644 --- a/items/YETI_SC.json +++ b/items/YETI_SC.json @@ -1,17 +1,38 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Yeti (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Yeti is a Legendary mob unlocked from Fishing\",1:\"§7level 25. It can only be fished at Jerry Pond.\",2:\"§7It uses a similar ability to the \\\"Terrain Toss\\\" ability\",3:\"§7of the Yeti Sword.\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Yeti is a Legendary mob unlocked from Fishing\",1:\"§7level 25. It can only be fished at Jerry Pond.\",2:\"§7It uses a similar ability to the \\\"Terrain Toss\\\" ability\",3:\"§7of the Yeti Sword.\",4:\"\",5:\"§c❤ Health§8: §c2.000.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ice\",9:\"§7- §7Lily Pad\",10:\"§7- §7Raw Fish\",11:\"§7- §7Sponge\",12:\"§7- §aEnchanted Lily Pad\",13:\"§7- §9Hunk of Blue Ice\",14:\"§7- §cRed Gift\",15:\"§7- §5Baby Yeti Pet\",16:\"§7- §5Yeti Rod\",17:\"§7- §6Baby Yeti Pet\",18:\"§7- §6Hilt of True Ice\",19:\"\",20:\"§cRequirements:\",21:\"§7- Fishing Skill 25\",22:\"§7- §bJerry Pond\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}", "damage": 56, "lore": [ "§7The Yeti is a Legendary mob unlocked from Fishing", "§7level 25. It can only be fished at Jerry Pond.", "§7It uses a similar ability to the \"Terrain Toss\" ability", - "§7of the Yeti Sword." + "§7of the Yeti Sword.", + "", + "§c❤ Health§8: §c2.000.000", + "", + "§cDrops:", + "§7- §7Ice", + "§7- §7Lily Pad", + "§7- §7Raw Fish", + "§7- §7Sponge", + "§7- §aEnchanted Lily Pad", + "§7- §9Hunk of Blue Ice", + "§7- §cRed Gift", + "§7- §5Baby Yeti Pet", + "§7- §5Yeti Rod", + "§7- §6Baby Yeti Pet", + "§7- §6Hilt of True Ice", + "", + "§cRequirements:", + "§7- Fishing Skill 25", + "§7- §bJerry Pond", + "", + "§6§lLEGENDARY" ], "internalname": "YETI_SC", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Yeti" diff --git a/items/ZEALOT_MONSTER.json b/items/ZEALOT_MONSTER.json index 2694e3e8..4bd0ac4a 100644 --- a/items/ZEALOT_MONSTER.json +++ b/items/ZEALOT_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:ender_chest", "displayname": "§9Zealot (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon\u0027s Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \",3:\"\",4:\"§c❤ Health§8: §c13.000\",5:\"§7Coins per Kill: §615\",6:\"§7Combat XP: §340\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fEnder Pearl §8x2-4\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted Ender Pearl §8(§a2%§8)\"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}", - "damage": 58, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon\u0027s Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \",3:\"\",4:\"§c❤ Health§8: §c13.000\",5:\"§7Coins per Kill: §615\",6:\"§7Combat XP: §340\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fEnder Pearl §8x2-4\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted Ender Pearl §8(§a2%§8)\"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}", + "damage": 0, "lore": [ "§7Zealots are a type of Enderman found exclusively", "§7in the Dragon\u0027s Nest. Zealots are not hostile towards", @@ -26,7 +26,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zealot" ], - "entityrender": "Enderman", - "entityscale": 0.8, "crafttext": "" }
\ No newline at end of file diff --git a/items/ZOMBIE_VILLAGER_MONSTER.json b/items/ZOMBIE_VILLAGER_MONSTER.json new file mode 100644 index 00000000..9cca552f --- /dev/null +++ b/items/ZOMBIE_VILLAGER_MONSTER.json @@ -0,0 +1,32 @@ +{ + "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\"}}", + "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", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fRotten Flesh", + "", + "§aUncommon Loot", + "§8 ■ §fPoisonous Potato §8(§a0.1%§8)", + "", + "§9Rare Loot", + "§8 ■ §fCarrot §8(§a1%§8)", + "§8 ■ §fPotato §8(§a1%§8)" + ], + "internalname": "ZOMBIE_VILLAGER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Villager" + ], + "crafttext": "" +}
\ No newline at end of file |