diff options
306 files changed, 2172 insertions, 458 deletions
diff --git a/constants/misc.json b/constants/misc.json index 1f7a1a5e..bf281671 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1046,6 +1046,13 @@ ], "ENDER_ARTIFACT": [ "ENDER_RELIC" + ], + "POWER_TALISMAN": [ + "POWER_RING", + "POWER_ARTIFACT" + ], + "POWER_RING": [ + "POWER_ARTIFACT" ] }, @@ -1164,7 +1171,9 @@ "3d2be6a62eec40f491ea1bfa994d43b7", "ee2116d21a8446859baf80cc0a2c323c", "74f1afbded9b4d81a7bb2b4d7474bf4d", - "55d25d86af7f4d969cae21ac8a685d67" + "55d25d86af7f4d969cae21ac8a685d67", + "4f5d9cf8858f44e8865a41d402c022b9", + "5d5c548a790c4fc8bd8fd25b04857f44" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index 9518500a..abca6fde 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1943,7 +1943,6 @@ "LARGE_AGRONOMY_SACK":[ "MEDIUM_AGRONOMY_SACK", "SMALL_AGRONOMY_SACK" - ], "LARGE_COMBAT_SACK":[ "MEDIUM_COMBAT_SACK", @@ -1986,7 +1985,8 @@ "TITANIUM_RING", "TITANIUM_TALISMAN" ], - "TITANIUM_DRILL_3":[ + "TITANIUM_DRILL_4":[ + "TITANIUM_DRILL_3", "TITANIUM_DRILL_2", "TITANIUM_DRILL_1" ], @@ -2253,7 +2253,8 @@ "HARD_STONE_GENERATOR_10", "HARD_STONE_GENERATOR_11" ], - "GEMSTONE_DRILL_3": [ + "GEMSTONE_DRILL_4": [ + "GEMSTONE_DRILL_3", "GEMSTONE_DRILL_2", "GEMSTONE_DRILL_1" ], @@ -2308,6 +2309,31 @@ "CATACOMBS_PASS_5", "CATACOMBS_PASS_4", "CATACOMBS_PASS_3" + ], + "BAL;4": [ + "BAL;3", + "BAL;0" + ], + "AMBER_POWER_SCROLL": [ + "AMETHYST_POWER_SCROLL", + "JASPER_POWER_SCROLL", + "RUBY_POWER_SCROLL", + "SAPPHIRE_POWER_SCROLL" + ], + "EXTRA_LARGE_GEMSTONE_SACK":[ + "LARGE_GEMSTONE_SACK", + "MEDIUM_GEMSTONE_SACK", + "SMALL_GEMSTONE_SACK" + ], + "PRISTINE;1":[ + "PRISTINE;2", + "PRISTINE;3", + "PRISTINE;4", + "PRISTINE;5" + ], + "POWER_ARTIFACT":[ + "POWER_RING", + "POWER_TALISMAN" ] } diff --git a/constants/petnums.json b/constants/petnums.json index 3693f6e3..9e488e05 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1,25 +1,4 @@ { - "GOLDEN_DRAGON": { - "LEGENDARY": { - "1": { - "otherNums": [ - - ], - "statNums": { - - } - }, - "100": { - "otherNums": [ - - ], - "statNums": { - - } - }, - "interp": "1:100" - } -}, "BAL": { "COMMON": { "1": { @@ -39,10 +18,54 @@ "FEROCITY": 10.0, "STRENGTH": 25.0 } - }, + }, "interp": "1:100" - } -}, + }, + "EPIC": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "FEROCITY": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0 + ], + "statNums": { + "FEROCITY": 10.0, + "STRENGTH": 25.0 + } + }, + "interp": "1:100" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.1, + 0.1 + ], + "statNums": { + "FEROCITY": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0, + 15.0 + ], + "statNums": { + "FEROCITY": 10.0, + "STRENGTH": 25.0 + } + }, + "interp": "1:100" + } + }, "ARMADILLO": { "COMMON": { "1": { @@ -1749,6 +1772,33 @@ "interp": "1:53" } }, + "GOLDEN_DRAGON": { + "LEGENDARY": { + "1": { + "otherNums": [ + 50.0, + 20.0, + 0.1 + ], + "statNums": { + "BONUS_ATTACK_SPEED": 25.0, + "STRENGTH": 25.0 + } + }, + "100": { + "otherNums": [ + 100, + 40, + 0.2 + ], + "statNums": { + "BONUS_ATTACK_SPEED": 50.0, + "STRENGTH": 50.0 + } + }, + "interp": "1:100" + } + }, "HORSE": { "COMMON": { "1": { diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 5c199700..2ca3a5e3 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1,4 +1,46 @@ { + "AMBER_MATERIAL":{ + "internalName":"AMBER_MATERIAL", + "reforgeName":"Ambered", + "reforgeType":"blacksmith/reforge_stone", + "itemTypes":"PICKAXE", + "requiredRarities":[ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts":{ + "COMMON":20000, + "UNCOMMON":40000, + "RARE":80000, + "EPIC":150000, + "LEGENDARY":300000, + "MYTHIC":600000 + }, + "reforgeStats":{ + "COMMON":{ + "mining_speed":25 + }, + "UNCOMMON":{ + "mining_speed":31 + }, + "RARE":{ + "mining_speed":38 + }, + "EPIC":{ + "mining_speed":46 + }, + "LEGENDARY":{ + "mining_speed":55 + }, + "MYTHIC":{ + "mining_speed":65 + } + } + }, "BEATING_HEART":{ "internalName":"BEATING_HEART", "reforgeName":"Bloody", @@ -887,6 +929,54 @@ } } }, + "JADERALD":{ + "internalName":"JADERALD", + "reforgeName":"Jaded", + "reforgeType":"blacksmith/reforge_stone", + "itemTypes":"ARMOR", + "requiredRarities":[ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts":{ + "COMMON":20000, + "UNCOMMON":40000, + "RARE":80000, + "EPIC":150000, + "LEGENDARY":300000, + "MYTHIC":600000 + }, + "reforgeStats":{ + "COMMON":{ + "mining_speed":5, + "mining_fortune":5 + }, + "UNCOMMON":{ + "mining_speed":12, + "mining_fortune":10 + }, + "RARE":{ + "mining_speed":20, + "mining_fortune":15 + }, + "EPIC":{ + "mining_speed":30, + "mining_fortune":20 + }, + "LEGENDARY":{ + "mining_speed":45, + "mining_fortune":25 + }, + "MYTHIC":{ + "mining_speed":60, + "mining_fortune":30 + } + } + }, "LAPIS_CRYSTAL":{ "internalName":"LAPIS_CRYSTAL", "reforgeName":"Magnetic", diff --git a/items/AMBER_MATERIAL.json b/items/AMBER_MATERIAL.json new file mode 100644 index 00000000..075b6b02 --- /dev/null +++ b/items/AMBER_MATERIAL.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Amber Material", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Ambered §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oPut a bunch of Amber\",8:\"§8§otogether and it\u0027ll make more\",9:\"§8§oAmber - Throin the Forger.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Ambered §7reforge", + "§7to a pickaxe.", + "", + "§7§8§oPut a bunch of Amber", + "§8§otogether and it\u0027ll make more", + "§8§oAmber - Throin the Forger.", + "", + "§7Requires §aMining Skill Level", + "§aXXX§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "AMBER_MATERIAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Amber_Material" + ] +}
\ No newline at end of file diff --git a/items/AMBER_POLISHED_DRILL_ENGINE.json b/items/AMBER_POLISHED_DRILL_ENGINE.json new file mode 100644 index 00000000..13c8a030 --- /dev/null +++ b/items/AMBER_POLISHED_DRILL_ENGINE.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Amber-polished Drill Engine", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"de8d4c78-9bd3-3f01-91a8-0b45dab9f2ed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjY3ODAzMiwKICAicHJvZmlsZUlkIiA6ICI1ZjE4ZmY4NTEyZGQ0NmQ1OGY1MjJlYjg2MDg2ZjU5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUYWtlb3MiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZlZjcyMmRhMDVhZThiZDgxMzI5MDVhMTFiNWI2ZGZiZjhlN2FlMGFmNTk5YzgyNjZlMTYwZmIwNWU2MTU5YiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+400 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 7.\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Ruby-polished Drill Engine §7x1\",16:\"§9Sapphire-polished Drill Engine §7x1\",17:\"§9Flawless Amber Gemstone §7x1\",18:\"§9Robotron Reflector §7x50\",19:\"\",20:\"§7Duration: §b2d 2h\"],Name:\"§f§f§9Amber-polished Drill Engine\"},ExtraAttributes:{id:\"AMBER_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Drill Part", + "", + "§7Part Type: §6Drill Engine", + "", + "§7Grants §a+400 §6⸕ Mining", + "§6Speed§7.", + "", + "§7Can be applied to Drills by", + "§7talking to a §2Drill Mechanic§7!", + "", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§9§lRARE", + "", + "§eItems Required", + "§9Ruby-polished Drill Engine §7x1", + "§9Sapphire-polished Drill Engine §7x1", + "§9Flawless Amber Gemstone §7x1", + "§9Robotron Reflector §7x50", + "", + "§7Duration: §b2d 2h" + ], + "internalname": "AMBER_POLISHED_DRILL_ENGINE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/AMBER_POWER_SCROLL.json b/items/AMBER_POWER_SCROLL.json new file mode 100644 index 00000000..083c02e8 --- /dev/null +++ b/items/AMBER_POWER_SCROLL.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§6Amber Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Gain §6+30⸕ Mining Speed §7for §a5s\",1:\"§a§7when using your §e§lRIGHT CLICK\",2:\"§e§l§6Item Ability§7.\",3:\"\",4:\"§7§7Can be combined with any §bitem\",5:\"§b§7with a §e§lRIGHT CLICK §6Item\",6:\"§6Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§6Amber Power Scroll\"},ExtraAttributes:{id:\"AMBER_POWER_SCROLL\"},resolved:0b}", + "damage": 0, + "lore": [ + "§7§7Gain §6+30⸕ Mining Speed §7for §a5s", + "§a§7when using your §e§lRIGHT CLICK", + "§e§l§6Item Ability§7.", + "", + "§7§7Can be combined with any §bitem", + "§b§7with a §e§lRIGHT CLICK §6Item", + "§6Ability §7at an anvil.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "ENCHANTED_PAPER:16", + "B3": "ENCHANTED_PAPER:16", + "C1": "", + "C2": "ENCHANTED_PAPER:16", + "C3": "FINE_AMBER_GEM:16" + }, + "internalname": "AMBER_POWER_SCROLL", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL" +}
\ No newline at end of file diff --git a/items/AMETHYST_POWER_SCROLL.json b/items/AMETHYST_POWER_SCROLL.json new file mode 100644 index 00000000..52303e72 --- /dev/null +++ b/items/AMETHYST_POWER_SCROLL.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§5Amethyst Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Gain §a+10❈ Defense §7for §a5s\",1:\"§a§7when using your §e§lRIGHT CLICK\",2:\"§e§l§6Item Ability§7.\",3:\"\",4:\"§7§7Can be combined with any §bitem\",5:\"§b§7with a §e§lRIGHT CLICK §6Item\",6:\"§6Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Amethyst Power Scroll\"},ExtraAttributes:{id:\"AMETHYST_POWER_SCROLL\"},resolved:0b}", + "damage": 0, + "lore": [ + "§7§7Gain §a+10❈ Defense §7for §a5s", + "§a§7when using your §e§lRIGHT CLICK", + "§e§l§6Item Ability§7.", + "", + "§7§7Can be combined with any §bitem", + "§b§7with a §e§lRIGHT CLICK §6Item", + "§6Ability §7at an anvil.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "ENCHANTED_PAPER:16", + "B3": "ENCHANTED_PAPER:16", + "C1": "", + "C2": "ENCHANTED_PAPER:16", + "C3": "FINE_AMETHYST_GEM:16" + }, + "internalname": "AMETHYST_POWER_SCROLL", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL" +}
\ No newline at end of file diff --git a/items/ARMADILLO;0.json b/items/ARMADILLO;0.json index 04e5d4e0..e15ca6e1 100644 --- a/items/ARMADILLO;0.json +++ b/items/ARMADILLO;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fArmadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;0\",},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -26,5 +26,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet" + ] }
\ No newline at end of file diff --git a/items/ARMADILLO;1.json b/items/ARMADILLO;1.json index 878a0d00..e32056a7 100644 --- a/items/ARMADILLO;1.json +++ b/items/ARMADILLO;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aArmadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;1\",},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -26,5 +26,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet" + ] }
\ No newline at end of file diff --git a/items/ARMADILLO;2.json b/items/ARMADILLO;2.json index 593ec7e7..3f3fb7e4 100644 --- a/items/ARMADILLO;2.json +++ b/items/ARMADILLO;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Armadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§6Rolling Miner\",14:\"§7§7Every §a{1} §7seconds, the next\",15:\"§7gemstone you mine gives 2x\",16:\"§7drops.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;2\",},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§6Rolling Miner\",14:\"§7§7Every §a{0} §7seconds, the next\",15:\"§7gemstone you mine gives 2x\",16:\"§7drops.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -31,5 +31,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet" + ] }
\ No newline at end of file diff --git a/items/ARMADILLO;3.json b/items/ARMADILLO;3.json index 22adbada..1642a71a 100644 --- a/items/ARMADILLO;3.json +++ b/items/ARMADILLO;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Armadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§6Rolling Miner\",14:\"§7§7Every §a59.7 §7seconds, the\",15:\"§7next gemstone you mine gives 2x\",16:\"§7drops.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;3\",},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§6Rolling Miner\",14:\"§7§7Every §a{0} §7seconds, the\",15:\"§7next gemstone you mine gives 2x\",16:\"§7drops.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -31,5 +31,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet" + ] }
\ No newline at end of file diff --git a/items/ARMADILLO;4.json b/items/ARMADILLO;4.json index 6420553f..0224a2ea 100644 --- a/items/ARMADILLO;4.json +++ b/items/ARMADILLO;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §6Armadillo", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§6Rolling Miner\",14:\"§7§7Every §a{0} §7seconds, the\",15:\"§7next gemstone you mine gives 2x\",16:\"§7drops.\",17:\"\",18:\"§6Mobile Tank\",19:\"§7§7For every §a{1} §7Defense,\",20:\"§7gain §f+1✦ Speed §7and §6+1⸕\",21:\"§6Mining Speed.\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;4\",uuid:\"21986926-b1f4-4f6b-b5ac-9323cd862212\",timestamp:\"7/8/21 6:56 AM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in it\u0027s path while you\",11:\"§7are riding it.\",12:\"\",13:\"§6Rolling Miner\",14:\"§7§7Every §a{0} §7seconds, the\",15:\"§7next gemstone you mine gives 2x\",16:\"§7drops.\",17:\"\",18:\"§6Mobile Tank\",19:\"§7§7For every §a{1} §7Defense,\",20:\"§7gain §f+1✦ Speed §7and §6+1⸕\",21:\"§6Mining Speed.\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;4\"}}", "damage": 3, "lore": [ "§8Mining Mount", @@ -36,5 +36,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet" + ] }
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_BOOTS.json b/items/ARMOR_OF_YOG_BOOTS.json index ef89c23f..525f862b 100644 --- a/items/ARMOR_OF_YOG_BOOTS.json +++ b/items/ARMOR_OF_YOG_BOOTS.json @@ -22,9 +22,23 @@ "§aCollection 5.", "§5§lEPIC BOOTS" ], + "recipe": { + "A1": "YOGGIE:5", + "A2": "YOGGIE:5", + "A3": "YOGGIE:5", + "B1": "YOGGIE:5", + "B2": "FLAME_BREAKER_BOOTS:1", + "B3": "YOGGIE:5", + "C1": "YOGGIE:5", + "C2": "YOGGIE:5", + "C3": "YOGGIE:5" + }, "internalname": "ARMOR_OF_YOG_BOOTS", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires Hard Stone Collection V", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" + ] }
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_CHESTPLATE.json b/items/ARMOR_OF_YOG_CHESTPLATE.json index e08b88cd..d5eeba8b 100644 --- a/items/ARMOR_OF_YOG_CHESTPLATE.json +++ b/items/ARMOR_OF_YOG_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Armor of Yog Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7Yogs Killed: §a0\",14:\"§7Bonus Mining Speed: §a0\",15:\"\",16:\"§7Bonus HP: §a0\",17:\"§7Bonus Intelligence: §a0\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aHard Stone\",21:\"§aCollection 5.\",22:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Armor of Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\",},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7Yogs Killed: §a0\",14:\"§7Bonus Mining Speed: §a0\",15:\"\",16:\"§7Bonus HP: §a0\",17:\"§7Bonus Intelligence: §a0\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aHard Stone\",21:\"§aCollection 5.\",22:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Armor of Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+50 HP", @@ -28,9 +28,23 @@ "§aCollection 5.", "§5§lEPIC CHESTPLATE" ], + "recipe": { + "A1": "YOGGIE:5", + "A2": "YOGGIE:5", + "A3": "YOGGIE:5", + "B1": "YOGGIE:5", + "B2": "FLAME_BREAKER_CHESTPLATE:1", + "B3": "YOGGIE:5", + "C1": "YOGGIE:5", + "C2": "YOGGIE:5", + "C3": "YOGGIE:5" + }, "internalname": "ARMOR_OF_YOG_CHESTPLATE", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires Hard Stone Collection V", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" + ] }
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_HELMET.json b/items/ARMOR_OF_YOG_HELMET.json index adfe1236..a64c2332 100644 --- a/items/ARMOR_OF_YOG_HELMET.json +++ b/items/ARMOR_OF_YOG_HELMET.json @@ -22,9 +22,23 @@ "§aCollection 5.", "§5§lEPIC HELMET" ], + "recipe": { + "A1": "YOGGIE:5", + "A2": "YOGGIE:5", + "A3": "YOGGIE:5", + "B1": "YOGGIE:5", + "B2": "FLAME_BREAKER_HELMET:1", + "B3": "YOGGIE:5", + "C1": "YOGGIE:5", + "C2": "YOGGIE:5", + "C3": "YOGGIE:5" + }, "internalname": "ARMOR_OF_YOG_HELMET", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires Hard Stone Collection V", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" + ] }
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_LEGGINGS.json b/items/ARMOR_OF_YOG_LEGGINGS.json index e5a53a1f..20b01c7b 100644 --- a/items/ARMOR_OF_YOG_LEGGINGS.json +++ b/items/ARMOR_OF_YOG_LEGGINGS.json @@ -22,9 +22,23 @@ "§aCollection 5.", "§5§lEPIC LEGGINGS" ], + "recipe": { + "A1": "YOGGIE:5", + "A2": "YOGGIE:5", + "A3": "YOGGIE:5", + "B1": "YOGGIE:5", + "B2": "FLAME_BREAKER_LEGGINGS:1", + "B3": "YOGGIE:5", + "C1": "YOGGIE:5", + "C2": "YOGGIE:5", + "C3": "YOGGIE:5" + }, "internalname": "ARMOR_OF_YOG_LEGGINGS", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires Hard Stone Collection V", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" + ] }
\ No newline at end of file diff --git a/items/ASCENSION_ROPE.json b/items/ASCENSION_ROPE.json index bab7ec62..f59ebe91 100644 --- a/items/ASCENSION_ROPE.json +++ b/items/ASCENSION_ROPE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Ascension Rope", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0898e437-3ef9-3425-a0e8-1505fbc3842b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFhNzk3M2YyNWNiYmIwNzhmNTk1YzA0MzQ5ZmM1NDFhYzFkZjlhNDRiOGMxYTE2YzUyODU4MWFhNDE3MCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7A single use sturdy old rope\",1:\"§7reinforced by wishful thinking.\",2:\"\",3:\"§6Ability: Rope Climbing §e§lRIGHT CLICK\",4:\"§7§7When in the §3Crystal Hollows\",5:\"§3§7allows you to §ehoist\",6:\"§e§7yourself back up a rope to the\",7:\"§7first §aentrance §7you arrived\",8:\"§7at.\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Ascension Rope\"},ExtraAttributes:{id:\"ASCENSION_ROPE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0898e437-3ef9-3425-a0e8-1505fbc3842b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFhNzk3M2YyNWNiYmIwNzhmNTk1YzA0MzQ5ZmM1NDFhYzFkZjlhNDRiOGMxYTE2YzUyODU4MWFhNDE3MCJ9fX0=\"}]}},display:{Lore:[0:\"§7§7A single use sturdy old rope\",1:\"§7reinforced by wishful thinking.\",2:\"\",3:\"§6Ability: Rope Climbing §e§lRIGHT CLICK\",4:\"§7§7When in the §3Crystal Hollows\",5:\"§3§7allows you to §ehoist\",6:\"§e§7yourself back up a rope to the\",7:\"§7first §aentrance §7you arrived\",8:\"§7at.\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Ascension Rope\"},ExtraAttributes:{id:\"ASCENSION_ROPE\"}}", "damage": 3, "lore": [ "§7§7A single use sturdy old rope", @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ascension_Rope" + ] }
\ No newline at end of file diff --git a/items/BAL;0.json b/items/BAL;0.json index 6535dd20..a30c6d3c 100644 --- a/items/BAL;0.json +++ b/items/BAL;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §fBal", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§7[Lvl LVL] §fBal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;0\",}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§7[Lvl {LVL}] §fBal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;0\"}}", "damage": 3, "lore": [ "§8Combat Pet", @@ -21,5 +21,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bal_Pet" + ] }
\ No newline at end of file diff --git a/items/BAL;3.json b/items/BAL;3.json new file mode 100644 index 00000000..bcdfde97 --- /dev/null +++ b/items/BAL;3.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §5Bal", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§6Fire Whip\",9:\"§7§7Every §a5s §7while in combat\",10:\"§7the Balrog will strike nearby\",11:\"§7enemies with his fire whip\",12:\"§7dealing §c{0}% §7of your damage\",13:\"§7as §ftrue damage.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Bal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Strength: §a{STRENGTH}", + "§7Ferocity: §a{FEROCITY}", + "", + "§6Protective Skin", + "§7§7Gives §cheat immunity.", + "", + "§6Fire Whip", + "§7§7Every §a5s §7while in combat", + "§7the Balrog will strike nearby", + "§7enemies with his fire whip", + "§7dealing §c{0}% §7of your damage", + "§7as §ftrue damage.", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§5§lEPIC" + ], + "internalname": "BAL;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bal_Pet" + ] +}
\ No newline at end of file diff --git a/items/BAL;4.json b/items/BAL;4.json new file mode 100644 index 00000000..138711c4 --- /dev/null +++ b/items/BAL;4.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §6Bal", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§6Fire Whip\",9:\"§7§7Every §a5s §7while in combat\",10:\"§7the Balrog will strike nearby\",11:\"§7enemies with his fire whip\",12:\"§7dealing §c{0}% §7of your damage\",13:\"§7as §ftrue damage.\",14:\"\",15:\"§6Made of Lava\",16:\"§7§7Gain §a{1}% §7on ALL stats\",17:\"§7when inside the §cMagma Fields.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Bal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;4\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Strength: §a{STRENGTH}", + "§7Ferocity: §a{FEROCITY}", + "", + "§6Protective Skin", + "§7§7Gives §cheat immunity.", + "", + "§6Fire Whip", + "§7§7Every §a5s §7while in combat", + "§7the Balrog will strike nearby", + "§7enemies with his fire whip", + "§7dealing §c{0}% §7of your damage", + "§7as §ftrue damage.", + "", + "§6Made of Lava", + "§7§7Gain §a{1}% §7on ALL stats", + "§7when inside the §cMagma Fields.", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "BAL;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bal_Pet" + ] +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;1.json b/items/BANE_OF_ARTHROPODS;1.json index a6a86281..47a0c4da 100644 --- a/items/BANE_OF_ARTHROPODS;1.json +++ b/items/BANE_OF_ARTHROPODS;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods I\",1:\"§7Increases damage dealt to\",2:\"§7§7Spiders§7, §7Cave Spiders§7,\",3:\"§7and §7Silverfish§7 by §a8%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cSharpness\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;1\",enchantments:{bane_of_arthropods:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods I\",1:\"§7Increases damage dealt to\",2:\"§7§7Spiders§7, §7Cave Spiders§7,\",3:\"§7and §7Silverfish§7 by §a8%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSmite\",19:\"§7- §cSharpness\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;1\",enchantments:{bane_of_arthropods:1}}}", "damage": 0, "lore": [ "§9Bane of Arthropods I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/BANE_OF_ARTHROPODS;2.json b/items/BANE_OF_ARTHROPODS;2.json index 99b863f0..9917ac8a 100644 --- a/items/BANE_OF_ARTHROPODS;2.json +++ b/items/BANE_OF_ARTHROPODS;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods II\",1:\"§7Increases damage dealt to\",2:\"§7§7Spiders§7, §7Cave Spiders§7,\",3:\"§7and §7Silverfish§7 by §a16%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cSharpness\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;2\",enchantments:{bane_of_arthropods:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods II\",1:\"§7Increases damage dealt to\",2:\"§7§7Spiders§7, §7Cave Spiders§7,\",3:\"§7and §7Silverfish§7 by §a16%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSmite\",19:\"§7- §cSharpness\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;2\",enchantments:{bane_of_arthropods:2}}}", "damage": 0, "lore": [ "§9Bane of Arthropods II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/BANE_OF_ARTHROPODS;3.json b/items/BANE_OF_ARTHROPODS;3.json index 1d65b9f2..453fe1a4 100644 --- a/items/BANE_OF_ARTHROPODS;3.json +++ b/items/BANE_OF_ARTHROPODS;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods III\",1:\"§7Increases damage dealt to\",2:\"§7§7Spiders§7, §7Cave Spiders§7,\",3:\"§7and §7Silverfish§7 by §a24%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cSharpness\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;3\",enchantments:{bane_of_arthropods:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods III\",1:\"§7Increases damage dealt to\",2:\"§7§7Spiders§7, §7Cave Spiders§7,\",3:\"§7and §7Silverfish§7 by §a24%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSmite\",19:\"§7- §cSharpness\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;3\",enchantments:{bane_of_arthropods:3}}}", "damage": 0, "lore": [ "§9Bane of Arthropods III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/BANE_OF_ARTHROPODS;4.json b/items/BANE_OF_ARTHROPODS;4.json index f9ac7155..4fa94c59 100644 --- a/items/BANE_OF_ARTHROPODS;4.json +++ b/items/BANE_OF_ARTHROPODS;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a32%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cSharpness\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;4\",enchantments:{bane_of_arthropods:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a32%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSmite\",19:\"§7- §cSharpness\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;4\",enchantments:{bane_of_arthropods:4}}}", "damage": 0, "lore": [ "§9Bane of Arthropods IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/BANE_OF_ARTHROPODS;5.json b/items/BANE_OF_ARTHROPODS;5.json index bc580257..bbcbbc53 100644 --- a/items/BANE_OF_ARTHROPODS;5.json +++ b/items/BANE_OF_ARTHROPODS;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§aBane of Arthropods V\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a40%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cSharpness\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;5\",enchantments:{bane_of_arthropods:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§aBane of Arthropods V\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a40%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Spider Eye Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSmite\",19:\"§7- §cSharpness\",20:\"\",21:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;5\",enchantments:{bane_of_arthropods:5}}}", "damage": 0, "lore": [ "§aBane of Arthropods V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/BANE_OF_ARTHROPODS;6.json b/items/BANE_OF_ARTHROPODS;6.json index f64d021b..dc41d760 100644 --- a/items/BANE_OF_ARTHROPODS;6.json +++ b/items/BANE_OF_ARTHROPODS;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a48%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Slayer, Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cSharpness\",18:\"\",19:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;6\",enchantments:{bane_of_arthropods:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a48%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Slayer, Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cSharpness\",19:\"\",20:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;6\",enchantments:{bane_of_arthropods:6}}}", "damage": 0, "lore": [ "§9Bane of Arthropods VI", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/BANE_OF_ARTHROPODS;7.json b/items/BANE_OF_ARTHROPODS;7.json index bb6b17b2..5c2c1dac 100644 --- a/items/BANE_OF_ARTHROPODS;7.json +++ b/items/BANE_OF_ARTHROPODS;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{display:{Lore:[0:\"§9Bane of Arthropods VII\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a56%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVII: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cSharpness\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;7\"}}", + "nbttag": "{display:{Lore:[0:\"§9Bane of Arthropods VII\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a56%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVII: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cSharpness\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;7\"}}", "damage": 0, "lore": [ "§9Bane of Arthropods VII", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/BLUE_SHARK_SC.json b/items/BLUE_SHARK_SC.json index cc50abff..ac4e2f9f 100644 --- a/items/BLUE_SHARK_SC.json +++ b/items/BLUE_SHARK_SC.json @@ -1,7 +1,7 @@ { "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\"}}", + "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- §9Fishing Festival\",13:\"§7- §bFished from water\",14:\"\",15:\"§c§lSPECIAL\"],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", @@ -16,7 +16,10 @@ "", "§cRequirements:", "§7- Fishing Skill 10", - "§7- §bFishing Festival" + "§7- §9Fishing Festival", + "§7- §bFished from water", + "", + "§c§lSPECIAL" ], "internalname": "BLUE_SHARK_SC", "clickcommand": "", diff --git a/items/BOB_OMB.json b/items/BOB_OMB.json index b822b917..48f81fda 100644 --- a/items/BOB_OMB.json +++ b/items/BOB_OMB.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Bob-omb", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1e29791f-25fe-370b-8dde-bdf364fda47c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjA4NjAxNiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTc2YTI4MTFkMWUxNzZhMDdiNmQwYTY1N2I5MTBmMTM0ODk2Y2UzMDg1MGY2ZTgwYzdjODM3MzJkODUzODFlYSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Makes a huge explosion in the\",1:\"§7§3Crystal Hollows§7, breaking\",2:\"§7nearby blocks and dropping §a50%\",3:\"§a§7of the items.\",4:\"\",5:\"§9§lRARE\"],Name:\"§f§f§9Bob-omb\"},ExtraAttributes:{id:\"BOB_OMB\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1e29791f-25fe-370b-8dde-bdf364fda47c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjA4NjAxNiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTc2YTI4MTFkMWUxNzZhMDdiNmQwYTY1N2I5MTBmMTM0ODk2Y2UzMDg1MGY2ZTgwYzdjODM3MzJkODUzODFlYSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Makes a huge explosion in the\",1:\"§7§3Crystal Hollows§7, breaking\",2:\"§7nearby blocks and dropping §a50%\",3:\"§a§7of the items.\",4:\"\",5:\"§9§lRARE\"],Name:\"§f§f§9Bob-omb\"},ExtraAttributes:{id:\"BOB_OMB\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Makes a huge explosion in the", @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bob-omb" + ] }
\ No newline at end of file diff --git a/items/CARROT_KING_SC.json b/items/CARROT_KING_SC.json index cca277d0..e8bcde11 100644 --- a/items/CARROT_KING_SC.json +++ b/items/CARROT_KING_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Carrot King (Sea Creature)", - "nbttag": "{SkullOwner:{Id:\"10a9980c-1ba4-42fc-9f92-96b65a1db4b9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3YmZmYzE5NzJhY2Q3ZjNiNGE4ZjQzYjViNmM3NTM0Njk1YjhmZDYyNjc3ZTAzMDZiMjgzMTU3NGIifX19\"}]}},display:{Lore:[0:\"§7The Carrot King is a Sea Creature that has a\",1:\"§7chance to be caught when the player reaches\",2:\"§7fishing level XV or above, and is using Carrot \",3:\"§7Bait. It has a low spawn rate, and roughly \",4:\"§710,000 EHP. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Caster VI)\",13:\"§7- §aEnchanted Carrot\",14:\"§7- §aRabbit Hat\",15:\"§7- §9Enchanted Rabbit Foot\",16:\"§7- §5Lucky Clover Core\",17:\"\",18:\"§cRequirements:\",19:\"§7- Fishing Skill 15\",20:\"§7- Carrot Bait\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", + "nbttag": "{SkullOwner:{Id:\"10a9980c-1ba4-42fc-9f92-96b65a1db4b9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3YmZmYzE5NzJhY2Q3ZjNiNGE4ZjQzYjViNmM3NTM0Njk1YjhmZDYyNjc3ZTAzMDZiMjgzMTU3NGIifX19\"}]}},display:{Lore:[0:\"§7The Carrot King is a Sea Creature that has a\",1:\"§7chance to be caught when the player reaches\",2:\"§7fishing level XV or above, and is using Carrot \",3:\"§7Bait. It has a low spawn rate, and roughly \",4:\"§710,000 EHP. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Caster VI)\",13:\"§7- §aEnchanted Carrot\",14:\"§7- §aRabbit Hat\",15:\"§7- §9Enchanted Rabbit Foot\",16:\"§7- §5Lucky Clover Core\",17:\"\",18:\"§cRequirements:\",19:\"§7- Fishing Skill 15\",20:\"§7- Carrot Bait\",21:\"§7- §bFished from water\",22:\"\",23:\"§a§lUNCOMMON\"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", "damage": 3, "lore": [ "§7The Carrot King is a Sea Creature that has a", @@ -25,6 +25,7 @@ "§cRequirements:", "§7- Fishing Skill 15", "§7- Carrot Bait", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/CATFISH_SC.json b/items/CATFISH_SC.json index bf6a05ec..f83d014d 100644 --- a/items/CATFISH_SC.json +++ b/items/CATFISH_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Catfish (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"664dd492-3fcd-443b-9e61-4c7ebd9e4e10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY1N2NkNWMyOTg5ZmY5NzU3MGZlYzRkZGNkYzY5MjZhNjhhMzM5MzI1MGMxYmUxZjBiMTE0YTFkYjEifX19\"}]}},display:{Lore:[0:\"§7The Catfish is a Rare Sea Creature that spawns\",1:\"§7while fishing after reaching Fishing level 13. \",2:\"§7It takes the appearance of an ocelot.\",3:\"\",4:\"§c❤ Health§8: §c26.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7Sponge\",13:\"§7- §9Enchanted Book\",14:\" §7(Frail VI)\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 13\",18:\"\",19:\"§9§lRARE\"],Name:\"§3Catfish (Sea Creature)\"},ExtraAttributes:{id:\"CATFISH_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"664dd492-3fcd-443b-9e61-4c7ebd9e4e10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY1N2NkNWMyOTg5ZmY5NzU3MGZlYzRkZGNkYzY5MjZhNjhhMzM5MzI1MGMxYmUxZjBiMTE0YTFkYjEifX19\"}]}},display:{Lore:[0:\"§7The Catfish is a Rare Sea Creature that spawns\",1:\"§7while fishing after reaching Fishing level 13. \",2:\"§7It takes the appearance of an ocelot.\",3:\"\",4:\"§c❤ Health§8: §c26.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7Sponge\",13:\"§7- §9Enchanted Book\",14:\" §7(Frail VI)\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 13\",18:\"§7- §bFished from water\",19:\"\",20:\"§9§lRARE\"],Name:\"§3Catfish (Sea Creature)\"},ExtraAttributes:{id:\"CATFISH_SC\"}}", "damage": 3, "lore": [ "§7The Catfish is a Rare Sea Creature that spawns", @@ -22,6 +22,7 @@ "", "§cRequirements:", "§7- Fishing Skill 13", + "§7- §bFished from water", "", "§9§lRARE" ], diff --git a/items/CLEAVE;1.json b/items/CLEAVE;1.json index bc17908b..4ed27694 100644 --- a/items/CLEAVE;1.json +++ b/items/CLEAVE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave I\",1:\"§7Deals §a3% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.3 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;1\",enchantments:{cleave:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave I\",1:\"§7Deals §a3% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.3 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;1\",enchantments:{cleave:1}}}", "damage": 0, "lore": [ "§9Cleave I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CLEAVE;2.json b/items/CLEAVE;2.json index 21481e1f..6dff5583 100644 --- a/items/CLEAVE;2.json +++ b/items/CLEAVE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave II\",1:\"§7Deals §a6% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.6 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;2\",enchantments:{cleave:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave II\",1:\"§7Deals §a6% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.6 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;2\",enchantments:{cleave:2}}}", "damage": 0, "lore": [ "§9Cleave II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CLEAVE;3.json b/items/CLEAVE;3.json index eb42ba27..0306b650 100644 --- a/items/CLEAVE;3.json +++ b/items/CLEAVE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave III\",1:\"§7Deals §a9% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.9 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;3\",enchantments:{cleave:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave III\",1:\"§7Deals §a9% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a3.9 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;3\",enchantments:{cleave:3}}}", "damage": 0, "lore": [ "§9Cleave III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CLEAVE;4.json b/items/CLEAVE;4.json index f5addd28..cbb1e462 100644 --- a/items/CLEAVE;4.json +++ b/items/CLEAVE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave IV\",1:\"§7Deals §a12% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.2 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;4\",enchantments:{cleave:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cleave IV\",1:\"§7Deals §a12% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.2 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;4\",enchantments:{cleave:4}}}", "damage": 0, "lore": [ "§9Cleave IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CLEAVE;5.json b/items/CLEAVE;5.json index c1825630..c581d479 100644 --- a/items/CLEAVE;5.json +++ b/items/CLEAVE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{display:{Lore:[0:\"§9Cleave V\",1:\"§7Deals §a15% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.5 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;5\",enchantments:{cleave:5}},AttributeModifiers:[]}", + "nbttag": "{display:{Lore:[0:\"§9Cleave V\",1:\"§7Deals §a15% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.5 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pufferfish Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CLEAVE;5\",enchantments:{cleave:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Cleave V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/CLEAVE;6.json b/items/CLEAVE;6.json index f1591e6b..4591d081 100644 --- a/items/CLEAVE;6.json +++ b/items/CLEAVE;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Cleave VI\",1:\"§7Deals §a18% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.8 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"CLEAVE;6\",enchantments:{cleave:6}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Cleave VI\",1:\"§7Deals §a18% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.8 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"CLEAVE;6\",enchantments:{cleave:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Cleave VI", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/COMPACT;1.json b/items/COMPACT;1.json index d5bbeee0..8b580f12 100644 --- a/items/COMPACT;1.json +++ b/items/COMPACT;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp\",2:\"§7with §a0.2% §7chance to drop an\",3:\"§7enchanted item.\",4:\"\",5:\"§8Break 100 blocks for Tier II\",6:\"§8Break 500 blocks for Tier III\",7:\"§8Break 1,5k blocks for Tier IV\",8:\"§8Break 5k blocks for Tier V\",9:\"§8Break 15k blocks for Tier VI\",10:\"§8Break 50k blocks for Tier VII\",11:\"§8Break 150k blocks for Tier VIII\",12:\"§8Break 500k blocks for Tier IX\",13:\"§8Break 1M blocks for Tier X\",14:\"\",15:\"§e▲ §7Compact cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fPickaxe\",24:\"§7- §fDrill\",25:\"\",26:\"§f§lCOMMON\",27:\"\",28:\"§7Cost\",29:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp\",2:\"§7with §a0.2% §7chance to drop an\",3:\"§7enchanted item.\",4:\"\",5:\"§8Break 100 blocks for Tier II\",6:\"§8Break 500 blocks for Tier III\",7:\"§8Break 1,5k blocks for Tier IV\",8:\"§8Break 5k blocks for Tier V\",9:\"§8Break 15k blocks for Tier VI\",10:\"§8Break 50k blocks for Tier VII\",11:\"§8Break 150k blocks for Tier VIII\",12:\"§8Break 500k blocks for Tier IX\",13:\"§8Break 1M blocks for Tier X\",14:\"\",15:\"§e▲ §7Compact cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fPickaxe\",24:\"§7- §fDrill\",25:\"§7- §fGauntlet\",26:\"\",27:\"§6Conflicts:\",28:\"§7- §cPristine\",29:\"\",30:\"§f§lCOMMON\",31:\"\",32:\"§7Cost\",33:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", "damage": 0, "lore": [ "§9Compact I", @@ -29,6 +29,10 @@ "§6Applied To:", "§7- §fPickaxe", "§7- §fDrill", + "§7- §fGauntlet", + "", + "§6Conflicts:", + "§7- §cPristine", "", "§f§lCOMMON", "", diff --git a/items/CONTROL_SWITCH.json b/items/CONTROL_SWITCH.json index b30f5bfb..734ca7d7 100644 --- a/items/CONTROL_SWITCH.json +++ b/items/CONTROL_SWITCH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Control Switch", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c5688d0-6515-3d9c-ba0e-89b5aa778db3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjI1OTk0MywKICAicHJvZmlsZUlkIiA6ICI4YmM3MjdlYThjZjA0YWUzYTI4MDVhY2YzNjRjMmQyNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJub3RpbnZlbnRpdmUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmFjZTU5ODdmYmNjOWZmYzVhMzY5Mjc5ODZhNTc3NzdjNWE2MjIyMjNiYjk2MjE0MjEyYjgzYzYzNzU1NzNhNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7A key component needed by the\",1:\"§7Professor to repair §bAutomaton\",2:\"§bPrime §7in the §bLost Precursor\",3:\"§bCity§7!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Control Switch\"},ExtraAttributes:{id:\"CONTROL_SWITCH\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c5688d0-6515-3d9c-ba0e-89b5aa778db3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjI1OTk0MywKICAicHJvZmlsZUlkIiA6ICI4YmM3MjdlYThjZjA0YWUzYTI4MDVhY2YzNjRjMmQyNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJub3RpbnZlbnRpdmUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmFjZTU5ODdmYmNjOWZmYzVhMzY5Mjc5ODZhNTc3NzdjNWE2MjIyMjNiYjk2MjE0MjEyYjgzYzYzNzU1NzNhNCIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7A key component needed by the\",1:\"§7Professor to repair §bAutomaton\",2:\"§bPrime §7in the §bLost Precursor\",3:\"§bCity§7!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Control Switch\"},ExtraAttributes:{id:\"CONTROL_SWITCH\"}}", "damage": 3, "lore": [ "§7A key component needed by the", @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Automaton_Parts" + ] }
\ No newline at end of file diff --git a/items/CRITICAL;1.json b/items/CRITICAL;1.json index b3292503..bf20a22f 100644 --- a/items/CRITICAL;1.json +++ b/items/CRITICAL;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical I\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a10%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;1\",enchantments:{critical:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical I\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a10%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;1\",enchantments:{critical:1}}}", "damage": 0, "lore": [ "§9Critical I", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CRITICAL;2.json b/items/CRITICAL;2.json index 75b79bf3..d02e5430 100644 --- a/items/CRITICAL;2.json +++ b/items/CRITICAL;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical II\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a20%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;2\",enchantments:{critical:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical II\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a20%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;2\",enchantments:{critical:2}}}", "damage": 0, "lore": [ "§9Critical II", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CRITICAL;4.json b/items/CRITICAL;4.json index 8bd88597..9d775a7b 100644 --- a/items/CRITICAL;4.json +++ b/items/CRITICAL;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical IV\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a40%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;4\",enchantments:{critical:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical IV\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a40%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;4\",enchantments:{critical:4}}}", "damage": 0, "lore": [ "§9Critical IV", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CRITICAL;5.json b/items/CRITICAL;5.json index e9e8eaac..66f5cc4c 100644 --- a/items/CRITICAL;5.json +++ b/items/CRITICAL;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical V\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a50%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;5\",enchantments:{critical:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical V\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a50%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Diamond Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CRITICAL;5\",enchantments:{critical:5}}}", "damage": 0, "lore": [ "§9Critical V", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/CRITICAL;6.json b/items/CRITICAL;6.json index e9f0db33..0ba8d3ae 100644 --- a/items/CRITICAL;6.json +++ b/items/CRITICAL;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical VI\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a60%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVI: §7Slayer, Experiments,\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"\",14:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"CRITICAL;6\",enchantments:{critical:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical VI\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a60%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVI: §7Slayer, Experiments,\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fGauntlet\",14:\"\",15:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"CRITICAL;6\",enchantments:{critical:6}}}", "damage": 0, "lore": [ "§9Critical VI", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/CRITICAL;7.json b/items/CRITICAL;7.json index d3afbe54..4cf013fc 100644 --- a/items/CRITICAL;7.json +++ b/items/CRITICAL;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Critical VII\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a70%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVII: §7Experiments,\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"\",14:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"CRITICAL;7\",enchantments:{critical:7}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Critical VII\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a70%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVII: §7Experiments,\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fGauntlet\",14:\"\",15:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"CRITICAL;7\",enchantments:{critical:7}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Critical VII", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§5§lEPIC" ], diff --git a/items/CUBISM;1.json b/items/CUBISM;1.json index ea5aadcb..e7e43db7 100644 --- a/items/CUBISM;1.json +++ b/items/CUBISM;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism I\",1:\"§7Increases damage dealt to\",2:\"§7§7Magma Cubes§7, §7Slimes§7, and\",3:\"§7§7Creepers§7 by §a30%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;1\",enchantments:{cubism:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism I\",1:\"§7Increases damage dealt to\",2:\"§7§7Magma Cubes§7, §7Slimes§7, and\",3:\"§7§7Creepers§7 by §a30%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;1\",enchantments:{cubism:1}}}", "damage": 0, "lore": [ "§9Cubism I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CUBISM;2.json b/items/CUBISM;2.json index 85153835..80a29f98 100644 --- a/items/CUBISM;2.json +++ b/items/CUBISM;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism II\",1:\"§7Increases damage dealt to\",2:\"§7§7Magma Cubes§7, §7Slimes§7, and\",3:\"§7§7Creepers§7 by §a20%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;2\",enchantments:{cubism:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism II\",1:\"§7Increases damage dealt to\",2:\"§7§7Magma Cubes§7, §7Slimes§7, and\",3:\"§7§7Creepers§7 by §a20%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;2\",enchantments:{cubism:2}}}", "damage": 0, "lore": [ "§9Cubism II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CUBISM;3.json b/items/CUBISM;3.json index 7edb0292..fb7d28c3 100644 --- a/items/CUBISM;3.json +++ b/items/CUBISM;3.json @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CUBISM;4.json b/items/CUBISM;4.json index 500c89d6..e667ebf9 100644 --- a/items/CUBISM;4.json +++ b/items/CUBISM;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Creepers§7, §7Slimes§7, and\",3:\"§7§7Magma Cubes§7 by §a40%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;4\",enchantments:{cubism:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Creepers§7, §7Slimes§7, and\",3:\"§7§7Magma Cubes§7 by §a40%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;4\",enchantments:{cubism:4}}}", "damage": 0, "lore": [ "§9Cubism IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/CUBISM;5.json b/items/CUBISM;5.json index e6bde86c..b919a64d 100644 --- a/items/CUBISM;5.json +++ b/items/CUBISM;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism V\",1:\"§7Increases damage dealt to\",2:\"§7§7Slimes§7, §7Magma Cubes§7, and\",3:\"§7§7Creepers§7 by §a50%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;5\",enchantments:{cubism:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism V\",1:\"§7Increases damage dealt to\",2:\"§7§7Slimes§7, §7Magma Cubes§7, and\",3:\"§7§7Creepers§7 by §a50%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Pumpkin Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CUBISM;5\",enchantments:{cubism:5}}}", "damage": 0, "lore": [ "§9Cubism V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/CUBISM;6.json b/items/CUBISM;6.json index fa63e93f..923306cf 100644 --- a/items/CUBISM;6.json +++ b/items/CUBISM;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Magma Cubes§7, §7Slimes§7, and\",3:\"§7§7Creepers§7 by §a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments,\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fBow\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"CUBISM;6\",enchantments:{cubism:6}},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Magma Cubes§7, §7Slimes§7, and\",3:\"§7§7Creepers§7 by §a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments,\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fBow\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"CUBISM;6\",enchantments:{cubism:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Cubism VI", @@ -19,6 +19,7 @@ "§7- §fBow", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/DEEP_SEA_PROTECTOR_SC.json b/items/DEEP_SEA_PROTECTOR_SC.json index 173c36ef..9cfbef42 100644 --- a/items/DEEP_SEA_PROTECTOR_SC.json +++ b/items/DEEP_SEA_PROTECTOR_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Deep Sea Protector (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7The Deep Sea Protector is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§718. It takes the appearance of an iron golem. \",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Angler VI)\",12:\"§7- §aEnchanted Iron\",13:\"§7- §5Fishing Exp Boost\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 18\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Deep Sea Protector (Sea Creature)\"},ExtraAttributes:{id:\"DEEP_SEA_PROTECTOR_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7The Deep Sea Protector is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§718. It takes the appearance of an iron golem. \",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Angler VI)\",12:\"§7- §aEnchanted Iron\",13:\"§7- §5Fishing Exp Boost\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 18\",17:\"§7- §bFished from water\",18:\"\",19:\"§5§lEPIC\"],Name:\"§3Deep Sea Protector (Sea Creature)\"},ExtraAttributes:{id:\"DEEP_SEA_PROTECTOR_SC\"}}", "damage": 3, "lore": [ "§7The Deep Sea Protector is a Sea Creature that ", @@ -21,6 +21,7 @@ "", "§cRequirements:", "§7- Fishing Skill 18", + "§7- §bFished from water", "", "§5§lEPIC" ], diff --git a/items/DIVAN_BOOTS.json b/items/DIVAN_BOOTS.json new file mode 100644 index 00000000..2ccba495 --- /dev/null +++ b/items/DIVAN_BOOTS.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:golden_boots", + "displayname": "§f§f§6Boots Of Divan", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+80 HP\",1:\"§7Defense: §a+110\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 7.\",13:\"§6§lLEGENDARY LEGGINGS\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x4\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Boots Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_BOOTS\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+80 HP", + "§7Defense: §a+110", + "§7Mining Speed: §a+80", + "§7Mining Fortune: §a+30", + "", + "§7Apply a §5Gemstone Chamber §7to", + "§7this armor piece in an Anvil to", + "§7add §dGemstone §7slots.", + "§7Gemstone Slots Unlocked: §d0§7/§55", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§6§lLEGENDARY LEGGINGS", + "", + "§eItems Required", + "§5Divan Fragment §7x4", + "§9Gemstone Mixture §7x10", + "§9Flawless Ruby Gemstone §7x1", + "", + "§7Duration: §b23h" + ], + "internalname": "DIVAN_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ] +}
\ No newline at end of file diff --git a/items/DIVAN_CHESTPLATE.json b/items/DIVAN_CHESTPLATE.json new file mode 100644 index 00000000..8f0fb4c7 --- /dev/null +++ b/items/DIVAN_CHESTPLATE.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:golden_chestplate", + "displayname": "§f§f§6Chestplate Of Divan", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200 HP\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 7.\",13:\"§6§lLEGENDARY CHESTPLATE\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x8\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Chestplate Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+200 HP", + "§7Defense: §a+130", + "§7Mining Speed: §a+80", + "§7Mining Fortune: §a+30", + "", + "§7Apply a §5Gemstone Chamber §7to", + "§7this armor piece in an Anvil to", + "§7add §dGemstone §7slots.", + "§7Gemstone Slots Unlocked: §d0§7/§55", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§6§lLEGENDARY CHESTPLATE", + "", + "§eItems Required", + "§5Divan Fragment §7x8", + "§9Gemstone Mixture §7x10", + "§9Flawless Ruby Gemstone §7x1", + "", + "§7Duration: §b23h" + ], + "internalname": "DIVAN_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ] +}
\ No newline at end of file diff --git a/items/DIVAN_DRILL.json b/items/DIVAN_DRILL.json new file mode 100644 index 00000000..5233647f --- /dev/null +++ b/items/DIVAN_DRILL.json @@ -0,0 +1,53 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§dDivan\u0027s Drill", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+70\",3:\"\",4:\"§7Mining Speed: §a+1,600 \",5:\"§7Mining Fortune: §a+120\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§d§lMYTHIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§6Divan\u0027s Alloy §7x1\",33:\"§65Titanium Drill DR-X655 §7x1\",34:\"§650,000,000 Coins\",35:\"\",36:\"§7Duration: §b2d 12h\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 10", + "", + "§7Damage: §c+70", + "", + "§7Mining Speed: §a+1,600 ", + "§7Mining Fortune: §a+120", + "", + "§7Fuel Tank: §cNot Installed", + "§7§7Increases fuel capacity with", + "§7part installed.", + "", + "§7Drill Engine: §cNot Installed", + "§7§7Increases §6⸕ Mining Speed", + "§6§7with part installed.", + "", + "§7Upgrade Module: §cNot Installed", + "§7§7Applies a passive upgrade with", + "§7part installed.", + "", + "§7Apply Drill Parts to this Drill", + "§7by talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§7Fuel: §23,000§8/3k", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7", + "§d§lMYTHIC DRILL", + "", + "§eItems Required", + "§6Divan\u0027s Alloy §7x1", + "§65Titanium Drill DR-X655 §7x1", + "§650,000,000 Coins", + "", + "§7Duration: §b2d 12h" + ], + "internalname": "DIVAN_DRILL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan%27s_Drill" + ] +}
\ No newline at end of file diff --git a/items/DIVAN_FRAGMENT.json b/items/DIVAN_FRAGMENT.json index fedc8667..3e56506d 100644 --- a/items/DIVAN_FRAGMENT.json +++ b/items/DIVAN_FRAGMENT.json @@ -16,5 +16,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan_Fragment" + ] }
\ No newline at end of file diff --git a/items/DIVAN_HELMET.json b/items/DIVAN_HELMET.json new file mode 100644 index 00000000..38f237ec --- /dev/null +++ b/items/DIVAN_HELMET.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Helmet Of Divan", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0d4846bb-7eb0-3b66-a04f-c50a6ee167d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNmNjllZjI3ZjMxMjBhNTEwNTBlNmJlNjZhMGUzZjhlODlhZjg4OGQ0ODA2NzE2YmY4NmY1OTBkYTYzODMxNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 7.\",13:\"§6§lLEGENDARY HELMET\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x5\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Helmet Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_HELMET\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Health: §a+100 HP", + "§7Defense: §a+130", + "§7Mining Speed: §a+80", + "§7Mining Fortune: §a+30", + "", + "§7Apply a §5Gemstone Chamber §7to", + "§7this armor piece in an Anvil to", + "§7add §dGemstone §7slots.", + "§7Gemstone Slots Unlocked: §d0§7/§55", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§6§lLEGENDARY HELMET", + "", + "§eItems Required", + "§5Divan Fragment §7x5", + "§9Gemstone Mixture §7x10", + "§9Flawless Ruby Gemstone §7x1", + "", + "§7Duration: §b23h" + ], + "internalname": "DIVAN_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ] +}
\ No newline at end of file diff --git a/items/DIVAN_LEGGINGS.json b/items/DIVAN_LEGGINGS.json new file mode 100644 index 00000000..c651608e --- /dev/null +++ b/items/DIVAN_LEGGINGS.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:golden_leggings", + "displayname": "§f§f§6Leggings Of Divan", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130 HP\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 7.\",13:\"§6§lLEGENDARY LEGGINGS\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x4\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Leggings Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+130 HP", + "§7Defense: §a+170", + "§7Mining Speed: §a+80", + "§7Mining Fortune: §a+30", + "", + "§7Apply a §5Gemstone Chamber §7to", + "§7this armor piece in an Anvil to", + "§7add §dGemstone §7slots.", + "§7Gemstone Slots Unlocked: §d0§7/§55", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§6§lLEGENDARY LEGGINGS", + "", + "§eItems Required", + "§5Divan Fragment §7x4", + "§9Gemstone Mixture §7x10", + "§9Flawless Ruby Gemstone §7x1", + "", + "§7Duration: §b23h" + ], + "internalname": "DIVAN_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ] +}
\ No newline at end of file diff --git a/items/DRAGON_HUNTER;1.json b/items/DRAGON_HUNTER;1.json index 2398e20b..0bea483d 100644 --- a/items/DRAGON_HUNTER;1.json +++ b/items/DRAGON_HUNTER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a8%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;1\",enchantments:{dragon_hunter:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a8%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;1\",enchantments:{dragon_hunter:1}}}", "damage": 0, "lore": [ "§9Dragon Hunter I", @@ -18,6 +18,7 @@ "§7- §fBow", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/DRAGON_HUNTER;2.json b/items/DRAGON_HUNTER;2.json index b9e2cba0..3e062fd3 100644 --- a/items/DRAGON_HUNTER;2.json +++ b/items/DRAGON_HUNTER;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter II\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a16%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;2\",enchantments:{dragon_hunter:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter II\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a16%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;2\",enchantments:{dragon_hunter:2}}}", "damage": 0, "lore": [ "§9Dragon Hunter II", @@ -18,6 +18,7 @@ "§7- §fBow", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/DRAGON_HUNTER;3.json b/items/DRAGON_HUNTER;3.json index 5147046a..b93d9c36 100644 --- a/items/DRAGON_HUNTER;3.json +++ b/items/DRAGON_HUNTER;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter III\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a24%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;3\",enchantments:{dragon_hunter:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter III\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a24%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;3\",enchantments:{dragon_hunter:3}}}", "damage": 0, "lore": [ "§9Dragon Hunter III", @@ -18,6 +18,7 @@ "§7- §fBow", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/DRAGON_HUNTER;4.json b/items/DRAGON_HUNTER;4.json index 6bac999d..c8f5b86a 100644 --- a/items/DRAGON_HUNTER;4.json +++ b/items/DRAGON_HUNTER;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a32%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;4\",enchantments:{dragon_hunter:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a32%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;4\",enchantments:{dragon_hunter:4}}}", "damage": 0, "lore": [ "§9Dragon Hunter IV", @@ -18,6 +18,7 @@ "§7- §fBow", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/DRAGON_HUNTER;5.json b/items/DRAGON_HUNTER;5.json index 6585265e..0277a88a 100644 --- a/items/DRAGON_HUNTER;5.json +++ b/items/DRAGON_HUNTER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a40%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§f§aEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;5\",enchantments:{dragon_hunter:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a40%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Pearl Dealer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§aEnchanted Book\"},ExtraAttributes:{id:\"DRAGON_HUNTER;5\",enchantments:{dragon_hunter:5}}}", "damage": 0, "lore": [ "§9Dragon Hunter V", @@ -18,6 +18,7 @@ "§7- §fBow", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/DWARVEN_DIAMOND_AXE.json b/items/DWARVEN_DIAMOND_AXE.json index 70384232..e031c8c8 100644 --- a/items/DWARVEN_DIAMOND_AXE.json +++ b/items/DWARVEN_DIAMOND_AXE.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scavenged_Diamond_Axe" + ] }
\ No newline at end of file diff --git a/items/DWARVEN_EMERALD_HAMMER.json b/items/DWARVEN_EMERALD_HAMMER.json index e40b0bbc..743d4e47 100644 --- a/items/DWARVEN_EMERALD_HAMMER.json +++ b/items/DWARVEN_EMERALD_HAMMER.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scavenged_Emerald_Hammer" + ] }
\ No newline at end of file diff --git a/items/DWARVEN_GOLD_HAMMER.json b/items/DWARVEN_GOLD_HAMMER.json index 7a19e04d..6754367f 100644 --- a/items/DWARVEN_GOLD_HAMMER.json +++ b/items/DWARVEN_GOLD_HAMMER.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scavenged_Golden_Hammer" + ] }
\ No newline at end of file diff --git a/items/DWARVEN_LAPIS_SWORD.json b/items/DWARVEN_LAPIS_SWORD.json index b79aecdd..381e5459 100644 --- a/items/DWARVEN_LAPIS_SWORD.json +++ b/items/DWARVEN_LAPIS_SWORD.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scavenged_Lapis_Sword" + ] }
\ No newline at end of file diff --git a/items/DWARVEN_METAL_DETECTOR.json b/items/DWARVEN_METAL_DETECTOR.json index 41151b00..230d66db 100644 --- a/items/DWARVEN_METAL_DETECTOR.json +++ b/items/DWARVEN_METAL_DETECTOR.json @@ -17,5 +17,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Metal_Detector" + ] }
\ No newline at end of file diff --git a/items/ENDER_SLAYER;1.json b/items/ENDER_SLAYER;1.json index 6bb2ccb7..fd866dae 100644 --- a/items/ENDER_SLAYER;1.json +++ b/items/ENDER_SLAYER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a12%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;1\",enchantments:{ender_slayer:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a12%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;1\",enchantments:{ender_slayer:1}}}", "damage": 0, "lore": [ "§9Ender Slayer I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ENDER_SLAYER;2.json b/items/ENDER_SLAYER;2.json index fb8ae3d8..2cdeac5a 100644 --- a/items/ENDER_SLAYER;2.json +++ b/items/ENDER_SLAYER;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer II\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a24%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;2\",enchantments:{ender_slayer:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer II\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a24%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;2\",enchantments:{ender_slayer:2}}}", "damage": 0, "lore": [ "§9Ender Slayer II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ENDER_SLAYER;3.json b/items/ENDER_SLAYER;3.json index 8ab25545..63d956ac 100644 --- a/items/ENDER_SLAYER;3.json +++ b/items/ENDER_SLAYER;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer III\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a36%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;3\",enchantments:{ender_slayer:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer III\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a36%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;3\",enchantments:{ender_slayer:3}}}", "damage": 0, "lore": [ "§9Ender Slayer III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ENDER_SLAYER;4.json b/items/ENDER_SLAYER;4.json index 8f0cd2cf..ffc51267 100644 --- a/items/ENDER_SLAYER;4.json +++ b/items/ENDER_SLAYER;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a48%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;4\",enchantments:{ender_slayer:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a48%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;4\",enchantments:{ender_slayer:4}}}", "damage": 0, "lore": [ "§9Ender Slayer IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "", "§f§lCOMMON" diff --git a/items/ENDER_SLAYER;5.json b/items/ENDER_SLAYER;5.json index 5a48d74f..e2c77c69 100644 --- a/items/ENDER_SLAYER;5.json +++ b/items/ENDER_SLAYER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;5\",enchantments:{ender_slayer:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;5\",enchantments:{ender_slayer:5}}}", "damage": 0, "lore": [ "§9Ender Slayer V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/ENDER_SLAYER;6.json b/items/ENDER_SLAYER;6.json index 90a7c0f7..58f4c53f 100644 --- a/items/ENDER_SLAYER;6.json +++ b/items/ENDER_SLAYER;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a72%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Pearl Dealer\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;6\",enchantments:{ender_slayer:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a72%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Pearl Dealer\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;6\",enchantments:{ender_slayer:6}}}", "damage": 0, "lore": [ "§9Ender Slayer VI", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/ENDER_SLAYER;7.json b/items/ENDER_SLAYER;7.json index d149450a..d08de138 100644 --- a/items/ENDER_SLAYER;7.json +++ b/items/ENDER_SLAYER;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer VII\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a84%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVII: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;7\",enchantments:{ender_slayer:7}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer VII\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a84%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVII: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;7\",enchantments:{ender_slayer:7}}}", "damage": 0, "lore": [ "§9Ender Slayer VII", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§5§lEPIC" ], diff --git a/items/ETERNAL_FLAME_RING.json b/items/ETERNAL_FLAME_RING.json index 085c25f0..a747b445 100644 --- a/items/ETERNAL_FLAME_RING.json +++ b/items/ETERNAL_FLAME_RING.json @@ -14,5 +14,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Eternal_Flame_Ring" + ] }
\ No newline at end of file diff --git a/items/EXECUTE;1.json b/items/EXECUTE;1.json index 4d10985a..e17446a2 100644 --- a/items/EXECUTE;1.json +++ b/items/EXECUTE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute I\",1:\"§7Increases damage dealt by §a0.2%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cProsecute\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;1\",enchantments:{execute:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute I\",1:\"§7Increases damage dealt by §a0.2%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cProsecute\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;1\",enchantments:{execute:1}}}", "damage": 0, "lore": [ "§9Execute I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cProsecute", diff --git a/items/EXECUTE;2.json b/items/EXECUTE;2.json index 85959b68..78ec431e 100644 --- a/items/EXECUTE;2.json +++ b/items/EXECUTE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute II\",1:\"§7Increases damage dealt by §a0.4%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cProsecute\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;2\",enchantments:{execute:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute II\",1:\"§7Increases damage dealt by §a0.4%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cProsecute\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;2\",enchantments:{execute:2}}}", "damage": 0, "lore": [ "§9Execute II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cProsecute", diff --git a/items/EXECUTE;4.json b/items/EXECUTE;4.json index ac64c132..bd2a92b9 100644 --- a/items/EXECUTE;4.json +++ b/items/EXECUTE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute IV\",1:\"§7Increases damage dealt by §a0.8%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cProsecute\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;4\",enchantments:{execute:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute IV\",1:\"§7Increases damage dealt by §a0.8%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cProsecute\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;4\",enchantments:{execute:4}}}", "damage": 0, "lore": [ "§9Execute IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cProsecute", diff --git a/items/EXECUTE;5.json b/items/EXECUTE;5.json index bbebec39..aa2c1c0b 100644 --- a/items/EXECUTE;5.json +++ b/items/EXECUTE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute V\",1:\"§7Increases damage dealt by §a1%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cProsecute\",18:\"\",19:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;5\",enchantments:{execute:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute V\",1:\"§7Increases damage dealt by §a1%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Diamond Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cProsecute\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"EXECUTE;5\",enchantments:{execute:5}}}", "damage": 0, "lore": [ "§9Execute V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cProsecute", diff --git a/items/EXECUTE;6.json b/items/EXECUTE;6.json index 1cd3450e..d0565a5a 100644 --- a/items/EXECUTE;6.json +++ b/items/EXECUTE;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Execute VI\",1:\"§7Increases damage dealt by §a1.2%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cProsecute\",17:\"\",18:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"EXECUTE;6\",enchantments:{execute:6}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Execute VI\",1:\"§7Increases damage dealt by §a1.2%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cProsecute\",18:\"\",19:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"EXECUTE;6\",enchantments:{execute:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Execute VI", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cProsecute", diff --git a/items/EXPERIENCE;1.json b/items/EXPERIENCE;1.json index c0efaa0b..9cbf24da 100644 --- a/items/EXPERIENCE;1.json +++ b/items/EXPERIENCE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience I\",1:\"§7Grants a §a12.5% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Lapis Lazuli Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;1\",enchantments:{experience:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience I\",1:\"§7Grants a §a12.5% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Lapis Lazuli Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;1\",enchantments:{experience:1}}}", "damage": 0, "lore": [ "§9Experience I", @@ -21,6 +21,7 @@ "§7- §fPickaxe", "§7- §fDrill", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/EXPERIENCE;2.json b/items/EXPERIENCE;2.json index 010e8fd4..b08420dc 100644 --- a/items/EXPERIENCE;2.json +++ b/items/EXPERIENCE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience II\",1:\"§7Grants a §a25% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Lapis Lazuli Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;2\",enchantments:{experience:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience II\",1:\"§7Grants a §a25% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Lapis Lazuli Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;2\",enchantments:{experience:2}}}", "damage": 0, "lore": [ "§9Experience II", @@ -21,6 +21,7 @@ "§7- §fPickaxe", "§7- §fDrill", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/EXPERIENCE;3.json b/items/EXPERIENCE;3.json index e80df956..d1a3461e 100644 --- a/items/EXPERIENCE;3.json +++ b/items/EXPERIENCE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Experience III\",1:\"§7Grants a §a37.5% §7chance for\",2:\"§7mobs and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Lapis Lazuli Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;3\",enchantments:{experience:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Experience III\",1:\"§7Grants a §a37.5% §7chance for\",2:\"§7mobs and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Lapis Lazuli Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;3\",enchantments:{experience:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Experience III", @@ -21,6 +21,7 @@ "§7- §fPickaxe", "§7- §fDrill", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/EXPERIENCE;4.json b/items/EXPERIENCE;4.json index 0d39b70d..69fa9fc6 100644 --- a/items/EXPERIENCE;4.json +++ b/items/EXPERIENCE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience IV\",1:\"§7Grants a §a50% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Bought from the Melancholic Viking,\",10:\"§7for 400k.\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;4\",enchantments:{experience:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience IV\",1:\"§7Grants a §a50% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Bought from the Melancholic Viking,\",10:\"§7for 400k.\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;4\",enchantments:{experience:4}}}", "damage": 0, "lore": [ "§9Experience IV", @@ -21,6 +21,7 @@ "§7- §fPickaxe", "§7- §fDrill", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/EXTRA_LARGE_GEMSTONE_SACK.json b/items/EXTRA_LARGE_GEMSTONE_SACK.json new file mode 100644 index 00000000..1a75d931 --- /dev/null +++ b/items/EXTRA_LARGE_GEMSTONE_SACK.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Extra Large Gemstone Sack", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2bac8cdc-2059-317d-aa19-cc49ab733d7d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDMzOTEyNzEwNSwKICAicHJvZmlsZUlkIiA6ICJjOTAzOGQzZjRiMTg0M2JiYjUwNTU5ZGE3MWFjMTk2MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUQk5SY29vbGNhdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84YTg5ZGUxODExMTE1ZTFhZWUzNzNmNmE3ODQ1YmQzZjgxYzdkYmUzMDJlNGFmYzdlOGQ2YjhhMTIwMGM3MjEzIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§5§lEPIC\"],Name:\"§f§f§5Extra Large Gemstone Sack\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"EXTRA_LARGE_GEMSTONE_SACK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§5§lEPIC" + ], + "internalname": "EXTRA_LARGE_GEMSTONE_SACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIRE_ASPECT;1.json b/items/FIRE_ASPECT;1.json index 3fd15970..a8425f39 100644 --- a/items/FIRE_ASPECT;1.json +++ b/items/FIRE_ASPECT;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Aspect I\",1:\"§7Ignites your enemies for §a3s§7,\",2:\"§7dealing §a15 damage§7 per\",3:\"§7second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-II: §7Enchantment Table,\",10:\"§7Blaze Rod Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;1\",enchantments:{fire_aspect:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Aspect I\",1:\"§7Ignites your enemies for §a3s§7,\",2:\"§7dealing §a15 damage§7 per\",3:\"§7second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-II: §7Enchantment Table,\",10:\"§7Blaze Rod Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;1\",enchantments:{fire_aspect:1}}}", "damage": 0, "lore": [ "§9Fire Aspect I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/FIRE_ASPECT;2.json b/items/FIRE_ASPECT;2.json index 6aedd572..92836087 100644 --- a/items/FIRE_ASPECT;2.json +++ b/items/FIRE_ASPECT;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fire Aspect II\",1:\"§7Ignites your enemies for §a4s§7,\",2:\"§7dealing §a20 damage§7 per\",3:\"§7second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-II: §7Enchantment Table,\",10:\"§7Blaze Rod Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;2\",enchantments:{fire_aspect:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fire Aspect II\",1:\"§7Ignites your enemies for §a4s§7,\",2:\"§7dealing §a20 damage§7 per\",3:\"§7second.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-II: §7Enchantment Table,\",10:\"§7Blaze Rod Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_ASPECT;2\",enchantments:{fire_aspect:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Fire Aspect II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/FIRST_STRIKE;1.json b/items/FIRST_STRIKE;1.json index e003c696..c1fdfa49 100644 --- a/items/FIRST_STRIKE;1.json +++ b/items/FIRST_STRIKE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a25% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cTriple-Strike\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;1\",enchantments:{first_strike:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a25% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTriple-Strike\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;1\",enchantments:{first_strike:1}}}", "damage": 0, "lore": [ "§9First Strike I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTriple-Strike", diff --git a/items/FIRST_STRIKE;2.json b/items/FIRST_STRIKE;2.json index 7fc27a90..e7a86e5b 100644 --- a/items/FIRST_STRIKE;2.json +++ b/items/FIRST_STRIKE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike II\",1:\"§7Increases melee damage dealt by\",2:\"§7§a50% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cTriple-Strike\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;2\",enchantments:{first_strike:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike II\",1:\"§7Increases melee damage dealt by\",2:\"§7§a50% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTriple-Strike\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;2\",enchantments:{first_strike:2}}}", "damage": 0, "lore": [ "§9First Strike II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTriple-Strike", diff --git a/items/FIRST_STRIKE;3.json b/items/FIRST_STRIKE;3.json index 4f42087c..6f5892b1 100644 --- a/items/FIRST_STRIKE;3.json +++ b/items/FIRST_STRIKE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike III\",1:\"§7Increases melee damage dealt by\",2:\"§7§a75% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cTriple-Strike\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;3\",enchantments:{first_strike:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike III\",1:\"§7Increases melee damage dealt by\",2:\"§7§a75% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTriple-Strike\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;3\",enchantments:{first_strike:3}}}", "damage": 0, "lore": [ "§9First Strike III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTriple-Strike", diff --git a/items/FIRST_STRIKE;4.json b/items/FIRST_STRIKE;4.json index 84f618cb..7687faef 100644 --- a/items/FIRST_STRIKE;4.json +++ b/items/FIRST_STRIKE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a100% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cTriple-Strike\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;4\",enchantments:{first_strike:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a100% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-IV: §7Enchantment Table,\",10:\"§7Gravel Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTriple-Strike\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;4\",enchantments:{first_strike:4}}}", "damage": 0, "lore": [ "§9First Strike IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTriple-Strike", diff --git a/items/FIRST_STRIKE;5.json b/items/FIRST_STRIKE;5.json index f1132b01..9077bd72 100644 --- a/items/FIRST_STRIKE;5.json +++ b/items/FIRST_STRIKE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a125% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Experiments,\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cTriple-Strike\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;5\",enchantments:{first_strike:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a125% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Experiments,\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cTriple-Strike\",18:\"\",19:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"FIRST_STRIKE;5\",enchantments:{first_strike:5}}}", "damage": 0, "lore": [ "§9First Strike V", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTriple-Strike", diff --git a/items/FLAMEBREAKER_BOOTS.json b/items/FLAMEBREAKER_BOOTS.json index 03b6127e..8ca8282b 100644 --- a/items/FLAMEBREAKER_BOOTS.json +++ b/items/FLAMEBREAKER_BOOTS.json @@ -21,5 +21,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" + ] }
\ No newline at end of file diff --git a/items/FLAMEBREAKER_CHESTPLATE.json b/items/FLAMEBREAKER_CHESTPLATE.json index 856cb490..77bb32ae 100644 --- a/items/FLAMEBREAKER_CHESTPLATE.json +++ b/items/FLAMEBREAKER_CHESTPLATE.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" + ] }
\ No newline at end of file diff --git a/items/FLAMEBREAKER_HELMET.json b/items/FLAMEBREAKER_HELMET.json index 4209bb0e..d99f1d97 100644 --- a/items/FLAMEBREAKER_HELMET.json +++ b/items/FLAMEBREAKER_HELMET.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" + ] }
\ No newline at end of file diff --git a/items/FLAMEBREAKER_LEGGINGS.json b/items/FLAMEBREAKER_LEGGINGS.json index e38a7f7f..eb912f80 100644 --- a/items/FLAMEBREAKER_LEGGINGS.json +++ b/items/FLAMEBREAKER_LEGGINGS.json @@ -21,5 +21,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" + ] }
\ No newline at end of file diff --git a/items/FLAMING_WORM_SC.json b/items/FLAMING_WORM_SC.json new file mode 100644 index 00000000..e5b85cf3 --- /dev/null +++ b/items/FLAMING_WORM_SC.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Poisoned Water Worm (Sea Creature)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Rough Sapphire Gemstone\",2:\"§7- §aEternal Flame Ring\",3:\"§7- §aWorm Membrane\",4:\"\",5:\"§cRequirements:\",6:\"§7- Fishing Skill 19\",7:\"§7- §5Crystal Hollows\",8:\"§7- §bPrecursor Remnants\",9:\"§7- §cFished from lava\",10:\"\",11:\"§9§lRARE\"],Name:\"§3Poisoned Water Worm (Sea Creature)\"},ExtraAttributes:{id:\"FLAMING_WORM_SC\"}}", + "damage": 3, + "lore": [ + "§cDrops:", + "§7- §7Rough Sapphire Gemstone", + "§7- §aEternal Flame Ring", + "§7- §aWorm Membrane", + "", + "§cRequirements:", + "§7- Fishing Skill 19", + "§7- §5Crystal Hollows", + "§7- §bPrecursor Remnants", + "§7- §cFished from lava", + "", + "§9§lRARE" + ], + "internalname": "FLAMING_WORM_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flaming_Worm" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/FORTUNE;1.json b/items/FORTUNE;1.json index ff411d76..01492836 100644 --- a/items/FORTUNE;1.json +++ b/items/FORTUNE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune I\",1:\"§7Grants §a+10 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSilk Touch\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FORTUNE;1\",enchantments:{fortune:1}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune I\",1:\"§7Grants §a+10 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSilk Touch\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FORTUNE;1\",enchantments:{fortune:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Fortune I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fPickaxe", "§7- §fDrill", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSilk Touch", diff --git a/items/FORTUNE;2.json b/items/FORTUNE;2.json index fa17877f..d121f217 100644 --- a/items/FORTUNE;2.json +++ b/items/FORTUNE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fortune II\",1:\"§7Grants §a+20 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSilk Touch\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FORTUNE;2\",enchantments:{fortune:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fortune II\",1:\"§7Grants §a+20 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSilk Touch\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FORTUNE;2\",enchantments:{fortune:2}}}", "damage": 0, "lore": [ "§9Fortune II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fPickaxe", "§7- §fDrill", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSilk Touch", diff --git a/items/FORTUNE;3.json b/items/FORTUNE;3.json index de6c6ed0..42cb6ced 100644 --- a/items/FORTUNE;3.json +++ b/items/FORTUNE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune III\",1:\"§7Grants §a+30 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSilk Touch\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FORTUNE;3\",enchantments:{fortune:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune III\",1:\"§7Grants §a+30 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSilk Touch\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"FORTUNE;3\",enchantments:{fortune:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Fortune III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fPickaxe", "§7- §fDrill", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSilk Touch", diff --git a/items/FROSTY_SC.json b/items/FROSTY_SC.json index 2998234c..f904629e 100644 --- a/items/FROSTY_SC.json +++ b/items/FROSTY_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Frosty (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6dbe7d9f-0c7c-4301-b0f4-649b26660917\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExMzY2MTZkOGM0YTg3YTU0Y2U3OGE5N2I1NTE2MTBjMmIyYzhmNmQ0MTBiYzM4Yjg1OGY5NzRiMTEzYjIwOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Ice\",4:\"§7- §7Lily Pad\",5:\"§7- §7Pufferfish\",6:\"§7- §7Raw Fish\",7:\"§7- §7Raw Salmon\",8:\"§7- §7White Gift\",9:\"§7- §aHunk of Ice\",10:\"§7- §9Ice Rod\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 4\",14:\"§7- §bJerry Pond\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§3Frosty (Sea Creature)\"},ExtraAttributes:{id:\"FROSTY_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6dbe7d9f-0c7c-4301-b0f4-649b26660917\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExMzY2MTZkOGM0YTg3YTU0Y2U3OGE5N2I1NTE2MTBjMmIyYzhmNmQ0MTBiYzM4Yjg1OGY5NzRiMTEzYjIwOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Ice\",4:\"§7- §7Lily Pad\",5:\"§7- §7Pufferfish\",6:\"§7- §7Raw Fish\",7:\"§7- §7Raw Salmon\",8:\"§7- §7White Gift\",9:\"§7- §aHunk of Ice\",10:\"§7- §9Ice Rod\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 4\",14:\"§7- §bJerry Pond\",15:\"§7- §bFished from water\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Frosty (Sea Creature)\"},ExtraAttributes:{id:\"FROSTY_SC\"}}", "damage": 3, "lore": [ "§c❤ Health§8: §c10", @@ -19,6 +19,7 @@ "§cRequirements:", "§7- Fishing Skill 4", "§7- §bJerry Pond", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/FROZEN_STEVE_SC.json b/items/FROZEN_STEVE_SC.json index 9a0a1b9e..e1a477fc 100644 --- a/items/FROZEN_STEVE_SC.json +++ b/items/FROZEN_STEVE_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Frozen Steve (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a449771-7d30-43bc-9db3-3f0a8db7d833\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA2OTFjOTljNDU1NTE3ZGVkMzdiZjM5ODA2MjI2MzYyZDdjZTYxMjVhMDRiZTcwZWM2ODNiM2M4YTI1ZmUyNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Frozen Steve is a Common Sea Creature that\",1:\"§7can only be fished up from the Jerry Pond and\",2:\"§7requires Fishing IV. \",3:\"\",4:\"§c❤ Health§8: §c700\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Ice\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7White Gift\",13:\"§7- §aHunk of Ice\",14:\"§7- §9Ice Rod\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 1\",18:\"§7- §bJerry Pond\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a449771-7d30-43bc-9db3-3f0a8db7d833\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA2OTFjOTljNDU1NTE3ZGVkMzdiZjM5ODA2MjI2MzYyZDdjZTYxMjVhMDRiZTcwZWM2ODNiM2M4YTI1ZmUyNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Frozen Steve is a Common Sea Creature that\",1:\"§7can only be fished up from the Jerry Pond and\",2:\"§7requires Fishing IV. \",3:\"\",4:\"§c❤ Health§8: §c700\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Ice\",8:\"§7- §7Lily Pad\",9:\"§7- §7Pufferfish\",10:\"§7- §7Raw Fish\",11:\"§7- §7Raw Salmon\",12:\"§7- §7White Gift\",13:\"§7- §aHunk of Ice\",14:\"§7- §9Ice Rod\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 1\",18:\"§7- §bJerry Pond\",19:\"§7- §bFished from water\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}", "damage": 3, "lore": [ "§7The Frozen Steve is a Common Sea Creature that", @@ -23,6 +23,7 @@ "§cRequirements:", "§7- Fishing Skill 1", "§7- §bJerry Pond", + "§7- §bFished from water", "", "§f§lCOMMON" ], diff --git a/items/FTX_3070.json b/items/FTX_3070.json index 3cc69a97..02da84c6 100644 --- a/items/FTX_3070.json +++ b/items/FTX_3070.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Automaton_Parts" + ] }
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_4.json b/items/GEMSTONE_DRILL_4.json new file mode 100644 index 00000000..9463222d --- /dev/null +++ b/items/GEMSTONE_DRILL_4.json @@ -0,0 +1,52 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§f§f§5Jasper Drill Model X", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+600\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to a §2Drill\",23:\"§2Mechanic§7!\",24:\"\",25:\"§7Fuel: §23,000§8/3k\",26:\"\",27:\"§7§8This item can be reforged!\",28:\"§5§lEPIC DRILL\",29:\"\",30:\"§eItems Required\",31:\"§5Topaz Drill KGR-12 §7x1\",32:\"§9Flawless Jasper Gemstone §7x1\",33:\"§5Treasurite §7x100\",34:\"\",35:\"§7Duration: §b30s\"],Name:\"§f§f§5Jasper Drill Model X\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_4\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 9", + "", + "§7Damage: §c+75", + "", + "§7Mining Speed: §a+600", + "", + "§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed", + "§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune", + "", + "§7Fuel Tank: §cNot Installed", + "§7§7Increases fuel capacity with", + "§7part installed.", + "", + "§7Drill Engine: §cNot Installed", + "§7§7Increases §6⸕ Mining Speed", + "§6§7with part installed.", + "", + "§7Upgrade Module: §cNot Installed", + "§7§7Applies a passive upgrade with", + "§7part installed.", + "", + "§7Apply Drill Parts to this Drill", + "§7by talking to a §2Drill", + "§2Mechanic§7!", + "", + "§7Fuel: §23,000§8/3k", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DRILL", + "", + "§eItems Required", + "§5Topaz Drill KGR-12 §7x1", + "§9Flawless Jasper Gemstone §7x1", + "§5Treasurite §7x100", + "", + "§7Duration: §b30s" + ], + "internalname": "GEMSTONE_DRILL_4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_Model_X" + ] +}
\ No newline at end of file diff --git a/items/GEMSTONE_FUEL_TANK.json b/items/GEMSTONE_FUEL_TANK.json index a5b5695a..9eb6f149 100644 --- a/items/GEMSTONE_FUEL_TANK.json +++ b/items/GEMSTONE_FUEL_TANK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gemstone Fuel Tank", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§250,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Titanium-Infused Fuel Tank §7x1\",16:\"§9Control Switch §7x30\",17:\"§9Gemstone Mixture §7x10\",18:\"\",19:\"§7Duration: §b1d 4h\"],Name:\"§9Gemstone Fuel Tank\"},ExtraAttributes:{id:\"GEMSTONE_FUEL_TANK\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§250,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 5.\",14:\"§9§lRARE\",15:\"\",16:\"§eItems Required\",17:\"§9Titanium-Infused Fuel Tank §7x1\",18:\"§9Control Switch §7x30\",19:\"§9Gemstone Mixture §7x10\",20:\"\",21:\"§7Duration: §b1d 4h\"],Name:\"§9Gemstone Fuel Tank\"},ExtraAttributes:{id:\"GEMSTONE_FUEL_TANK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,6 +16,8 @@ "§2Greatforge §7in the §2Dwarven", "§2Mines§7!", "", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 5.", "§9§lRARE", "", "§eItems Required", diff --git a/items/GIANT_KILLER;1.json b/items/GIANT_KILLER;1.json index b7811317..aa4abe10 100644 --- a/items/GIANT_KILLER;1.json +++ b/items/GIANT_KILLER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer I\",1:\"§7Increases damage dealt by §a0.1%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTitan Killer\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;1\",enchantments:{giant_killer:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer I\",1:\"§7Increases damage dealt by §a0.1%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cTitan Killer\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;1\",enchantments:{giant_killer:1}}}", "damage": 0, "lore": [ "§9Giant Killer I", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTitan Killer", diff --git a/items/GIANT_KILLER;2.json b/items/GIANT_KILLER;2.json index 9d4084f7..47fac9a5 100644 --- a/items/GIANT_KILLER;2.json +++ b/items/GIANT_KILLER;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer II\",1:\"§7Increases damage dealt by §a0.2%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTitan Killer\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;2\",enchantments:{giant_killer:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer II\",1:\"§7Increases damage dealt by §a0.2%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cTitan Killer\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;2\",enchantments:{giant_killer:2}}}", "damage": 0, "lore": [ "§9Giant Killer II", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTitan Killer", diff --git a/items/GIANT_KILLER;3.json b/items/GIANT_KILLER;3.json index 0e48411d..259f10b8 100644 --- a/items/GIANT_KILLER;3.json +++ b/items/GIANT_KILLER;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer III\",1:\"§7Increases damage dealt by §a0.3%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTitan Killer\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;3\",enchantments:{giant_killer:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer III\",1:\"§7Increases damage dealt by §a0.3%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cTitan Killer\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;3\",enchantments:{giant_killer:3}}}", "damage": 0, "lore": [ "§9Giant Killer III", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTitan Killer", diff --git a/items/GIANT_KILLER;4.json b/items/GIANT_KILLER;4.json index d73b1c7c..7cd94f7b 100644 --- a/items/GIANT_KILLER;4.json +++ b/items/GIANT_KILLER;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer IV\",1:\"§7Increases damage dealt by §a0.4%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTitan Killer\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;4\",enchantments:{giant_killer:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer IV\",1:\"§7Increases damage dealt by §a0.4%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cTitan Killer\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;4\",enchantments:{giant_killer:4}}}", "damage": 0, "lore": [ "§9Giant Killer IV", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTitan Killer", diff --git a/items/GIANT_KILLER;5.json b/items/GIANT_KILLER;5.json index f9743fe1..8ff7033e 100644 --- a/items/GIANT_KILLER;5.json +++ b/items/GIANT_KILLER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer V\",1:\"§7Increases damage dealt by §a0.5%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTitan Killer\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;5\",enchantments:{giant_killer:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer V\",1:\"§7Increases damage dealt by §a0.5%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Ghast Tear Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cTitan Killer\",20:\"\",21:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;5\",enchantments:{giant_killer:5}}}", "damage": 0, "lore": [ "§9Giant Killer V", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTitan Killer", diff --git a/items/GIANT_KILLER;6.json b/items/GIANT_KILLER;6.json index 06be8c46..125c4a2e 100644 --- a/items/GIANT_KILLER;6.json +++ b/items/GIANT_KILLER;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VI\",1:\"§7Increases damage dealt by §a0.6%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dark Auction,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTitan Killer\",19:\"\",20:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;6\",enchantments:{giant_killer:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VI\",1:\"§7Increases damage dealt by §a0.6%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dark Auction,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cTitan Killer\",20:\"\",21:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;6\",enchantments:{giant_killer:6}}}", "damage": 0, "lore": [ "§9Giant Killer VI", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTitan Killer", diff --git a/items/GIANT_KILLER;7.json b/items/GIANT_KILLER;7.json index fe86579f..e02e85c8 100644 --- a/items/GIANT_KILLER;7.json +++ b/items/GIANT_KILLER;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VII\",1:\"§7Increases damage dealt by §a0.7%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Experiments,\",11:\"§7Scorpius\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cTitan Killer\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;7\",enchantments:{giant_killer:7}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VII\",1:\"§7Increases damage dealt by §a0.7%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Experiments,\",11:\"§7Scorpius\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cTitan Killer\",20:\"\",21:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;7\",enchantments:{giant_killer:7}}}", "damage": 0, "lore": [ "§9Giant Killer VII", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cTitan Killer", diff --git a/items/GIRAFFE;2.json b/items/GIRAFFE;2.json index b92a7f0b..44bc62bf 100644 --- a/items/GIRAFFE;2.json +++ b/items/GIRAFFE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Giraffe", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"11216f12-2843-31c8-bf8a-b8535e6c6dce\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2YjRlMzkwZjJlY2RiOGE3OGRjNjExNzg5Y2EwYWYxZTdlMDkyMjkzMTljM2E3YWE4MjA5YjYzYjkifX19§r§7\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Chance: §a{CRIT_CHANCE}%\",4:\"\",5:\"§6Good Heart\",6:\"§7§7Regen §c{0} ❤ §7per second\",7:\"\",8:\"§6Higher Ground\",9:\"§7§7Grants §c+{1}❁ Strength §7and\",10:\"§7§9+{2}☠ Crit Damage §7when mid\",11:\"§7air or jumping\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Giraffe\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GIRAFFE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":10}\",id:\"GIRAFFE;2\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"11216f12-2843-31c8-bf8a-b8535e6c6dce\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2YjRlMzkwZjJlY2RiOGE3OGRjNjExNzg5Y2EwYWYxZTdlMDkyMjkzMTljM2E3YWE4MjA5YjYzYjkifX19\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Chance: §a{CRIT_CHANCE}%\",4:\"\",5:\"§6Good Heart\",6:\"§7§7Regen §c{0} ❤ §7per second\",7:\"\",8:\"§6Higher Ground\",9:\"§7§7Grants §c+{1}❁ Strength §7and\",10:\"§7§9+{2}☠ Crit Damage §7when mid\",11:\"§7air or jumping\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Giraffe\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GIRAFFE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":10}\",id:\"GIRAFFE;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", @@ -30,4 +30,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Giraffe_Pet" ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_EGG_GREEN.json b/items/GOBLIN_EGG_GREEN.json index e9acead1..49182ce4 100644 --- a/items/GOBLIN_EGG_GREEN.json +++ b/items/GOBLIN_EGG_GREEN.json @@ -10,5 +10,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg" + ] }
\ No newline at end of file diff --git a/items/GOBLIN_EGG_RED.json b/items/GOBLIN_EGG_RED.json index c075aafb..c4bad51d 100644 --- a/items/GOBLIN_EGG_RED.json +++ b/items/GOBLIN_EGG_RED.json @@ -10,5 +10,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg" + ] }
\ No newline at end of file diff --git a/items/GOBLIN_EGG_YELLOW.json b/items/GOBLIN_EGG_YELLOW.json index b116d533..9f1dc14f 100644 --- a/items/GOBLIN_EGG_YELLOW.json +++ b/items/GOBLIN_EGG_YELLOW.json @@ -10,5 +10,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg" + ] }
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_BLUE_CHEESE.json b/items/GOBLIN_OMELETTE_BLUE_CHEESE.json new file mode 100644 index 00000000..32155f51 --- /dev/null +++ b/items/GOBLIN_OMELETTE_BLUE_CHEESE.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Blue Cheese Goblin Omelette", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b5e74408-adbe-3b4a-83a0-a5e6bf538484\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEzMTc5MCwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I1YmNhYjU1ZDUzZTQyNTU2ZjVlODU4ODc0ZWM4Yjc2YThkYTAwODk4NTIyZTZjYmQ2NzNlM2ZiOTgzM2RlYWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Grants §a+50 §6☘ Mining\",5:\"§6Fortune§7, but fuel consumption\",6:\"§7is doubled.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to §2Jotraeline\",10:\"§2Greatforge §7in the §2Dwarven\",11:\"§2Mines§7!\",12:\"\",13:\"§7§7§oMay cause inflammation\",14:\"\",15:\"§9§lRARE\",16:\"\",17:\"§eItems Required\",18:\"§aBlze Goblin Egg §7x99\",19:\"§5Perfect Sapphire Gemstone §7x1\",20:\"\",21:\"§7Duration: §b20h\"],Name:\"§9Blue Cheese Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_BLUE_CHEESE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Drill Part", + "", + "§7Part Type: §6Upgrade Module", + "", + "§7Grants §a+50 §6☘ Mining", + "§6Fortune§7, but fuel consumption", + "§7is doubled.", + "", + "§7Can be applied to Drills by", + "§7talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§7§7§oMay cause inflammation", + "", + "§9§lRARE", + "", + "§eItems Required", + "§aBlze Goblin Egg §7x99", + "§5Perfect Sapphire Gemstone §7x1", + "", + "§7Duration: §b20h" + ], + "internalname": "GOBLIN_OMELETTE_BLUE_CHEESE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blue_Cheese_Goblin_Omelette" + ] +}
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_PESTO.json b/items/GOBLIN_OMELETTE_PESTO.json index fe93f9e3..95cddbf1 100644 --- a/items/GOBLIN_OMELETTE_PESTO.json +++ b/items/GOBLIN_OMELETTE_PESTO.json @@ -30,5 +30,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" -} + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pesto_Goblin_Omelette" + ] +}
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_SPICY.json b/items/GOBLIN_OMELETTE_SPICY.json index 193c8c3c..9b1ee892 100644 --- a/items/GOBLIN_OMELETTE_SPICY.json +++ b/items/GOBLIN_OMELETTE_SPICY.json @@ -30,5 +30,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spicy_Goblin_Omelette" + ] }
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_SUNNY_SIDE.json b/items/GOBLIN_OMELETTE_SUNNY_SIDE.json index b7669836..0c50870c 100644 --- a/items/GOBLIN_OMELETTE_SUNNY_SIDE.json +++ b/items/GOBLIN_OMELETTE_SUNNY_SIDE.json @@ -31,5 +31,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sunny_Side_Goblin_Omelette" + ] }
\ No newline at end of file diff --git a/items/GOLDEN_DRAGON;4.json b/items/GOLDEN_DRAGON;4.json index e16df0d1..2ff742e7 100644 --- a/items/GOLDEN_DRAGON;4.json +++ b/items/GOLDEN_DRAGON;4.json @@ -1,15 +1,31 @@ { "itemid": "minecraft:skull", - "displayname": "§7[Lvl 1➡200] §6Golden Dragon Egg", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0e455321-f4a7-338a-96a4-d0df166e6e48\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM1MDA5ODgyNiwKICAicHJvZmlsZUlkIiA6ICJiNWRkZTVmODJlYjM0OTkzYmMwN2Q0MGFiNWY2ODYyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJsdXhlbWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJlOWY5YjFmYzAxNDE2NmNiNDZhMDkzZTUzNDliMmJmNmVkZDIwMWI2ODBkNjJlNDhkYmYzYWY5YjA0NTkxMTYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Perks:\",3:\"§c§l???\",4:\"\",5:\"§7Hatches at level §b100\",6:\"\",7:\"§7§eRight-click to add this pet to\",8:\"§eyour pet menu!\",9:\"\",10:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Golden Dragon Egg\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GOLDEN_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GOLDEN_DRAGON;4\"}}", + "displayname": "§7[Lvl 1➡200] §6Golden Dragon", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0e455321-f4a7-338a-96a4-d0df166e6e48\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM1MDA5ODgyNiwKICAicHJvZmlsZUlkIiA6ICJiNWRkZTVmODJlYjM0OTkzYmMwN2Q0MGFiNWY2ODYyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJsdXhlbWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJlOWY5YjFmYzAxNDE2NmNiNDZhMDkzZTUzNDliMmJmNmVkZDIwMWI2ODBkNjJlNDhkYmYzYWY5YjA0NTkxMTYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Bonus Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Gold\u0027s Powder\",6:\"§7Adds §c{0}❁ Strength §7to all\",7:\"§6golden §7weapons.\",8:\"\",9:\"§6Shining Scales\",10:\"§7For ench digit in your §6gold\",11:\"§6collection §7gain §c10❁\",12:\"§cStrength §7and §b+2✯ Magic\",13:\"§bFind.\",14:\"\",15:\"§6Dragon\u0027s Greed\",16:\"§7Gain §a{1}% §7of your §b✯ Magic\",17:\"§bFind §7as §c❁ Strength\",18:\"\",19:\"§6Legendary Treasure\",20:\"§7Gain §c{2}% §7damage for every\",21:\"§7million coins in your bank.\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§7[Lvl 1➡200] §6Golden Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GOLDEN_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GOLDEN_DRAGON;4\"}}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Perks:", - "§c§l???", + "§7Bonus Attack Speed: §a{BONUS_ATTACK_SPEED}", + "§7Strength: §a{STRENGTH}", "", - "§7Hatches at level §b100", + "§6Gold\u0027s Powder", + "§7Adds §c{0}❁ Strength §7to all", + "§6golden §7weapons.", + "", + "§6Shining Scales", + "§7For ench digit in your §6gold", + "§6collection §7gain §c10❁", + "§cStrength §7and §b+2✯ Magic", + "§bFind.", + "", + "§6Dragon\u0027s Greed", + "§7Gain §a{1}% §7of your §b✯ Magic", + "§bFind §7as §c❁ Strength", + "", + "§6Legendary Treasure", + "§7Gain §c{2}% §7damage for every", + "§7million coins in your bank.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -20,5 +36,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Dragon_Pet" + ] }
\ No newline at end of file diff --git a/items/GREAT_WHITE_SHARK_SC.json b/items/GREAT_WHITE_SHARK_SC.json index 35a82324..089be525 100644 --- a/items/GREAT_WHITE_SHARK_SC.json +++ b/items/GREAT_WHITE_SHARK_SC.json @@ -1,7 +1,7 @@ { "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\"}}", + "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- §9Fishing Festival\",15:\"§7- §bFished from water\",16:\"\",17:\"§c§lSPECIAL\"],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", @@ -18,7 +18,10 @@ "", "§cRequirements:", "§7- Fishing Skill 24", - "§7- §bFishing Festival" + "§7- §9Fishing Festival", + "§7- §bFished from water", + "", + "§c§lSPECIAL" ], "internalname": "GREAT_WHITE_SHARK_SC", "clickcommand": "", diff --git a/items/GRIM_REAPER_SC.json b/items/GRIM_REAPER_SC.json index c1ccc617..55d6044d 100644 --- a/items/GRIM_REAPER_SC.json +++ b/items/GRIM_REAPER_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Grim Reaper (Sea Creature)", - "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\"}}", + "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:\"§7- §bFished from water\",19:\"\",20:\"§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", @@ -22,6 +22,7 @@ "§cRequirements:", "§7- Fishing Skill 26", "§7- §5Spooky Festival", + "§7- §bFished from water", "", "§6§lLEGENDARY" ], diff --git a/items/GRINCH_SC.json b/items/GRINCH_SC.json index d7038ef7..961dc66a 100644 --- a/items/GRINCH_SC.json +++ b/items/GRINCH_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Grinch (Sea Creature)", - "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\"}}", + "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:\"§7- §bFished from water\",14:\"\",15:\"§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. ", @@ -17,6 +17,7 @@ "§cRequirements:", "§7- Fishing Skill 21", "§7- §bJerry Pond", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/GUARDIAN_DEFENDER_SC.json b/items/GUARDIAN_DEFENDER_SC.json index d873b8d3..e2b4117c 100644 --- a/items/GUARDIAN_DEFENDER_SC.json +++ b/items/GUARDIAN_DEFENDER_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Guardian Defender (Sea Creature)", - "nbttag": "{SkullOwner:{Id:\"628f15d0-e39c-4fd9-9c4e-8c41d4f54b29\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBiZjM0YTcxZTc3MTViNmJhNTJkNWRkMWJhZTVjYjg1Zjc3M2RjOWIwZDQ1N2I0YmZjNWY5ZGQzY2M3Yzk0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Guardian Defender is a Sea Creature that\",1:\"§7requires fishing level XVII.\",2:\"\",3:\"§c❤ Health§8: §c70.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Dark Bait\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Lure VI)\",12:\"§7- §aEnchanted Prismarine Crystals\",13:\"§7- §aEnchanted Prismarine Shard\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 17\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Guardian Defender (Sea Creature)\"},ExtraAttributes:{id:\"GUARDIAN_DEFENDER_SC\"}}", + "nbttag": "{SkullOwner:{Id:\"628f15d0-e39c-4fd9-9c4e-8c41d4f54b29\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBiZjM0YTcxZTc3MTViNmJhNTJkNWRkMWJhZTVjYjg1Zjc3M2RjOWIwZDQ1N2I0YmZjNWY5ZGQzY2M3Yzk0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Guardian Defender is a Sea Creature that\",1:\"§7requires fishing level XVII.\",2:\"\",3:\"§c❤ Health§8: §c70.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Dark Bait\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Lure VI)\",12:\"§7- §aEnchanted Prismarine Crystals\",13:\"§7- §aEnchanted Prismarine Shard\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 17\",17:\"§7- §bFished from water\",18:\"\",19:\"§5§lEPIC\"],Name:\"§3Guardian Defender (Sea Creature)\"},ExtraAttributes:{id:\"GUARDIAN_DEFENDER_SC\"}}", "damage": 3, "lore": [ "§7The Guardian Defender is a Sea Creature that", @@ -21,6 +21,7 @@ "", "§cRequirements:", "§7- Fishing Skill 17", + "§7- §bFished from water", "", "§5§lEPIC" ], diff --git a/items/HELIX.json b/items/HELIX.json index 88307cea..325ddb23 100644 --- a/items/HELIX.json +++ b/items/HELIX.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Helix", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ab6dcbe9-0ddc-3230-98bb-94dbf3d844b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk4MjI5NDg2OSwKICAicHJvZmlsZUlkIiA6ICJiNzQ3OWJhZTI5YzQ0YjIzYmE1NjI4MzM3OGYwZTNjNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTeWxlZXgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE3NzYxN2Y1MWMxMmYyY2ExZjU2MWM1MGViMzdiOGJhNzUxZjJkNjIxOTkyY2UzZDNlYzhmMTc0MzkxM2RlMSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7It\u0027s some sort of fossil.\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§f§f§6Helix\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"HELIX\",},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ab6dcbe9-0ddc-3230-98bb-94dbf3d844b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk4MjI5NDg2OSwKICAicHJvZmlsZUlkIiA6ICJiNzQ3OWJhZTI5YzQ0YjIzYmE1NjI4MzM3OGYwZTNjNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTeWxlZXgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE3NzYxN2Y1MWMxMmYyY2ExZjU2MWM1MGViMzdiOGJhNzUxZjJkNjIxOTkyY2UzZDNlYzhmMTc0MzkxM2RlMSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7It's some sort of fossil.\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§f§f§6Helix\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"HELIX\",},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§7It\u0027s some sort of fossil.", + "§7It's some sort of fossil.", "", "§6§lLEGENDARY" ], @@ -12,5 +12,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Helix" + ] }
\ No newline at end of file diff --git a/items/HOUND;3.json b/items/HOUND;3.json index 9b2fd976..43c4ba5b 100644 --- a/items/HOUND;3.json +++ b/items/HOUND;3.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":10}\",id:\"HOUND;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Bonus Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":10}\",id:\"HOUND;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Attack Speed: §a{BONUS_ATTACK_SPEED}", + "§7Bonus Attack Speed: §a{BONUS_ATTACK_SPEED}", "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "", @@ -26,7 +26,7 @@ ], "internalname": "HOUND;3", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hound_Pet" diff --git a/items/HOUND;4.json b/items/HOUND;4.json index 22d5f153..d49df168 100644 --- a/items/HOUND;4.json +++ b/items/HOUND;4.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§6Fury Claws\",16:\"§7§7Grants §a{2}% §7§5⚔ Attack\",17:\"§5Speed\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"HOUND;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Bonus Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§6Fury Claws\",16:\"§7§7Grants §a{2}% §7§5⚔ Attack\",17:\"§5Speed\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"HOUND;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Attack Speed: §a{BONUS_ATTACK_SPEED}", + "§7Bonus Attack Speed: §a{BONUS_ATTACK_SPEED}", "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "", @@ -30,7 +30,7 @@ ], "internalname": "HOUND;4", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hound_Pet" diff --git a/items/IMPALING;1.json b/items/IMPALING;1.json index 4f9386a5..608e4eeb 100644 --- a/items/IMPALING;1.json +++ b/items/IMPALING;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Impaling I\",1:\"§7Increases damage dealt to\",2:\"§7§7Guardians§7 and §7Squids§7 by\",3:\"§7§a12.5%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Prismarine Shard Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;1\",enchantments:{impaling:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Impaling I\",1:\"§7Increases damage dealt to\",2:\"§7§7Guardians§7 and §7Squids§7 by\",3:\"§7§a12.5%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Prismarine Shard Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;1\",enchantments:{impaling:1}}}", "damage": 0, "lore": [ "§9Impaling I", @@ -20,6 +20,7 @@ "§7- §fSword", "§7- §fBow", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/IMPALING;2.json b/items/IMPALING;2.json index 21148eb0..a76b5349 100644 --- a/items/IMPALING;2.json +++ b/items/IMPALING;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Impaling II\",1:\"§7Increases damage dealt to\",2:\"§7§7Guardians§7 and §7Squids§7 by\",3:\"§7§a25%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Prismarine Shard Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;2\",enchantments:{impaling:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Impaling II\",1:\"§7Increases damage dealt to\",2:\"§7§7Guardians§7 and §7Squids§7 by\",3:\"§7§a25%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Prismarine Shard Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;2\",enchantments:{impaling:2}}}", "damage": 0, "lore": [ "§9Impaling II", @@ -20,6 +20,7 @@ "§7- §fSword", "§7- §fBow", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/IMPALING;3.json b/items/IMPALING;3.json index 016c4693..6f3c6bff 100644 --- a/items/IMPALING;3.json +++ b/items/IMPALING;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Impaling III\",1:\"§7Increases damage dealt to\",2:\"§7§7Guardians§7 and §7Squids§7 by\",3:\"§7§a37.5%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Prismarine Shard Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;3\",enchantments:{impaling:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Impaling III\",1:\"§7Increases damage dealt to\",2:\"§7§7Guardians§7 and §7Squids§7 by\",3:\"§7§a37.5%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Prismarine Shard Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;3\",enchantments:{impaling:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Impaling III", @@ -20,6 +20,7 @@ "§7- §fSword", "§7- §fBow", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/JADERALD.json b/items/JADERALD.json new file mode 100644 index 00000000..4c87ab9d --- /dev/null +++ b/items/JADERALD.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Jaderald", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b569ed03-94ae-3da9-a01d-9726633d5b8b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODZhZGRiZDVkZWRhZDQwOTk5NDczYmU0YTdmNDhmNjIzNmE3OWEwZGNlOTcxYjVkYmQ3MzcyMDE0YWUzOTRkIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Jaded §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXX§7!\",9:\"\",10:\"§7§7§oExtremely rare stone, only\",11:\"§7§ofound in the Crystal Hollows.\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Jaderald\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"JADERALD\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Jaded §7reforge", + "§7to armor.", + "", + "§7Requires §aMining Skill Level", + "§aXX§7!", + "", + "§7§7§oExtremely rare stone, only", + "§7§ofound in the Crystal Hollows.", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "JADERALD", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jaderald" + ] +}
\ No newline at end of file diff --git a/items/JASPER_CRYSTAL.json b/items/JASPER_CRYSTAL.json new file mode 100644 index 00000000..dce29432 --- /dev/null +++ b/items/JASPER_CRYSTAL.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§dJasper Crystal", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"63f0729f-6327-35f6-bc3a-51693b12dfeb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTQ2Mzk4NDEwMSwKICAicHJvZmlsZUlkIiA6ICI0OWIzODUyNDdhMWY0NTM3YjBmN2MwZTFmMTVjMTc2NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJiY2QyMDMzYzYzZWM0YmY4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UyYjVmZTllYTUyMzk1YTQxYWM2OGMwY2I1NzU4NjRmZWI1ZmRkOGVhMTU4MjYyZThmODI5MTI1ZWMzM2Q0ODciLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§f§f§dJasper Crystal\"},ExtraAttributes:{id:\"JASPER_CRYSTAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "JASPER_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/JASPER_POWER_SCROLL.json b/items/JASPER_POWER_SCROLL.json new file mode 100644 index 00000000..eb288899 --- /dev/null +++ b/items/JASPER_POWER_SCROLL.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§dJasper Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Gain §c+10❁ Strength §7for §a5s\",1:\"§a§7when using your §e§lRIGHT CLICK\",2:\"§e§l§6Item Ability§7.\",3:\"\",4:\"§7§7Can be combined with any §bitem\",5:\"§b§7with a §e§lRIGHT CLICK §6Item\",6:\"§6Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§dJasper Power Scroll\"},ExtraAttributes:{id:\"JASPER_POWER_SCROLL\"},resolved:0b}", + "damage": 0, + "lore": [ + "§7§7Gain §c+10❁ Strength §7for §a5s", + "§a§7when using your §e§lRIGHT CLICK", + "§e§l§6Item Ability§7.", + "", + "§7§7Can be combined with any §bitem", + "§b§7with a §e§lRIGHT CLICK §6Item", + "§6Ability §7at an anvil.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "ENCHANTED_PAPER:16", + "B3": "ENCHANTED_PAPER:16", + "C1": "", + "C2": "ENCHANTED_PAPER:16", + "C3": "FINE_JASPER_GEM:16" + }, + "internalname": "JASPER_POWER_SCROLL", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL" +}
\ No newline at end of file diff --git a/items/JUNGLE_AMULET.json b/items/JUNGLE_AMULET.json index 991c6009..29f58f38 100644 --- a/items/JUNGLE_AMULET.json +++ b/items/JUNGLE_AMULET.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jungle_Amulet" + ] }
\ No newline at end of file diff --git a/items/JUNGLE_KEY.json b/items/JUNGLE_KEY.json index b3aa46f5..c3023aa3 100644 --- a/items/JUNGLE_KEY.json +++ b/items/JUNGLE_KEY.json @@ -14,5 +14,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jungle_Key" + ] }
\ No newline at end of file diff --git a/items/KNOCKBACK;1.json b/items/KNOCKBACK;1.json index 563dfb61..ec03833c 100644 --- a/items/KNOCKBACK;1.json +++ b/items/KNOCKBACK;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Knockback I\",1:\"§7Increases knockback by §a3§7\",2:\"§7blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-II: §7Enchantment Table,\",9:\"§7Slimeball Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"KNOCKBACK;1\",enchantments:{knockback:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Knockback I\",1:\"§7Increases knockback by §a3§7\",2:\"§7blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-II: §7Enchantment Table,\",9:\"§7Slimeball Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"KNOCKBACK;1\",enchantments:{knockback:1}}}", "damage": 0, "lore": [ "§9Knockback I", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/KNOCKBACK;2.json b/items/KNOCKBACK;2.json index 772cf9d6..a24ec1ba 100644 --- a/items/KNOCKBACK;2.json +++ b/items/KNOCKBACK;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Knockback II\",1:\"§7Increases knockback by §a6§7\",2:\"§7blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-II: §7Enchantment Table,\",9:\"§7Slimeball Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"KNOCKBACK;2\",enchantments:{knockback:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Knockback II\",1:\"§7Increases knockback by §a6§7\",2:\"§7blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-II: §7Enchantment Table,\",9:\"§7Slimeball Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"KNOCKBACK;2\",enchantments:{knockback:2}}}", "damage": 0, "lore": [ "§9Knockback II", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LARGE_ENCHANTED_MINING_SACK.json b/items/LARGE_ENCHANTED_MINING_SACK.json index ee88b16e..080636b3 100644 --- a/items/LARGE_ENCHANTED_MINING_SACK.json +++ b/items/LARGE_ENCHANTED_MINING_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Enchanted Mining Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3abecf46-c477-3ad5-82e7-04a2dfb23a93\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWVkYzY5ZmVmYWQxODRlZThjOTE4NjkyOGRhOTgyYWRkZmQ3ODNiZWQ5OGQ5NTA4MzQwOGJmNDE5ZTBjY2NkMCJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aEnchanted\",4:\"§aCobblestone§7, §aEnchanted Coal§7,\",5:\"§7§aEnchanted Iron§7, §aEnchanted\",6:\"§aGold§7, §aEnchanted Diamond§7,\",7:\"§7§aEnchanted Lapis Lazuli§7,\",8:\"§7§aEnchanted Emerald§7, §aEnchanted\",9:\"§aRedstone§7, §aEnchanted Quartz§7,\",10:\"§7§aEnchanted Obsidian§7,\",11:\"§7§aEnchanted Glowstone Dust§7,\",12:\"§7§aEnchanted Flint§7, §aEnchanted\",13:\"§aIce§7, §aEnchanted Sand§7,\",14:\"§7§aEnchanted End Stone§7,\",15:\"§7§aEnchanted Mithril§7, §aEnchanted\",16:\"§aTitanium\",17:\"\",18:\"§7Capacity: §e20,160 per item\",19:\"§8Sacks sum their capacity.\",20:\"\",21:\"§5§lEPIC\"],Name:\"§5Large Enchanted Mining Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_MINING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3abecf46-c477-3ad5-82e7-04a2dfb23a93\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWVkYzY5ZmVmYWQxODRlZThjOTE4NjkyOGRhOTgyYWRkZmQ3ODNiZWQ5OGQ5NTA4MzQwOGJmNDE5ZTBjY2NkMCJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aEnchanted\",4:\"§aCobblestone§7, §aEnchanted Coal§7,\",5:\"§7§aEnchanted Iron§7, §aEnchanted\",6:\"§aGold§7, §aEnchanted Diamond§7,\",7:\"§7§aEnchanted Lapis Lazuli§7,\",8:\"§7§aEnchanted Emerald§7, §aEnchanted\",9:\"§aRedstone§7, §aEnchanted Quartz§7,\",10:\"§7§aEnchanted Obsidian§7,\",11:\"§7§aEnchanted Glowstone Dust§7,\",12:\"§7§aEnchanted Flint§7, §aEnchanted\",13:\"§aIce§7, §aEnchanted Netherrack§7,\",14:\"§7§aEnchanted Sand§7, §aEnchanted\",15:\"§aEnd Stone§7, §aEnchanted\",16:\"§aMithril§7, §aEnchanted Titanium§7,\",17:\"§7§aEnchanted Hard Stone\",18:\"\",19:\"§7Capacity: §e20,160 per item\",20:\"§8Sacks sum their capacity.\",21:\"\",22:\"§5§lEPIC\"],Name:\"§5Large Enchanted Mining Sack\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"LARGE_ENCHANTED_MINING_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", @@ -17,10 +17,11 @@ "§7§aEnchanted Obsidian§7,", "§7§aEnchanted Glowstone Dust§7,", "§7§aEnchanted Flint§7, §aEnchanted", - "§aIce§7, §aEnchanted Sand§7,", - "§7§aEnchanted End Stone§7,", - "§7§aEnchanted Mithril§7, §aEnchanted", - "§aTitanium", + "§aIce§7, §aEnchanted Netherrack§7,", + "§7§aEnchanted Sand§7, §aEnchanted", + "§aEnd Stone§7, §aEnchanted", + "§aMithril§7, §aEnchanted Titanium§7,", + "§7§aEnchanted Hard Stone", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", diff --git a/items/LARGE_GEMSTONE_SACK.json b/items/LARGE_GEMSTONE_SACK.json new file mode 100644 index 00000000..8ac8fe0f --- /dev/null +++ b/items/LARGE_GEMSTONE_SACK.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Large Gemstone Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34a5254e-6e8a-3dc2-b1b8-e21b3f66d7f9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3MDUxMDA5NCwKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTViYTgwNGI3YWU5MmM2NWIyZjQxZDE4YmU4OTlhM2JkMTM5NzcyZTNlM2M4MWMyZmM4YWRkYmIyNzUzNjk1MiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gemstone pickups go directly\",1:\"§7into your sacks.\",2:\"\",3:\"§7Capacity: §e2,560,000 per gemstone type\",4:\"§8Sacks sum their capacity.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Large Gemstone Sack\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"LARGE_GEMSTONE_SACK\"}}", + "damage": 3, + "lore": [ + "§7Gemstone pickups go directly", + "§7into your sacks.", + "", + "§7Capacity: §e2,560,000 per gemstone type", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "FINE_RUBY_GEM:8", + "A2": "FINE_RUBY_GEM:8", + "A3": "FINE_RUBY_GEM:8", + "B1": "FINE_RUBY_GEM:8", + "B2": "MEDIUM_GEMSTONE_SACK:1", + "B3": "FINE_RUBY_GEM:8", + "C1": "FINE_RUBY_GEM:8", + "C2": "FINE_RUBY_GEM:8", + "C3": "FINE_RUBY_GEM:8" + }, + "internalname": "LARGE_GEMSTONE_SACK", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Sack" + ] +}
\ No newline at end of file diff --git a/items/LARGE_MINING_SACK.json b/items/LARGE_MINING_SACK.json index aa5f6990..08ba9581 100644 --- a/items/LARGE_MINING_SACK.json +++ b/items/LARGE_MINING_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Mining Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1b895a1-70b6-3930-9de5-5361995735d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjk0NTU4OSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTE1ZmNlYmJiZTAyZmRiNzJhY2QyMDk1ZDllZGZjZWEwOTVlNjA0YjM2ODJkYjg4OTYzYjViODNiMjkzOWI2NyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aCobblestone§7,\",4:\"§7§aCoal§7, §aIron Ingot§7, §aGold\",5:\"§aIngot§7, §aDiamond§7, §aLapis\",6:\"§aLazuli§7, §aEmerald§7,\",7:\"§7§aRedstone§7, §aNether Quartz§7,\",8:\"§7§aObsidian§7, §aGlowstone Dust§7,\",9:\"§7§aGravel§7, §aIce§7,\",10:\"§7§aNetherrack§7, §aSand§7, §aEnd\",11:\"§aStone\",12:\"\",13:\"§7Capacity: §e20,160 per item\",14:\"§8Sacks sum their capacity.\",15:\"\",16:\"§5§lEPIC\"],Name:\"§5Large Mining Sack\"},ExtraAttributes:{id:\"LARGE_MINING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1b895a1-70b6-3930-9de5-5361995735d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjk0NTU4OSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTE1ZmNlYmJiZTAyZmRiNzJhY2QyMDk1ZDllZGZjZWEwOTVlNjA0YjM2ODJkYjg4OTYzYjViODNiMjkzOWI2NyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aCobblestone§7,\",4:\"§7§aCoal§7, §aIron Ingot§7, §aGold\",5:\"§aIngot§7, §aDiamond§7, §aLapis\",6:\"§aLazuli§7, §aEmerald§7,\",7:\"§7§aRedstone§7, §aNether Quartz§7,\",8:\"§7§aObsidian§7, §aGlowstone Dust§7,\",9:\"§7§aGravel§7, §aIce§7,\",10:\"§7§aNetherrack§7, §aSand§7, §aEnd\",11:\"§aStone§7, §aMithril§7, §aHard\",12:\"§aStone§7, §aTitanium§7,\",13:\"§7§aTreasurite§7, §aStarfall\",14:\"\",15:\"§7Capacity: §e20,160 per item\",16:\"§8Sacks sum their capacity.\",17:\"\",18:\"§5§lEPIC\"],Name:\"§5Large Mining Sack\"},ExtraAttributes:{id:\"LARGE_MINING_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", @@ -15,7 +15,9 @@ "§7§aObsidian§7, §aGlowstone Dust§7,", "§7§aGravel§7, §aIce§7,", "§7§aNetherrack§7, §aSand§7, §aEnd", - "§aStone", + "§aStone§7, §aMithril§7, §aHard", + "§aStone§7, §aTitanium§7,", + "§7§aTreasurite§7, §aStarfall", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -35,7 +37,7 @@ }, "internalname": "LARGE_MINING_SACK", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "Requires: Coal IX", "infoType": "WIKI_URL", "info": [ diff --git a/items/LAVA_BLAZE_SC.json b/items/LAVA_BLAZE_SC.json new file mode 100644 index 00000000..a308b97f --- /dev/null +++ b/items/LAVA_BLAZE_SC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Lava Blaze (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\"}]}},display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Rough Sapphire Gemstone\",2:\"§7- §aEternal Flame Ring\",3:\"§7- §9Magma Core\",4:\"\",5:\"§cRequirements:\",6:\"§7- Fishing Skill 20\",7:\"§7- §cMagma Fields\",8:\"§7- §cFished from lava\",9:\"\",10:\"§5§lEPIC\"],Name:\"§3Lava Blaze (Sea Creature)\"},ExtraAttributes:{id:\"LAVA_BLAZE_SC\"}}", + "damage": 3, + "lore": [ + "§cDrops:", + "§7- §7Rough Sapphire Gemstone", + "§7- §aEternal Flame Ring", + "§7- §9Magma Core", + "", + "§cRequirements:", + "§7- Fishing Skill 20", + "§7- §cMagma Fields", + "§7- §cFished from lava", + "", + "§5§lEPIC" + ], + "internalname": "LAVA_BLAZE_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lava_Blaze" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/LAVA_PIGMAN_SC.json b/items/LAVA_PIGMAN_SC.json new file mode 100644 index 00000000..e567fa3d --- /dev/null +++ b/items/LAVA_PIGMAN_SC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Lava Pigman (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Rough Sapphire Gemstone\",2:\"§7- §aEternal Flame Ring\",3:\"§7- §9Magma Core\",4:\"\",5:\"§cRequirements:\",6:\"§7- Fishing Skill 22\",7:\"§7- §cMagma Fields\",8:\"§7- §cFished from lava\",9:\"\",10:\"§5§lEPIC\"],Name:\"§3Lava Pigman (Sea Creature)\"},ExtraAttributes:{id:\"LAVA_PIGMAN_SC\"}}", + "damage": 3, + "lore": [ + "§cDrops:", + "§7- §7Rough Sapphire Gemstone", + "§7- §aEternal Flame Ring", + "§7- §9Magma Core", + "", + "§cRequirements:", + "§7- Fishing Skill 22", + "§7- §cMagma Fields", + "§7- §cFished from lava", + "", + "§5§lEPIC" + ], + "internalname": "LAVA_PIGMAN_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lava_Pigman" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/LETHALITY;1.json b/items/LETHALITY;1.json index cd0660ad..46886a9a 100644 --- a/items/LETHALITY;1.json +++ b/items/LETHALITY;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality I\",1:\"§7Reduces the armor of your target\",2:\"§7by §a1.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;1\",enchantments:{lethality:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality I\",1:\"§7Reduces the armor of your target\",2:\"§7by §a1.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;1\",enchantments:{lethality:1}}}", "damage": 0, "lore": [ "§9Lethality I", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LETHALITY;2.json b/items/LETHALITY;2.json index 8ab76982..4eba586e 100644 --- a/items/LETHALITY;2.json +++ b/items/LETHALITY;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality II\",1:\"§7Reduces the armor of your target\",2:\"§7by §a2.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;2\",enchantments:{lethality:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality II\",1:\"§7Reduces the armor of your target\",2:\"§7by §a2.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;2\",enchantments:{lethality:2}}}", "damage": 0, "lore": [ "§9Lethality II", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LETHALITY;3.json b/items/LETHALITY;3.json index c544c64b..f3bb700b 100644 --- a/items/LETHALITY;3.json +++ b/items/LETHALITY;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality III\",1:\"§7Reduces the armor of your target\",2:\"§7by §a3.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;3\",enchantments:{lethality:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality III\",1:\"§7Reduces the armor of your target\",2:\"§7by §a3.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;3\",enchantments:{lethality:3}}}", "damage": 0, "lore": [ "§9Lethality III", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LETHALITY;4.json b/items/LETHALITY;4.json index 08470059..73671d6f 100644 --- a/items/LETHALITY;4.json +++ b/items/LETHALITY;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality IV\",1:\"§7Reduces the armor of your target\",2:\"§7by §a4.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;4\",enchantments:{lethality:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality IV\",1:\"§7Reduces the armor of your target\",2:\"§7by §a4.0% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;4\",enchantments:{lethality:4}}}", "damage": 0, "lore": [ "§9Lethality IV", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LETHALITY;5.json b/items/LETHALITY;5.json index 6b13f81c..81373507 100644 --- a/items/LETHALITY;5.json +++ b/items/LETHALITY;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality V\",1:\"§7Reduces the armor of your target\",2:\"§7by §a15% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;5\",enchantments:{lethality:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality V\",1:\"§7Reduces the armor of your target\",2:\"§7by §a15% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Obsidian Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;5\",enchantments:{lethality:5}}}", "damage": 0, "lore": [ "§9Lethality V", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/LETHALITY;6.json b/items/LETHALITY;6.json index ce7516bc..ff19847d 100644 --- a/items/LETHALITY;6.json +++ b/items/LETHALITY;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality VI\",1:\"§7Reduces the armor of your target\",2:\"§7by §a18% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dungeons,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"LETHALITY;6\",enchantments:{lethality:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality VI\",1:\"§7Reduces the armor of your target\",2:\"§7by §a18% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dungeons,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"LETHALITY;6\",enchantments:{lethality:6}}}", "damage": 0, "lore": [ "§9Lethality VI", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/LIFE_STEAL;1.json b/items/LIFE_STEAL;1.json index 9ead44df..b6117752 100644 --- a/items/LIFE_STEAL;1.json +++ b/items/LIFE_STEAL;1.json @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSyphon", diff --git a/items/LIFE_STEAL;2.json b/items/LIFE_STEAL;2.json index 946225bf..2e976351 100644 --- a/items/LIFE_STEAL;2.json +++ b/items/LIFE_STEAL;2.json @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSyphon", diff --git a/items/LIFE_STEAL;3.json b/items/LIFE_STEAL;3.json index ddd1aa67..6e2bcde5 100644 --- a/items/LIFE_STEAL;3.json +++ b/items/LIFE_STEAL;3.json @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSyphon", diff --git a/items/LIFE_STEAL;4.json b/items/LIFE_STEAL;4.json index 933a3e76..4556edcd 100644 --- a/items/LIFE_STEAL;4.json +++ b/items/LIFE_STEAL;4.json @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSyphon", diff --git a/items/LIFE_STEAL;5.json b/items/LIFE_STEAL;5.json index 404d89a7..2d253215 100644 --- a/items/LIFE_STEAL;5.json +++ b/items/LIFE_STEAL;5.json @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSyphon", diff --git a/items/LOOTING;1.json b/items/LOOTING;1.json index 98b56666..0b5c2ed1 100644 --- a/items/LOOTING;1.json +++ b/items/LOOTING;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting I\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a15%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;1\",enchantments:{looting:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting I\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a15%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;1\",enchantments:{looting:1}}}", "damage": 0, "lore": [ "§9Looting I", @@ -20,6 +20,7 @@ "§7- §fSword", "§7- §fFishing Weapon", "§7- §fFishing Rod", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LOOTING;2.json b/items/LOOTING;2.json index 52c7d00f..3b27e20f 100644 --- a/items/LOOTING;2.json +++ b/items/LOOTING;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting II\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a30%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;2\",enchantments:{looting:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting II\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a30%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;2\",enchantments:{looting:2}}}", "damage": 0, "lore": [ "§9Looting II", @@ -20,6 +20,7 @@ "§7- §fSword", "§7- §fFishing Weapon", "§7- §fFishing Rod", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LOOTING;3.json b/items/LOOTING;3.json index 48667ee2..5ff5fbd3 100644 --- a/items/LOOTING;3.json +++ b/items/LOOTING;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting III\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a45%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;3\",enchantments:{looting:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting III\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a45%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Enchantment Table,\",10:\"§7Gold Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;3\",enchantments:{looting:3}}}", "damage": 0, "lore": [ "§9Looting III", @@ -20,6 +20,7 @@ "§7- §fSword", "§7- §fFishing Weapon", "§7- §fFishing Rod", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LOOTING;4.json b/items/LOOTING;4.json index d9b1241c..ab99187c 100644 --- a/items/LOOTING;4.json +++ b/items/LOOTING;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting IV\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Season of Jerry,\",10:\"§7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"\",17:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"LOOTING;4\",enchantments:{looting:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting IV\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Season of Jerry,\",10:\"§7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fGauntlet\",17:\"\",18:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"LOOTING;4\",enchantments:{looting:4}}}", "damage": 0, "lore": [ "§9Looting IV", @@ -20,6 +20,7 @@ "§7- §fSword", "§7- §fFishing Weapon", "§7- §fFishing Rod", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/LOOTING;5.json b/items/LOOTING;5.json index 95ce7068..04e357a1 100644 --- a/items/LOOTING;5.json +++ b/items/LOOTING;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Looting V\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a75%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fFishing Rod\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;5\",enchantments:{looting:5}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Looting V\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a75%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fFishing Rod\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LOOTING;5\",enchantments:{looting:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Looting V", @@ -19,6 +19,7 @@ "§7- §fSword", "§7- §fFishing Weapon", "§7- §fFishing Rod", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/LUCK;1.json b/items/LUCK;1.json index ce7482ed..e43f219d 100644 --- a/items/LUCK;1.json +++ b/items/LUCK;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck I\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a5%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;1\",enchantments:{luck:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck I\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a5%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;1\",enchantments:{luck:1}}}", "damage": 0, "lore": [ "§9Luck I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LUCK;2.json b/items/LUCK;2.json index dab19aa4..55f2566b 100644 --- a/items/LUCK;2.json +++ b/items/LUCK;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck II\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a10%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;2\",enchantments:{luck:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck II\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a10%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;2\",enchantments:{luck:2}}}", "damage": 0, "lore": [ "§9Luck II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LUCK;3.json b/items/LUCK;3.json index 455caf55..21f01e9e 100644 --- a/items/LUCK;3.json +++ b/items/LUCK;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck III\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a15%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;3\",enchantments:{luck:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck III\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a15%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;3\",enchantments:{luck:3}}}", "damage": 0, "lore": [ "§9Luck III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LUCK;4.json b/items/LUCK;4.json index 3a475bb7..8a44a56c 100644 --- a/items/LUCK;4.json +++ b/items/LUCK;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck IV\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a20%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;4\",enchantments:{luck:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck IV\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a20%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LUCK;4\",enchantments:{luck:4}}}", "damage": 0, "lore": [ "§9Luck IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/LUCK;5.json b/items/LUCK;5.json index 6a9d72ff..157bb2e8 100644 --- a/items/LUCK;5.json +++ b/items/LUCK;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck V\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a25%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LUCK;5\",enchantments:{luck:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck V\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a25%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Raw Rabbit Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"LUCK;5\",enchantments:{luck:5}}}", "damage": 0, "lore": [ "§9Luck V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/LUCK;6.json b/items/LUCK;6.json index cd235197..f8282738 100644 --- a/items/LUCK;6.json +++ b/items/LUCK;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck VI\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a30%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Season of Jerry,\",10:\"§7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"LUCK;6\",enchantments:{luck:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck VI\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a30%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Season of Jerry,\",10:\"§7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"LUCK;6\",enchantments:{luck:6}}}", "damage": 0, "lore": [ "§9Luck VI", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/LUCK;7.json b/items/LUCK;7.json index b23f376c..cb009b18 100644 --- a/items/LUCK;7.json +++ b/items/LUCK;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Luck VII\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a35%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVII: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"LUCK;7\",enchantments:{luck:7}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Luck VII\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a35%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVII: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"LUCK;7\",enchantments:{luck:7}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Luck VII", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§5§lEPIC" ], diff --git a/items/MAGMA_CORE.json b/items/MAGMA_CORE.json index d064ca78..b3f6168c 100644 --- a/items/MAGMA_CORE.json +++ b/items/MAGMA_CORE.json @@ -10,5 +10,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magma_Core" + ] }
\ No newline at end of file diff --git a/items/MANA_STEAL;1.json b/items/MANA_STEAL;1.json index aa7aa39a..b37622e9 100644 --- a/items/MANA_STEAL;1.json +++ b/items/MANA_STEAL;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§fMana Steal I", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Mana Steal I\",1:\"§7Regain §b0.2% §7of your mana on\",2:\"§7hit.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enderman Slayer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Weapon\",12:\"§7- §fSword\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cLife Steal\",16:\"§7- §cSyphon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§fMana Steal I\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MANA_STEAL;1\",enchantments:{mana_steal:1}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Mana Steal I\",1:\"§7Regain §b0.2% §7of your mana on\",2:\"§7hit.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enderman Slayer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Weapon\",12:\"§7- §fSword\",13:\"§7- §fGauntlet\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cLife Steal\",17:\"§7- §cSyphon\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§fMana Steal I\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MANA_STEAL;1\",enchantments:{mana_steal:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Mana Steal I", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fFishing Weapon", "§7- §fSword", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/MANA_STEAL;2.json b/items/MANA_STEAL;2.json index 601b3bf2..f5e3fa17 100644 --- a/items/MANA_STEAL;2.json +++ b/items/MANA_STEAL;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§fMana Steal II", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Mana Steal II\",1:\"§7Regain §b0.5% §7of your mana on\",2:\"§7hit.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enderman Slayer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Weapon\",12:\"§7- §fSword\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cLife Steal\",16:\"§7- §cSyphon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§fMana Steal II\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MANA_STEAL;2\",enchantments:{mana_steal:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Mana Steal II\",1:\"§7Regain §b0.5% §7of your mana on\",2:\"§7hit.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enderman Slayer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Weapon\",12:\"§7- §fSword\",13:\"§7- §fGauntlet\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cLife Steal\",17:\"§7- §cSyphon\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§fMana Steal II\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MANA_STEAL;2\",enchantments:{mana_steal:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Mana Steal II", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fFishing Weapon", "§7- §fSword", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/MANA_STEAL;3.json b/items/MANA_STEAL;3.json index 0d154a56..abb2b803 100644 --- a/items/MANA_STEAL;3.json +++ b/items/MANA_STEAL;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§fMana Steal III", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Mana Steal III\",1:\"§7Regain §b0.8% §7of your mana on\",2:\"§7hit.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enderman Slayer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Weapon\",12:\"§7- §fSword\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cLife Steal\",16:\"§7- §cSyphon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§fMana Steal III\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MANA_STEAL;3\",enchantments:{mana_steal:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Mana Steal III\",1:\"§7Regain §b0.8% §7of your mana on\",2:\"§7hit.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enderman Slayer\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Weapon\",12:\"§7- §fSword\",13:\"§7- §fGauntlet\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cLife Steal\",17:\"§7- §cSyphon\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§fMana Steal III\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MANA_STEAL;3\",enchantments:{mana_steal:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Mana Steal III", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fFishing Weapon", "§7- §fSword", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/MAXED_ENCHANT_BOOK.json b/items/MAXED_ENCHANT_BOOK.json index d618ce4a..df47c9c6 100644 --- a/items/MAXED_ENCHANT_BOOK.json +++ b/items/MAXED_ENCHANT_BOOK.json @@ -35,27 +35,28 @@ "§9Luck VII, §9Lethality VI", "§9Lure VI, §9Looting V", "§9Magnet VI, §9Mana Steal III", - "§9Piercing I, §9Punch II", + "§9Overload V, Piercing I", "§9Projectile Protection VII, §9Power VII", "§9Prosecute VI, §9Protection VII", - "§9Rainbow I, §9Respiration III", + "§9Punch II, §9Pristine I", "§9Replenish I, §9Rejuvenate V", - "§9Respite V, §9Scavenger V", - "§9Snipe IV, §9Sharpness VII", + "§9Respite V, §9Respiration III", + "§9Rainbow I, §9Snipe IV", "§9Sugar Rush III, §9Spiked Hook VI", "§9Smelting Touch I, §9Silk Touch I", "§9Smite VII, §9Smarty Pants V", - "§9Syphon V, §9Turbo-Cane V", - "§9Turbo-Coco V, §9Turbo-Carrot V", + "§9Syphon V, §9Scavenger V", + "§9Sharpness VII, §9Turbo-Coco V,", "§9Turbo-Mushrooms V, §9Turbo-Melon V", "§9Turbo-Pumpkin V, §9Turbo-Potato V", "§9Turbo-Warts V, §9Turbo-Cacti V", - "§9Turbo-Wheat V, §9Thorns III, ", - "§9Thunderbolt VI, §9Thunderlord VI", + "§9Turbo-Wheat V, §9Turbo-Cane V", + "§9Turbo-Carrot V, §9Thunderbolt VI", "§9Triple-Strike V, §9Titan Killer VII", "§9Telekinesis I, §9True Protection I", - "§9Venomous VI, §9Vampirism VI", - "§9Vicious V", + "§9Thorns III, §9Thunderlord VI", + "§9Venomous VI, §9Vicious V", + "§9Vampirism VI", "", "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka" ], diff --git a/items/MEDIUM_MINING_SACK.json b/items/MEDIUM_MINING_SACK.json index 31ea7396..3e5df1a7 100644 --- a/items/MEDIUM_MINING_SACK.json +++ b/items/MEDIUM_MINING_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Medium Mining Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3cac8ff0-cb0a-3d51-9792-5052c479e145\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjg3NzI1MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTAwYjFiZjg1NTQ5ODVmM2RlY2Y1NDg4NjkyMmFkMjBkMTQ0NDM4NTY0ZWY3YTViNTJjZWQ3MWJjOWRkMDRiYiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aCobblestone§7,\",4:\"§7§aCoal§7, §aIron Ingot§7, §aGold\",5:\"§aIngot§7, §aDiamond§7, §aLapis\",6:\"§aLazuli§7, §aEmerald§7,\",7:\"§7§aRedstone§7, §aNether Quartz§7,\",8:\"§7§aObsidian§7, §aGlowstone Dust§7,\",9:\"§7§aGravel§7, §aIce§7,\",10:\"§7§aNetherrack§7, §aSand§7, §aEnd\",11:\"§aStone\",12:\"\",13:\"§7Capacity: §e2,240 per item\",14:\"§8Sacks sum their capacity.\",15:\"\",16:\"§9§lRARE\"],Name:\"§9Medium Mining Sack\"},ExtraAttributes:{id:\"MEDIUM_MINING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3cac8ff0-cb0a-3d51-9792-5052c479e145\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjg3NzI1MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTAwYjFiZjg1NTQ5ODVmM2RlY2Y1NDg4NjkyMmFkMjBkMTQ0NDM4NTY0ZWY3YTViNTJjZWQ3MWJjOWRkMDRiYiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aCobblestone§7,\",4:\"§7§aCoal§7, §aIron Ingot§7, §aGold\",5:\"§aIngot§7, §aDiamond§7, §aLapis\",6:\"§aLazuli§7, §aEmerald§7,\",7:\"§7§aRedstone§7, §aNether Quartz§7,\",8:\"§7§aObsidian§7, §aGlowstone Dust§7,\",9:\"§7§aGravel§7, §aIce§7,\",10:\"§7§aNetherrack§7, §aSand§7, §aEnd\",11:\"§aStone§7, §aMithril§7, §aHard\",12:\"§aStone§7, §aTitanium§7,\",13:\"§7§aTreasurite§7, §aStarfall\",14:\"\",15:\"§7Capacity: §e2,240 per item\",16:\"§8Sacks sum their capacity.\",17:\"\",18:\"§9§lRARE\"],Name:\"§9Medium Mining Sack\"},ExtraAttributes:{id:\"MEDIUM_MINING_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", @@ -15,7 +15,9 @@ "§7§aObsidian§7, §aGlowstone Dust§7,", "§7§aGravel§7, §aIce§7,", "§7§aNetherrack§7, §aSand§7, §aEnd", - "§aStone", + "§aStone§7, §aMithril§7, §aHard", + "§aStone§7, §aTitanium§7,", + "§7§aTreasurite§7, §aStarfall", "", "§7Capacity: §e2,240 per item", "§8Sacks sum their capacity.", @@ -35,7 +37,7 @@ }, "internalname": "MEDIUM_MINING_SACK", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "Requires: Coal VII", "infoType": "WIKI_URL", "info": [ diff --git a/items/MITHRIL_GOURMAND.json b/items/MITHRIL_GOURMAND.json index ffcda6aa..5a466d3b 100644 --- a/items/MITHRIL_GOURMAND.json +++ b/items/MITHRIL_GOURMAND.json @@ -13,5 +13,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tasty_Mithril" + ] }
\ No newline at end of file diff --git a/items/MITHRIL_INFUSION.json b/items/MITHRIL_INFUSION.json new file mode 100644 index 00000000..2906ec8d --- /dev/null +++ b/items/MITHRIL_INFUSION.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aMithril Infusion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de20de6f-4047-3fee-99c6-96ed91fd5448\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNzk2Njc3NzM2NSwKICAicHJvZmlsZUlkIiA6ICI2MWVhMDkyM2FhNDQ0OTEwYmNlZjViZmQ2ZDNjMGQ1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVEYXJ0aEZhdGhlciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83ZTA1MWRmNGRkMjE1MTQ4MWY1MTQ1YjkzZmI3YTlhYTYyODg4ZmJjYjkwYWRkOTg5MGFkMDdjYWYxZmFjYTczIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§7Permanently increases minion\",1:\"§7speed by §a10%\",2:\"§7\",3:\"§7§7Can be combined with a minion\",4:\"§7at an anvil.\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aMithril Infusion\"},ExtraAttributes:{id:\"MITHRIL_INFUSION\"}}", + "damage": 3, + "lore": [ + "§7§7Permanently increases minion", + "§7speed by §a10%", + "§7", + "§7§7Can be combined with a minion", + "§7at an anvil.", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "ENCHANTED_MITHRIL:64", + "A2": "ENCHANTED_MITHRIL:64", + "A3": "ENCHANTED_MITHRIL:64", + "B1": "ENCHANTED_MITHRIL:64", + "B2": "MAGMA_BUCKET:1", + "B3": "ENCHANTED_MITHRIL:64", + "C1": "ENCHANTED_MITHRIL:64", + "C2": "ENCHANTED_MITHRIL:64", + "C3": "ENCHANTED_MITHRIL:64" + }, + "internalname": "MITHRIL_INFUSION", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mithril_Infusion" + ] +}
\ No newline at end of file diff --git a/items/MONSTER_OF_THE_DEEP_SC.json b/items/MONSTER_OF_THE_DEEP_SC.json index b0289235..c2b27029 100644 --- a/items/MONSTER_OF_THE_DEEP_SC.json +++ b/items/MONSTER_OF_THE_DEEP_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Monster of the Deep (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"04af20d2-52ff-4339-b01c-459b780f2544\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODI4OGZjYmRhNGZmODVhY2E3ZmYyMTEzM2QxYWZlYzllZTI0NmRkOTIzZWNhOWJmZDA5MmYyMzMzZTY2ZiJ9fX0=\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"04af20d2-52ff-4339-b01c-459b780f2544\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODI4OGZjYmRhNGZmODVhY2E3ZmYyMTEzM2QxYWZlYzllZTI0NmRkOTIzZWNhOWJmZDA5MmYyMzMzZTY2ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The Monster of the Deep is a Uncommon Sea\",1:\"§7Creature that can only be fished with a fishing\",2:\"§7skill level of 11 or higher.\",3:\"\",4:\"§c❤ Health§8: §c20.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Dark Bait\",8:\"§7- §7Enchanted Rotten Flesh\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Magnet VI)\",13:\"§7- §aEnchanted Feather\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 11\",17:\"§7- §bFished from water\",18:\"\",19:\"§a§lUNCOMMON\"],Name:\"§3Monster of the Deep (Sea Creature)\"},ExtraAttributes:{id:\"MONSTER_OF_THE_DEEP_SC\"}}", "damage": 3, "lore": [ "§7The Monster of the Deep is a Uncommon Sea", @@ -21,6 +21,7 @@ "", "§cRequirements:", "§7- Fishing Skill 11", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/NIGHTMARE_SC.json b/items/NIGHTMARE_SC.json index 7f8c861f..a6723668 100644 --- a/items/NIGHTMARE_SC.json +++ b/items/NIGHTMARE_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Nightmare (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ab9ea02c-4fd1-4895-85c9-d2b407d5d6f2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDIyOTUwZjJkM2VmZGRiMThkZTg2ZjhmNTVhYzUxOGRjZTczZjEyYTZlMGY4NjM2ZDU1MWQ4ZWI0ODBjZWVjIn19fQ==\"}]}},display:{Lore:[0:\"§7Coins per Kill: §61\",1:\"§7Combat XP: §3100-145\",2:\"\",3:\"§6§lPossible Drops:\",4:\"§fCommon Loot\",5:\"§8 ■ §8Dragon Essence x3-5\",6:\"§8 ■ §5Young Dragon Fragment §8x2-4\",7:\"\",8:\"§6Legendary Loot\",9:\"§8 ■ §9Beating Heart §8(§a0.1%§8)\"],Name:\"§5Young Lost Adventurer (Miniboss)\"},ExtraAttributes:{id:\"YOUNG_LOST_ADVENTURER_MINIBOSS\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ab9ea02c-4fd1-4895-85c9-d2b407d5d6f2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDIyOTUwZjJkM2VmZGRiMThkZTg2ZjhmNTVhYzUxOGRjZTczZjEyYTZlMGY4NjM2ZDU1MWQ4ZWI0ODBjZWVjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Nightmare is a rare sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 14\",3:\"\",4:\"§c❤ Health§8: §c35.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Enchanted Rotten Flesh\",8:\"§7- §7Lily Pad\",9:\"§7- §aGreen Candy\",10:\"§7- §aLucky Hoof\",11:\"§7- §5Purple Candy\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 14\",15:\"§7- §5Spooky Festival\",16:\"§7- §bFished from water\",17:\"\",18:\"§9§lRARE\"],Name:\"§3Nightmare (Sea Creature)\"},ExtraAttributes:{id:\"NIGHTMARE_SC\"}}", "damage": 3, "lore": [ "§7The Nightmare is a rare sea creature added in the Spooky", @@ -20,6 +20,7 @@ "§cRequirements:", "§7- Fishing Skill 14", "§7- §5Spooky Festival", + "§7- §bFished from water", "", "§9§lRARE" ], diff --git a/items/NIGHT_SQUID_SC.json b/items/NIGHT_SQUID_SC.json index fd76ed06..c82ba376 100644 --- a/items/NIGHT_SQUID_SC.json +++ b/items/NIGHT_SQUID_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Night Squid (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Ink Sack\",9:\"§7- §7Lily Pad\",10:\"§7- §aFishing Exp Boost\",11:\"§7- §aSquid Boots\",12:\"§7- §9Fishing Exp Boost\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 3\",16:\"§7- Nighttime\",17:\"§7- Darkbait\",18:\"§7- §bFished from water\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}", "damage": 3, "lore": [ "§7Night Squid is a rarer variant of the Squid found only", @@ -22,6 +22,7 @@ "§7- Fishing Skill 3", "§7- Nighttime", "§7- Darkbait", + "§7- §bFished from water", "", "§f§lCOMMON" ], diff --git a/items/NURSE_SHARK_SC.json b/items/NURSE_SHARK_SC.json index ec2e9541..b8fe7ab4 100644 --- a/items/NURSE_SHARK_SC.json +++ b/items/NURSE_SHARK_SC.json @@ -1,7 +1,7 @@ { "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\"}}", + "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- §9Fishing Festival\",13:\"§7- §bFished from water\",14:\"\",15:\"§c§lSPECIAL\"],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", @@ -16,7 +16,10 @@ "", "§cRequirements:", "§7- Fishing Skill 5", - "§7- §bFishing Festival" + "§7- §9Fishing Festival", + "§7- §bFished from water", + "", + "§c§lSPECIAL" ], "internalname": "NURSE_SHARK_SC", "clickcommand": "", diff --git a/items/OASIS_RABBIT_SC.json b/items/OASIS_RABBIT_SC.json index 8e026a66..f2a9f5e1 100644 --- a/items/OASIS_RABBIT_SC.json +++ b/items/OASIS_RABBIT_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Oasis Rabbit (Sea Creature)", - "nbttag": "{SkullOwner:{Id:\"caeacf99-0d47-454a-9849-3d2b85b135ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QyNzE5MjcxYzcxNDk4MDIyNmZmMWJlZjRjYmIxZDU0NDExY2UzYTkxNGQ3ZGY3MzFiY2M3ZjYxZTk0ZTVjIn19fQ\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10.000\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Lily Pad\",4:\"§7- §7Rabbit Hide\",5:\"§7- §7Rabbit\u0027s Foot\",6:\"§7- §7Raw Rabbit\",7:\"§7- §aEnchanted Raw Rabbit\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 10\",11:\"§7- §bOasis\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§3Oasis Rabbit (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_RABBIT_SC\"}}", + "nbttag": "{SkullOwner:{Id:\"caeacf99-0d47-454a-9849-3d2b85b135ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QyNzE5MjcxYzcxNDk4MDIyNmZmMWJlZjRjYmIxZDU0NDExY2UzYTkxNGQ3ZGY3MzFiY2M3ZjYxZTk0ZTVjIn19fQ\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10.000\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Lily Pad\",4:\"§7- §7Rabbit Hide\",5:\"§7- §7Rabbit\u0027s Foot\",6:\"§7- §7Raw Rabbit\",7:\"§7- §aEnchanted Raw Rabbit\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 10\",11:\"§7- §bOasis\",12:\"§7- §bFished from water\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§3Oasis Rabbit (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_RABBIT_SC\"}}", "damage": 3, "lore": [ "§c❤ Health§8: §c10.000", @@ -16,6 +16,7 @@ "§cRequirements:", "§7- Fishing Skill 10", "§7- §bOasis", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/OASIS_SHEEP_SC.json b/items/OASIS_SHEEP_SC.json index b4403595..9ae101bb 100644 --- a/items/OASIS_SHEEP_SC.json +++ b/items/OASIS_SHEEP_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Oasis Sheep (Sea Creature)", - "nbttag": "{SkullOwner:{Id:\"fa234925-9dbe-4b8f-a544-7c70fb6b6ac5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10.000\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Lily Pad\",4:\"§7- §7Mutton\",5:\"§7- §7White Wool\",6:\"§7- §aEnchanted Mutton\",7:\"§7- §aEnchanted Cooked Mutton\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 10\",11:\"§7- §bOasis\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§3Oasis Sheep (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_SHEEP_SC\"}}", + "nbttag": "{SkullOwner:{Id:\"fa234925-9dbe-4b8f-a544-7c70fb6b6ac5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10.000\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Lily Pad\",4:\"§7- §7Mutton\",5:\"§7- §7White Wool\",6:\"§7- §aEnchanted Mutton\",7:\"§7- §aEnchanted Cooked Mutton\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 10\",11:\"§7- §bOasis\",12:\"§7- §bFished from water\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§3Oasis Sheep (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_SHEEP_SC\"}}", "damage": 3, "lore": [ "§c❤ Health§8: §c10.000", @@ -16,6 +16,7 @@ "§cRequirements:", "§7- Fishing Skill 10", "§7- §bOasis", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/PERFECTLY_CUT_FUEL_TANK.json b/items/PERFECTLY_CUT_FUEL_TANK.json new file mode 100644 index 00000000..e74e4a47 --- /dev/null +++ b/items/PERFECTLY_CUT_FUEL_TANK.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Perfectly Cut Fuel Tank", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e36a3df-9a3e-34b5-ad5a-0a4ff1657867\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjcxMjIxMiwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mN2U1NDFkZmI0YmExZjdkYzI4YjU0OGUzNDdhYmJkYzk4N2ViZTBlNjFjNDlmYTg3MTExZWYxYjJkY2IyMjE4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§2100,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 7.\",14:\"§9§lRARE\",15:\"\",16:\"§eItems Required\",17:\"§9Gemstone Fuel Tank §7x1\",18:\"§9Synthetic Heart §7x70\",19:\"§9Gemstone Mixture §7x25\",20:\"\",21:\"§7Duration: §b2d 2h\"],Name:\"§9Perfectly Cut Fuel Tank\"},ExtraAttributes:{id:\"PERFECTLY_CUT_FUEL_TANK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Drill Part", + "", + "§7Part Type: §6Fuel Tank", + "", + "§7Increases the fuel capacity to", + "§7§2100,000§7.", + "", + "§7Can be applied to Drills by", + "§7talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§9§lRARE", + "", + "§eItems Required", + "§9Gemstone Fuel Tank §7x1", + "§9Synthetic Heart §7x70", + "§9Gemstone Mixture §7x25", + "", + "§7Duration: §b2d 2h" + ], + "internalname": "PERFECTLY_CUT_FUEL_TANK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PERFECT_AMBER_GEM.json b/items/PERFECT_AMBER_GEM.json index 5967b5a2..ddecdb90 100644 --- a/items/PERFECT_AMBER_GEM.json +++ b/items/PERFECT_AMBER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Perfect Amber Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a049882d-0f0e-3ed6-82c9-1852557efc88\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI5MzQ4MCwKICAicHJvZmlsZUlkIiA6ICI5OTdjZjFlMmY1NGQ0YzEyOWY2ZjU5ZTVlNjU1YjZmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJpbzEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3YWUyMzZjZGVjM2YyYTZmNTFlYWUxNWUyYzhmNjIyOGIzNGYxMzdkYTE1NjlmZWM5ZTgwM2Y5Y2Q4MTc1OWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §6refined §6Amber§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6⸕ Mining Speed§7.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Perfect Amber Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMBER_GEM\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a049882d-0f0e-3ed6-82c9-1852557efc88\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI5MzQ4MCwKICAicHJvZmlsZUlkIiA6ICI5OTdjZjFlMmY1NGQ0YzEyOWY2ZjU5ZTVlNjU1YjZmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJpbzEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3YWUyMzZjZGVjM2YyYTZmNTFlYWUxNWUyYzhmNjIyOGIzNGYxMzdkYTE1NjlmZWM5ZTgwM2Y5Y2Q4MTc1OWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §6refined §6Amber§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6⸕ Mining Speed§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Amber Gemstone §7x5\",10:\"§6Amber Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5Perfect Amber Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMBER_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §6refined §6Amber§7.", @@ -10,22 +10,17 @@ "§eproperly§7, it can give its", "§7owner extra §6⸕ Mining Speed§7.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Flawless Amber Gemstone §7x5", + "§6Amber Crystal §7x1", + "", + "§7Duration: §b20h" ], - "recipe": { - "A1": "", - "A2": "FLAWLESS_AMBER_GEM:16", - "A3": "", - "B1": "FLAWLESS_AMBER_GEM:16", - "B2": "FLAWLESS_AMBER_GEM:16", - "B3": "FLAWLESS_AMBER_GEM:16", - "C1": "", - "C2": "FLAWLESS_AMBER_GEM:16", - "C3": "" - }, "internalname": "PERFECT_AMBER_GEM", - "crafttext": "Requires Gemstone Collection X", - "clickcommand": "viewrecipe", + "crafttext": "", + "clickcommand": "", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/PERFECT_AMETHYST_GEM.json b/items/PERFECT_AMETHYST_GEM.json index 151cab13..4e0be26c 100644 --- a/items/PERFECT_AMETHYST_GEM.json +++ b/items/PERFECT_AMETHYST_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Perfect Amethyst Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"08e13e8e-2831-3e9c-a7b0-d9506b0f65b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI3NDk3OSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kODg2ZTBmNDExODViMThhM2FmZDg5NDg4ZDJlZTRjYWEwNzM1MDA5MjQ3Y2NjZjAzOWNlZDZhZWQ3NTJmZjFhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A perfectly §5refined\",1:\"§5§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Perfect Amethyst Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMETHYST_GEM\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"08e13e8e-2831-3e9c-a7b0-d9506b0f65b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI3NDk3OSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kODg2ZTBmNDExODViMThhM2FmZDg5NDg4ZDJlZTRjYWEwNzM1MDA5MjQ3Y2NjZjAzOWNlZDZhZWQ3NTJmZjFhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A perfectly §5refined\",1:\"§5§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Amethyst Gemstone §7x5\",11:\"§5Amethyst Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Amethyst Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMETHYST_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §5refined", @@ -11,22 +11,17 @@ "§eproperly§7, it can give its", "§7owner extra §a❈ Defense§7.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Flawless Amethyst Gemstone §7x5", + "§5Amethyst Crystal §7x1", + "", + "§7Duration: §b20h" ], - "recipe": { - "A1": "", - "A2": "FLAWLESS_AMETHYST_GEM:16", - "A3": "", - "B1": "FLAWLESS_AMETHYST_GEM:16", - "B2": "FLAWLESS_AMETHYST_GEM:16", - "B3": "FLAWLESS_AMETHYST_GEM:16", - "C1": "", - "C2": "FLAWLESS_AMETHYST_GEM:16", - "C3": "" - }, "internalname": "PERFECT_AMETHYST_GEM", - "crafttext": "Requires Gemstone Collection X", - "clickcommand": "viewrecipe", + "crafttext": "", + "clickcommand": "", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/PERFECT_JADE_GEM.json b/items/PERFECT_JADE_GEM.json index 4121e97f..deada474 100644 --- a/items/PERFECT_JADE_GEM.json +++ b/items/PERFECT_JADE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Perfect Jade Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"64546365-6b22-3369-8b42-27f9b0b3f70d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI1NjAxMiwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNmY2VkNzk3NzM4MmJmNzFkNGVlMTdmZjViOTE5ZTBlYjc5NzIwODNjNGNjY2ZhMTc1Yzg3NTNhZTQwYmEwMDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §arefined §aJade§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6☘ Mining\",5:\"§6Fortune§7.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Perfect Jade Gemstone\"},ExtraAttributes:{id:\"PERFECT_JADE_GEM\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"64546365-6b22-3369-8b42-27f9b0b3f70d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI1NjAxMiwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNmY2VkNzk3NzM4MmJmNzFkNGVlMTdmZjViOTE5ZTBlYjc5NzIwODNjNGNjY2ZhMTc1Yzg3NTNhZTQwYmEwMDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §arefined §aJade§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6☘ Mining\",5:\"§6Fortune§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Jade Gemstone §7x5\",11:\"§aJade Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Jade Gemstone\"},ExtraAttributes:{id:\"PERFECT_JADE_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §arefined §aJade§7.", @@ -11,22 +11,17 @@ "§7owner extra §6☘ Mining", "§6Fortune§7.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Flawless Jade Gemstone §7x5", + "§aJade Crystal §7x1", + "", + "§7Duration: §b20h" ], - "recipe": { - "A1": "", - "A2": "FLAWLESS_JADE_GEM:16", - "A3": "", - "B1": "FLAWLESS_JADE_GEM:16", - "B2": "FLAWLESS_JADE_GEM:16", - "B3": "FLAWLESS_JADE_GEM:16", - "C1": "", - "C2": "FLAWLESS_JADE_GEM:16", - "C3": "" - }, "internalname": "PERFECT_JADE_GEM", - "crafttext": "Requires Gemstone Collection X", - "clickcommand": "viewrecipe", + "crafttext": "", + "clickcommand": "", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/PERFECT_JASPER_GEM.json b/items/PERFECT_JASPER_GEM.json index 141c6119..4bada958 100644 --- a/items/PERFECT_JASPER_GEM.json +++ b/items/PERFECT_JASPER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Perfect Jasper Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"12f10879-db2c-35e1-a2b2-4868393c3e7e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIzNzA3NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2M2Y5OTFiOGUwMzhlNDZiOGVkNzYzMmY0NGNhMmUzMGMxNWY0Mjk3NzA3MGE4YzhkODcyOGUzZmMwNGZjN2MiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §drefined\",1:\"§d§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Perfect Jasper Gemstone\"},ExtraAttributes:{id:\"PERFECT_JASPER_GEM\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"12f10879-db2c-35e1-a2b2-4868393c3e7e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIzNzA3NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2M2Y5OTFiOGUwMzhlNDZiOGVkNzYzMmY0NGNhMmUzMGMxNWY0Mjk3NzA3MGE4YzhkODcyOGUzZmMwNGZjN2MiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §drefined\",1:\"§d§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Jasper Gemstone §7x5\",11:\"§dJasper Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Jasper Gemstone\"},ExtraAttributes:{id:\"PERFECT_JASPER_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §drefined", @@ -11,22 +11,17 @@ "§eproperly§7, it can give its", "§7owner extra §c❁ Strength§7.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Flawless Jasper Gemstone §7x5", + "§dJasper Crystal §7x1", + "", + "§7Duration: §b20h" ], - "recipe": { - "A1": "", - "A2": "FLAWLESS_JASPER_GEM:16", - "A3": "", - "B1": "FLAWLESS_JASPER_GEM:16", - "B2": "FLAWLESS_JASPER_GEM:16", - "B3": "FLAWLESS_JASPER_GEM:16", - "C1": "", - "C2": "FLAWLESS_JASPER_GEM:16", - "C3": "" - }, "internalname": "PERFECT_JASPER_GEM", - "crafttext": "Requires Gemstone Collection X", - "clickcommand": "viewrecipe", + "crafttext": "", + "clickcommand": "", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/PERFECT_RUBY_GEM.json b/items/PERFECT_RUBY_GEM.json index 05949b66..7ea73abf 100644 --- a/items/PERFECT_RUBY_GEM.json +++ b/items/PERFECT_RUBY_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Perfect Ruby Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6173f4f6-03dd-36b6-9797-4bd41cde5552\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIxNzI5OCwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5YjZlMDQ3ZDNiMmJjYTg1ZThjYzQ5ZTU0ODBmOTc3NGQ4YTBlYWZlNmRmYTk1NTk1MzA1OTAyODM3MTUxNDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §crefined §cRuby§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §c❤ Health§7.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Perfect Ruby Gemstone\"},ExtraAttributes:{id:\"PERFECT_RUBY_GEM\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6173f4f6-03dd-36b6-9797-4bd41cde5552\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIxNzI5OCwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5YjZlMDQ3ZDNiMmJjYTg1ZThjYzQ5ZTU0ODBmOTc3NGQ4YTBlYWZlNmRmYTk1NTk1MzA1OTAyODM3MTUxNDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §crefined §cRuby§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §c❤ Health§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Ruby Gemstone §7x5\",10:\"§cRuby Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5Perfect Ruby Gemstone\"},ExtraAttributes:{id:\"PERFECT_RUBY_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §crefined §cRuby§7.", @@ -10,22 +10,17 @@ "§eproperly§7, it can give its", "§7owner extra §c❤ Health§7.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Flawless Ruby Gemstone §7x5", + "§cRuby Crystal §7x1", + "", + "§7Duration: §b20h" ], - "recipe": { - "A1": "", - "A2": "FLAWLESS_RUBY_GEM:16", - "A3": "", - "B1": "FLAWLESS_RUBY_GEM:16", - "B2": "FLAWLESS_RUBY_GEM:16", - "B3": "FLAWLESS_RUBY_GEM:16", - "C1": "", - "C2": "FLAWLESS_RUBY_GEM:16", - "C3": "" - }, "internalname": "PERFECT_RUBY_GEM", - "crafttext": "Requires Gemstone Collection X", - "clickcommand": "viewrecipe", + "crafttext": "", + "clickcommand": "", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/PERFECT_SAPPHIRE_GEM.json b/items/PERFECT_SAPPHIRE_GEM.json index 191799c3..ad0230bf 100644 --- a/items/PERFECT_SAPPHIRE_GEM.json +++ b/items/PERFECT_SAPPHIRE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Perfect Sapphire Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"493e6696-11b4-3137-8501-391ee7a99b8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE5NzMwNSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhlOTNlYmFjYjYwYjcxNzkzMzU1ZmRlMGQ0YmJhNDNhOWM1ZWMwOWMzZjM4ODk3YzQ4YzFmODU3NTIzYTBhMjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §brefined\",1:\"§b§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Perfect Sapphire Gemstone\"},ExtraAttributes:{id:\"PERFECT_SAPPHIRE_GEM\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"493e6696-11b4-3137-8501-391ee7a99b8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE5NzMwNSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhlOTNlYmFjYjYwYjcxNzkzMzU1ZmRlMGQ0YmJhNDNhOWM1ZWMwOWMzZjM4ODk3YzQ4YzFmODU3NTIzYTBhMjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §brefined\",1:\"§b§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Sapphire Gemston §7x5\",11:\"§bSapphire Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Sapphire Gemstone\"},ExtraAttributes:{id:\"PERFECT_SAPPHIRE_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §brefined", @@ -11,22 +11,17 @@ "§eproperly§7, it can give its", "§7owner extra §b✎ Intelligence§7.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Flawless Sapphire Gemston §7x5", + "§bSapphire Crystal §7x1", + "", + "§7Duration: §b20h" ], - "recipe": { - "A1": "", - "A2": "FLAWLESS_SAPPHIRE_GEM:16", - "A3": "", - "B1": "FLAWLESS_SAPPHIRE_GEM:16", - "B2": "FLAWLESS_SAPPHIRE_GEM:16", - "B3": "FLAWLESS_SAPPHIRE_GEM:16", - "C1": "", - "C2": "FLAWLESS_SAPPHIRE_GEM:16", - "C3": "" - }, "internalname": "PERFECT_SAPPHIRE_GEM", - "crafttext": "Requires Gemstone Collection X", - "clickcommand": "viewrecipe", + "crafttext": "", + "clickcommand": "", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/PERFECT_TOPAZ_GEM.json b/items/PERFECT_TOPAZ_GEM.json index abd73e0a..7adcccb2 100644 --- a/items/PERFECT_TOPAZ_GEM.json +++ b/items/PERFECT_TOPAZ_GEM.json @@ -1,31 +1,26 @@ { "itemid": "minecraft:skull", "displayname": "§5Perfect Topaz Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"71cc923c-cd14-35a0-95e8-6b048be8d45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE3ODQ1MywKICAicHJvZmlsZUlkIiA6ICJiYzRlZGZiNWYzNmM0OGE3YWM5ZjFhMzlkYzIzZjRmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YWNhNjgwYjIyNDYxMzQwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkYTZlY2RjYmMzZmUzNTVjYTA2MTExOTJhM2ZiZDM1ZGQ1NjM1ZDVmY2RmM2ZiYzc5ZWQyYmMxZjRhMDE3ZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §erefined §eTopaz§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can imbue an item\",4:\"§7with the Pristine §7enchantment.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Perfect Topaz Gemstone\"},ExtraAttributes:{id:\"PERFECT_TOPAZ_GEM\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"71cc923c-cd14-35a0-95e8-6b048be8d45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE3ODQ1MywKICAicHJvZmlsZUlkIiA6ICJiYzRlZGZiNWYzNmM0OGE3YWM5ZjFhMzlkYzIzZjRmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YWNhNjgwYjIyNDYxMzQwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkYTZlY2RjYmMzZmUzNTVjYTA2MTExOTJhM2ZiZDM1ZGQ1NjM1ZDVmY2RmM2ZiYzc5ZWQyYmMxZjRhMDE3ZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §erefined §eTopaz§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §5✧ Pristine§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Topaz Gemstone §7x5\",10:\"§eTopaz Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5Perfect Topaz Gemstone\"},ExtraAttributes:{id:\"PERFECT_TOPAZ_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §erefined §eTopaz§7.", "", "§7§7Some say that when §eharnessed", - "§eproperly§7, it can imbue an item", - "§7with the Pristine §7enchantment.", + "§eproperly§7, it can give its", + "§7owner extra §5✧ Pristine§7.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§eItems Required", + "§9Flawless Topaz Gemstone §7x5", + "§eTopaz Crystal §7x1", + "", + "§7Duration: §b20h" ], - "recipe": { - "A1": "", - "A2": "FLAWLESS_TOPAZ_GEM:16", - "A3": "", - "B1": "FLAWLESS_TOPAZ_GEM:16", - "B2": "FLAWLESS_TOPAZ_GEM:16", - "B3": "FLAWLESS_TOPAZ_GEM:16", - "C1": "", - "C2": "FLAWLESS_TOPAZ_GEM:16", - "C3": "" - }, "internalname": "PERFECT_TOPAZ_GEM", - "crafttext": "Requires Gemstone Collection X", - "clickcommand": "viewrecipe", + "crafttext": "", + "clickcommand": "", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/PHANTOM_FISHER_SC.json b/items/PHANTOM_FISHER_SC.json index eed954a8..77e85561 100644 --- a/items/PHANTOM_FISHER_SC.json +++ b/items/PHANTOM_FISHER_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Phantom Fisher (Sea Creature)", - "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\"}}", + "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:\"§7- §bFished from water\",17:\"\",18:\"§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", @@ -20,6 +20,7 @@ "§cRequirements:", "§7- Fishing Skill 21", "§7- §5Spooky Festival", + "§7- §bFished from water", "", "§5§lEPIC" ], diff --git a/items/PICKONIMBUS.json b/items/PICKONIMBUS.json index a0df81b8..05b7c974 100644 --- a/items/PICKONIMBUS.json +++ b/items/PICKONIMBUS.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pickonimbus_2000" + ] }
\ No newline at end of file diff --git a/items/POISONED_WATER_WORM_SC.json b/items/POISONED_WATER_WORM_SC.json new file mode 100644 index 00000000..c139e232 --- /dev/null +++ b/items/POISONED_WATER_WORM_SC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Poisoned Water Worm (Sea Creature)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Rough Amber Gemstone\",2:\"§7- §aWorm Membrane\",3:\"\",4:\"§cRequirements:\",5:\"§7- Fishing Skill 17\",6:\"§7- §5Crystal Hollows\",7:\"§7- §6Goblin Holdout\",8:\"§7- §bFished from water\",9:\"\",10:\"§9§lRARE\"],Name:\"§3Poisoned Water Worm (Sea Creature)\"},ExtraAttributes:{id:\"POISONED_WATER_WORM_SC\"}}", + "damage": 3, + "lore": [ + "§cDrops:", + "§7- §7Rough Amber Gemstone", + "§7- §aWorm Membrane", + "", + "§cRequirements:", + "§7- Fishing Skill 17", + "§7- §5Crystal Hollows", + "§7- §6Goblin Holdout", + "§7- §bFished from water", + "", + "§9§lRARE" + ], + "internalname": "POISONED_WATER_WORM_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Poisoned_Water_Worm" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PREHISTORIC_EGG.json b/items/PREHISTORIC_EGG.json index 244a36cb..0f503d56 100644 --- a/items/PREHISTORIC_EGG.json +++ b/items/PREHISTORIC_EGG.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPrehistoric Egg", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8652e408-c077-3d58-866a-7c9cb641942e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODI0ODMxMzQ5OSwKICAicHJvZmlsZUlkIiA6ICJjOTAzOGQzZjRiMTg0M2JiYjUwNTU5ZGE3MWFjMTk2MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUQk5SY29vbGNhdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iYzhiMTVlODVlZDIyNWMyMWMzMjM2N2RhN2JlMjQ0Nzc5ZTM2YWZlN2Y3NTYzYTZhNTcwYTcxN2NiNWJlMWIxIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7After §bwalking §7a certain amount of blocks,\",1:\"§7has a §achance §7to spawn an §fArmadillo§7!\",2:\"\",3:\"§b2000§7: §a50% §7for a §fCommon Armadillo!\",4:\"§b5000§7: §a50% §7for an §aUncommon Armadillo!\",5:\"§b10000§7: §a50% §7for a §9Rare Armadillo!\",6:\"§b20000§7: §a50% §7for an §5Epic Armadillo!\",7:\"§b50000§7: §a100% §7for a §6Legendary Armadillo!\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fPrehistoric Egg\"},ExtraAttributes:{blocks_walked:0,originTag:\"UNKNOWN\",id:\"PREHISTORIC_EGG\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8652e408-c077-3d58-866a-7c9cb641942e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODI0ODMxMzQ5OSwKICAicHJvZmlsZUlkIiA6ICJjOTAzOGQzZjRiMTg0M2JiYjUwNTU5ZGE3MWFjMTk2MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUQk5SY29vbGNhdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iYzhiMTVlODVlZDIyNWMyMWMzMjM2N2RhN2JlMjQ0Nzc5ZTM2YWZlN2Y3NTYzYTZhNTcwYTcxN2NiNWJlMWIxIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7§7After §bwalking §7a certain amount of blocks,\",1:\"§7has a §achance §7to spawn an §fArmadillo§7!\",2:\"\",3:\"§b2000§7: §a50% §7for a §fCommon Armadillo!\",4:\"§b5000§7: §a50% §7for an §aUncommon Armadillo!\",5:\"§b10000§7: §a50% §7for a §9Rare Armadillo!\",6:\"§b20000§7: §a50% §7for an §5Epic Armadillo!\",7:\"§b50000§7: §a100% §7for a §6Legendary Armadillo!\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fPrehistoric Egg\"},ExtraAttributes:{blocks_walked:0,originTag:\"UNKNOWN\",id:\"PREHISTORIC_EGG\"}}", "damage": 3, "lore": [ "§7§7After §bwalking §7a certain amount of blocks,", @@ -19,5 +19,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Prehistoric_Egg" + ] }
\ No newline at end of file diff --git a/items/PRISTINE;1.json b/items/PRISTINE;1.json index 3ce2e9f2..5d772f95 100644 --- a/items/PRISTINE;1.json +++ b/items/PRISTINE;1.json @@ -1,19 +1,26 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pristine I\",1:\"§7When mining §dGemstones§7, there\",2:\"§7is a §a1% §7chance to drop a\",3:\"§7flawed version.\",4:\"\",5:\"§7§7Apply Cost: §323 Exp Levels\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PRISTINE;1\",enchantments:{pristine:1}}}", + "displayname": "§fPristine I", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pristine I\",1:\"§7Grants §5+1 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine I\"},ExtraAttributes:{id:\"PRISTINE;1\",enchantments:{pristine:1}}}", "damage": 0, "lore": [ "§9Pristine I", - "§7When mining §dGemstones§7, there", - "§7is a §a1% §7chance to drop a", - "§7flawed version.", - "", - "§7§7Apply Cost: §323 Exp Levels", + "§7Grants §5+1 §5✧ Pristine§7,", + "§7which increases the chance to", + "§7improve the quality of dropped", + "§7§dGemstones§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§6Conflicts:", + "§7- §cCompact", + "", "§f§lCOMMON" ], "recipe": { @@ -25,7 +32,7 @@ "B3": "PAPER:8", "C1": "", "C2": "PAPER:8", - "C3": "FINE_TOPAZ_GEM:1" + "C3": "FINE_TOPAZ_GEM:40" }, "internalname": "PRISTINE;1", "crafttext": "Requires Gemstone Collection VIII", diff --git a/items/PRISTINE;2.json b/items/PRISTINE;2.json new file mode 100644 index 00000000..04aecc9a --- /dev/null +++ b/items/PRISTINE;2.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fPristine II", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine II\",1:\"§7Grants §5+2 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine II\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;2\",enchantments:{pristine:2}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Pristine II", + "§7Grants §5+2 §5✧ Pristine§7,", + "§7which increases the chance to", + "§7improve the quality of dropped", + "§7§dGemstones§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§6Conflicts:", + "§7- §cCompact", + "", + "§f§lCOMMON" + ], + "internalname": "PRISTINE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PRISTINE;3.json b/items/PRISTINE;3.json new file mode 100644 index 00000000..6b6f1223 --- /dev/null +++ b/items/PRISTINE;3.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fPristine III", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine III\",1:\"§7Grants §5+3 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine III\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;3\",enchantments:{pristine:3}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Pristine III", + "§7Grants §5+3 §5✧ Pristine§7,", + "§7which increases the chance to", + "§7improve the quality of dropped", + "§7§dGemstones§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§6Conflicts:", + "§7- §cCompact", + "", + "§f§lCOMMON" + ], + "internalname": "PRISTINE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PRISTINE;4.json b/items/PRISTINE;4.json new file mode 100644 index 00000000..c9af406d --- /dev/null +++ b/items/PRISTINE;4.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fPristine IV", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine IV\",1:\"§7Grants §5+4 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine IV\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;4\",enchantments:{pristine:4}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Pristine IV", + "§7Grants §5+4 §5✧ Pristine§7,", + "§7which increases the chance to", + "§7improve the quality of dropped", + "§7§dGemstones§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§6Conflicts:", + "§7- §cCompact", + "", + "§f§lCOMMON" + ], + "internalname": "PRISTINE;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PRISTINE;5.json b/items/PRISTINE;5.json new file mode 100644 index 00000000..bae3ee00 --- /dev/null +++ b/items/PRISTINE;5.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§aPristine V", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine V\",1:\"§7Grants §5+5 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§aPristine V\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;5\",enchantments:{pristine:5}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Pristine V", + "§7Grants §5+5 §5✧ Pristine§7,", + "§7which increases the chance to", + "§7improve the quality of dropped", + "§7§dGemstones§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§6Conflicts:", + "§7- §cCompact", + "", + "§a§lUNCOMMON" + ], + "internalname": "PRISTINE;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PROSECUTE;1.json b/items/PROSECUTE;1.json index 905b7e73..efd5d33e 100644 --- a/items/PROSECUTE;1.json +++ b/items/PROSECUTE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute I\",1:\"§7Increases damage dealt by §a0.1%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;1\",enchantments:{PROSECUTE:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute I\",1:\"§7Increases damage dealt by §a0.1%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;1\",enchantments:{PROSECUTE:1}}}", "damage": 0, "lore": [ "§9Prosecute I", @@ -16,6 +16,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cExecute", diff --git a/items/PROSECUTE;2.json b/items/PROSECUTE;2.json index 906cfc3c..1a155532 100644 --- a/items/PROSECUTE;2.json +++ b/items/PROSECUTE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute II\",1:\"§7Increases damage dealt by §a0.2%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;2\",enchantments:{PROSECUTE:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute II\",1:\"§7Increases damage dealt by §a0.2%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;2\",enchantments:{PROSECUTE:2}}}", "damage": 0, "lore": [ "§9Prosecute II", @@ -16,6 +16,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cExecute", diff --git a/items/PROSECUTE;3.json b/items/PROSECUTE;3.json index 94418614..e71069f3 100644 --- a/items/PROSECUTE;3.json +++ b/items/PROSECUTE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute III\",1:\"§7Increases damage dealt by §a0.3%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;3\",enchantments:{PROSECUTE:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute III\",1:\"§7Increases damage dealt by §a0.3%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;3\",enchantments:{PROSECUTE:3}}}", "damage": 0, "lore": [ "§9Prosecute III", @@ -16,6 +16,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cExecute", diff --git a/items/PROSECUTE;4.json b/items/PROSECUTE;4.json index 93d0292a..9e2f96f0 100644 --- a/items/PROSECUTE;4.json +++ b/items/PROSECUTE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute IV\",1:\"§7Increases damage dealt by §a0.4%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;4\",enchantments:{PROSECUTE:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute IV\",1:\"§7Increases damage dealt by §a0.4%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;4\",enchantments:{PROSECUTE:4}}}", "damage": 0, "lore": [ "§9Prosecute IV", @@ -16,6 +16,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cExecute", diff --git a/items/PROSECUTE;5.json b/items/PROSECUTE;5.json index 65c16955..eb4d5495 100644 --- a/items/PROSECUTE;5.json +++ b/items/PROSECUTE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute V\",1:\"§7Increases damage dealt by §a0.5%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;5\",enchantments:{PROSECUTE:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Prosecute V\",1:\"§7Increases damage dealt by §a0.5%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;5\",enchantments:{PROSECUTE:5}}}", "damage": 0, "lore": [ "§9Prosecute V", @@ -16,6 +16,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cExecute", diff --git a/items/PROSECUTE;6.json b/items/PROSECUTE;6.json index a2566e66..bc84d91c 100644 --- a/items/PROSECUTE;6.json +++ b/items/PROSECUTE;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Prosecute VI\",1:\"§7Increases damage dealt by §a0.6%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cExecute\",18:\"\",19:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;6\",enchantments:{PROSECUTE:6}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Prosecute VI\",1:\"§7Increases damage dealt by §a0.6%\",2:\"§a§7for each percent of health\",3:\"§7your target has up to §a35%\",4:\"§a§7damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cExecute\",19:\"\",20:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;6\",enchantments:{PROSECUTE:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Prosecute VI", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cExecute", diff --git a/items/RECALL_POTION.json b/items/RECALL_POTION.json new file mode 100644 index 00000000..5c76eb88 --- /dev/null +++ b/items/RECALL_POTION.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Recall Potion", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bf19b3e8-2b7c-3d1b-92bd-6e296d367b4f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWFmODE1MWRlYjM5NTUzMjkyYjlhNjk2NzQ4MzJkZGE4MDAxNzgwY2E5ODE4MGEwNmVhZjliMzY4OTMwYjViYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7A mystical and glowing elixir\",1:\"§7imbued with special abilities\",2:\"§7from another dimension.\",3:\"\",4:\"§6Ability: Ancient Recall §e§lRIGHT CLICK\",5:\"§7§7When in the §3Crystal Hollows\",6:\"§3§7allows you to save and §dwarp\",7:\"§d§7back to a §bsaved location§7.\",8:\"\",9:\"§5§lEPIC\"],Name:\"§f§f§5Recall Potion\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"RECALL_POTION\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7A mystical and glowing elixir", + "§7imbued with special abilities", + "§7from another dimension.", + "", + "§6Ability: Ancient Recall §e§lRIGHT CLICK", + "§7§7When in the §3Crystal Hollows", + "§3§7allows you to save and §dwarp", + "§d§7back to a §bsaved location§7.", + "", + "§5§lEPIC" + ], + "internalname": "RECALL_POTION", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ROBOTRON_REFLECTOR.json b/items/ROBOTRON_REFLECTOR.json index b3ee3c9a..e2dad17c 100644 --- a/items/ROBOTRON_REFLECTOR.json +++ b/items/ROBOTRON_REFLECTOR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Robotron Reflector", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"325098f5-02ff-3bea-8492-6f0266e1d825\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTQ4MzkxNTA2MywKICAicHJvZmlsZUlkIiA6ICI1ZWE0ODg2NTg2OWI0Y2ZhOWRjNTg5YmFlZWQwNzM5MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJfUllOMF8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWNkODdjN2FmMDM5ZWY0YjJjN2EzN2U2Yjk0ZDllZWRhMjJkMmE1ZDJkZjQzODA0ZmZjYTllNDg2YTRlY2ExNSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7A key component needed by the\",1:\"§7Professor to repair §bAutomaton\",2:\"§bPrime §7in the §bLost Precursor\",3:\"§bCity§7!\",4:\"\",5:\"§9§lRARE\"],Name:\"§f§f§9Robotron Reflector\"},ExtraAttributes:{id:\"ROBOTRON_REFLECTOR\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"325098f5-02ff-3bea-8492-6f0266e1d825\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTQ4MzkxNTA2MywKICAicHJvZmlsZUlkIiA6ICI1ZWE0ODg2NTg2OWI0Y2ZhOWRjNTg5YmFlZWQwNzM5MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJfUllOMF8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWNkODdjN2FmMDM5ZWY0YjJjN2EzN2U2Yjk0ZDllZWRhMjJkMmE1ZDJkZjQzODA0ZmZjYTllNDg2YTRlY2ExNSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7A key component needed by the\",1:\"§7Professor to repair §bAutomaton\",2:\"§bPrime §7in the §bLost Precursor\",3:\"§bCity§7!\",4:\"\",5:\"§9§lRARE\"],Name:\"§f§f§9Robotron Reflector\"},ExtraAttributes:{id:\"ROBOTRON_REFLECTOR\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A key component needed by the", @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Automaton_Parts" + ] }
\ No newline at end of file diff --git a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json new file mode 100644 index 00000000..eefbad08 --- /dev/null +++ b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Sapphire-polished Drill Engine", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"941216e8-9406-3c45-8591-3e1068dd0635\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjYwMzk4MiwKICAicHJvZmlsZUlkIiA6ICI2MWUwNmYxMjFjNTk0ZDdiYjY5MmQ0ZDg1MDljNDdmOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJJdHpfU2NhcmxldHQ3MDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODYzZWZhNmMxM2ExODBlYWE3MWNmMGM2NGE2MjM1MGM0MmIyNDA5M2U5OTU3NDkyYjI0NDk1NzgyNjgyNTZhYiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+250 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 6.\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Titanium-Plated Drill Engine §7x1\",16:\"§9Election Transmitter §7x25\",17:\"§9FTX 3070 §7x25\",18:\"§aFine Ruby Gemstone §7x20\",19:\"\",20:\"§7Duration: §b1d 8h\"],Name:\"§f§f§9Sapphire-polished Drill Engine\"},ExtraAttributes:{id:\"SAPPHIRE_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Drill Part", + "", + "§7Part Type: §6Drill Engine", + "", + "§7Grants §a+250 §6⸕ Mining", + "§6Speed§7.", + "", + "§7Can be applied to Drills by", + "§7talking to a §2Drill Mechanic§7!", + "", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 6.", + "§9§lRARE", + "", + "§eItems Required", + "§9Titanium-Plated Drill Engine §7x1", + "§9Election Transmitter §7x25", + "§9FTX 3070 §7x25", + "§aFine Ruby Gemstone §7x20", + "", + "§7Duration: §b1d 8h" + ], + "internalname": "SAPPHIRE_POLISHED_DRILL_ENGINE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SAPPHIRE_POWER_SCROLL.json b/items/SAPPHIRE_POWER_SCROLL.json new file mode 100644 index 00000000..2b935ea1 --- /dev/null +++ b/items/SAPPHIRE_POWER_SCROLL.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§f§f§bSapphire Power Scroll", + "nbttag": "{generation:0,ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §b+5✎ Mana §7when using\",1:\"§7your §e§lRIGHT CLICK §6Item\",2:\"§6Ability§7.\",3:\"\",4:\"§7§7Can be combined with any §bitem\",5:\"§b§7with a §e§lRIGHT CLICK §6Item\",6:\"§6Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§f§bSapphire Power Scroll\"},ExtraAttributes:{id:\"SAPPHIRE_POWER_SCROLL\"},AttributeModifiers:[],resolved:0b}", + "damage": 0, + "lore": [ + "§7§7Gain §b+5✎ Mana §7when using", + "§7your §e§lRIGHT CLICK §6Item", + "§6Ability§7.", + "", + "§7§7Can be combined with any §bitem", + "§b§7with a §e§lRIGHT CLICK §6Item", + "§6Ability §7at an anvil.", + "", + "§5§lEPIC" + ], + "internalname": "SAPPHIRE_POWER_SCROLL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SCARECROW_SC.json b/items/SCARECROW_SC.json index d60ff17b..45766a78 100644 --- a/items/SCARECROW_SC.json +++ b/items/SCARECROW_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Scarecrow (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Scarecrow is a common sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 9\",3:\"\",4:\"§c❤ Health§8: §c4.500\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Hay Bale\",8:\"§7- §7Lily Pad\",9:\"§7- §aGreen Candy\",10:\"§7- §5Purple Candy\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 9\",14:\"§5- Spooky Festival\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§3Scarecrow (Sea Creature)\"},ExtraAttributes:{id:\"SCARECROW_SC\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Scarecrow is a common sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 9\",3:\"\",4:\"§c❤ Health§8: §c4.500\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Hay Bale\",8:\"§7- §7Lily Pad\",9:\"§7- §aGreen Candy\",10:\"§7- §5Purple Candy\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 9\",14:\"§5- Spooky Festival\",15:\"§7- §bFished from water\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§3Scarecrow (Sea Creature)\"},ExtraAttributes:{id:\"SCARECROW_SC\"}}", "damage": 2, "lore": [ "§7The Scarecrow is a common sea creature added in the Spooky", @@ -19,6 +19,7 @@ "§cRequirements:", "§7- Fishing Skill 9", "§5- Spooky Festival", + "§7- §bFished from water", "", "§f§lCOMMON" ], diff --git a/items/SCATHA;3.json b/items/SCATHA;3.json new file mode 100644 index 00000000..6b4c0e99 --- /dev/null +++ b/items/SCATHA;3.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §5Scatha", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+1\",3:\"§7Mining Speed: §a+1\",4:\"\",5:\"§6Grounded\",6:\"§7§7Gain §6+1.2☘ Mining Fortune.\",7:\"\",8:\"§6Burrowing\",9:\"§7§7When mining, there is a §a0%\",10:\"§a§7chance to mine up a treasure\",11:\"§7burrow.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Scatha\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SCATHA\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"462cb88e-d1d0-463f-92cb-272e4342f0ef\\\"}\",originTag:\"PET_MENU\",id:\"SCATHA;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Mining Pet", + "", + "§7Defense: §a+1", + "§7Mining Speed: §a+1", + "", + "§6Grounded", + "§7§7Gain §6+1.2☘ Mining Fortune.", + "", + "§6Burrowing", + "§7§7When mining, there is a §a0%", + "§a§7chance to mine up a treasure", + "§7burrow.", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§5§lEPIC" + ], + "internalname": "SCATHA;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SCAVENGER;1.json b/items/SCAVENGER;1.json index 55686a4a..f827b11e 100644 --- a/items/SCAVENGER;1.json +++ b/items/SCAVENGER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger I\",1:\"§7Scavenge §60.3 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enchantment Table,\",9:\"§7Gold Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;1\",enchantments:{scavenger:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger I\",1:\"§7Scavenge §60.3 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enchantment Table,\",9:\"§7Gold Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;1\",enchantments:{scavenger:1}}}", "damage": 0, "lore": [ "§9Scavenger I", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/SCAVENGER;2.json b/items/SCAVENGER;2.json index 477cc0ea..8ba026dd 100644 --- a/items/SCAVENGER;2.json +++ b/items/SCAVENGER;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger II\",1:\"§7Scavenge §60.6 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enchantment Table,\",9:\"§7Gold Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;2\",enchantments:{scavenger:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger II\",1:\"§7Scavenge §60.6 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enchantment Table,\",9:\"§7Gold Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;2\",enchantments:{scavenger:2}}}", "damage": 0, "lore": [ "§9Scavenger II", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/SCAVENGER;3.json b/items/SCAVENGER;3.json index c2b82e04..4d4fb5a6 100644 --- a/items/SCAVENGER;3.json +++ b/items/SCAVENGER;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger III\",1:\"§7Scavenge §60.9 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enchantment Table,\",9:\"§7Gold Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;3\",enchantments:{scavenger:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger III\",1:\"§7Scavenge §60.9 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-III: §7Enchantment Table,\",9:\"§7Gold Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;3\",enchantments:{scavenger:3}}}", "damage": 0, "lore": [ "§9Scavenger III", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/SCAVENGER;4.json b/items/SCAVENGER;4.json index 1f97a80e..7bb25920 100644 --- a/items/SCAVENGER;4.json +++ b/items/SCAVENGER;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger IV\",1:\"§7Scavenge §61.2 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aIV: §7Season of Jerry\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;4\",enchantments:{scavenger:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger IV\",1:\"§7Scavenge §61.2 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aIV: §7Season of Jerry\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;4\",enchantments:{scavenger:4}}}", "damage": 0, "lore": [ "§9Scavenger IV", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/SCAVENGER;5.json b/items/SCAVENGER;5.json index efe74061..2ee11449 100644 --- a/items/SCAVENGER;5.json +++ b/items/SCAVENGER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger V\",1:\"§7Scavenge §61.5 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aIV: §7Dungeon\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;5\",enchantments:{scavenger:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger V\",1:\"§7Scavenge §61.5 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aIV: §7Dungeon\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"SCAVENGER;5\",enchantments:{scavenger:5}}}", "damage": 0, "lore": [ "§9Scavenger V", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/SEA_ARCHER_SC.json b/items/SEA_ARCHER_SC.json index 58158cc8..8bb05d24 100644 --- a/items/SEA_ARCHER_SC.json +++ b/items/SEA_ARCHER_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Archer (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\",5:\"\",6:\"§c❤ Health§8: §c7.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Bone\",10:\"§7- §7Enchanted Bone\",11:\"§7- §7Lily Pad\",12:\"§7- §7Raw Fish\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 9\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\",5:\"\",6:\"§c❤ Health§8: §c7.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Bone\",10:\"§7- §7Enchanted Bone\",11:\"§7- §7Lily Pad\",12:\"§7- §7Raw Fish\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 9\",16:\"§7- §bFished from water\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", "damage": 0, "lore": [ "§7The Sea Archer is an Uncommon sea creature that", @@ -20,6 +20,7 @@ "", "§cRequirements:", "§7- Fishing Skill 9", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/SEA_EMPEROR_SC.json b/items/SEA_EMPEROR_SC.json index bf093835..3ad4b5a8 100644 --- a/items/SEA_EMPEROR_SC.json +++ b/items/SEA_EMPEROR_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Emperor (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8a1756b-58e6-3ae5-98ae-257c1d62836d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFkMDQ3NmU4NjcxNjk2YWYzYTg5NDlhZmEyYTgxNGI5YmRkZTY1ZWNjZDFhOGI1OTNhZWVmZjVhMDMxOGQifX19\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player\u0027s fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §aEnchanted Lily Pad\",10:\"§7- §aEnchanted Prismarine Crystals\",11:\"§7- §aEnchanted Prismarine Shard\",12:\"§7- §9Emperor\u0027s Skull\",13:\"§7- §9Flying Fish Pet\",14:\"§7- §5Fishing Exp Boost\",15:\"§7- §5Flying Fish Pet\",16:\"§7- §6Flying Fish Pet\",17:\"§7- §6Shredder\",18:\"\",19:\"§cRequirements:\",20:\"§7- Fishing Skill 20\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8a1756b-58e6-3ae5-98ae-257c1d62836d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFkMDQ3NmU4NjcxNjk2YWYzYTg5NDlhZmEyYTgxNGI5YmRkZTY1ZWNjZDFhOGI1OTNhZWVmZjVhMDMxOGQifX19\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player\u0027s fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §aEnchanted Lily Pad\",10:\"§7- §aEnchanted Prismarine Crystals\",11:\"§7- §aEnchanted Prismarine Shard\",12:\"§7- §9Emperor\u0027s Skull\",13:\"§7- §9Flying Fish Pet\",14:\"§7- §5Fishing Exp Boost\",15:\"§7- §5Flying Fish Pet\",16:\"§7- §6Flying Fish Pet\",17:\"§7- §6Shredder\",18:\"\",19:\"§cRequirements:\",20:\"§7- Fishing Skill 20\",21:\"§7- §bFished from water\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", "damage": 3, "lore": [ "§7The Sea Emperor is a Sea Creature that can", @@ -25,6 +25,7 @@ "", "§cRequirements:", "§7- Fishing Skill 20", + "§7- §bFished from water", "", "§6§lLEGENDARY" ], diff --git a/items/SEA_GUARDIAN_SC.json b/items/SEA_GUARDIAN_SC.json index 56330242..14f4b8ab 100644 --- a/items/SEA_GUARDIAN_SC.json +++ b/items/SEA_GUARDIAN_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Guardian (Sea Creature)", - "nbttag": "{SkullOwner:{Id:\"628f15d0-e39c-4fd9-9c4e-8c41d4f54b29\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBiZjM0YTcxZTc3MTViNmJhNTJkNWRkMWJhZTVjYjg1Zjc3M2RjOWIwZDQ1N2I0YmZjNWY5ZGQzY2M3Yzk0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Guardian is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§7V. He is small but powerful. \",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Prismarine Crystals\",9:\"§7- §7Prismarine Shard\",10:\"§7- §7Sea Lantern\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 5\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§3Sea Guardian (Sea Creature)\"},ExtraAttributes:{id:\"SEA_GUARDIAN_SC\"}}", + "nbttag": "{SkullOwner:{Id:\"628f15d0-e39c-4fd9-9c4e-8c41d4f54b29\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBiZjM0YTcxZTc3MTViNmJhNTJkNWRkMWJhZTVjYjg1Zjc3M2RjOWIwZDQ1N2I0YmZjNWY5ZGQzY2M3Yzk0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Guardian is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§7V. He is small but powerful. \",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Prismarine Crystals\",9:\"§7- §7Prismarine Shard\",10:\"§7- §7Sea Lantern\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 5\",14:\"§7- §bFished from water\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§3Sea Guardian (Sea Creature)\"},ExtraAttributes:{id:\"SEA_GUARDIAN_SC\"}}", "damage": 3, "lore": [ "§7The Sea Guardian is a Common sea creature that", @@ -18,6 +18,7 @@ "", "§cRequirements:", "§7- Fishing Skill 5", + "§7- §bFished from water", "", "§f§lCOMMON" ], diff --git a/items/SEA_LEECH_SC.json b/items/SEA_LEECH_SC.json index bb69d173..fbaba4b6 100644 --- a/items/SEA_LEECH_SC.json +++ b/items/SEA_LEECH_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Leech (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30a4cd5c-5754-4db8-8960-18022a74627d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Leech is a Sea Creature that is a\",1:\"§7Silverfish and occasionally can be spawned\",2:\"§7during fishing after reaching Fishing Level 16. \",3:\"\",4:\"§c❤ Health§8: §c60.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Spiked Hook VI)\",13:\"§7- §9Fishing Exp Boost\",14:\"§7- §5Fishing Exp Boost\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 16\",18:\"\",19:\"§9§lRARE\"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30a4cd5c-5754-4db8-8960-18022a74627d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Leech is a Sea Creature that is a\",1:\"§7Silverfish and occasionally can be spawned\",2:\"§7during fishing after reaching Fishing Level 16. \",3:\"\",4:\"§c❤ Health§8: §c60.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Spiked Hook VI)\",13:\"§7- §9Fishing Exp Boost\",14:\"§7- §5Fishing Exp Boost\",15:\"\",16:\"§cRequirements:\",17:\"§7- Fishing Skill 16\",18:\"§7- §bFished from water\",19:\"\",20:\"§9§lRARE\"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}", "damage": 3, "lore": [ "§7The Sea Leech is a Sea Creature that is a", @@ -22,6 +22,7 @@ "", "§cRequirements:", "§7- Fishing Skill 16", + "§7- §bFished from water", "", "§9§lRARE" ], diff --git a/items/SEA_WALKER_SC.json b/items/SEA_WALKER_SC.json index 3eb13f4b..85940dda 100644 --- a/items/SEA_WALKER_SC.json +++ b/items/SEA_WALKER_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Walker (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Sea Walker is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level II.\",2:\"§7He looks like a normal Zombie, but has a \\\"monster\\\"\",3:\"§7head.\",4:\"\",5:\"§c❤ Health§8: §c1.500\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Rotten Flesh\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 2\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§3Sea Walker (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WALKER_SC\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Sea Walker is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level II.\",2:\"§7He looks like a normal Zombie, but has a \\\"monster\\\"\",3:\"§7head.\",4:\"\",5:\"§c❤ Health§8: §c1.500\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Lily Pad\",9:\"§7- §7Raw Fish\",10:\"§7- §7Rotten Flesh\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 2\",14:\"§7- §bFished from water\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§3Sea Walker (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WALKER_SC\"}}", "damage": 2, "lore": [ "§7The Sea Walker is a Common sea creature that", @@ -18,6 +18,7 @@ "", "§cRequirements:", "§7- Fishing Skill 2", + "§7- §bFished from water", "", "§f§lCOMMON" ], diff --git a/items/SEA_WITCH_SC.json b/items/SEA_WITCH_SC.json index 8e6e5e36..e25b4cb3 100644 --- a/items/SEA_WITCH_SC.json +++ b/items/SEA_WITCH_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Witch (Sea Creature)", - "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Witch is a sea creature that can be\",1:\"§7spawned by using Light Bait during the daytime.\",2:\"\",3:\"§c❤ Health§8: §c6.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Clownfish\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Salmon\",9:\"§7- §9Fairy\u0027s Fedora\",10:\"§7- §9Fairy\u0027s Galoshes\",11:\"§7- §9Fairy\u0027s Polo\",12:\"§7- §9Fairy\u0027s Trousers\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 7\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Witch (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WITCH_SC\"}}", + "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Sea Witch is a sea creature that can be\",1:\"§7spawned by using Light Bait during the daytime.\",2:\"\",3:\"§c❤ Health§8: §c6.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Clownfish\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Salmon\",9:\"§7- §9Fairy\u0027s Fedora\",10:\"§7- §9Fairy\u0027s Galoshes\",11:\"§7- §9Fairy\u0027s Polo\",12:\"§7- §9Fairy\u0027s Trousers\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 7\",16:\"§7- §bFished from water\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§3Sea Witch (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WITCH_SC\"}}", "damage": 3, "lore": [ "§7The Sea Witch is a sea creature that can be", @@ -20,6 +20,7 @@ "", "§cRequirements:", "§7- Fishing Skill 7", + "§7- §bFished from water", "", "§a§lUNCOMMON" ], diff --git a/items/SHARPNESS;1.json b/items/SHARPNESS;1.json index 420b1cd6..eb8b1173 100644 --- a/items/SHARPNESS;1.json +++ b/items/SHARPNESS;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sharpness I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a5%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cBane of Arthropds\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;1\",enchantments:{sharpness:1}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sharpness I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a5%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cBane of Arthropds\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;1\",enchantments:{sharpness:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Sharpness I", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/SHARPNESS;2.json b/items/SHARPNESS;2.json index 6e9c8461..67130fc3 100644 --- a/items/SHARPNESS;2.json +++ b/items/SHARPNESS;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness II\",1:\"§7Increases melee damage dealt by\",2:\"§7§a10%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cBane of Arthropds\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;2\",enchantments:{sharpness:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness II\",1:\"§7Increases melee damage dealt by\",2:\"§7§a10%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cBane of Arthropds\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;2\",enchantments:{sharpness:2}}}", "damage": 0, "lore": [ "§9Sharpness II", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/SHARPNESS;3.json b/items/SHARPNESS;3.json index 25b6e642..574dfb53 100644 --- a/items/SHARPNESS;3.json +++ b/items/SHARPNESS;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness III\",1:\"§7Increases melee damage dealt by\",2:\"§7§a15%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cBane of Arthropds\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;3\",enchantments:{sharpness:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness III\",1:\"§7Increases melee damage dealt by\",2:\"§7§a15%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cBane of Arthropds\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;3\",enchantments:{sharpness:3}}}", "damage": 0, "lore": [ "§9Sharpness III", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/SHARPNESS;4.json b/items/SHARPNESS;4.json index 5952cbe4..1a749af9 100644 --- a/items/SHARPNESS;4.json +++ b/items/SHARPNESS;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a20%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cBane of Arthropds\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;4\",enchantments:{sharpness:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a20%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cBane of Arthropds\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;4\",enchantments:{sharpness:4}}}", "damage": 0, "lore": [ "§9Sharpness IV", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/SHARPNESS;5.json b/items/SHARPNESS;5.json index ab4b7818..d87230d3 100644 --- a/items/SHARPNESS;5.json +++ b/items/SHARPNESS;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a25%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cBane of Arthropds\",18:\"\",19:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;5\",enchantments:{sharpness:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a25%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Gravel Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cBane of Arthropds\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;5\",enchantments:{sharpness:5}}}", "damage": 0, "lore": [ "§9Sharpness V", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/SHARPNESS;6.json b/items/SHARPNESS;6.json index 06307848..bf549b6b 100644 --- a/items/SHARPNESS;6.json +++ b/items/SHARPNESS;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness VI\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVI: §7Dark Auction,\",9:\"§7Tomioka for 10 million,\",10:\"§7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cBane of Arthropds\",19:\"\",20:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;6\",enchantments:{sharpness:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness VI\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVI: §7Dark Auction,\",9:\"§7Tomioka for 10 million,\",10:\"§7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSmite\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;6\",enchantments:{sharpness:6}}}", "damage": 0, "lore": [ "§9Sharpness VI", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/SHARPNESS;7.json b/items/SHARPNESS;7.json index cc7ee5b4..b4c6bcea 100644 --- a/items/SHARPNESS;7.json +++ b/items/SHARPNESS;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sharpness VII\",1:\"§7Increases melee damage dealt by\",2:\"§7§a35%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVII: §7Scorpius,\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cSmite\",17:\"§7- §cBane of Arthropds\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;7\",enchantments:{sharpness:7}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sharpness VII\",1:\"§7Increases melee damage dealt by\",2:\"§7§a35%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVII: §7Scorpius,\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSmite\",18:\"§7- §cBane of Arthropds\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;7\",enchantments:{sharpness:7}}}", "damage": 0, "lore": [ "§9Sharpness VII", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSmite", diff --git a/items/SMALL_MINING_SACK.json b/items/SMALL_MINING_SACK.json index a52730fd..f60c7a4d 100644 --- a/items/SMALL_MINING_SACK.json +++ b/items/SMALL_MINING_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aSmall Mining Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34c85377-6e5e-3f56-ab84-def68659287c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjgwODg4MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjA3ZGZmNjU3ZDYxZjMwMmM3ZDJlNzI1MjY1ZDE3YjY0YWE3MzY0MjM5MTk2NGZiNDhmYzE1YmU5NTA4MzFkOCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aCobblestone§7,\",4:\"§7§aCoal§7, §aIron Ingot§7, §aGold\",5:\"§aIngot§7, §aDiamond§7, §aLapis\",6:\"§aLazuli§7, §aEmerald§7,\",7:\"§7§aRedstone§7, §aNether Quartz§7,\",8:\"§7§aObsidian§7, §aGlowstone Dust§7,\",9:\"§7§aGravel§7, §aIce§7,\",10:\"§7§aNetherrack§7, §aSand§7, §aEnd\",11:\"§aStone\",12:\"\",13:\"§7Capacity: §e640 per item\",14:\"§8Sacks sum their capacity.\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§aSmall Mining Sack\"},ExtraAttributes:{id:\"SMALL_MINING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34c85377-6e5e-3f56-ab84-def68659287c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjgwODg4MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjA3ZGZmNjU3ZDYxZjMwMmM3ZDJlNzI1MjY1ZDE3YjY0YWE3MzY0MjM5MTk2NGZiNDhmYzE1YmU5NTA4MzFkOCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aCobblestone§7,\",4:\"§7§aCoal§7, §aIron Ingot§7, §aGold\",5:\"§aIngot§7, §aDiamond§7, §aLapis\",6:\"§aLazuli§7, §aEmerald§7,\",7:\"§7§aRedstone§7, §aNether Quartz§7,\",8:\"§7§aObsidian§7, §aGlowstone Dust§7,\",9:\"§7§aGravel§7, §aIce§7,\",10:\"§7§aNetherrack§7, §aSand§7, §aEnd\",11:\"§aStone§7, §aMithril§7, §aHard\",12:\"§aStone§7, §aTitanium§7,\",13:\"§7§aTreasurite§7, §aStarfall\",14:\"\",15:\"§7Capacity: §e640 per item\",16:\"§8Sacks sum their capacity.\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§aSmall Mining Sack\"},ExtraAttributes:{id:\"SMALL_MINING_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", @@ -15,7 +15,9 @@ "§7§aObsidian§7, §aGlowstone Dust§7,", "§7§aGravel§7, §aIce§7,", "§7§aNetherrack§7, §aSand§7, §aEnd", - "§aStone", + "§aStone§7, §aMithril§7, §aHard", + "§aStone§7, §aTitanium§7,", + "§7§aTreasurite§7, §aStarfall", "", "§7Capacity: §e640 per item", "§8Sacks sum their capacity.", @@ -35,7 +37,7 @@ }, "internalname": "SMALL_MINING_SACK", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "Requires: Coal V", "infoType": "WIKI_URL", "info": [ diff --git a/items/SMELTING_TOUCH;1.json b/items/SMELTING_TOUCH;1.json index 871129c2..59e90558 100644 --- a/items/SMELTING_TOUCH;1.json +++ b/items/SMELTING_TOUCH;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smelting Touch I\",1:\"§7Automatically smelts broken\",2:\"§7blocks into their smelted form.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Enchantment Table,\",9:\"§7Coal Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fAxe\",13:\"§7- §fDrill\",14:\"§7- §fPickaxe\",15:\"§7- §fShovel\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSilk Touch\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMELTING_TOUCH;1\",enchantments:{smelting_touch:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smelting Touch I\",1:\"§7Automatically smelts broken\",2:\"§7blocks into their smelted form.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Enchantment Table,\",9:\"§7Coal Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fAxe\",13:\"§7- §fDrill\",14:\"§7- §fPickaxe\",15:\"§7- §fShovel\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSilk Touch\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMELTING_TOUCH;1\",enchantments:{smelting_touch:1}}}", "damage": 0, "lore": [ "§9Smelting Touch I", @@ -20,6 +20,7 @@ "§7- §fDrill", "§7- §fPickaxe", "§7- §fShovel", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSilk Touch", diff --git a/items/SMITE;1.json b/items/SMITE;1.json index 0332741d..3771bf59 100644 --- a/items/SMITE;1.json +++ b/items/SMITE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite I\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombie\",3:\"§7Pigmen§7, §7Withers§7, and\",4:\"§7§7Zombies§7 by §a8%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSharpness\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;1\",enchantments:{smite:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite I\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombie\",3:\"§7Pigmen§7, §7Withers§7, and\",4:\"§7§7Zombies§7 by §a8%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSharpness\",20:\"§7- §cBane of Arthropds\",21:\"\",22:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;1\",enchantments:{smite:1}}}", "damage": 0, "lore": [ "§9Smite I", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSharpness", diff --git a/items/SMITE;2.json b/items/SMITE;2.json index b267fc85..1c2dde9a 100644 --- a/items/SMITE;2.json +++ b/items/SMITE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite II\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombie\",3:\"§7Pigmen§7, §7Withers§7, and\",4:\"§7§7Zombies§7 by §a16%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSharpness\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;2\",enchantments:{smite:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite II\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombie\",3:\"§7Pigmen§7, §7Withers§7, and\",4:\"§7§7Zombies§7 by §a16%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSharpness\",20:\"§7- §cBane of Arthropds\",21:\"\",22:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;2\",enchantments:{smite:2}}}", "damage": 0, "lore": [ "§9Smite II", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSharpness", diff --git a/items/SMITE;3.json b/items/SMITE;3.json index a1854f76..8001aee8 100644 --- a/items/SMITE;3.json +++ b/items/SMITE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite III\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombie\",3:\"§7Pigmen§7, §7Withers§7, and\",4:\"§7§7Zombies§7 by §a24%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSharpness\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;3\",enchantments:{smite:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite III\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombie\",3:\"§7Pigmen§7, §7Withers§7, and\",4:\"§7§7Zombies§7 by §a24%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSharpness\",20:\"§7- §cBane of Arthropds\",21:\"\",22:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;3\",enchantments:{smite:3}}}", "damage": 0, "lore": [ "§9Smite III", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSharpness", diff --git a/items/SMITE;4.json b/items/SMITE;4.json index a4637d79..4fed23e0 100644 --- a/items/SMITE;4.json +++ b/items/SMITE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Zombie Pigmen§7, §7Zombies§7,\",3:\"§7§7Withers§7, and §7Skeletons§7\",4:\"§7by §a32%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSharpness\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;4\",enchantments:{smite:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Zombie Pigmen§7, §7Zombies§7,\",3:\"§7§7Withers§7, and §7Skeletons§7\",4:\"§7by §a32%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSharpness\",20:\"§7- §cBane of Arthropds\",21:\"\",22:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;4\",enchantments:{smite:4}}}", "damage": 0, "lore": [ "§9Smite IV", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSharpness", diff --git a/items/SMITE;5.json b/items/SMITE;5.json index a22f3403..56b60de6 100644 --- a/items/SMITE;5.json +++ b/items/SMITE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite V\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a40%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSharpness\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"SMITE;5\",enchantments:{smite:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite V\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a40%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Rotten Flesh Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSharpness\",20:\"§7- §cBane of Arthropds\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"SMITE;5\",enchantments:{smite:5}}}", "damage": 0, "lore": [ "§9Smite V", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSharpness", diff --git a/items/SMITE;6.json b/items/SMITE;6.json index f6fcf0f0..d228e2c6 100644 --- a/items/SMITE;6.json +++ b/items/SMITE;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a48%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Slayer,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSharpness\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"SMITE;6\",enchantments:{smite:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a48%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Slayer,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSharpness\",20:\"§7- §cBane of Arthropds\",21:\"\",22:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"SMITE;6\",enchantments:{smite:6}}}", "damage": 0, "lore": [ "§9Smite VI", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSharpness", diff --git a/items/SMITE;7.json b/items/SMITE;7.json index 6dcdf15c..7a95a8d0 100644 --- a/items/SMITE;7.json +++ b/items/SMITE;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Smite VII\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a56%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVII: §7Dungeon,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSharpness\",19:\"§7- §cBane of Arthropds\",20:\"\",21:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"SMITE;7\",enchantments:{smite:7}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Smite VII\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a56%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVII: §7Dungeon,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cSharpness\",20:\"§7- §cBane of Arthropds\",21:\"\",22:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"SMITE;7\",enchantments:{smite:7}}}", "damage": 0, "lore": [ "§9Smite VII", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cSharpness", diff --git a/items/SQUID_MONSTER.json b/items/SQUID_MONSTER.json index 8a302fcd..38dfcbf7 100644 --- a/items/SQUID_MONSTER.json +++ b/items/SQUID_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aSquid (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \",2:\"\",3:\"§c❤ Health§8: §c2.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Ink Sack\",7:\"§7- §7Lily Pad\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 1\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \",2:\"\",3:\"§c❤ Health§8: §c2.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Ink Sack\",7:\"§7- §7Lily Pad\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 1\",11:\"§7- §bFished from water\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}", "damage": 3, "lore": [ "§7Squids are a common passive Mob found by", @@ -15,6 +15,7 @@ "", "§cRequirements:", "§7- Fishing Skill 1", + "§7- §bFished from water", "", "§f§lCOMMON" ], diff --git a/items/SUPERBOOM_TNT.json b/items/SUPERBOOM_TNT.json index 73a3f686..6cd22198 100644 --- a/items/SUPERBOOM_TNT.json +++ b/items/SUPERBOOM_TNT.json @@ -1,18 +1,20 @@ { - "internalname": "SUPERBOOM_TNT", "itemid": "minecraft:tnt", "displayname": "§9Superboom TNT", - "clickcommand": "", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Breaks weak walls. Can be used\",1:\"§7to blow up Crypts in §cThe\",2:\"§cCatacombs §7and §3Crystal\",3:\"§3Hollows§7.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Superboom TNT\"},ExtraAttributes:{id:\"SUPERBOOM_TNT\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Breaks weak walls. Can be\",1:\"§7used to blow up Crypts in\",2:\"§7§cThe Catacombs§7.\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Superboom TNT\"},ExtraAttributes:{id:\"SUPERBOOM_TNT\"}}", - "modver": "1.0.0", "lore": [ - "§7Breaks weak walls. Can be", - "§7used to blow up Crypts in", - "§7§cThe Catacombs§7.", + "§7Breaks weak walls. Can be used", + "§7to blow up Crypts in §cThe", + "§cCatacombs §7and §3Crystal", + "§3Hollows§7.", "", "§9§lRARE" ], + "internalname": "SUPERBOOM_TNT", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Superboom_TNT" diff --git a/items/SYPHON;1.json b/items/SYPHON;1.json index 05f26acb..8d460531 100644 --- a/items/SYPHON;1.json +++ b/items/SYPHON;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon I\",1:\"§7Heals for §a0.2% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§6Source:\",7:\"§aI-III: §7Enchantment Table\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cLife Steal\",16:\"§7- §cMana Steal\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;1\",enchantments:{syphon:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon I\",1:\"§7Heals for §a0.2% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§6Source:\",7:\"§aI-III: §7Enchantment Table\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fGauntlet\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cLife Steal\",17:\"§7- §cMana Steal\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;1\",enchantments:{syphon:1}}}", "damage": 0, "lore": [ "§9Syphon I", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/SYPHON;2.json b/items/SYPHON;2.json index 043ec9e9..66983b2d 100644 --- a/items/SYPHON;2.json +++ b/items/SYPHON;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon II\",1:\"§7Heals for §a0.3% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§6Source:\",7:\"§aI-III: §7Enchantment Table\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cLife Steal\",16:\"§7- §cMana Steal\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;2\",enchantments:{syphon:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon II\",1:\"§7Heals for §a0.3% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§6Source:\",7:\"§aI-III: §7Enchantment Table\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fGauntlet\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cLife Steal\",17:\"§7- §cMana Steal\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;2\",enchantments:{syphon:2}}}", "damage": 0, "lore": [ "§9Syphon II", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/SYPHON;3.json b/items/SYPHON;3.json index 91cf5084..a86f8eaa 100644 --- a/items/SYPHON;3.json +++ b/items/SYPHON;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon III\",1:\"§7Heals for §a0.4% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§6Source:\",7:\"§aI-III: §7Enchantment Table\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cLife Steal\",16:\"§7- §cMana Steal\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;3\",enchantments:{syphon:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon III\",1:\"§7Heals for §a0.4% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§6Source:\",7:\"§aI-III: §7Enchantment Table\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fGauntlet\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cLife Steal\",17:\"§7- §cMana Steal\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;3\",enchantments:{syphon:3}}}", "damage": 0, "lore": [ "§9Syphon III", @@ -17,6 +17,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/SYPHON;4.json b/items/SYPHON;4.json index 46f734ca..e9e81285 100644 --- a/items/SYPHON;4.json +++ b/items/SYPHON;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon IV\",1:\"§7Heals for §a0.5% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aIV: §7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cLife Steal\",18:\"§7- §cMana Steal\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;4\",enchantments:{syphon:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon IV\",1:\"§7Heals for §a0.5% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aIV: §7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cLife Steal\",19:\"§7- §cMana Steal\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;4\",enchantments:{syphon:4}}}", "damage": 0, "lore": [ "§9Syphon IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/SYPHON;5.json b/items/SYPHON;5.json index 5d5daf29..693305fa 100644 --- a/items/SYPHON;5.json +++ b/items/SYPHON;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon V\",1:\"§7Heals for §a0.6% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aV: §7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cLife Steal\",18:\"§7- §cMana Steal\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;5\",enchantments:{syphon:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon V\",1:\"§7Heals for §a0.6% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aV: §7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cLife Steal\",19:\"§7- §cMana Steal\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;5\",enchantments:{syphon:5}}}", "damage": 0, "lore": [ "§9Syphon V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cLife Steal", diff --git a/items/TELEKINESIS;1.json b/items/TELEKINESIS;1.json index a6a70e5a..208a5ec9 100644 --- a/items/TELEKINESIS;1.json +++ b/items/TELEKINESIS;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Telekinesis I\",1:\"§7Block and mob drops go directly\",2:\"§7into your inventory.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Enchantment Table,\",9:\"§7Rusty\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Weapon\",13:\"§7- §fFishing Rod\",14:\"§7- §fAxe\",15:\"§7- §fHoe\",16:\"§7- §fBow\",17:\"§7- §fDrill\",18:\"§7- §fPickaxe\",19:\"§7- §fSword\",20:\"§7- §fShovel\",21:\"§7- §fShears\",22:\"\",23:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TELEKINESIS;1\",enchantments:{telekinesis:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Telekinesis I\",1:\"§7Block and mob drops go directly\",2:\"§7into your inventory.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Enchantment Table,\",9:\"§7Rusty\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Weapon\",13:\"§7- §fFishing Rod\",14:\"§7- §fAxe\",15:\"§7- §fHoe\",16:\"§7- §fBow\",17:\"§7- §fDrill\",18:\"§7- §fPickaxe\",19:\"§7- §fSword\",20:\"§7- §fShovel\",21:\"§7- §fShears\",22:\"§7- §fGauntlet\",23:\"\",24:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TELEKINESIS;1\",enchantments:{telekinesis:1}}}", "damage": 0, "lore": [ "§9Telekinesis I", @@ -26,6 +26,7 @@ "§7- §fSword", "§7- §fShovel", "§7- §fShears", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/THUNDERBOLT;1.json b/items/THUNDERBOLT;1.json index 0ba83fae..82a61ce3 100644 --- a/items/THUNDERBOLT;1.json +++ b/items/THUNDERBOLT;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt I\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a15%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cThunderlord\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;1\",enchantments:{thunderbolt:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt I\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a15%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderlord\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;1\",enchantments:{thunderbolt:1}}}", "damage": 0, "lore": [ "§9Thunderbolt I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderlord", diff --git a/items/THUNDERBOLT;2.json b/items/THUNDERBOLT;2.json index 3e5e06e4..5cc2dcb5 100644 --- a/items/THUNDERBOLT;2.json +++ b/items/THUNDERBOLT;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt II\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a30%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cThunderlord\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;2\",enchantments:{thunderbolt:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt II\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a30%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderlord\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;2\",enchantments:{thunderbolt:2}}}", "damage": 0, "lore": [ "§9Thunderbolt II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderlord", diff --git a/items/THUNDERBOLT;3.json b/items/THUNDERBOLT;3.json index 6dfeb51c..633e88df 100644 --- a/items/THUNDERBOLT;3.json +++ b/items/THUNDERBOLT;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt III\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a45%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cThunderlord\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;3\",enchantments:{thunderbolt:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt III\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a45%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderlord\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;3\",enchantments:{thunderbolt:3}}}", "damage": 0, "lore": [ "§9Thunderbolt III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderlord", diff --git a/items/THUNDERBOLT;4.json b/items/THUNDERBOLT;4.json index 01cd87ae..4fd5892b 100644 --- a/items/THUNDERBOLT;4.json +++ b/items/THUNDERBOLT;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt IV\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a60%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cThunderlord\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;4\",enchantments:{thunderbolt:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt IV\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a60%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderlord\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;4\",enchantments:{thunderbolt:4}}}", "damage": 0, "lore": [ "§9Thunderbolt IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderlord", diff --git a/items/THUNDERBOLT;5.json b/items/THUNDERBOLT;5.json index bc82abb8..f3d41157 100644 --- a/items/THUNDERBOLT;5.json +++ b/items/THUNDERBOLT;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt V\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a75%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cThunderlord\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;5\",enchantments:{thunderbolt:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderbolt V\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a75%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderlord\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;5\",enchantments:{thunderbolt:5}}}", "damage": 0, "lore": [ "§9Thunderbolt V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderlord", diff --git a/items/THUNDERBOLT;6.json b/items/THUNDERBOLT;6.json index a69b26ef..05582f95 100644 --- a/items/THUNDERBOLT;6.json +++ b/items/THUNDERBOLT;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderbolt VI\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a90%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dungeon,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderlord\",19:\"\",20:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;6\",enchantments:{thunderbolt:6}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderbolt VI\",1:\"§7Strikes Monsters within 2 blocks\",2:\"§7with lightning every 3\",3:\"§7consecutive hits, dealing §a90%\",4:\"§a§7of your Strength as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dungeon,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderlord\",20:\"\",21:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"THUNDERBOLT;6\",enchantments:{thunderbolt:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Thunderbolt VI", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderlord", diff --git a/items/THUNDERLORD;1.json b/items/THUNDERLORD;1.json index 57f9c94e..5acfc1c5 100644 --- a/items/THUNDERLORD;1.json +++ b/items/THUNDERLORD;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord I\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a25% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;1\",enchantments:{thunderlord:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord I\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a25% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;1\",enchantments:{thunderlord:1}}}", "damage": 0, "lore": [ "§9Thunderlord I", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderbolt", diff --git a/items/THUNDERLORD;2.json b/items/THUNDERLORD;2.json index ad3f9ef3..5da50594 100644 --- a/items/THUNDERLORD;2.json +++ b/items/THUNDERLORD;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord II\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a50% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;2\",enchantments:{thunderlord:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord II\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a50% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;2\",enchantments:{thunderlord:2}}}", "damage": 0, "lore": [ "§9Thunderlord II", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderbolt", diff --git a/items/THUNDERLORD;3.json b/items/THUNDERLORD;3.json index 76eaa4e4..1155f543 100644 --- a/items/THUNDERLORD;3.json +++ b/items/THUNDERLORD;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord III\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a75% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;3\",enchantments:{thunderlord:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord III\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a75% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;3\",enchantments:{thunderlord:3}}}", "damage": 0, "lore": [ "§9Thunderlord III", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderbolt", diff --git a/items/THUNDERLORD;4.json b/items/THUNDERLORD;4.json index 06942396..ae4e13e6 100644 --- a/items/THUNDERLORD;4.json +++ b/items/THUNDERLORD;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord IV\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a100% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;4\",enchantments:{thunderlord:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord IV\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a100% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;4\",enchantments:{thunderlord:4}}}", "damage": 0, "lore": [ "§9Thunderlord IV", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderbolt", diff --git a/items/THUNDERLORD;5.json b/items/THUNDERLORD;5.json index a6aee976..762a6575 100644 --- a/items/THUNDERLORD;5.json +++ b/items/THUNDERLORD;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord V\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a125% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;5\",enchantments:{thunderlord:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord V\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a125% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-V: §7Enchantment Table,\",11:\"§7Gunpowder Collection\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;5\",enchantments:{thunderlord:5}}}", "damage": 0, "lore": [ "§9Thunderlord V", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderbolt", diff --git a/items/THUNDERLORD;6.json b/items/THUNDERLORD;6.json index 19535703..c3171122 100644 --- a/items/THUNDERLORD;6.json +++ b/items/THUNDERLORD;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord VI\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a150% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dungeon,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;6\",enchantments:{thunderlord:6}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord VI\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a150% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Dungeon,\",11:\"§7Experiments\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;6\",enchantments:{thunderlord:6}}}", "damage": 0, "lore": [ "§9Thunderlord VI", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cThunderbolt", diff --git a/items/TIGER_SHARK_SC.json b/items/TIGER_SHARK_SC.json index c2a4c95e..c2b6f327 100644 --- a/items/TIGER_SHARK_SC.json +++ b/items/TIGER_SHARK_SC.json @@ -1,7 +1,7 @@ { "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:\"\",11:\"§cRequirements:\",12:\"§7- Fishing Skill 18\",13:\"§7- §bFishing Festival\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}", + "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:\"\",11:\"§cRequirements:\",12:\"§7- Fishing Skill 18\",13:\"§7- §9Fishing Festival\",14:\"§7- §bFished from water\",15:\"\",16:\"§c§lSPECIAL\"],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", @@ -17,7 +17,10 @@ "", "§cRequirements:", "§7- Fishing Skill 18", - "§7- §bFishing Festival" + "§7- §9Fishing Festival", + "§7- §bFished from water", + "", + "§c§lSPECIAL" ], "internalname": "TIGER_SHARK_SC", "clickcommand": "", diff --git a/items/TITANIUM_DRILL_4.json b/items/TITANIUM_DRILL_4.json new file mode 100644 index 00000000..aa405e0d --- /dev/null +++ b/items/TITANIUM_DRILL_4.json @@ -0,0 +1,57 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§6Titanium Drill DR-X655", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+1,600 \",5:\"§7Mining Fortune: §a+120\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§6§lLEGENDARY DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X555 §7x1\",33:\"§5Corleonite §7x30\",34:\"§9Flawless Ruby Gemstone §7x1\",35:\"§5Refined Diamond §7x5\",36:\"§9Gemstone Mixture §7x16\",37:\"§6Refined Titanium §7x12\",38:\"§9Mithril Plate §7x5\",39:\"\",40:\"§7Duration: §b30s\"],Name:\"§6Titanium Drill DR-X655\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_4\",enchantments:{}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 9", + "", + "§7Damage: §c+75", + "", + "§7Mining Speed: §a+1,600 ", + "§7Mining Fortune: §a+120", + "", + "§7Fuel Tank: §cNot Installed", + "§7§7Increases fuel capacity with", + "§7part installed.", + "", + "§7Drill Engine: §cNot Installed", + "§7§7Increases §6⸕ Mining Speed", + "§6§7with part installed.", + "", + "§7Upgrade Module: §cNot Installed", + "§7§7Applies a passive upgrade with", + "§7part installed.", + "", + "§7Apply Drill Parts to this Drill", + "§7by talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§7Fuel: §23,000§8/3k", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7", + "§6§lLEGENDARY DRILL", + "", + "§eItems Required", + "§5Titanium Drill DR-X555 §7x1", + "§5Corleonite §7x30", + "§9Flawless Ruby Gemstone §7x1", + "§5Refined Diamond §7x5", + "§9Gemstone Mixture §7x16", + "§6Refined Titanium §7x12", + "§9Mithril Plate §7x5", + "", + "§7Duration: §b30s" + ], + "internalname": "TITANIUM_DRILL_4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X655" + ] +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;1.json b/items/TITAN_KILLER;1.json index 5af3d455..4d6a498d 100644 --- a/items/TITAN_KILLER;1.json +++ b/items/TITAN_KILLER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer I\",1:\"§7Increases damage dealt by §a2%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§6Source:\",6:\"§aI-V: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cGiant Killer\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;1\",enchantments:{titan_killer:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer I\",1:\"§7Increases damage dealt by §a2%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§6Source:\",6:\"§aI-V: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cGiant Killer\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;1\",enchantments:{titan_killer:1}}}", "damage": 0, "lore": [ "§9Titan Killer I", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cGiant Killer", diff --git a/items/TITAN_KILLER;2.json b/items/TITAN_KILLER;2.json index f97224f1..e23f3767 100644 --- a/items/TITAN_KILLER;2.json +++ b/items/TITAN_KILLER;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer II\",1:\"§7Increases damage dealt by §a4%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§6Source:\",6:\"§aI-V: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cGiant Killer\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;2\",enchantments:{titan_killer:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer II\",1:\"§7Increases damage dealt by §a4%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§6Source:\",6:\"§aI-V: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cGiant Killer\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;2\",enchantments:{titan_killer:2}}}", "damage": 0, "lore": [ "§9Titan Killer II", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cGiant Killer", diff --git a/items/TITAN_KILLER;4.json b/items/TITAN_KILLER;4.json index 64266767..f304d8df 100644 --- a/items/TITAN_KILLER;4.json +++ b/items/TITAN_KILLER;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer IV\",1:\"§7Increases damage dealt by §a8%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§6Source:\",6:\"§aI-V: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cGiant Killer\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;4\",enchantments:{titan_killer:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer IV\",1:\"§7Increases damage dealt by §a8%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§6Source:\",6:\"§aI-V: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cGiant Killer\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;4\",enchantments:{titan_killer:4}}}", "damage": 0, "lore": [ "§9Titan Killer IV", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cGiant Killer", diff --git a/items/TITAN_KILLER;5.json b/items/TITAN_KILLER;5.json index 9896b204..5e870dc6 100644 --- a/items/TITAN_KILLER;5.json +++ b/items/TITAN_KILLER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer V\",1:\"§7Increases damage dealt by §a10%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§6Source:\",6:\"§aI-V: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cGiant Killer\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;5\",enchantments:{titan_killer:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer V\",1:\"§7Increases damage dealt by §a10%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cGiant Killer\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;5\",enchantments:{titan_killer:5}}}", "damage": 0, "lore": [ "§9Titan Killer V", @@ -9,12 +9,16 @@ "§a§7for every 100 defense your", "§7target has up to §a50%§7.", "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", "§6Source:", "§aI-V: §7Enchantment Table", "", "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cGiant Killer", diff --git a/items/TITAN_KILLER;6.json b/items/TITAN_KILLER;6.json index fb37825b..0debb71d 100644 --- a/items/TITAN_KILLER;6.json +++ b/items/TITAN_KILLER;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer VI\",1:\"§7Increases damage dealt by §a12%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cGiant Killer\",17:\"\",18:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;6\",enchantments:{titan_killer:6}},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer VI\",1:\"§7Increases damage dealt by §a12%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a50%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cGiant Killer\",18:\"\",19:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;6\",enchantments:{titan_killer:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Titan Killer VI", @@ -18,6 +18,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cGiant Killer", diff --git a/items/TRIPLE_STRIKE;1.json b/items/TRIPLE_STRIKE;1.json index 5e6204f8..1318dd39 100644 --- a/items/TRIPLE_STRIKE;1.json +++ b/items/TRIPLE_STRIKE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a10% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-III: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cFirst Strike\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;1\",enchantments:{triple_strike:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a10% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-III: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cFirst Strike\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;1\",enchantments:{triple_strike:1}}}", "damage": 0, "lore": [ "§9Triple-Strike I", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cFirst Strike", diff --git a/items/TRIPLE_STRIKE;2.json b/items/TRIPLE_STRIKE;2.json index 418335f1..5c099e4c 100644 --- a/items/TRIPLE_STRIKE;2.json +++ b/items/TRIPLE_STRIKE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike II\",1:\"§7Increases melee damage dealt by\",2:\"§7§a20% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-III: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cFirst Strike\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;2\",enchantments:{triple_strike:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike II\",1:\"§7Increases melee damage dealt by\",2:\"§7§a20% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-III: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cFirst Strike\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;2\",enchantments:{triple_strike:2}}}", "damage": 0, "lore": [ "§9Triple-Strike II", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cFirst Strike", diff --git a/items/TRIPLE_STRIKE;3.json b/items/TRIPLE_STRIKE;3.json index 6a244b4a..3d010231 100644 --- a/items/TRIPLE_STRIKE;3.json +++ b/items/TRIPLE_STRIKE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike III\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-III: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cFirst Strike\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;3\",enchantments:{triple_strike:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike III\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-III: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cFirst Strike\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;3\",enchantments:{triple_strike:3}}}", "damage": 0, "lore": [ "§9Triple-Strike III", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cFirst Strike", diff --git a/items/TRIPLE_STRIKE;4.json b/items/TRIPLE_STRIKE;4.json index 634be44f..46b5ea40 100644 --- a/items/TRIPLE_STRIKE;4.json +++ b/items/TRIPLE_STRIKE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a40% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aIV: §7Experiments\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cFirst Strike\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;4\",enchantments:{triple_strike:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a40% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aIV: §7Experiments\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cFirst Strike\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;4\",enchantments:{triple_strike:4}}}", "damage": 0, "lore": [ "§9Triple-Strike IV", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cFirst Strike", diff --git a/items/TRIPLE_STRIKE;5.json b/items/TRIPLE_STRIKE;5.json index 25d4e8d8..4490be98 100644 --- a/items/TRIPLE_STRIKE;5.json +++ b/items/TRIPLE_STRIKE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a50% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aV: §7Experiments\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"\",12:\"§6Conflicts:\",13:\"§7- §cFirst Strike\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;5\",enchantments:{triple_strike:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a50% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aV: §7Experiments\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cFirst Strike\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;5\",enchantments:{triple_strike:5}}}", "damage": 0, "lore": [ "§9Triple-Strike V", @@ -15,6 +15,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§6Conflicts:", "§7- §cFirst Strike", diff --git a/items/ULTIMATE_CHIMERA;1.json b/items/ULTIMATE_CHIMERA;1.json index b4a81e5f..d8f576f2 100644 --- a/items/ULTIMATE_CHIMERA;1.json +++ b/items/ULTIMATE_CHIMERA;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera I\",1:\"§7Copies §a20% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;1\",enchantments:{ultimate_chimera:1}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera I\",1:\"§7Copies §a20% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;1\",enchantments:{ultimate_chimera:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lChimera I", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_CHIMERA;2.json b/items/ULTIMATE_CHIMERA;2.json index f041e59b..a516be93 100644 --- a/items/ULTIMATE_CHIMERA;2.json +++ b/items/ULTIMATE_CHIMERA;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera II\",1:\"§7Copies §a40% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;2\",enchantments:{ultimate_chimera:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera II\",1:\"§7Copies §a40% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;2\",enchantments:{ultimate_chimera:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lChimera II", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_CHIMERA;3.json b/items/ULTIMATE_CHIMERA;3.json index fc252355..12db3df4 100644 --- a/items/ULTIMATE_CHIMERA;3.json +++ b/items/ULTIMATE_CHIMERA;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera III\",1:\"§7Copies §a60% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;3\",enchantments:{ultimate_chimera:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera III\",1:\"§7Copies §a60% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;3\",enchantments:{ultimate_chimera:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lChimera III", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_CHIMERA;4.json b/items/ULTIMATE_CHIMERA;4.json index b3ee6f37..1942b606 100644 --- a/items/ULTIMATE_CHIMERA;4.json +++ b/items/ULTIMATE_CHIMERA;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera IV\",1:\"§7Copies §a80% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;4\",enchantments:{ultimate_chimera:4}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera IV\",1:\"§7Copies §a80% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;4\",enchantments:{ultimate_chimera:4}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lChimera IV", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_CHIMERA;5.json b/items/ULTIMATE_CHIMERA;5.json index d914e834..452ac7dc 100644 --- a/items/ULTIMATE_CHIMERA;5.json +++ b/items/ULTIMATE_CHIMERA;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera V\",1:\"§7Copies §a100% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;5\",enchantments:{ultimate_chimera:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera V\",1:\"§7Copies §a100% §7of your active\",2:\"§7pet\u0027s stats.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Mythological Event\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fGauntlet\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_CHIMERA;5\",enchantments:{ultimate_chimera:5}}}", "damage": 0, "lore": [ "§9§d§lChimera V", @@ -20,6 +20,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/ULTIMATE_COMBO;1.json b/items/ULTIMATE_COMBO;1.json index 052b137f..53da3294 100644 --- a/items/ULTIMATE_COMBO;1.json +++ b/items/ULTIMATE_COMBO;1.json @@ -4,7 +4,7 @@ "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lCombo I\",1:\"§7Every mob kill within §e3§7\",2:\"§7seconds grants §c+1❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;1\",enchantments:{ultimate_combo:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lCombo I\",1:\"§7Every mob kill within §e3§7\",2:\"§7seconds grants §c+1❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;1\",enchantments:{ultimate_combo:1}}}", "modver": "2.0.0-REL", "lore": [ "§9§d§lCombo I", @@ -24,6 +24,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_COMBO;2.json b/items/ULTIMATE_COMBO;2.json index 7d3ed193..c631292e 100644 --- a/items/ULTIMATE_COMBO;2.json +++ b/items/ULTIMATE_COMBO;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo II\",1:\"§7Every mob kill within §e6§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;2\",enchantments:{ultimate_combo:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo II\",1:\"§7Every mob kill within §e6§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;2\",enchantments:{ultimate_combo:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lCombo II", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_COMBO;3.json b/items/ULTIMATE_COMBO;3.json index 8eb92b0b..5cc90ab5 100644 --- a/items/ULTIMATE_COMBO;3.json +++ b/items/ULTIMATE_COMBO;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo III\",1:\"§7Every mob kill within §e9§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;3\",enchantments:{ultimate_combo:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo III\",1:\"§7Every mob kill within §e9§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;3\",enchantments:{ultimate_combo:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lCombo III", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_COMBO;4.json b/items/ULTIMATE_COMBO;4.json index 100343b3..13de6441 100644 --- a/items/ULTIMATE_COMBO;4.json +++ b/items/ULTIMATE_COMBO;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo IV\",1:\"§7Every mob kill within §e12§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;4\",enchantments:{ultimate_combo:4}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo IV\",1:\"§7Every mob kill within §e12§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;4\",enchantments:{ultimate_combo:4}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lCombo IV", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_COMBO;5.json b/items/ULTIMATE_COMBO;5.json index 9e9c4af9..31920695 100644 --- a/items/ULTIMATE_COMBO;5.json +++ b/items/ULTIMATE_COMBO;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo V\",1:\"§7Every mob kill within §e15§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;5\",enchantments:{ultimate_combo:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo V\",1:\"§7Every mob kill within §e15§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-V: §7Dungeons\",13:\"\",14:\"§6Applied To:\",15:\"§7- §fSword\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_COMBO;5\",enchantments:{ultimate_combo:5}}}", "damage": 0, "lore": [ "§9§d§lCombo V", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/ULTIMATE_WISE;1.json b/items/ULTIMATE_WISE;1.json index 7d2b4862..4f017164 100644 --- a/items/ULTIMATE_WISE;1.json +++ b/items/ULTIMATE_WISE;1.json @@ -4,7 +4,7 @@ "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise I\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a10%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;1\",enchantments:{ultimate_wise:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise I\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a10%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"§7- §fGauntlet\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;1\",enchantments:{ultimate_wise:1}}}", "modver": "2.0.0-REL", "lore": [ "§9§d§lUltimate Wise I", @@ -31,6 +31,7 @@ "§7- §fPickaxe", "§7- §fSword", "§7- §fShears", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_WISE;2.json b/items/ULTIMATE_WISE;2.json index eee691da..1ac0de7c 100644 --- a/items/ULTIMATE_WISE;2.json +++ b/items/ULTIMATE_WISE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise II\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a20%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;2\",enchantments:{ultimate_wise:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise II\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a20%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"§7- §fGauntlet\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;2\",enchantments:{ultimate_wise:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lUltimate Wise II", @@ -28,6 +28,7 @@ "§7- §fPickaxe", "§7- §fSword", "§7- §fShears", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_WISE;3.json b/items/ULTIMATE_WISE;3.json index 03c7e498..2793eb0d 100644 --- a/items/ULTIMATE_WISE;3.json +++ b/items/ULTIMATE_WISE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise III\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a30%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;3\",enchantments:{ultimate_wise:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise III\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a30%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"§7- §fGauntlet\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;3\",enchantments:{ultimate_wise:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lUltimate Wise III", @@ -28,6 +28,7 @@ "§7- §fPickaxe", "§7- §fSword", "§7- §fShears", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_WISE;4.json b/items/ULTIMATE_WISE;4.json index 22567051..6ffcbbf0 100644 --- a/items/ULTIMATE_WISE;4.json +++ b/items/ULTIMATE_WISE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise IV\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a40%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;4\",enchantments:{ultimate_wise:4}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise IV\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a40%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"§7- §fGauntlet\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;4\",enchantments:{ultimate_wise:4}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lUltimate Wise IV", @@ -28,6 +28,7 @@ "§7- §fPickaxe", "§7- §fSword", "§7- §fShears", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/ULTIMATE_WISE;5.json b/items/ULTIMATE_WISE;5.json index e334fb24..d0cf9d81 100644 --- a/items/ULTIMATE_WISE;5.json +++ b/items/ULTIMATE_WISE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise V\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a50%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"\",25:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;5\",enchantments:{ultimate_wise:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise V\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a50%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fBow\",15:\"§7- §fFishing Weapon\",16:\"§7- §fAxe\",17:\"§7- §fFishing Rod\",18:\"§7- §fShovel\",19:\"§7- §fWand\",20:\"§7- §fDrill\",21:\"§7- §fPickaxe\",22:\"§7- §fSword\",23:\"§7- §fShears\",24:\"§7- §fGauntlet\",25:\"\",26:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;5\",enchantments:{ultimate_wise:5}}}", "damage": 0, "lore": [ "§9§d§lUltimate Wise V", @@ -28,6 +28,7 @@ "§7- §fPickaxe", "§7- §fSword", "§7- §fShears", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/VAMPIRISM;1.json b/items/VAMPIRISM;1.json index b63c8fcd..46e6def5 100644 --- a/items/VAMPIRISM;1.json +++ b/items/VAMPIRISM;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism I\",1:\"§7Heals for §a1%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;1\",enchantments:{vampirism:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism I\",1:\"§7Heals for §a1%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;1\",enchantments:{vampirism:1}}}", "damage": 0, "lore": [ "§9Vampirism I", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VAMPIRISM;2.json b/items/VAMPIRISM;2.json index a869f69d..9d7ab071 100644 --- a/items/VAMPIRISM;2.json +++ b/items/VAMPIRISM;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism II\",1:\"§7Heals for §a2%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aII: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;2\",enchantments:{vampirism:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism II\",1:\"§7Heals for §a2%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aII: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;2\",enchantments:{vampirism:2}}}", "damage": 0, "lore": [ "§9Vampirism II", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VAMPIRISM;3.json b/items/VAMPIRISM;3.json index 41512ca2..37d6afc1 100644 --- a/items/VAMPIRISM;3.json +++ b/items/VAMPIRISM;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism III\",1:\"§7Heals for §a3%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIII: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;3\",enchantments:{vampirism:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism III\",1:\"§7Heals for §a3%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIII: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;3\",enchantments:{vampirism:3}}}", "damage": 0, "lore": [ "§9Vampirism III", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VAMPIRISM;4.json b/items/VAMPIRISM;4.json index 9719cc87..4977851d 100644 --- a/items/VAMPIRISM;4.json +++ b/items/VAMPIRISM;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism IV\",1:\"§7Heals for §a4%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;4\",enchantments:{vampirism:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism IV\",1:\"§7Heals for §a4%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;4\",enchantments:{vampirism:4}}}", "damage": 0, "lore": [ "§9Vampirism IV", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VAMPIRISM;5.json b/items/VAMPIRISM;5.json index 377008bc..d1aa869b 100644 --- a/items/VAMPIRISM;5.json +++ b/items/VAMPIRISM;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism V\",1:\"§7Heals for §a5%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;5\",enchantments:{vampirism:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism V\",1:\"§7Heals for §a5%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Enchantment Table,\",10:\"§7Ghast Tear Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;5\",enchantments:{vampirism:5}}}", "damage": 0, "lore": [ "§9Vampirism V", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/VAMPIRISM;6.json b/items/VAMPIRISM;6.json index 29b821b3..b8627c9d 100644 --- a/items/VAMPIRISM;6.json +++ b/items/VAMPIRISM;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism VI\",1:\"§7Heals for §a6%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments,\",10:\"§7Top 250 Reward during Spooky Festival\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;6\",enchantments:{vampirism:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism VI\",1:\"§7Heals for §a6%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Experiments,\",10:\"§7Top 250 Reward during Spooky Festival\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"VAMPIRISM;6\",enchantments:{vampirism:6}}}", "damage": 0, "lore": [ "§9Vampirism VI", @@ -19,6 +19,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/VENOMOUS;1.json b/items/VENOMOUS;1.json index d777c377..094030ea 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:\"§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}}}", + "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:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;1\",enchantments:{venomous:1}}}", "damage": 0, "lore": [ "§9Venomous I", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VENOMOUS;2.json b/items/VENOMOUS;2.json index 3a38bd2a..e304b97b 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:\"§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}}}", + "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:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;2\",enchantments:{venomous:2}}}", "damage": 0, "lore": [ "§9Venomous II", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VENOMOUS;3.json b/items/VENOMOUS;3.json index 3c4aa952..1d58d5ca 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:\"§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}}}", + "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:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;3\",enchantments:{venomous:3}}}", "damage": 0, "lore": [ "§9Venomous III", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VENOMOUS;4.json b/items/VENOMOUS;4.json index e508280a..923041e5 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:\"§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}}}", + "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:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;4\",enchantments:{venomous:4}}}", "damage": 0, "lore": [ "§9Venomous IV", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VENOMOUS;5.json b/items/VENOMOUS;5.json index 939c7c05..2c4819f0 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:\"§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:[]}", + "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:\"§7- §fGauntlet\",18:\"\",19:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;5\",enchantments:{venomous:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Venomous V", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/VENOMOUS;6.json b/items/VENOMOUS;6.json index 661a7bcc..1432e9f0 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:\"§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:[]}", + "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:\"§7- §fGauntlet\",18:\"\",19:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;6\",enchantments:{venomous:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Venomous VI", @@ -21,6 +21,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fGauntlet", "", "§9§lRARE" ], diff --git a/items/VICIOUS;3.json b/items/VICIOUS;3.json index b9e8bedd..67cf8ba8 100644 --- a/items/VICIOUS;3.json +++ b/items/VICIOUS;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious III\",1:\"§7Grants §c+3⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fWand\",11:\"§7- §fSword\",12:\"§7- §fBow\",13:\"§7- §fFishing Rod\",14:\"§7- §fFishing Weapon\",15:\"§7- §fHoe\",16:\"§7- §fAxe\",17:\"§7- §fPickaxe\",18:\"§7- §fDrill\",19:\"§7- §fShears\",20:\"§7- §fShovel\",21:\"\",22:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;3\",enchantments:{vicious:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious III\",1:\"§7Grants §c+3⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fWand\",11:\"§7- §fSword\",12:\"§7- §fBow\",13:\"§7- §fFishing Rod\",14:\"§7- §fFishing Weapon\",15:\"§7- §fHoe\",16:\"§7- §fAxe\",17:\"§7- §fPickaxe\",18:\"§7- §fDrill\",19:\"§7- §fShears\",20:\"§7- §fShovel\",21:\"§7- §fGauntlet\",22:\"\",23:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;3\",enchantments:{vicious:3}}}", "damage": 0, "lore": [ "§9Vicious III", @@ -25,6 +25,7 @@ "§7- §fDrill", "§7- §fShears", "§7- §fShovel", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VICIOUS;4.json b/items/VICIOUS;4.json index 475b84c4..27bc4cce 100644 --- a/items/VICIOUS;4.json +++ b/items/VICIOUS;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious IV\",1:\"§7Grants §c+4⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fWand\",11:\"§7- §fSword\",12:\"§7- §fBow\",13:\"§7- §fFishing Rod\",14:\"§7- §fFishing Weapon\",15:\"§7- §fHoe\",16:\"§7- §fAxe\",17:\"§7- §fPickaxe\",18:\"§7- §fDrill\",19:\"§7- §fShears\",20:\"§7- §fShovel\",21:\"\",22:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;4\",enchantments:{vicious:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious IV\",1:\"§7Grants §c+4⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fWand\",11:\"§7- §fSword\",12:\"§7- §fBow\",13:\"§7- §fFishing Rod\",14:\"§7- §fFishing Weapon\",15:\"§7- §fHoe\",16:\"§7- §fAxe\",17:\"§7- §fPickaxe\",18:\"§7- §fDrill\",19:\"§7- §fShears\",20:\"§7- §fShovel\",21:\"§7- §fGauntlet\",22:\"\",23:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;4\",enchantments:{vicious:4}}}", "damage": 0, "lore": [ "§9Vicious IV", @@ -25,6 +25,7 @@ "§7- §fDrill", "§7- §fShears", "§7- §fShovel", + "§7- §fGauntlet", "", "§f§lCOMMON" ], diff --git a/items/VICIOUS;5.json b/items/VICIOUS;5.json index 3f42a1e5..f725c56d 100644 --- a/items/VICIOUS;5.json +++ b/items/VICIOUS;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],display:{Lore:[0:\"§9Vicious V\",1:\"§7Grants §c+5⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fWand\",11:\"§7- §fSword\",12:\"§7- §fBow\",13:\"§7- §fFishing Rod\",14:\"§7- §fFishing Weapon\",15:\"§7- §fHoe\",16:\"§7- §fAxe\",17:\"§7- §fPickaxe\",18:\"§7- §fDrill\",19:\"§7- §fShears\",20:\"§7- §fShovel\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;5\",enchantments:{vicious:5}},oHideFlags:254}", + "nbttag": "{ench:[],display:{Lore:[0:\"§9Vicious V\",1:\"§7Grants §c+5⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fWand\",11:\"§7- §fSword\",12:\"§7- §fBow\",13:\"§7- §fFishing Rod\",14:\"§7- §fFishing Weapon\",15:\"§7- §fHoe\",16:\"§7- §fAxe\",17:\"§7- §fPickaxe\",18:\"§7- §fDrill\",19:\"§7- §fShears\",20:\"§7- §fShovel\",21:\"§7- §fGauntlet\",22:\"\",23:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;5\",enchantments:{vicious:5}},oHideFlags:254}", "damage": 0, "lore": [ "§9Vicious V", @@ -25,6 +25,7 @@ "§7- §fDrill", "§7- §fShears", "§7- §fShovel", + "§7- §fGauntlet", "", "§a§lUNCOMMON" ], diff --git a/items/WATER_HYDRA_SC.json b/items/WATER_HYDRA_SC.json index 8af3a00d..f491ccd7 100644 --- a/items/WATER_HYDRA_SC.json +++ b/items/WATER_HYDRA_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Water Hydra (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"33f37f6f-40aa-3fc0-bcf7-b2635f3f66d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjFmZmJkYTkyNDQyODczZDU0MDUxZTRlMTdlYTQ3Mjc4Y2IzYjc0N2Q3OTgwNzBiYTgzYmM0YTlkZTU4ZGQifX19\"}]}},display:{Lore:[0:\"§7Water Hydra is a Legendary Sea Creature that spawns\",1:\"§7while fishing after unlocking it at Fishing Level XIX (19).\",2:\"§7It is a zombie with the head of a sea dragon and blue\",3:\"§7dyed leather armor. \",4:\"\",5:\"§c❤ Health§8: §c500.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Clownfish\",9:\"§7- §7Lily Pad\",10:\"§7- §7Pufferfish\",11:\"§7- §7Raw Fish\",12:\"§7- §7Raw Salmon\",13:\"§7- §7Sponge\",14:\"§7- §9Enchanted Book\",15:\" §7(Luck of the Sea VI)\",16:\"§7- §9Fish Affinty Talisman\",17:\"§7- §5Fishing Exp Boost\",18:\"§7- §5Water Hydra Head\",19:\"\",20:\"§cRequirements:\",21:\"§7- Fishing Skill 19\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§3Water Hydra (Sea Creature)\"},ExtraAttributes:{id:\"WATER_HYDRA_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"33f37f6f-40aa-3fc0-bcf7-b2635f3f66d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjFmZmJkYTkyNDQyODczZDU0MDUxZTRlMTdlYTQ3Mjc4Y2IzYjc0N2Q3OTgwNzBiYTgzYmM0YTlkZTU4ZGQifX19\"}]}},display:{Lore:[0:\"§7Water Hydra is a Legendary Sea Creature that spawns\",1:\"§7while fishing after unlocking it at Fishing Level XIX (19).\",2:\"§7It is a zombie with the head of a sea dragon and blue\",3:\"§7dyed leather armor. \",4:\"\",5:\"§c❤ Health§8: §c500.000\",6:\"\",7:\"§cDrops:\",8:\"§7- §7Clownfish\",9:\"§7- §7Lily Pad\",10:\"§7- §7Pufferfish\",11:\"§7- §7Raw Fish\",12:\"§7- §7Raw Salmon\",13:\"§7- §7Sponge\",14:\"§7- §9Enchanted Book\",15:\" §7(Luck of the Sea VI)\",16:\"§7- §9Fish Affinty Talisman\",17:\"§7- §5Fishing Exp Boost\",18:\"§7- §5Water Hydra Head\",19:\"\",20:\"§cRequirements:\",21:\"§7- Fishing Skill 19\",22:\"§7- §bFished from water\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§3Water Hydra (Sea Creature)\"},ExtraAttributes:{id:\"WATER_HYDRA_SC\"}}", "damage": 3, "lore": [ "§7Water Hydra is a Legendary Sea Creature that spawns", @@ -26,6 +26,7 @@ "", "§cRequirements:", "§7- Fishing Skill 19", + "§7- §bFished from water", "", "§6§lLEGENDARY" ], diff --git a/items/WATER_WORM_SC.json b/items/WATER_WORM_SC.json new file mode 100644 index 00000000..2d50d055 --- /dev/null +++ b/items/WATER_WORM_SC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Water Worm (Sea Creature)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Rough Amber Gemstone\",2:\"§7- §aWorm Membrane\",3:\"\",4:\"§cRequirements:\",5:\"§7- Fishing Skill 15\",6:\"§7- §5Crystal Hollows\",7:\"§7- §6Goblin Holdout\",8:\"§7- §bFished from water\",9:\"\",10:\"§9§lRARE\"],Name:\"§3Water Worm (Sea Creature)\"},ExtraAttributes:{id:\"WATER_WORM_SC\"}}", + "damage": 3, + "lore": [ + "§cDrops:", + "§7- §7Rough Amber Gemstone", + "§7- §aWorm Membrane", + "", + "§cRequirements:", + "§7- Fishing Skill 15", + "§7- §5Crystal Hollows", + "§7- §6Goblin Holdout", + "§7- §bFished from water", + "", + "§9§lRARE" + ], + "internalname": "WATER_WORM_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Water_Worm" + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/WEREWOLF_SC.json b/items/WEREWOLF_SC.json index 731c4144..bd36633b 100644 --- a/items/WEREWOLF_SC.json +++ b/items/WEREWOLF_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Werewolf (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8e41e94-9c30-38af-80c6-05b2ed6d5c53\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzY2ODk3MjkwMywKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVyb2Ryb2dvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NlNDYwNmM2ZDk3M2E5OTlhZWMxNjg3YzdlMDc1ZjdkMzdkYjgxODVlODhiODQ0NTA3ZjE2YjNlMmIzZWI2OTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7The Werewolf is an epic sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 17\",3:\"\",4:\"§c❤ Health§8: §c50.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §aGreen Candy\",9:\"§7- §9Werewolf Skin\",10:\"§7- §5Deep Sea Orb\",11:\"§7- §5Purple Candy\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 14\",15:\"§7- §5Spooky Festival\",16:\"\",17:\"§5§lEPIC\"],Name:\"§3Werewolf (Sea Creature)\"},ExtraAttributes:{id:\"WEREWOLF_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8e41e94-9c30-38af-80c6-05b2ed6d5c53\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzY2ODk3MjkwMywKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVyb2Ryb2dvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NlNDYwNmM2ZDk3M2E5OTlhZWMxNjg3YzdlMDc1ZjdkMzdkYjgxODVlODhiODQ0NTA3ZjE2YjNlMmIzZWI2OTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7The Werewolf is an epic sea creature added in the Spooky\",1:\"§7Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 17\",3:\"\",4:\"§c❤ Health§8: §c50.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §aGreen Candy\",9:\"§7- §9Werewolf Skin\",10:\"§7- §5Deep Sea Orb\",11:\"§7- §5Purple Candy\",12:\"\",13:\"§cRequirements:\",14:\"§7- Fishing Skill 14\",15:\"§7- §5Spooky Festival\",16:\"§7- §bFished from water\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Werewolf (Sea Creature)\"},ExtraAttributes:{id:\"WEREWOLF_SC\"}}", "damage": 3, "lore": [ "§7The Werewolf is an epic sea creature added in the Spooky", @@ -20,6 +20,7 @@ "§cRequirements:", "§7- Fishing Skill 14", "§7- §5Spooky Festival", + "§7- §bFished from water", "", "§5§lEPIC" ], diff --git a/items/WISHING_COMPASS.json b/items/WISHING_COMPASS.json index 21be476c..d1bee936 100644 --- a/items/WISHING_COMPASS.json +++ b/items/WISHING_COMPASS.json @@ -30,5 +30,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wishing_Compass" + ] }
\ No newline at end of file diff --git a/items/YETI_SC.json b/items/YETI_SC.json index 0fe23851..3063e4e1 100644 --- a/items/YETI_SC.json +++ b/items/YETI_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Yeti (Sea Creature)", - "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\"}}", + "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:\"§7- §bFished from water\",24:\"\",25:\"§6§lLEGENDARY\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}", "damage": 3, "lore": [ "§7The Yeti is a Legendary mob unlocked from Fishing", @@ -27,6 +27,7 @@ "§cRequirements:", "§7- Fishing Skill 25", "§7- §bJerry Pond", + "§7- §bFished from water", "", "§6§lLEGENDARY" ], diff --git a/items/ZOMBIE_MINER_SC.json b/items/ZOMBIE_MINER_SC.json new file mode 100644 index 00000000..fd7db0a4 --- /dev/null +++ b/items/ZOMBIE_MINER_SC.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Zombie Miner (Sea Creature)", + "nbttag": "{display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Flawed Amethyst Gemstone\",2:\"§7- §7Flawed Jade Gemstone\",3:\"§7- §7Flawed Sapphire Gemstone\",4:\"§7- §7Rough Amethyst Gemstone\",5:\"§7- §7Rough Jade Gemstone\",6:\"§7- §7Rough Sapphire Gemstone\",7:\"\",8:\"§cRequirements:\",9:\"§7- Fishing Skill 24\",10:\"§7- §2Mithril Deposits\",11:\"§7- §bPrecursor Remnants\",12:\"§7- §2Jungle\",13:\"§7- §bFished from water\",14:\"\",15:\"§6§lLEGENDARY\"],Name:\"§3Zombie Miner (Sea Creature)\"},ExtraAttributes:{id:\"ZOMBIE_MINER_SC\"}}", + "damage": 2, + "lore": [ + "§cDrops:", + "§7- §7Flawed Amethyst Gemstone", + "§7- §7Flawed Jade Gemstone", + "§7- §7Flawed Sapphire Gemstone", + "§7- §7Rough Amethyst Gemstone", + "§7- §7Rough Jade Gemstone", + "§7- §7Rough Sapphire Gemstone", + "", + "§cRequirements:", + "§7- Fishing Skill 24", + "§7- §2Mithril Deposits", + "§7- §bPrecursor Remnants", + "§7- §2Jungle", + "§7- §bFished from water", + "", + "§6§lLEGENDARY" + ], + "internalname": "ZOMBIE_MINER_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Miner" + ], + "crafttext": "" +}
\ No newline at end of file |