diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-08 01:26:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 19:26:16 -0400 |
commit | 6a436fd516aefa90ce2366272318fc67758bcbba (patch) | |
tree | 60bd10e7357fae0363689f073880e1f99cd0d5f4 /items | |
parent | 7f1e7145a27783512953993de5d79b055bb64de3 (diff) | |
download | NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.gz NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.bz2 NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.zip |
Stuff (#486)
Diffstat (limited to 'items')
-rw-r--r-- | items/ATONED_CHAMPION_MINIBOSS.json | 25 | ||||
-rw-r--r-- | items/BATTY_WITCH_MONSTER.json | 27 | ||||
-rw-r--r-- | items/BAT_PINATA_MONSTER.json | 27 | ||||
-rw-r--r-- | items/BLUE_SHARK_SC.json | 48 | ||||
-rw-r--r-- | items/GREAT_WHITE_SHARK_SC.json | 50 | ||||
-rw-r--r-- | items/GRIM_REAPER_SC.json | 7 | ||||
-rw-r--r-- | items/LAPIS_ZOMBIE_MONSTER.json | 39 | ||||
-rw-r--r-- | items/MINER_SKELETON_MONSTER.json | 38 | ||||
-rw-r--r-- | items/MINER_ZOMBIE_MONSTER.json | 38 | ||||
-rw-r--r-- | items/NURSE_SHARK_SC.json | 48 | ||||
-rw-r--r-- | items/PET_ITEM_FLYING_PIG.json | 32 | ||||
-rw-r--r-- | items/PHANTOM_FISHER_SC.json | 7 | ||||
-rw-r--r-- | items/POWDER_GHAST_MONSTER.json | 25 | ||||
-rw-r--r-- | items/REDSTONE_PIGMAN_MONSTER.json | 29 | ||||
-rw-r--r-- | items/TARANTULA_CHESTPLATE.json | 11 | ||||
-rw-r--r-- | items/VENOMOUS;1.json | 4 | ||||
-rw-r--r-- | items/VENOMOUS;2.json | 4 | ||||
-rw-r--r-- | items/VENOMOUS;3.json | 4 | ||||
-rw-r--r-- | items/VENOMOUS;4.json | 4 | ||||
-rw-r--r-- | items/VENOMOUS;5.json | 4 | ||||
-rw-r--r-- | items/VENOMOUS;6.json | 4 |
21 files changed, 393 insertions, 82 deletions
diff --git a/items/ATONED_CHAMPION_MINIBOSS.json b/items/ATONED_CHAMPION_MINIBOSS.json new file mode 100644 index 00000000..03551d14 --- /dev/null +++ b/items/ATONED_CHAMPION_MINIBOSS.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§5Atoned Champion (Miniboss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Atoned Championis a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier V Quests.\",3:\"\",4:\"§c❤ Health§8: §c600.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aRevenant Flesh\"],Name:\"§5Atoned Champion (Miniboss)\"},ExtraAttributes:{id:\"ATONED_CHAMPION_MINIBOSS\"}}", + "damage": 54, + "lore": [ + "§7The Atoned Championis a Revenant Horror", + "§7Miniboss that very rarely spawns after killing a", + "§7Zombie during Revenant Horror Tier V Quests.", + "", + "§c❤ Health§8: §c600.000", + "", + "§6§lPossible Drops:", + "§aRevenant Flesh" + ], + "internalname": "ATONED_CHAMPION_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Atoned_Champion" + ], + "entityrender": "Zombie", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/BATTY_WITCH_MONSTER.json b/items/BATTY_WITCH_MONSTER.json new file mode 100644 index 00000000..778413c0 --- /dev/null +++ b/items/BATTY_WITCH_MONSTER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aBatty Witch (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Batty Witch can only spawn during the,\",1:\"§7Spooky Festival and from Trick or Treat boxes.\",2:\"§7This enemy spawns bats that follows a player\",3:\"§7and explodes on them.\",4:\"\",5:\"§c❤ Health§8: §c10\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§aGreen Candy §a(0-2x)\",9:\"§5Purple Candy §a(0-1x)\"],Name:\"§aBatty Witch (Monster)\"},ExtraAttributes:{id:\"BATTY_WITCH_MONSTER\"}}", + "damage": 66, + "lore": [ + "§7The Batty Witch can only spawn during the,", + "§7Spooky Festival and from Trick or Treat boxes.", + "§7This enemy spawns bats that follows a player", + "§7and explodes on them.", + "", + "§c❤ Health§8: §c10", + "", + "§6§lPossible Drops:", + "§aGreen Candy §a(0-2x)", + "§5Purple Candy §a(0-1x)" + ], + "internalname": "BATTY_WITCH_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Batty_Witch" + ], + "entityrender": "Witch", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/BAT_PINATA_MONSTER.json b/items/BAT_PINATA_MONSTER.json new file mode 100644 index 00000000..cf75913a --- /dev/null +++ b/items/BAT_PINATA_MONSTER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aBat Piñata (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Bat Piñata is a bat that only appears during\",1:\"§7the Spooky Festival.\",2:\"\",3:\"§c❤ Health§8: §c5\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aGreen Candy\",7:\"§5Purple Candy §a(5-64x)\",8:\"§cBat the Fish §7(Very Rare)\"],Name:\"§aBat Piñata (Monster)\"},ExtraAttributes:{id:\"BAT_PINATA_MONSTER\"}}", + "damage": 65, + "lore": [ + "§7The Bat Piñata is a bat that only appears during", + "§7the Spooky Festival.", + "", + "§c❤ Health§8: §c5", + "", + "§6§lPossible Drops:", + "§aGreen Candy", + + "§cBat the Fish §7(Very Rare)" + ], + "internalname": "BAT_PINATA_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bat" + ], + "entityrender": "Bat", + "entityscale": 2, + "crafttext": "" +}
\ No newline at end of file diff --git a/items/BLUE_SHARK_SC.json b/items/BLUE_SHARK_SC.json index 3a2e53da..cc50abff 100644 --- a/items/BLUE_SHARK_SC.json +++ b/items/BLUE_SHARK_SC.json @@ -1,19 +1,29 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Blue Shark (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Blue 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 9.\"],Name:\"§3Blue Shark (Sea Creature)\"},ExtraAttributes:{id:\"BLUE_SHARK_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Blue 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 9."
- ],
- "internalname": "BLUE_SHARK_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Blue_Shark"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§3Blue Shark (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c6e8f0dc-1966-3c37-86e8-f0dc19661c37\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzgxZTFkMDZlNWYwNjU0YTY4MmEzMjY0OTA1YjVkYzRiOGU3YjYxM2FiNjY5N2FjNDVmMmUwZGEzYmM5YjRmZCJ9fX0\"}]}},display:{Lore:[0:\"§7The Blue 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 10.\",3:\"\",4:\"§c❤ Health§8: §c25.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §9Blue Shark Tooth\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 10\",12:\"§7- §bFishing Festival\"],Name:\"§3Blue Shark (Sea Creature)\"},ExtraAttributes:{id:\"BLUE_SHARK_SC\"}}", + "damage": 3, + "lore": [ + "§7The Blue 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 10.", + "", + "§c❤ Health§8: §c25.000", + "", + "§cDrops:", + "§7- §9Shark Fin", + "§7- §9Blue Shark Tooth", + "", + "§cRequirements:", + "§7- Fishing Skill 10", + "§7- §bFishing Festival" + ], + "internalname": "BLUE_SHARK_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blue_Shark" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/GREAT_WHITE_SHARK_SC.json b/items/GREAT_WHITE_SHARK_SC.json index f27c321f..35a82324 100644 --- a/items/GREAT_WHITE_SHARK_SC.json +++ b/items/GREAT_WHITE_SHARK_SC.json @@ -1,19 +1,31 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Great White Shark (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Great White 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 24.\"],Name:\"§3Great White Shark (Sea Creature)\"},ExtraAttributes:{id:\"GREAT_WHITE_SHARK_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Great White 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 24."
- ],
- "internalname": "GREAT_WHITE_SHARK_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Great_White_Shark"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§3Great White Shark (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"27b73cfa-c464-3eec-a7b7-3cfac4641eec\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzdlYjEyMTAyYjcxNmU2Y2ZkNWIzMWY2ZDhkNjE1YTE0MDQxOTg3MzYyNmEwZjM2MDk1N2UyZjUwN2IifX19\"}]}},display:{Lore:[0:\"§7The Great White 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 24.\",3:\"\",4:\"§c❤ Health§8: §c1.500.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §6Great White Shark Tooth\",9:\"§7- §5Megalodon\",10:\"§7- §6Megalodon\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 24\",14:\"§7- §bFishing Festival\"],Name:\"§3Great White Shark (Sea Creature)\"},ExtraAttributes:{id:\"GREAT_WHITE_SHARK_SC\"}}", + "damage": 3, + "lore": [ + "§7The Great White 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 24.", + "", + "§c❤ Health§8: §c1.500.000", + "", + "§cDrops:", + "§7- §9Shark Fin", + "§7- §6Great White Shark Tooth", + "§7- §5Megalodon", + "§7- §6Megalodon", + "", + "§cRequirements:", + "§7- Fishing Skill 24", + "§7- §bFishing Festival" + ], + "internalname": "GREAT_WHITE_SHARK_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Great_White_Shark" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/GRIM_REAPER_SC.json b/items/GRIM_REAPER_SC.json index 9d41c699..c1ccc617 100644 --- a/items/GRIM_REAPER_SC.json +++ b/items/GRIM_REAPER_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Grim Reaper (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Grim Reaper is a legendary sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 26\",3:\"\",4:\"§c❤ Health§8: §c3.000.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Sponge\",9:\"§7- §aGreen Candy\",10:\"§7- §5Deep Sea Orb\",11:\"§7- §5Purple Candy\",12:\"§7- §5Soul Fragment\",13:\"§7- §6Vampire Fang\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 26\",17:\"§7- §5Spooky Festival\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§3Grim Reaper (Sea Creature)\"},ExtraAttributes:{id:\"GRIM_REAPER_SC\"}}", - "damage": 54, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ad3bca75-a33c-36ec-ad3b-ca75a33c26ec\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhhNjE5NGE1YjIxN2I5ZjVhM2RmZWNjZTVmM2VmZTY5Njc0MDUwMzliODJmYTBjNGU4OTU5MTc1ZjMyZTc1YSJ9fX0\"}]}},display:{Lore:[0:\"§7The Grim Reaper is a legendary sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 26\",3:\"\",4:\"§c❤ Health§8: §c3.000.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Sponge\",9:\"§7- §aGreen Candy\",10:\"§7- §5Deep Sea Orb\",11:\"§7- §5Purple Candy\",12:\"§7- §5Soul Fragment\",13:\"§7- §6Vampire Fang\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 26\",17:\"§7- §5Spooky Festival\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§3Grim Reaper (Sea Creature)\"},ExtraAttributes:{id:\"GRIM_REAPER_SC\"}}", + "damage": 3, "lore": [ "§7The Grim Reaper is a legendary sea creature added in the Spooky", "§7Festival v2 update. It can only be caught from 1 hour before", @@ -32,6 +32,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Grim_Reaper" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/LAPIS_ZOMBIE_MONSTER.json b/items/LAPIS_ZOMBIE_MONSTER.json new file mode 100644 index 00000000..3595f095 --- /dev/null +++ b/items/LAPIS_ZOMBIE_MONSTER.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Lapis Zombie (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These zombies adapted to their\",1:\"§7environment, using the lapis\",2:\"§7around them as a defense\",3:\"§7mechanism.\",4:\"\",5:\"§c❤ Health§8: §c200\",6:\"§7Coins per Kill: §65\",7:\"§7Combat XP: §312\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fRotten Flesh §8x1-2\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Lapis Helmet §8(§a1%§8)\",15:\"§8 ■ §9Lapis Chestplate §8(§a1%§8)\",16:\"§8 ■ §9Lapis Leggings §8(§a1%§8)\",17:\"§8 ■ §9Lapis Boots §8(§a1%§8)\",18:\"§8 ■ §9Lapis Crystal §8(§a1%§8)\",19:\"\",20:\"§dRNGesus Loot\",21:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Lapis Zombie (Monster)\"},ExtraAttributes:{id:\"LAPIS_ZOMBIE_MONSTER\"}}", + "damage": 54, + "lore": [ + "§7These zombies adapted to their", + "§7environment, using the lapis", + "§7around them as a defense", + "§7mechanism.", + "", + "§c❤ Health§8: §c200", + "§7Coins per Kill: §65", + "§7Combat XP: §312", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fRotten Flesh §8x1-2", + "", + "§9Rare Loot", + "§8 ■ §9Lapis Helmet §8(§a1%§8)", + "§8 ■ §9Lapis Chestplate §8(§a1%§8)", + "§8 ■ §9Lapis Leggings §8(§a1%§8)", + "§8 ■ §9Lapis Boots §8(§a1%§8)", + "§8 ■ §9Lapis Crystal §8(§a1%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §5Exp Share Core §8(§a0.01%§8)" + ], + "internalname": "LAPIS_ZOMBIE_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lapis_Zombie" + ], + "crafttext": "", + "entityrender": "Zombie" +}
\ No newline at end of file diff --git a/items/MINER_SKELETON_MONSTER.json b/items/MINER_SKELETON_MONSTER.json new file mode 100644 index 00000000..65145d12 --- /dev/null +++ b/items/MINER_SKELETON_MONSTER.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Miner Skeleton (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These skeletons have crafted\",1:\"§7gear from the diamonds around§\",2:\"§7them - resulting in a look both\",3:\"§7fashionable and protective.\",4:\"\",5:\"§c❤ Health§8: §c250-300\",6:\"§7Coins per Kill: §612-15\",7:\"§7Combat XP: §320-24\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fRotten Flesh §8x1-2\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Miner Helmet §8(§a1%§8)\",15:\"§8 ■ §9Miner Chestplate §8(§a1%§8)\",16:\"§8 ■ §9Miner Leggings §8(§a1%§8)\",17:\"§8 ■ §9Miner Boots §8(§a1%§8)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Miner Skeleton (Monster)\"},ExtraAttributes:{id:\"MINER_SKELETON_MONSTER\"}}", + "damage": 54, + "lore": [ + "§7These skeletons have crafted", + "§7gear from the diamonds around§", + "§7them - resulting in a look both", + "§7fashionable and protective.", + "", + "§c❤ Health§8: §c250-300", + "§7Coins per Kill: §612-15", + "§7Combat XP: §320-24", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fRotten Flesh §8x1-2", + "", + "§9Rare Loot", + "§8 ■ §9Miner Helmet §8(§a1%§8)", + "§8 ■ §9Miner Chestplate §8(§a1%§8)", + "§8 ■ §9Miner Leggings §8(§a1%§8)", + "§8 ■ §9Miner Boots §8(§a1%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §5Exp Share Core §8(§a0.01%§8)" + ], + "internalname": "MINER_SKELETON_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton" + ], + "crafttext": "", + "entityrender": "Skeleton" +}
\ No newline at end of file diff --git a/items/MINER_ZOMBIE_MONSTER.json b/items/MINER_ZOMBIE_MONSTER.json new file mode 100644 index 00000000..b01b3ad3 --- /dev/null +++ b/items/MINER_ZOMBIE_MONSTER.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Miner Zombie (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Like their skeleton\",1:\"§7counterparts these zombies have\",2:\"§7bedazzled themselves throughout\",3:\"§7the years.\",4:\"\",5:\"§c❤ Health§8: §c250-300\",6:\"§7Coins per Kill: §612-15\",7:\"§7Combat XP: §320-24\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fRotten Flesh §8x1-2\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Miner Helmet §8(§a1%§8)\",15:\"§8 ■ §9Miner Chestplate §8(§a1%§8)\",16:\"§8 ■ §9Miner Leggings §8(§a1%§8)\",17:\"§8 ■ §9Miner Boots §8(§a1%§8)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Miner Zombie (Monster)\"},ExtraAttributes:{id:\"MINER_ZOMBIE_MONSTER\"}}", + "damage": 54, + "lore": [ + "§7Like their skeleton", + "§7counterparts these zombies have", + "§7bedazzled themselves throughout", + "§7the years.", + "", + "§c❤ Health§8: §c250-300", + "§7Coins per Kill: §612-15", + "§7Combat XP: §320-24", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fRotten Flesh §8x1-2", + "", + "§9Rare Loot", + "§8 ■ §9Miner Helmet §8(§a1%§8)", + "§8 ■ §9Miner Chestplate §8(§a1%§8)", + "§8 ■ §9Miner Leggings §8(§a1%§8)", + "§8 ■ §9Miner Boots §8(§a1%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §5Exp Share Core §8(§a0.01%§8)" + ], + "internalname": "MINER_ZOMBIE_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Miner_Zombie" + ], + "crafttext": "", + "entityrender": "Zombie" +}
\ No newline at end of file diff --git a/items/NURSE_SHARK_SC.json b/items/NURSE_SHARK_SC.json index b9e0a070..ec2e9541 100644 --- a/items/NURSE_SHARK_SC.json +++ b/items/NURSE_SHARK_SC.json @@ -1,19 +1,29 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Nurse Shark (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Nurse 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 5.\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Nurse 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 5."
- ],
- "internalname": "NURSE_SHARK_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§3Nurse Shark (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8945bd10-8760-3922-8945-bd1087607922\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA2N2NjZWZiYTVkODExZjQ3ZTNlMTg0Mzg1NTZiNzA0MzkzYWFmY2FmY2NlZGQ1ZDA5ODE5OTkyODZmNTk4YSJ9fX0\"}]}},display:{Lore:[0:\"§7The Nurse 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 5.\",3:\"\",4:\"§c❤ Health§8: §c2.500\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §aNurse Shark Tooth\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 5\",12:\"§7- §bFishing Festival\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}", + "damage": 3, + "lore": [ + "§7The Nurse 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 5.", + "", + "§c❤ Health§8: §c2.500", + "", + "§cDrops:", + "§7- §9Shark Fin", + "§7- §aNurse Shark Tooth", + "", + "§cRequirements:", + "§7- Fishing Skill 5", + "§7- §bFishing Festival" + ], + "internalname": "NURSE_SHARK_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PET_ITEM_FLYING_PIG.json b/items/PET_ITEM_FLYING_PIG.json new file mode 100644 index 00000000..623bb3a2 --- /dev/null +++ b/items/PET_ITEM_FLYING_PIG.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:feather", + "displayname": "§aFlying Pig", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Grants your pig pet the\",8:\"§7ability to fly while on your\",9:\"§7private island! While active\",10:\"§7your hoes can break crops from\",11:\"§7§e50 §7blocks away! You also\",12:\"§7don\u0027t need to hold a carrot on a\",13:\"§7stick to control your pig.\",14:\"\",15:\"§7§eRight click on your pet to\",16:\"§egive it this item!\",17:\"\",18:\"§a§lUNCOMMON PET ITEM\"],Name:\"§aFlying Pig\"},ExtraAttributes:{originTag:\"REWARD_PET_ITEM_FLYING_PIG\",id:\"PET_ITEM_FLYING_PIG\"}}", + "damage": 0, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Grants your pig pet the", + "§7ability to fly while on your", + "§7private island! While active", + "§7your hoes can break crops from", + "§7§e50 §7blocks away! You also", + "§7don\u0027t need to hold a carrot on a", + "§7stick to control your pig.", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§a§lUNCOMMON PET ITEM" + ], + "internalname": "PET_ITEM_FLYING_PIG", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PHANTOM_FISHER_SC.json b/items/PHANTOM_FISHER_SC.json index 5938040b..eed954a8 100644 --- a/items/PHANTOM_FISHER_SC.json +++ b/items/PHANTOM_FISHER_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§3Phantom Fisher (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Phantom Fisher is a legendary sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 21\",3:\"\",4:\"§c❤ Health§8: §c1.000.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §aGreen Candy\",9:\"§7- §5Deep Sea Orb\",10:\"§7- §5Purple Candy\",11:\"§7- §6Phantom Rod\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 21\",15:\"§7- §5Spooky Festival\",16:\"\",17:\"§5§lEPIC\"],Name:\"§3Phantom Fisher (Sea Creature)\"},ExtraAttributes:{id:\"PHANTOM_FISHER_SC\"}}", - "damage": 54, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"50390032-cb42-3e3f-9039-0032cb428e3f\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmM5YmMwMWYyOTlmOThkNTY1YTI3YmExMGExMjkzOTE1YWU4YmVlZWZiOGE2Nzg0NWUyMzMxZGJlNmZkNmZkNiJ9fX0\"}]}},display:{Lore:[0:\"§7The Phantom Fisher is a legendary sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 21\",3:\"\",4:\"§c❤ Health§8: §c1.000.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §aGreen Candy\",9:\"§7- §5Deep Sea Orb\",10:\"§7- §5Purple Candy\",11:\"§7- §6Phantom Rod\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 21\",15:\"§7- §5Spooky Festival\",16:\"\",17:\"§5§lEPIC\"],Name:\"§3Phantom Fisher (Sea Creature)\"},ExtraAttributes:{id:\"PHANTOM_FISHER_SC\"}}", + "damage": 3, "lore": [ "§7The Phantom Fisher is a legendary sea creature added in the Spooky", "§7Festival v2 update. It can only be caught from 1 hour before", @@ -30,6 +30,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Phantom_Fisher" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file diff --git a/items/POWDER_GHAST_MONSTER.json b/items/POWDER_GHAST_MONSTER.json new file mode 100644 index 00000000..60e398ab --- /dev/null +++ b/items/POWDER_GHAST_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aPowder Ghast (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b473ca7d-e895-3986-ab3e-a70b89270a3f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19\"}]}},display:{Lore:[0:\"§7The Powder Ghast is a mob that spawns,\",1:\"§7randomly in Dwarven Mines. It\u0027s not a part of the regular cycle,\",2:\"§7and instead is a random occurrence. The Powder Ghast can spawn\",3:\"§7in one of the following locations: Divan\u0027s Gateway,\",4:\"§7Rampart\u0027s Quarry, Cliffside Veinsand Forge Basin. \",5:\"§7The Powder Ghast is immune to melee damage. Players will receive,\",6:\"§760 Mithril Powder for every hit that lands on its hitbox.\",7:\"\",8:\"§c❤ Health§8: §c100(hits)\"],Name:\"§aPowder Ghast (Monster)\"},ExtraAttributes:{id:\"POWDER_GHAST_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Powder Ghast is a mob that spawns,", + "§7randomly in Dwarven Mines. It\u0027s not a part of the regular cycle,", + "§7and instead is a random occurrence. The Powder Ghast can spawn", + "§7in one of the following locations: Divan\u0027s Gateway,", + "§7Rampart\u0027s Quarry, Cliffside Veinsand Forge Basin. ", + "§7The Powder Ghast is immune to melee damage. Players will receive,", + "§760 Mithril Powder for every hit that lands on its hitbox.", + "", + "§c❤ Health§8: §c100(hits)" + ], + "internalname": "POWDER_GHAST_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Powder_Ghast" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/REDSTONE_PIGMAN_MONSTER.json b/items/REDSTONE_PIGMAN_MONSTER.json new file mode 100644 index 00000000..1e15175d --- /dev/null +++ b/items/REDSTONE_PIGMAN_MONSTER.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aRedstone Pigman (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\",4:\"§7Coins per Kill: §612\",5:\"§7Combat XP: §320\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fGold Nugget §8x2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7These pigmen will defend their", + "§7redstone to the death", + "", + "§c❤ Health§8: §c250", + "§7Coins per Kill: §612", + "§7Combat XP: §320", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fGold Nugget §8x2", + "", + "§dRNGesus Loot", + "§8 ■ §5Exp Share Core §8(§a0.01%§8)" + ], + "internalname": "REDSTONE_PIGMAN_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Redstone_Pigman" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/TARANTULA_CHESTPLATE.json b/items/TARANTULA_CHESTPLATE.json index 7989adfa..0b518c13 100644 --- a/items/TARANTULA_CHESTPLATE.json +++ b/items/TARANTULA_CHESTPLATE.json @@ -4,8 +4,8 @@ "displayname": "§5Tarantula Chestplate", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Octodexterity\",5:\"§7Every 4th strike, deal §cdouble\",6:\"§cdamage §7and apply Venom\",7:\"§7reducing healing by §240% §7for\",8:\"§7§b4 §7seconds.\",9:\"\",10:\"§6Piece Bonus: Spider Bulwark\",11:\"§7Kill Spiders to accumulate\",12:\"§7defense against them.\",13:\"§7Piece Bonus: §a+45❈\",14:\"§7Next Upgrade: §a+80❈ §8(§a311§7/§c1,000§8)\",15:\"\",16:\"§6Extra Bonus: §aAnti-Toxin\",17:\"§7Immune to healing reduction.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC CHESTPLATE\"],color:0,Name:\"§5Tarantula Chestplate\"},ExtraAttributes:{color:\"0:0:0\",id:\"TARANTULA_CHESTPLATE\",spider_kills:311}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Octodexterity\",5:\"§7Every 4th strike, deal §cdouble\",6:\"§cdamage §7and apply Venom\",7:\"§7reducing healing by §240% §7for\",8:\"§7§b4 §7seconds.\",9:\"\",10:\"§6Piece Bonus: Spider Bulwark\",11:\"§7Kill Spiders to accumulate\",12:\"§7defense against them.\",13:\"§7Piece Bonus: §a+0❈\",14:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",15:\"\",16:\"§6Extra Bonus: §aAnti-Toxin\",17:\"§7Immune to healing reduction.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4☠ §cRequires §5Spider Slayer 4\",21:\"§5§lEPIC CHESTPLATE\"],color:0,Name:\"§5Tarantula Chestplate\"},ExtraAttributes:{color:\"0:0:0\",id:\"TARANTULA_CHESTPLATE\",spider_kills:311}}", + "modver": "2.0.0-REL", "lore": [ "§7Health: §a+120 HP", "§7Defense: §a+100", @@ -20,8 +20,8 @@ "§6Piece Bonus: Spider Bulwark", "§7Kill Spiders to accumulate", "§7defense against them.", - "§7Piece Bonus: §a+45❈", - "§7Next Upgrade: §a+80❈ §8(§a311§7/§c1,000§8)", + "§7Piece Bonus: §a+0❈", + "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", "§6Extra Bonus: §aAnti-Toxin", "§7Immune to healing reduction.", @@ -45,5 +45,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Armor" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/VENOMOUS;1.json b/items/VENOMOUS;1.json index b402a38b..d777c377 100644 --- a/items/VENOMOUS;1.json +++ b/items/VENOMOUS;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous I\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a5% §7and deals §25\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spieder Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;1\",enchantments:{venomous:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous I\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a5% §7and deals §25\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spider Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;1\",enchantments:{venomous:1}}}", "damage": 0, "lore": [ "§9Venomous I", @@ -15,7 +15,7 @@ "", "§6Source:", "§aI-V: §7Enchantment Table,", - "§7Spieder Eye Collection", + "§7Spider Eye Collection", "§aVI: §7Experiments", "", "§6Applied To:", diff --git a/items/VENOMOUS;2.json b/items/VENOMOUS;2.json index 4961db6a..3a38bd2a 100644 --- a/items/VENOMOUS;2.json +++ b/items/VENOMOUS;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous II\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a10% §7and deals §210\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spieder Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;2\",enchantments:{venomous:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous II\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a10% §7and deals §210\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spider Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;2\",enchantments:{venomous:2}}}", "damage": 0, "lore": [ "§9Venomous II", @@ -15,7 +15,7 @@ "", "§6Source:", "§aI-V: §7Enchantment Table,", - "§7Spieder Eye Collection", + "§7Spider Eye Collection", "§aVI: §7Experiments", "", "§6Applied To:", diff --git a/items/VENOMOUS;3.json b/items/VENOMOUS;3.json index 0cacf746..3c4aa952 100644 --- a/items/VENOMOUS;3.json +++ b/items/VENOMOUS;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous III\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a15% §7and deals §215\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spieder Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;3\",enchantments:{venomous:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous III\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a15% §7and deals §215\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spider Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;3\",enchantments:{venomous:3}}}", "damage": 0, "lore": [ "§9Venomous III", @@ -15,7 +15,7 @@ "", "§6Source:", "§aI-V: §7Enchantment Table,", - "§7Spieder Eye Collection", + "§7Spider Eye Collection", "§aVI: §7Experiments", "", "§6Applied To:", diff --git a/items/VENOMOUS;4.json b/items/VENOMOUS;4.json index 76adaa44..e508280a 100644 --- a/items/VENOMOUS;4.json +++ b/items/VENOMOUS;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous IV\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a20% §7and deals §220\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spieder Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;4\",enchantments:{venomous:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Venomous IV\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a20% §7and deals §220\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spider Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;4\",enchantments:{venomous:4}}}", "damage": 0, "lore": [ "§9Venomous IV", @@ -15,7 +15,7 @@ "", "§6Source:", "§aI-V: §7Enchantment Table,", - "§7Spieder Eye Collection", + "§7Spider Eye Collection", "§aVI: §7Experiments", "", "§6Applied To:", diff --git a/items/VENOMOUS;5.json b/items/VENOMOUS;5.json index 880232ee..939c7c05 100644 --- a/items/VENOMOUS;5.json +++ b/items/VENOMOUS;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Venomous V\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a25% §7and deals §225\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spieder Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;5\",enchantments:{venomous:5}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Venomous V\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a25% §7and deals §225\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spider Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;5\",enchantments:{venomous:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Venomous V", @@ -15,7 +15,7 @@ "", "§6Source:", "§aI-V: §7Enchantment Table,", - "§7Spieder Eye Collection", + "§7Spider Eye Collection", "§aVI: §7Experiments", "", "§6Applied To:", diff --git a/items/VENOMOUS;6.json b/items/VENOMOUS;6.json index 522f1087..661a7bcc 100644 --- a/items/VENOMOUS;6.json +++ b/items/VENOMOUS;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Venomous VI\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a30% §7and deals §230\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spieder Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;6\",enchantments:{venomous:6}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Venomous VI\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a30% §7and deals §230\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Spider Eye Collection\",12:\"§aVI: §7Experiments\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;6\",enchantments:{venomous:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Venomous VI", @@ -15,7 +15,7 @@ "", "§6Source:", "§aI-V: §7Enchantment Table,", - "§7Spieder Eye Collection", + "§7Spider Eye Collection", "§aVI: §7Experiments", "", "§6Applied To:", |