diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
50 files changed, 882 insertions, 100 deletions
diff --git a/items/ANGRY_ARCHEOLOGIST_MINIBOSS.json b/items/ANGRY_ARCHEOLOGIST_MINIBOSS.json new file mode 100644 index 00000000..546f1b45 --- /dev/null +++ b/items/ANGRY_ARCHEOLOGIST_MINIBOSS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§d§lAngry Archeologist (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"db784d7a-fae1-3d60-9a5a-42a1814037f8\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzU0NzAzOTQwMzEsInByb2ZpbGVJZCI6IjdkYTJhYjNhOTNjYTQ4ZWU4MzA0OGFmYzNiODBlNjhlIiwicHJvZmlsZU5hbWUiOiJHb2xkYXBmZWwiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0OGM3ODM0NThlNGNmODUxOGU4YWI1ODYzZmJjNGNiOTQ4ZjkwNTY4ZWViOWE2MGQxNmM0ZmRlMmI5NmMwMzMifX19\"}]}},display:{Lore:[0:\"§7Angered by what he\u0027s found\",1:\"§7below.\",2:\"\",3:\"§7Coins per Kill: §61\",4:\"§7Combat XP: §3100-210\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §8Diamond Essence x3-5\",9:\"\",10:\"§9Rare Loot\",11:\"§8 ■ §4More Info Needed\",12:\"\",13:\"§6Legendary Loot\",14:\"§8 ■ §4More Info Needed\"],Name:\"§d§lAngry Archeologist (Miniboss)\"},ExtraAttributes:{id:\"ANGRY_ARCHEOLOGIST_MINIBOSS\"}}", + "damage": 3, + "lore": [ + "§7Angered by what he\u0027s found", + "§7below.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §3100-210", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §8Diamond Essence x3-5", + "", + "§9Rare Loot", + "§8 ■ §4More Info Needed", + "", + "§6Legendary Loot", + "§8 ■ §4More Info Needed" + ], + "internalname": "ANGRY_ARCHEOLOGIST_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Angry_Archeologist" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/CELLAR_SPIDER_MONSTER.json b/items/CELLAR_SPIDER_MONSTER.json new file mode 100644 index 00000000..97ee7bc7 --- /dev/null +++ b/items/CELLAR_SPIDER_MONSTER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Cellar Spider (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a8aee72d-0d1d-3db7-8cf8-be1ce6ec2dc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDE2NDVkZmQ3N2QwOTkyMzEwN2IzNDk2ZTk0ZWViNWMzMDMyOWY5N2VmYzk2ZWQ3NmUyMjZlOTgyMjQifX19\"}]}},display:{Lore:[0:\"§7Creepy crawler\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §335-105\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §8Spider Essence x0-1\"],Name:\"§9Cellar Spider (Monster)\"},ExtraAttributes:{id:\"CELLAR_SPIDER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Creepy crawler", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §335-105", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §8Spider Essence x0-1" + ], + "internalname": "CELLAR_SPIDER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cellar_Spider" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/CHALLENGE_ROD.json b/items/CHALLENGE_ROD.json index b93725c0..07c47618 100644 --- a/items/CHALLENGE_ROD.json +++ b/items/CHALLENGE_ROD.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§9Challenging Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+60\",1:\"§7Sea Creature Chance: §c+2%\",2:\"\",3:\"§7Increases fishing speed by §950%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 10\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Challenging Rod\"},ExtraAttributes:{id:\"CHALLENGE_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+60\",1:\"§7Strength: §c+60\",2:\"§7Sea Creature Chance: §c+2%\",3:\"\",4:\"§7Increases fishing speed by §950%\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§4❣ §cRequires §aFishing Skill 10\",8:\"§9§lRARE FISHING ROD\"],Name:\"§9Challenging Rod\"},ExtraAttributes:{id:\"CHALLENGE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+60", + "§7Strength: §c+60", "§7Sea Creature Chance: §c+2%", "", "§7Increases fishing speed by §950%", diff --git a/items/CHAMP_ROD.json b/items/CHAMP_ROD.json index 8611a32d..16df66de 100644 --- a/items/CHAMP_ROD.json +++ b/items/CHAMP_ROD.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§9Rod of Champions", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+85\",1:\"§7Sea Creature Chance: §c+4%\",2:\"\",3:\"§7Increases fishing speed by §960%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 15\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Rod of Champions\"},ExtraAttributes:{id:\"CHAMP_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+85\",1:\"§7Strength: §c+80\",2:\"§7Sea Creature Chance: §c+4%\",3:\"\",4:\"§7Increases fishing speed by §960%\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§4❣ §cRequires §aFishing Skill 15\",8:\"§9§lRARE FISHING ROD\"],Name:\"§9Rod of Champions\"},ExtraAttributes:{id:\"CHAMP_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+85", + "§7Strength: §c+80", "§7Sea Creature Chance: §c+4%", "", "§7Increases fishing speed by §960%", @@ -32,4 +33,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Rod_of_Champions" ], "crafttext": "Requires: Lily Pad VII" -} +}
\ No newline at end of file diff --git a/items/CRYPT_DREADLORD_MONSTER.json b/items/CRYPT_DREADLORD_MONSTER.json new file mode 100644 index 00000000..1ba7ec12 --- /dev/null +++ b/items/CRYPT_DREADLORD_MONSTER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Crypt Dreadlord (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68b4c885-7447-3382-b86b-b661b464d76e\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjI0Mjc0MTA5MTQsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjZmMzQ5MjcwYTNiODUxODk2Y2RhZDg0MmY1ZWVjNmUxNDBiZDkxMTliNzVjMDc0OTU1YzNiZTc4NjVlMjdjNyJ9fX0\"}]}},display:{Lore:[0:\"§7Lord of dread\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §361-134\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Soulstealer Bow §8(§a5%§8)\"],Name:\"§9Crypt Dreadlord (Monster)\"},ExtraAttributes:{id:\"CRYPT_DREADLORD_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Lord of dread", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §361-134", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Soulstealer Bow §8(§a5%§8)" + ], + "internalname": "CRYPT_DREADLORD_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Dreadlord" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/CRYPT_LURKER_MONSTER.json b/items/CRYPT_LURKER_MONSTER.json new file mode 100644 index 00000000..ebf8fea3 --- /dev/null +++ b/items/CRYPT_LURKER_MONSTER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Crypt Lurker (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Lurking in the shadows\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §340-102\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§6Legendary Loot\",7:\"§8■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Crypt Lurker (Monster)\"},ExtraAttributes:{id:\"CRYPT_LURKER_MONSTER\"}}", + "damage": 2, + "lore": [ + "§7Lurking in the shadows", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §340-102", + "", + "§6§lPossible Drops:", + "§6Legendary Loot", + "§8■ §9Premium Flesh §8(§a0.1%§8)" + ], + "internalname": "CRYPT_LURKER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Lurker" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/CRYPT_SOULEATER_MONSTER.json b/items/CRYPT_SOULEATER_MONSTER.json new file mode 100644 index 00000000..877f6035 --- /dev/null +++ b/items/CRYPT_SOULEATER_MONSTER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Crypt Souleater (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68b4c885-7447-3382-b86b-b661b464d76e\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjI0Mjc0MTA5MTQsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjZmMzQ5MjcwYTNiODUxODk2Y2RhZDg0MmY1ZWVjNmUxNDBiZDkxMTliNzVjMDc0OTU1YzNiZTc4NjVlMjdjNyJ9fX0\"}]}},display:{Lore:[0:\"§7Easter of Souls\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §345-150\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Soulstealer Bow §8(§a5%§8)\"],Name:\"§9Crypt Souleater (Monster)\"},ExtraAttributes:{id:\"CRYPT_SOULEATER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Easter of Souls", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §345-150", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Soulstealer Bow §8(§a5%§8)" + ], + "internalname": "CRYPT_SOULEATER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Souleater" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/DANTE_TALISMAN.json b/items/DANTE_TALISMAN.json index 379794b6..927ee072 100644 --- a/items/DANTE_TALISMAN.json +++ b/items/DANTE_TALISMAN.json @@ -1,7 +1,7 @@ { "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:[]}", + "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\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Official medal proving your", diff --git a/items/DARK_GOGGLES.json b/items/DARK_GOGGLES.json index 4c11a9d5..6b765588 100644 --- a/items/DARK_GOGGLES.json +++ b/items/DARK_GOGGLES.json @@ -4,14 +4,13 @@ "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:\"§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\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"795d1347-6d0a-3ed7-a340-383b202e4d86\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjkzMTk1MjU4MjVmMWYzMDcyN2ViOTQwZDNhMDY0MjZiYzRjZWMwN2ZiZDgwYWY1Y2QxNDZlM2ViMzg3OWY2OCJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d75\",1:\"§7Ability Damage: §c+40%\",2:\"\",3:\"§7Intelligence: §a+150 \",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§aPerfect 35000 / 35000\",7:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Dark Goggles\"},ExtraAttributes:{id:\"DARK_GOGGLES\"}}", "modver": "2.0.0-REL", "lore": [ "§7Gear Score: §d75", - "§7Intelligence: §a+150", + "§7Ability Damage: §c+40%", "", - "§7Gain §c+40% §c✹ Ability Damage", - "§7against undead monsters.", + "§7Intelligence: §a+150 ", "", "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", diff --git a/items/FARMER_ROD.json b/items/FARMER_ROD.json index 4a25b4b1..a0647e54 100644 --- a/items/FARMER_ROD.json +++ b/items/FARMER_ROD.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aFarmer\u0027s Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+45\",1:\"\",2:\"§7Chance to fish up farm animals!\",3:\"\",4:\"§7Increases fishing speed by §940%\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§4❣ §cRequires §aFishing Skill 8\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer\u0027s Rod\"},ExtraAttributes:{id:\"FARMER_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+45\",1:\"§7Strength: §c+20\",2:\"\",3:\"§7Chance to fish up farm animals!\",4:\"\",5:\"§7Increases fishing speed by §940%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 8\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer\u0027s Rod\"},ExtraAttributes:{id:\"FARMER_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+45", + "§7Strength: §c+20", "", "§7Chance to fish up farm animals!", "", diff --git a/items/GLACITE_BOOTS.json b/items/GLACITE_BOOTS.json index 19096aef..f5402272 100644 --- a/items/GLACITE_BOOTS.json +++ b/items/GLACITE_BOOTS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_boots", "displayname": "§f§f§5Glacite Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Expert Miner\",5:\"§7Grants §6+2⸕ Mining Speed §7for\",6:\"§7each of your mining levels.\",7:\"\",8:\"§7The Defense §7of this item is\",9:\"§7doubled while on a mining island\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC BOOTS\"],color:261368,Name:\"§f§f§5Glacite Boots\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC BOOTS\"],color:261368,Name:\"§f§f§5Glacite Boots\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+140", "§7Speed: §a+10", + "§7True Defense: §a+10", "§7Mining Speed: §a+10", "", "§6Full Set Bonus: Expert Miner", @@ -21,7 +22,7 @@ "internalname": "GLACITE_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" diff --git a/items/GLACITE_CHESTPLATE.json b/items/GLACITE_CHESTPLATE.json index b1a8412e..611f0900 100644 --- a/items/GLACITE_CHESTPLATE.json +++ b/items/GLACITE_CHESTPLATE.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Glacite Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\"§7Speed: §a+15\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Expert Miner\",5:\"§7Grants §6+2⸕ Mining Speed §7for\",6:\"§7each of your mining levels.\",7:\"\",8:\"§7The Defense §7of this item is\",9:\"§7doubled while on a mining island\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC CHESTPLATE\"],color:261368,Name:\"§f§f§5Glacite Chestplate\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+20\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC CHESTPLATE\"],color:261368,Name:\"§f§f§5Glacite Chestplate\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+300", "§7Speed: §a+15", + "§7True Defense: §a+20", "§7Mining Speed: §a+10", "", "§6Full Set Bonus: Expert Miner", @@ -21,7 +22,7 @@ "internalname": "GLACITE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" diff --git a/items/GLACITE_HELMET.json b/items/GLACITE_HELMET.json index 9b144dfd..fa724026 100644 --- a/items/GLACITE_HELMET.json +++ b/items/GLACITE_HELMET.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:packed_ice", "displayname": "§f§f§5Glacite Helmet", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Expert Miner\",5:\"§7Grants §6+2⸕ Mining Speed §7for\",6:\"§7each of your mining levels.\",7:\"\",8:\"§7The Defense §7of this item is\",9:\"§7doubled while on a mining island\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC HELMET\"],Name:\"§f§f§5Glacite Helmet\"},ExtraAttributes:{id:\"GLACITE_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC HELMET\"],Name:\"§f§f§5Glacite Helmet\"},ExtraAttributes:{id:\"GLACITE_HELMET\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+140", "§7Speed: §a+10", + "§7True Defense: §a+10", "§7Mining Speed: §a+10", "", "§6Full Set Bonus: Expert Miner", @@ -21,7 +22,7 @@ "internalname": "GLACITE_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" diff --git a/items/GLACITE_LEGGINGS.json b/items/GLACITE_LEGGINGS.json index 654179b1..ea0cd28a 100644 --- a/items/GLACITE_LEGGINGS.json +++ b/items/GLACITE_LEGGINGS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§f§f§5Glacite Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\"§7Speed: §a+15\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Expert Miner\",5:\"§7Grants §6+2⸕ Mining Speed §7for\",6:\"§7each of your mining levels.\",7:\"\",8:\"§7The Defense §7of this item is\",9:\"§7doubled while on a mining island\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC LEGGINGS\"],color:261368,Name:\"§f§f§5Glacite Leggings\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+20\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC LEGGINGS\"],color:261368,Name:\"§f§f§5Glacite Leggings\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+250", "§7Speed: §a+15", + "§7True Defense: §a+20", "§7Mining Speed: §a+10", "", "§6Full Set Bonus: Expert Miner", @@ -21,7 +22,7 @@ "internalname": "GLACITE_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" diff --git a/items/GRINCH_SC.json b/items/GRINCH_SC.json index 68d22fe3..d7038ef7 100644 --- a/items/GRINCH_SC.json +++ b/items/GRINCH_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "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, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1f891d62-66c0-45dd-82a4-44669aeb19fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTljODlhODg5YzRiYjQyMWVhOWM1NmNiZWFlN2FmMWU2ZDg1ZjRmYWZmMzRhY2JhNzJlMWE4ZDVjNDExNmE4In19fQ\u003d\u003d\"}]}},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": 3, "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. ", @@ -27,6 +27,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Grinch" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/HAPPY_MASK.json b/items/HAPPY_MASK.json index 6114fc57..38cee4e9 100644 --- a/items/HAPPY_MASK.json +++ b/items/HAPPY_MASK.json @@ -1,7 +1,7 @@ { "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:[]}", + "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\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Wear this mask to show your", diff --git a/items/KING_MIDAS_MINIBOSS.json b/items/KING_MIDAS_MINIBOSS.json new file mode 100644 index 00000000..d9db22ca --- /dev/null +++ b/items/KING_MIDAS_MINIBOSS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§d§lKing Midas (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1a85d923-f8dd-35b8-899a-8f13b9469b0c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTU3NjA3MDMwMCwKICAicHJvZmlsZUlkIiA6ICJkYTQ5OGFjNGU5Mzc0ZTVjYjYxMjdiMzgwODU1Nzk4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOaXRyb2hvbGljXzIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjJiY2EwODU3NTAwNDM1MDNmNWRmOWY3ZGVmODI0YTJlM2FjZmMyNzg0MmJjZDA5ZDJiNjY5NTg4MWU4MzJmNSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7He loves gold.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §3125-148\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §8Gold Essence x4-7\",8:\"\",9:\"§9Rare Loot\",10:\"§8 ■ §4More Info Needed\"],Name:\"§d§lKing Midas (Miniboss)\"},ExtraAttributes:{id:\"KING_MIDAS_MINIBOSS\"}}", + "damage": 3, + "lore": [ + "§7He loves gold.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §3125-148", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §8Gold Essence x4-7", + "", + "§9Rare Loot", + "§8 ■ §4More Info Needed" + ], + "internalname": "KING_MIDAS_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/King_Midas" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/LONELY_SPIDER_MONSTER.json b/items/LONELY_SPIDER_MONSTER.json new file mode 100644 index 00000000..3da2324a --- /dev/null +++ b/items/LONELY_SPIDER_MONSTER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lonely Spider (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7So lonely.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §312-39\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §8Spider Essence x0-1\"],Name:\"§9Lonely Spider (Monster)\"},ExtraAttributes:{id:\"LONELY_SPIDER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7So lonely.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §312-39", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §8Spider Essence x0-1" + ], + "internalname": "LONELY_SPIDER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lonely_Spider" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/POTATO_CROWN.json b/items/POTATO_CROWN.json new file mode 100644 index 00000000..97b00f07 --- /dev/null +++ b/items/POTATO_CROWN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:golden_helmet", + "displayname": "§f§f§6Potato Crown", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Speed: §a+1\",1:\"\",2:\"§6Item Ability: Potato King\",3:\"§7Bestowed by Hypixel to the\",4:\"§7winner of the Great Potato War.\",5:\"\",6:\"§dAll mean can see the tactics\",7:\"§dwhereby I conquer, but what none\",8:\"§dcan see is the strategy out \",9:\"§dwhich victory is evolved.\",10:\"§8- Sun Tzu, The Art of War\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Potato Crown\"},ExtraAttributes:{id:\"POTATO_CROWN\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Speed: §a+1", + "", + "§6Item Ability: Potato King", + "§7Bestowed by Hypixel to the", + "§7winner of the Great Potato War.", + "", + "§dAll mean can see the tactics", + "§dwhereby I conquer, but what none", + "§dcan see is the strategy out ", + "§dwhich victory is evolved.", + "§8- Sun Tzu, The Art of War", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "internalname": "POTATO_CROWN", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Potato_Crown" + ] +}
\ No newline at end of file diff --git a/items/PRISMARINE_ROD.json b/items/PRISMARINE_ROD.json index 1199a21c..ed5394c9 100644 --- a/items/PRISMARINE_ROD.json +++ b/items/PRISMARINE_ROD.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fPrismarine Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"\",2:\"§7This fishing rod grants a\",3:\"§7§a25%§7 chance to catch\",4:\"§7Prismarine Shards or Prismarine\",5:\"§7Crystals.\",6:\"\",7:\"§7Increases fishing speed by §910%\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aFishing Skill 3\",11:\"§f§lCOMMON FISHING ROD\"],Name:\"§fPrismarine Rod\"},ExtraAttributes:{id:\"PRISMARINE_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7This fishing rod grants a\",4:\"§7§a25%§7 chance to catch\",5:\"§7Prismarine Shards or Prismarine\",6:\"§7Crystals.\",7:\"\",8:\"§7Increases fishing speed by §910%\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§4❣ §cRequires §aFishing Skill 3\",12:\"§f§lCOMMON FISHING ROD\"],Name:\"§fPrismarine Rod\"},ExtraAttributes:{id:\"PRISMARINE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+15", + "§7Strength: §c+10", "", "§7This fishing rod grants a", "§7§a25%§7 chance to catch", diff --git a/items/ROD_OF_THE_SEA.json b/items/ROD_OF_THE_SEA.json index 2c9cefa3..f4a2d89e 100644 --- a/items/ROD_OF_THE_SEA.json +++ b/items/ROD_OF_THE_SEA.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§6Rod of the Sea", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Sea Creature Chance: §c+7%\",2:\"\",3:\"§7Increases fishing speed by §975%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 24\",7:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Rod of the Sea\"},ExtraAttributes:{id:\"ROD_OF_THE_SEA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+150\",2:\"§7Sea Creature Chance: §c+7%\",3:\"\",4:\"§7Increases fishing speed by §975%\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§4❣ §cRequires §aFishing Skill 24\",8:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Rod of the Sea\"},ExtraAttributes:{id:\"ROD_OF_THE_SEA\"}}", "damage": 0, "lore": [ "§7Damage: §c+100", + "§7Strength: §c+150", "§7Sea Creature Chance: §c+7%", "", "§7Increases fishing speed by §975%", diff --git a/items/SCARED_SKELETON_MONSTER.json b/items/SCARED_SKELETON_MONSTER.json new file mode 100644 index 00000000..c4816ef5 --- /dev/null +++ b/items/SCARED_SKELETON_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Scared Skeleton (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Scared of its own shadow.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §340-72\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8■ §fEnchanted Bone §8(§a5%§8)\",8:\"§8■ §9Machine Gun Bow §8(§a5%§8)\"],Name:\"§9Scared Skeleton (Monster)\"},ExtraAttributes:{id:\"SCARED_SKELETON_MONSTER\"}}", + "damage": 0, + "lore": [ + "§7Scared of its own shadow.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §340-72", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8■ §fEnchanted Bone §8(§a5%§8)", + "§8■ §9Machine Gun Bow §8(§a5%§8)" + ], + "internalname": "SCARED_SKELETON_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scared_Skeleton" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_MINIBOSS.json b/items/SHADOW_ASSASSIN_MINIBOSS.json new file mode 100644 index 00000000..6282a4b8 --- /dev/null +++ b/items/SHADOW_ASSASSIN_MINIBOSS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§d§lShadow Assassin (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ef18719c-db6a-3ffb-97ca-4ed764ce9464\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MjI2ODE3MDkxMSwKICAicHJvZmlsZUlkIiA6ICJkYTQ5OGFjNGU5Mzc0ZTVjYjYxMjdiMzgwODU1Nzk4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOaXRyb2hvbGljXzIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzM5OWUwMGY0MDQ0MTFlNDY1ZDc0Mzg4ZGYxMzJkNTFmZTg2OGVjZjg2ZjFjMDczZmFmZmExZDkxNzJlYzBmMyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Slient, but deadly\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §3115-248\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Silent Death §8(§a4%§8)\",8:\"\",9:\"§dRNGesus Loot\",10:\"§8 ■ §4More Info Needed\"],Name:\"§d§lShadow Assassin (Miniboss)\"},ExtraAttributes:{id:\"SHADOW_ASSASSIN_MINIBOSS\"}}", + "damage": 3, + "lore": [ + "§7Slient, but deadly", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §3115-248", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Silent Death §8(§a4%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §4More Info Needed" + ], + "internalname": "SHADOW_ASSASSIN_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SHADOW_GOGGLES.json b/items/SHADOW_GOGGLES.json index e616357f..f22b9dc6 100644 --- a/items/SHADOW_GOGGLES.json +++ b/items/SHADOW_GOGGLES.json @@ -1,14 +1,13 @@ { "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:\"§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}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e23b008e-298b-3219-9670-a36b72cf76de\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2NTE2MjgwMiwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4cWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ2NWE4NDdlMTE0ZWY2MmU3ODMzY2JmYjJmZTVkZTU3NjRiYWI1ZjEwYWYxMjVmZDJkMzE2MjM4MjY4Mjc5ZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d160 \",1:\"§7Ability Damage: §c+60%\",2:\"\",3:\"§7Intelligence: §a+200 \",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§aPerfect 52500 / 52500\",7:\"§7§4❣ §cRequires §aCatacombs Level 16\",8:\"§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 ", + "§7Ability Damage: §c+60%", "", - "§7Gain §c+60% §c✹ Ability Damage", - "§7against undead monsters.", + "§7Intelligence: §a+200 ", "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", diff --git a/items/SKELETON_GRUNT_MONSTER.json b/items/SKELETON_GRUNT_MONSTER.json new file mode 100644 index 00000000..480f73f6 --- /dev/null +++ b/items/SKELETON_GRUNT_MONSTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Skeleton Grunt (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dfed3415-919e-3358-b563-0abd0513f74c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA0NzE2NzdiMzdhZTg0MmMyYmQyMzJlMTZlZWI4NGQ1YTQ5MzIzMWVlY2VjMDcyZGEzOGJlMzEyN2RkNWM4In19fQ\"}]}},display:{Lore:[0:\"§7Just more grunts in the platoon.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §340-78\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §5Skeleton Grunt Chestplate §8(§a4%§8)\",8:\"§8 ■ §5Skeleton Grunt Helmet §8(§a4%§8)\",9:\"§8 ■ §5Skeleton Grunt Boots §8(§a4%§8)\",10:\"§8 ■ §5Skeleton Grunt Leggings §8(§a4%§8)\",11:\"§8 ■ §7§fEnchanted Bone §8(§a2%§8)\"],Name:\"§9Skeleton Grunt (Monster)\"},ExtraAttributes:{id:\"SKELETON_GRUNT_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Just more grunts in the platoon.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §340-78", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §5Skeleton Grunt Chestplate §8(§a4%§8)", + "§8 ■ §5Skeleton Grunt Helmet §8(§a4%§8)", + "§8 ■ §5Skeleton Grunt Boots §8(§a4%§8)", + "§8 ■ §5Skeleton Grunt Leggings §8(§a4%§8)", + "§8 ■ §7§fEnchanted Bone §8(§a2%§8)" + ], + "internalname": "SKELETON_GRUNT_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Grunt" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SKELETON_MASTER_MONSTER.json b/items/SKELETON_MASTER_MONSTER.json new file mode 100644 index 00000000..0a5804b6 --- /dev/null +++ b/items/SKELETON_MASTER_MONSTER.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Skeleton Master (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ce22e0d7-c78e-3c8d-907a-2368c927808\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOTVlMWI3ZGM4MmJhNzg0NWE2OGZjNmEzMTJmNGNkOTBlZTJmNmNjZTI2YTY4Yzg4YjA0YjEwNzJkODc5In19fQ\"}]}},display:{Lore:[0:\"§7Just more grunts in the platoon.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §344-108\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §5Skeleton Master Chestplate §8(§a4%§8)\",8:\"§8 ■ §5Skeleton Master Helmet §8(§a4%§8)\",9:\"§8 ■ §5Skeleton Master Boots §8(§a4%§8)\",10:\"§8 ■ §5Skeleton Master Leggings §8(§a4%§8)\",11:\"§8 ■ §7§fEnchanted Bone §8(§a2%§8)\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Machine Gun Bow §8(§a1%§8)\"],Name:\"§9Skeleton Master (Monster)\"},ExtraAttributes:{id:\"SKELETON_MASTER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Just more grunts in the platoon.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §344-108", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §5Skeleton Master Chestplate §8(§a4%§8)", + "§8 ■ §5Skeleton Master Helmet §8(§a4%§8)", + "§8 ■ §5Skeleton Master Boots §8(§a4%§8)", + "§8 ■ §5Skeleton Master Leggings §8(§a4%§8)", + "§8 ■ §7§fEnchanted Bone §8(§a2%§8)", + "", + "§9Rare Loot", + "§8 ■ §9Machine Gun Bow §8(§a1%§8)" + ], + "internalname": "SKELETON_MASTER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Master" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SKELETON_SOLDIER_MONSTER.json b/items/SKELETON_SOLDIER_MONSTER.json new file mode 100644 index 00000000..159eb258 --- /dev/null +++ b/items/SKELETON_SOLDIER_MONSTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Skeleton Soldier (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cab75065-c896-338e-a399-c4a6da16d678\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE5Njg4ZTBjMmYwNWFlYjk3OWQ2YTFiOGM5MTE5NTdiN2QzNjU3ZTE0YjU3YWY5M2M1ZWY2ZjZhNTk1NjlkZCJ9fX0\"}]}},display:{Lore:[0:\"§7Defenders of the Catacombs.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §344-108\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §5Skeleton Soldier Chestplate §8(§a4%§8)\",8:\"§8 ■ §5Skeleton Soldier Helmet §8(§a4%§8)\",9:\"§8 ■ §5Skeleton Soldier Boots §8(§a4%§8)\",10:\"§8 ■ §5Skeleton Soldier Leggings §8(§a4%§8)\",11:\"§8 ■ §7§fEnchanted Bone §8(§a2%§8)\"],Name:\"§9Skeleton Soldier (Monster)\"},ExtraAttributes:{id:\"SKELETON_SOLDIER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Defenders of the Catacombs.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §344-108", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §5Skeleton Soldier Chestplate §8(§a4%§8)", + "§8 ■ §5Skeleton Soldier Helmet §8(§a4%§8)", + "§8 ■ §5Skeleton Soldier Boots §8(§a4%§8)", + "§8 ■ §5Skeleton Soldier Leggings §8(§a4%§8)", + "§8 ■ §7§fEnchanted Bone §8(§a2%§8)" + ], + "internalname": "SKELETON_SOLDIER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Soldier" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SKELETOR_MONSTER.json b/items/SKELETOR_MONSTER.json new file mode 100644 index 00000000..eda15736 --- /dev/null +++ b/items/SKELETOR_MONSTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Skeletor (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49fcfb3e-da7e-3fda-b4f9-37df5ac8fbd3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODlkMDc0YWQ5Yjk5NzE4NzllYjMyNWJkZGZmMzY3NWY3MjI0ODU2YmQ2ZDU2OWZjOGQ0ODNjMTMzZDczMDA1ZCJ9fX0K\"}]}},display:{Lore:[0:\"§7I am Skeletor.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §380-180\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §fEnchanted Bone §8(§a2%§8)\",8:\"§8 ■ §5Skeletor Chestplate §8(§a5%§8)\",9:\"§8 ■ §5Skeletor Helmet §8(§a5%§8)\",10:\"§8 ■ §5Skeletor Boots §8(§a5%§8)\",11:\"§8 ■ §5Skeletor Leggings §8(§a5%§8)\"],Name:\"§9Skeletor (Monster)\"},ExtraAttributes:{id:\"SKELETOR_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7I am Skeletor.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §380-180", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §fEnchanted Bone §8(§a2%§8)", + "§8 ■ §5Skeletor Chestplate §8(§a5%§8)", + "§8 ■ §5Skeletor Helmet §8(§a5%§8)", + "§8 ■ §5Skeletor Boots §8(§a5%§8)", + "§8 ■ §5Skeletor Leggings §8(§a5%§8)" + ], + "internalname": "SKELETOR_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeletor" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SKELETOR_PRIME_MONSTER.json b/items/SKELETOR_PRIME_MONSTER.json new file mode 100644 index 00000000..0166377c --- /dev/null +++ b/items/SKELETOR_PRIME_MONSTER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Skeletor Prime (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8e3d5d03-6756-33e1-8b83-9a981c713efa\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMDc3NTY0NTk5OSwKICAicHJvZmlsZUlkIiA6ICJiZWNkZGIyOGEyYzg0OWI0YTliMDkyMmE1ODA1MTQyMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdFR2IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFiZDNhNGY4ZTIyZGIxNWU0ODZhY2FjNWQ0NTZmZjM1ZjM0ZWQ5YWI1YzY0ZWVjMDU3YWZkMjg2NmQ1NTk0MDEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Skeletor but with free shipping.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §3100-180\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §5Skeletor Chestplate §8(§a5%§8)\",8:\"§8 ■ §5Skeletor Helmet §8(§a5%§8)\",9:\"§8 ■ §5Skeletor Boots §8(§a5%§8)\",10:\"§8 ■ §5Skeletor Leggings §8(§a5%§8)\"],Name:\"§9Skeletor Prime (Monster)\"},ExtraAttributes:{id:\"SKELETOR_PRIME_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Skeletor but with free shipping.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §3100-180", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §5Skeletor Chestplate §8(§a5%§8)", + "§8 ■ §5Skeletor Helmet §8(§a5%§8)", + "§8 ■ §5Skeletor Boots §8(§a5%§8)", + "§8 ■ §5Skeletor Leggings §8(§a5%§8)" + ], + "internalname": "SKELETOR_PRIME_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeletor_Prime" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SNIPER_MONSTER.json b/items/SNIPER_MONSTER.json new file mode 100644 index 00000000..a9600e47 --- /dev/null +++ b/items/SNIPER_MONSTER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Sniper (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"848130dc-9c46-3818-a099-b429cb2f1d75\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjE4YzA3MWYwODBkYmE1MGE2MmE2MjYzZmY3MjRlZGMxNTdjZTRmYjQ4ODNjY2VmZjI0OTFkNWJiZGU4MzBjMSJ9fX0K\"}]}},display:{Lore:[0:\"§7Said to have sniped adventurers\",1:\"§7from floors away.\",2:\"\",3:\"§7Coins per Kill: §61\",4:\"§7Combat XP: §345-150\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aUncommon Loot\",8:\"§8 ■ §fEnchanted Bone §8(§a2%§8)\",9:\"§8 ■ §9Sniper Helmet §8(§a5%§8)\",10:\"§8 ■ §9Sniper Bow §8(§a5%§8)\"],Name:\"§9Sniper (Monster)\"},ExtraAttributes:{id:\"SNIPER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Said to have sniped adventurers", + "§7from floors away.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §345-150", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §fEnchanted Bone §8(§a2%§8)", + "§8 ■ §9Sniper Helmet §8(§a5%§8)", + "§8 ■ §9Sniper Bow §8(§a5%§8)" + ], + "internalname": "SNIPER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sniper" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SPEEDSTER_ROD.json b/items/SPEEDSTER_ROD.json index 604612e2..0b2ab745 100644 --- a/items/SPEEDSTER_ROD.json +++ b/items/SPEEDSTER_ROD.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aSpeedster Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Hitting a monster gives a burst\",3:\"§7of speed!\",4:\"\",5:\"§7Increases fishing speed by §930%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 3\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aSpeedster Rod\"},ExtraAttributes:{id:\"SPEEDSTER_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Hitting a monster gives a burst\",4:\"§7of speed!\",5:\"\",6:\"§7Increases fishing speed by §930%\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aFishing Skill 6\",10:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aSpeedster Rod\"},ExtraAttributes:{id:\"SPEEDSTER_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+30", + "§7Strength: §c+15", "", "§7Hitting a monster gives a burst", "§7of speed!", diff --git a/items/SPLITTER_SPIDER_MONSTER.json b/items/SPLITTER_SPIDER_MONSTER.json index ac4296c8..606cfad7 100644 --- a/items/SPLITTER_SPIDER_MONSTER.json +++ b/items/SPLITTER_SPIDER_MONSTER.json @@ -1,19 +1,38 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Splitter Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Splitter Spider is a spider that splits into two\",1:\"§7silverfish upon death. They spawn in the Spider\u0027s\",2:\"§7Den (Northwest of the Graveyard). \"],Name:\"§9Splitter Spider (Monster)\"},ExtraAttributes:{id:\"SPLITTER_SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"50010472-fa22-3519-b941-2d6d22f47bf1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFjZjY5ZmM3YWY1NDk3YTE3NDE4OTFkMWU1YmYzMmI5NmFlMGQ2YzBiYmQzYzE0NzU4ZWE0NGEwM2M1NzI4MyJ9fX0\"}]}},display:{Lore:[0:\"§7The Splitter Spider is a spider that splits into two\",1:\"§7silverfish upon death. They spawn in the Spider\u0027s\",2:\"§7Den (Northwest of the Graveyard). \",3:\"\",4:\"§c❤ Health§8: §c160\",5:\"§7Coins per Kill: §62-15\",6:\"§7Combat XP: §39-36\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString §8x2\",11:\"\",12:\"§aUncommon §8[Lv42-50]\",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)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §4More Info Needed\",21:\"§8 ■ §4More Info Needed\"],Name:\"§9Splitter Spider (Monster)\"},ExtraAttributes:{id:\"SPLITTER_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Splitter Spider is a spider that splits into two", "§7silverfish upon death. They spawn in the Spider\u0027s", - "§7Den (Northwest of the Graveyard). " + "§7Den (Northwest of the Graveyard). ", + "", + "§c❤ Health§8: §c160", + "§7Coins per Kill: §62-15", + "§7Combat XP: §39-36", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fString §8x2", + "", + "§aUncommon §8[Lv42-50]", + "§8 ■ §fSpider Eye §8(§a10%§8)", + "", + "§6Legendary Loot", + "§8 ■ §5 Travel Scroll to Spider\u0027s Den", + " §5Top of Nest §8(§a0.02%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §4More Info Needed", + "§8 ■ §4More Info Needed" ], "internalname": "SPLITTER_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Splitter_Spider" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file diff --git a/items/SPONGE_ROD.json b/items/SPONGE_ROD.json index b8714614..622c64aa 100644 --- a/items/SPONGE_ROD.json +++ b/items/SPONGE_ROD.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fSponge Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§7This fishing rod grants a\",3:\"§7§a20%§7 chance to catch Sponge.\",4:\"\",5:\"§7Increases fishing speed by §920%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 5\",9:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7This fishing rod grants a\",4:\"§7§a20%§7 chance to catch Sponge.\",5:\"\",6:\"§7Increases fishing speed by §920%\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aFishing Skill 5\",10:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+20", + "§7Strength: §c+15", "", "§7This fishing rod grants a", "§7§a20%§7 chance to catch Sponge.", diff --git a/items/SUPER_ARCHER_MONSTER.json b/items/SUPER_ARCHER_MONSTER.json new file mode 100644 index 00000000..21e380bd --- /dev/null +++ b/items/SUPER_ARCHER_MONSTER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Super Archer (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8ebf155b-7b8f-386f-91f1-2e425db4230f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNhZTZkYjBiNTlhNjQzMDUwNzZkOTY2ZDhlN2I5YTk3YmU0NmRhZTNhODA3NzE0ZmE4NmQzNzg0OGY2In19fQ\"}]}},display:{Lore:[0:\"§7Bouncy, yet dangerous\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §370-150\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Bouncy Chestplate §8(§a5%§8)\",8:\"§8 ■ §9Bouncy Helmet §8(§a5%§8)\",9:\"§8 ■ §9Bouncy Boots §8(§a5%§8)\",10:\"§8 ■ §9Bouncy Leggings §8(§a5%§8)\"],Name:\"§9Super Archer (Monster)\"},ExtraAttributes:{id:\"SUPER_ARCHER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Bouncy, yet dangerous", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §370-150", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Bouncy Chestplate §8(§a5%§8)", + "§8 ■ §9Bouncy Helmet §8(§a5%§8)", + "§8 ■ §9Bouncy Boots §8(§a5%§8)", + "§8 ■ §9Bouncy Leggings §8(§a5%§8)" + ], + "internalname": "SUPER_ARCHER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Archer" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SUPER_TANK_ZOMBIE_MONSTER.json b/items/SUPER_TANK_ZOMBIE_MONSTER.json new file mode 100644 index 00000000..c21fcc3b --- /dev/null +++ b/items/SUPER_TANK_ZOMBIE_MONSTER.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Super Tank Zombie (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Heftiest zombie.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §370-168\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §5Super Heavy Chestplate §8(§a2.5%§8)\",8:\"§8 ■ §5Super Heavy Helmet §8(§a2.5%§8)\",9:\"§8 ■ §5Super Heavy Boots §8(§a2.5%§8)\",10:\"§8 ■ §5Super Heavy Leggings §8(§a2.5%§8)\",11:\"\",12:\"§9Rare Loot\",13:\"§8 ■ §5Earth Shard §8(§a0.1%§8)\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Super Tank Zombie (Monster)\"},ExtraAttributes:{id:\"SUPER_TANK_ZOMBIE_MONSTER\"}}", + "damage": 2, + "lore": [ + "§7Heftiest zombie.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §370-168", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §5Super Heavy Chestplate §8(§a2.5%§8)", + "§8 ■ §5Super Heavy Helmet §8(§a2.5%§8)", + "§8 ■ §5Super Heavy Boots §8(§a2.5%§8)", + "§8 ■ §5Super Heavy Leggings §8(§a2.5%§8)", + "", + "§9Rare Loot", + "§8 ■ §5Earth Shard §8(§a0.1%§8)", + "", + "§6Legendary Loot", + "§8 ■ §9Premium Flesh §8(§a0.1%§8)" + ], + "internalname": "SUPER_TANK_ZOMBIE_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Super_Tank_Zombie" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/TANK_ZOMBIE_MONSTER.json b/items/TANK_ZOMBIE_MONSTER.json new file mode 100644 index 00000000..5586c935 --- /dev/null +++ b/items/TANK_ZOMBIE_MONSTER.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Tank Zombie (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Hefty zombie.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §370-168\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Heavy Chestplate §8(§a5%§8)\",8:\"§8 ■ §9Heavy Helmet §8(§a5%§8)\",9:\"§8 ■ §9Heavy Boots §8(§a5%§8)\",10:\"§8 ■ §9Heavy Leggings §8(§a5%§8)\",11:\"\",12:\"§6Legendary Loot\",13:\"§8 ■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Tank Zombie (Monster)\"},ExtraAttributes:{id:\"TANK_ZOMBIE_MONSTER\"}}", + "damage": 2, + "lore": [ + "§7Hefty zombie.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §370-168", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Heavy Chestplate §8(§a5%§8)", + "§8 ■ §9Heavy Helmet §8(§a5%§8)", + "§8 ■ §9Heavy Boots §8(§a5%§8)", + "§8 ■ §9Heavy Leggings §8(§a5%§8)", + "", + "§6Legendary Loot", + "§8 ■ §9Premium Flesh §8(§a0.1%§8)" + ], + "internalname": "TANK_ZOMBIE_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tank_Zombie" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/THE_SHREDDER.json b/items/THE_SHREDDER.json index 669bffec..13c547fd 100644 --- a/items/THE_SHREDDER.json +++ b/items/THE_SHREDDER.json @@ -4,10 +4,11 @@ "displayname": "§6Shredder", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"\",2:\"§7Ferocity: §a+50\",3:\"\",4:\"§7§7Gives §9strength§7 every 50\",5:\"§7bait used + §9damage§7 per 10\",6:\"§7fish caught.\",7:\"\",8:\"§cBonus Strength (15 cap): §70\",9:\"§cBonus Damage (115 cap): §70\",10:\"\",11:\"§7Increases fishing speed by §975%\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§4❣ §cRequires §aFishing Skill 20\",15:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Shredder\"},ExtraAttributes:{id:\"THE_SHREDDER\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Ferocity: §a+50\",4:\"\",5:\"§7§7Gives §9strength§7 every 50\",6:\"§7bait used + §9damage§7 per 10\",7:\"§7fish caught.\",8:\"\",9:\"§cBonus Strength (15 cap): §70\",10:\"§cBonus Damage (115 cap): §70\",11:\"\",12:\"§7Increases fishing speed by §975%\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§4❣ §cRequires §aFishing Skill 20\",16:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Shredder\"},ExtraAttributes:{id:\"THE_SHREDDER\"}}", "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+120", + "§7Strength: §c+15", "", "§7Ferocity: §a+50", "", @@ -29,4 +30,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Shredder" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/TIGER_SHARK_SC.json b/items/TIGER_SHARK_SC.json index 0c15309a..64f76a77 100644 --- a/items/TIGER_SHARK_SC.json +++ b/items/TIGER_SHARK_SC.json @@ -1,19 +1,31 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Tiger Shark (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Tiger Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 18.\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Tiger Shark is one of 4 sharks added in the fishing aspect of the",
- "§7community center update. It can be caught during fishing festivals",
- "§7while Marina is mayor by those of at least Fishing Level 18."
- ],
- "internalname": "TIGER_SHARK_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Tiger_Shark"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§3Tiger Shark (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9759a0b6-2a7f-4265-8271-e5dd183e0fb4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Tiger Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 18.\",3:\"\",4:\"§c❤ Health§8: §c250.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §5Tiger Shark Tooth\",9:\"§7- §5Megalodon\",10:\"§7- §6Megalodon\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 18\",14:\"§7- §bFishing Festival\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}", + "damage": 3, + "lore": [ + "§7The Tiger Shark is one of 4 sharks added in the fishing aspect of the", + "§7community center update. It can be caught during fishing festivals", + "§7while Marina is mayor by those of at least Fishing Level 18.", + "", + "§c❤ Health§8: §c250.000", + "", + "§cDrops:", + "§7- §9Shark Fin", + "§7- §5Tiger Shark Tooth", + "§7- §5Megalodon", + "§7- §6Megalodon", + "", + "§cRequirements:", + "§7- Fishing Skill 18", + "§7- §bFishing Festival" + ], + "internalname": "TIGER_SHARK_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tiger_Shark" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/UNDEAD_MONSTER.json b/items/UNDEAD_MONSTER.json new file mode 100644 index 00000000..10f0a1c6 --- /dev/null +++ b/items/UNDEAD_MONSTER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§4§lUndead (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0ac53e90-4e60-388c-a754-092dd4578592\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1ODYwNDAyMDM1NzMsInByb2ZpbGVJZCI6ImRhNDk4YWM0ZTkzNzRlNWNiNjEyN2IzODA4NTU3OTgzIiwicHJvZmlsZU5hbWUiOiJOaXRyb2hvbGljXzIiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Y0NjI0YTlhOGM2OWNhMjA0NTA0YWJiMDQzZDQ3NDU2Y2Q5YjA5NzQ5YTM2MzU3NDYyMzAzZjI3NmEyMjlkNCJ9fX0\"}]}},display:{Lore:[0:\"§7The Watcher´s personal henchmen\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §375-338\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§9Rare§8-§6Legendary Loot\",7:\"§8 ■ §9Beating Heart §8(§a0.1%§8)\"],Name:\"§4§lUndead (Monster)\"},ExtraAttributes:{id:\"UNDEAD_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Watcher´s personal henchmen", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §375-338", + "", + "§6§lPossible Drops:", + "§9Rare§8-§6Legendary Loot", + "§8 ■ §9Beating Heart §8(§a0.1%§8)" + ], + "internalname": "UNDEAD_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lonely_Spider" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/UNDEAD_SKELETON_MONSTER.json b/items/UNDEAD_SKELETON_MONSTER.json new file mode 100644 index 00000000..1755de2d --- /dev/null +++ b/items/UNDEAD_SKELETON_MONSTER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Undead Skeleton (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Redundant name.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §336-75\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8■ §fEnchanted Bone §8(§a2%§8)\"],Name:\"§9Undead Skeleton (Monster)\"},ExtraAttributes:{id:\"UNDEAD_SKELETON_MONSTER\"}}", + "damage": 0, + "lore": [ + "§7Redundant name.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §336-75", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8■ §fEnchanted Bone §8(§a2%§8)" + ], + "internalname": "UNDEAD_SKELETON_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Undead_Skeleton" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/WEAVER_SPIDER_MONSTER.json b/items/WEAVER_SPIDER_MONSTER.json index 874b8448..5466ce33 100644 --- a/items/WEAVER_SPIDER_MONSTER.json +++ b/items/WEAVER_SPIDER_MONSTER.json @@ -1,20 +1,40 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Weaver Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Weaver Spider is a spider that acts normally, but\",1:\"§7it can also shoot webs that slow you down for a small\",2:\"§7amount of time. Weaver Spiders can be found in the\",3:\"§7Spider\u0027s Den, usually higher up in the nest. \"],Name:\"§9Weaver Spider (Monster)\"},ExtraAttributes:{id:\"WEAVER_SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"97414c0c-623b-3df3-b1f6-bbcaddafc7fc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTIxNDM4ZjY0NmRjMDQ1MTU5NjdlODE5NWNjYzNkMzFlMjNiMDJmOWFhMGFjOTE0ZWRjMjgyMmY5ODM5NGI4NiJ9fX0\"}]}},display:{Lore:[0:\"§7The Weaver Spider is a spider that acts normally, but\",1:\"§7it can also shoot webs that slow you down for a small\",2:\"§7amount of time. Weaver Spiders can be found in the\",3:\"§7Spider\u0027s Den, usually higher up in the nest. \",4:\"\",5:\"§c❤ Health§8: §c160\",6:\"§7Coins per Kill: §62-12\",7:\"§7Combat XP: §39-36\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fSpider Eye §8(§a50%-80%§8)\",12:\"§8 ■ §fString §8x2\",13:\"\",14:\"§9Rare Loot §8[Lv42-50]\",15:\"§8 ■ §9Arachne\u0027s Keeper Fragment §8(§a0.2%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §5 Travel Scroll to Spider\u0027s Den\",19:\" §5Top of Nest §8(§a0.02%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §4More Info Needed\",23:\"§8 ■ §4More Info Needed\"],Name:\"§9Weaver Spider (Monster)\"},ExtraAttributes:{id:\"WEAVER_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Weaver Spider is a spider that acts normally, but", "§7it can also shoot webs that slow you down for a small", "§7amount of time. Weaver Spiders can be found in the", - "§7Spider\u0027s Den, usually higher up in the nest. " + "§7Spider\u0027s Den, usually higher up in the nest. ", + "", + "§c❤ Health§8: §c160", + "§7Coins per Kill: §62-12", + "§7Combat XP: §39-36", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye §8(§a50%-80%§8)", + "§8 ■ §fString §8x2", + "", + "§9Rare Loot §8[Lv42-50]", + "§8 ■ §9Arachne\u0027s Keeper Fragment §8(§a0.2%§8)", + "", + "§6Legendary Loot", + "§8 ■ §5 Travel Scroll to Spider\u0027s Den", + " §5Top of Nest §8(§a0.02%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §4More Info Needed", + "§8 ■ §4More Info Needed" ], "internalname": "WEAVER_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Weaver_Spider" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file diff --git a/items/WINTER_ROD.json b/items/WINTER_ROD.json index 2d7d2bca..045a8ab2 100644 --- a/items/WINTER_ROD.json +++ b/items/WINTER_ROD.json @@ -4,11 +4,14 @@ "displayname": "§9Winter Rod", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Sea Creature Chance: §c+5%\",2:\"\",3:\"§7Increases fishing speed by §950%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 10\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Winter Rod\"},ExtraAttributes:{id:\"WINTER_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Strength: §c+50\",2:\"\",3:\"§7Gain §3+5α Sea Creature Chance\",4:\"§7 while on the Winter Island.\",5:\"\",6:\"§7Increases fishing speed by §950%\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aFishing Skill 10\",10:\"§9§lRARE FISHING ROD\"],Name:\"§9Winter Rod\"},ExtraAttributes:{id:\"WINTER_ROD\"}}", "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+40", - "§7Sea Creature Chance: §c+5%", + "§7Strength: §c+50", + "", + "§7Gain §3+5α Sea Creature Chance", + "§7 while on the Winter Island.", "", "§7Increases fishing speed by §950%", "", diff --git a/items/WITHERMANCER_MONSTER.json b/items/WITHERMANCER_MONSTER.json new file mode 100644 index 00000000..abd0fe09 --- /dev/null +++ b/items/WITHERMANCER_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Withermancer (Monster)", + "nbttag": "{overrideMeta:1b,display:{Lore:[0:\"§7Learned their sorcery from the\",1:\"§7most vicious of teachers.\",2:\"\",3:\"§7Coins per Kill: §61\",4:\"§7Combat XP: §380-165\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aUncommon Loot\",8:\"§8 ■ §9Conjuring §8(§a2%§8)\"],Name:\"§9Withermancer (Monster)\"},ExtraAttributes:{id:\"WITHERMANCER_MONSTER\"}}", + "damage": 1, + "lore": [ + "§7Learned their sorcery from the", + "§7most vicious of teachers.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §380-165", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Conjuring §8(§a2%§8)" + ], + "internalname": "WITHERMANCER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Withermancer" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/WITHER_GOGGLES.json b/items/WITHER_GOGGLES.json index 3a2a7211..a8455821 100644 --- a/items/WITHER_GOGGLES.json +++ b/items/WITHER_GOGGLES.json @@ -1,14 +1,13 @@ { "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:\"§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}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a4baabfd-565a-33f1-a52b-b120cb7c749b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0MTg4MSwKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdjZWI4ZjA3NThlMmQ4YWM0OWRlNmY5Nzc2MDNjN2JmYzIzZmQ4MmE4NTc0ODEwYTQ1ZjVlOTdjNjQzNmQ3OSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d210 \",1:\"§7Ability Damage: §c+70%\",2:\"\",3:\"§7Intelligence: §a+300 \",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§aPerfect 52500 / 52500\",7:\"§7§4❣ §cRequires §aCatacombs Level 28\",8:\"§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 ", + "§7Ability Damage: §c+70%", "", - "§7Gain §c+70% §c✹ Ability Damage", - "§7against undead monsters.", + "§7Intelligence: §a+300 ", "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", diff --git a/items/WRAITH_MONSTER.json b/items/WRAITH_MONSTER.json index 8b868c7a..b7aa7332 100644 --- a/items/WRAITH_MONSTER.json +++ b/items/WRAITH_MONSTER.json @@ -1,28 +1,29 @@ -{
- "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",
- "§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": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Wraith"
- ]
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§9Wraith (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bca22b11-8e4c-386a-8824-7b2bd6364cde\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzczMzcxNjI0MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVhYmMzMDc1Y2Y0MWYzOGU2ZGYxMjM2Yjk1Y2FhZmNiYTFiZWUyMmM0OWQ4MDRiOTQyNzQ4OGMyZjZlMGVmYyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7The Wraith is a mob added in the\",1:\"§7Spooky Festival v2 Update. It can only spawn\",2:\"§7during the night during Spooky Festivals\",3:\"\",4:\"§7Coins per Kill: §61\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §aGreen Candy §8x1-2\",9:\"\",10:\"§aUncommon Loot\",11:\"§8 ■ §5Purple Candy §8(§a5%§8)\",12:\"§8 ■ §9Ectoplasm §8(§a10%§8)\"],Name:\"§9Wraith (Monster)\"},ExtraAttributes:{id:\"WRAITH_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Wraith is a mob added in the", + "§7Spooky Festival v2 Update. It can only spawn", + "§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": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wraith" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/YETI_SC.json b/items/YETI_SC.json index 711378c3..0fe23851 100644 --- a/items/YETI_SC.json +++ b/items/YETI_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "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.\",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, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0f7e2dc4-3319-41d6-85dc-cc7a9bae89bb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWIxMjY4MTRmYzNmYTg0NmRhZDkzNGMzNDk2MjhhN2ExZGU1YjQxNTAyMWEwM2VmNDIxMWQ2MjUxNGQ1In19fQ\"}]}},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": 3, "lore": [ "§7The Yeti is a Legendary mob unlocked from Fishing", "§7level 25. It can only be fished at Jerry Pond.", diff --git a/items/ZOMBIE_COMMANDER_MONSTER.json b/items/ZOMBIE_COMMANDER_MONSTER.json new file mode 100644 index 00000000..588f96ba --- /dev/null +++ b/items/ZOMBIE_COMMANDER_MONSTER.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Zombie Commander (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Leader of the Undead.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §395-158\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§9Rare Loot\",7:\"§8 ■ §5Zombie Commander Whip §8(§a1%§8)\",8:\"§8 ■ §5Zombie Commander Chestplate §8(§a1%§8)\",9:\"§8 ■ §5Zombie Commander Helmet §8(§a1%§8)\",10:\"§8 ■ §5Zombie Commander Boots §8(§a1%§8)\",11:\"§8 ■ §5Zombie Commander Leggings §8(§a1%§8)\",12:\"\",13:\"§6Legendary Loot\",14:\"§8 ■ §4More Info Needed\"],Name:\"§9Zombie Commander (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_COMMANDER_MONSTER\"}}", + "damage": 2, + "lore": [ + "§7Leader of the Undead.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §395-158", + "", + "§6§lPossible Drops:", + "§9Rare Loot", + "§8 ■ §5Zombie Commander Whip §8(§a1%§8)", + "§8 ■ §5Zombie Commander Chestplate §8(§a1%§8)", + "§8 ■ §5Zombie Commander Helmet §8(§a1%§8)", + "§8 ■ §5Zombie Commander Boots §8(§a1%§8)", + "§8 ■ §5Zombie Commander Leggings §8(§a1%§8)", + "", + "§6Legendary Loot", + "§8 ■ §4More Info Needed" + ], + "internalname": "ZOMBIE_COMMANDER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_GRUNT_MONSTER.json b/items/ZOMBIE_GRUNT_MONSTER.json new file mode 100644 index 00000000..8bc5b9cd --- /dev/null +++ b/items/ZOMBIE_GRUNT_MONSTER.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Zombie Grunt (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Just more grunts in the platoon\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §340-78\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Rotten Chestplate §8(§a6%§8)\",8:\"§8 ■ §9Rotten Helmet §8(§a6%§8)\",9:\"§8 ■ §9Rotten Boots §8(§a6%§8)\",10:\"§8 ■ §9Rotten Leggings §8(§a6%§8)\",11:\"§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)\",12:\"\",13:\"§6Legendary Loot\",14:\"§8 ■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Zombie Grunt (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_GRUNT_MONSTER\"}}", + "damage": 2, + "lore": [ + "§7Just more grunts in the platoon", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §340-78", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Rotten Chestplate §8(§a6%§8)", + "§8 ■ §9Rotten Helmet §8(§a6%§8)", + "§8 ■ §9Rotten Boots §8(§a6%§8)", + "§8 ■ §9Rotten Leggings §8(§a6%§8)", + "§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)", + "", + "§6Legendary Loot", + "§8 ■ §9Premium Flesh §8(§a0.1%§8)" + ], + "internalname": "ZOMBIE_GRUNT_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Grunt" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_KNIGHT_MONSTER.json b/items/ZOMBIE_KNIGHT_MONSTER.json new file mode 100644 index 00000000..b9b7f94a --- /dev/null +++ b/items/ZOMBIE_KNIGHT_MONSTER.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Zombie Knight (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34af9e21-dff4-3b94-9fb5-07816e41af75\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkMmYzMWJhMTYyZmU2MjcyZTgzMWFlZDE3ZjUzMjEzZGI2ZmExYzRjYmU0ZmM4MjdmMzk2M2NjOThiOSJ9fX0\"}]}},display:{Lore:[0:\"§7Knighted by Necron himself.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §356-108\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §8Gold Essence x0-1\",8:\"§8 ■ §5Zombie Knight Sword §8(§a2%§8)\",9:\"§8 ■ §5Zombie Knight Chestplate §8(§a4%§8)\",10:\"§8 ■ §5Zombie Knight Helmet §8(§a4%§8)\",11:\"§8 ■ §5Zombie Knight Boots §8(§a4%§8)\",12:\"§8 ■ §5Zombie Knight Leggings §8(§a4%§8)\",13:\"§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Zombie Knight (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_KNIGHT_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Knighted by Necron himself.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §356-108", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §8Gold Essence x0-1", + "§8 ■ §5Zombie Knight Sword §8(§a2%§8)", + "§8 ■ §5Zombie Knight Chestplate §8(§a4%§8)", + "§8 ■ §5Zombie Knight Helmet §8(§a4%§8)", + "§8 ■ §5Zombie Knight Boots §8(§a4%§8)", + "§8 ■ §5Zombie Knight Leggings §8(§a4%§8)", + "§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)", + "", + "§6Legendary Loot", + "§8 ■ §9Premium Flesh §8(§a0.1%§8)" + ], + "internalname": "ZOMBIE_KNIGHT_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Knight" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_SOLDIER_MONSTER.json b/items/ZOMBIE_SOLDIER_MONSTER.json new file mode 100644 index 00000000..76b7abae --- /dev/null +++ b/items/ZOMBIE_SOLDIER_MONSTER.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Zombie Soldier (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Defenders of the Catacombs.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §352-102\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Zombie Soldier Cutlass §8(§a2%§8)\",8:\"§8 ■ §5Zombie Soldier Chestplate §8(§a4%§8)\",9:\"§8 ■ §5Zombie Soldier Helmet §8(§a4%§8)\",10:\"§8 ■ §5Zombie Soldier Boots §8(§a4%§8)\",11:\"§8 ■ §5Zombie Soldier Leggings §8(§a4%§8)\",12:\"§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)\",13:\"\",14:\"§6Legendary Loot\",15:\"§8■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Zombie Soldier (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_SOLDIER_MONSTER\"}}", + "damage": 2, + "lore": [ + "§7Defenders of the Catacombs.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §352-102", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §9Zombie Soldier Cutlass §8(§a2%§8)", + "§8 ■ §5Zombie Soldier Chestplate §8(§a4%§8)", + "§8 ■ §5Zombie Soldier Helmet §8(§a4%§8)", + "§8 ■ §5Zombie Soldier Boots §8(§a4%§8)", + "§8 ■ §5Zombie Soldier Leggings §8(§a4%§8)", + "§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)", + "", + "§6Legendary Loot", + "§8■ §9Premium Flesh §8(§a0.1%§8)" + ], + "internalname": "ZOMBIE_SOLDIER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Soldier" + ], + "crafttext": "" +}
\ No newline at end of file |