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/HAP |
