diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:54 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:54 +0000 |
commit | 2c4f16d139c4d315de7ae1498afd75057d752715 (patch) | |
tree | 8939c2ba48af0d1b40b06dc3d79fc0b35da0edd9 | |
parent | a1875440aadf3e9d0cd0b527c40d75e610b0023b (diff) | |
parent | e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8 (diff) | |
download | NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.tar.gz NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.tar.bz2 NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.zip |
Merge branch 'master' into dangerous
214 files changed, 1637 insertions, 907 deletions
@@ -3,16 +3,16 @@ <p align="center"> <!-- lint --> - <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO/actions" target="_blank"> - <img src="https://img.shields.io/github/workflow/status/Moulberry/NotEnoughUpdates-REPO/JSON/master?label=lint&logo=github&logoColor=FFFFFF" alt="lint"> + <a href="https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/actions" target="_blank"> + <img src="https://img.shields.io/github/workflow/status/NotEnoughUpdates/NotEnoughUpdates-REPO/JSON/master?label=lint&logo=github&logoColor=FFFFFF" alt="lint"> </a> <!-- license --> - <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO/blob/master/LICENSE" target="_blank"> - <img src="https://img.shields.io/github/license/Moulberry/NotEnoughUpdates-REPO?color=success&logo=github&logoColor=FFFFFF" alt="license"> + <a href="https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/blob/master/LICENSE" target="_blank"> + <img src="https://img.shields.io/github/license/NotEnoughUpdates/NotEnoughUpdates-REPO?color=success&logo=github&logoColor=FFFFFF" alt="license"> </a> <!-- lines --> - <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO"> - <img src="https://img.shields.io/tokei/lines/github/Moulberry/NotEnoughUpdates-REPO?color=success&logo=github&logoColor=FFFFFF" alt="lines"> + <a href="https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO"> + <img src="https://img.shields.io/tokei/lines/github/NotEnoughUpdates/NotEnoughUpdates-REPO?color=success&logo=github&logoColor=FFFFFF" alt="lines"> </a> <!-- discord --> <a href="https://discord.gg/moulberry" target="_blank"> diff --git a/constants/enchants.json b/constants/enchants.json index 71a82c35..f9cf40b8 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -101,7 +101,8 @@ "lure", "magnet", "spiked_hook", - "telekinesis" + "telekinesis", + "impaling" ], "FISHING WEAPON": [ "angler", @@ -239,6 +240,92 @@ "ultimate_legion", "ultimate_no_pain_no_gain", "ultimate_wisdom" + ], + "LONGSWORD": [ + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "mana_steal", + "PROSECUTE", + "scavenger", + "sharpness", + "smite", + "syphon", + "telekinesis", + "titan_killer", + "thunderlord", + "thunderbolt", + "triple_strike", + "vampirism", + "venomous", + "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise" + ], + "GAUNTLET": [ + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "mana_steal", + "PROSECUTE", + "scavenger", + "sharpness", + "smite", + "syphon", + "telekinesis", + "titan_killer", + "thunderlord", + "thunderbolt", + "triple_strike", + "vampirism", + "venomous", + "vicious", + "ultimate_one_for_all", + "ultimate_soul_eater", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise", + "compact", + "efficiency", + "experience", + "fortune", + "silk_touch", + "pristine", + "smelting_touch", + "telekinesis" ] }, "enchant_pools": [ diff --git a/constants/essencecosts.json b/constants/essencecosts.json index ebcc6a6f..09e8d4be 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -585,6 +585,14 @@ "4": 350, "5": 500 }, + "DARK_CLAYMORE": { + "type": "Wither", + "1": 150, + "2": 300, + "3": 500, + "4": 900, + "5": 1500 + }, "RUNAANS_BOW": { "type": "Spider", "dungeonize": 500, diff --git a/constants/misc.json b/constants/misc.json index 3c86fe24..5a581d4a 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -884,7 +884,7 @@ "f94771a6e4c4457495e7aa821c370e3d", "4f0e53f2bc1e464fa86af515e22390c7", "baa6c0a7c3494f7d9257c92dd886b890", - "8f26e4e3b26a4c64901f1f85d579dc73", + "783f560bff974363b5cfd61c496ba278", "d82f5572054f4b7cb3d73e614098bbcb", "e40ba3dfb5254b488649969d6d22ab1c", "62b17c445d774a669cf6a9032005ae23", @@ -977,7 +977,7 @@ "c44ddfef16f544cbaaabb9ce610e4242", "6b50d5079be24b09b8bea6bb77a29bc7", "044903b7a9d3416d957f929557af6c88", - "7a9dc802d4014d7d93c08dd1bc98c70d", + "a049a5384dd843f887d503f09d48b4dc", "781fa5776ab64a60a93c788ce5284a91", "c346498734274398a5d594614515a6b2", "f51f722efec648b0a358785a0bbcaa36", @@ -1044,7 +1044,9 @@ "f20def955521484ebf30e83dd5cc4670", "5cda864898c34f1a8f108239b7f1f6cc", "774b6df633484a9bb13183b3314ff1b5", - "00fd0f5c28674304915d2c93586c77cb" + "00fd0f5c28674304915d2c93586c77cb", + "79ab0f237ab74b918c91ed627ff9255b", + "34c3d4d9e9af457c99d4e80fd13ebc7e" ], "ranks": { "OWNER": { @@ -1180,12 +1182,12 @@ "§f - §aDeDiamondPro§7: Item-repo & Feature Contributor", "§f - §anopo§7: Feature Contributor", "§f - §aLulonaut§7: Feature Contributor", - "§f - §aKeebler408§7: Feature Contributor", + "§f - §aCraftyOldMiner§7: Feature Contributor", "§f - §aCarelessHippo§7: Feature Contributor", "§f - §aMisterCheezeCake§7: Item-repo Contributor", "§f - §aMotorGorilla1§7: Asset Contributor", "§f - §aSwedengamer100§7: Item-repo Contributor", - "§f - §aTomEngMaster§7: Item-repo Contributor", + "§f - §alucy§7: Item-repo Contributor", "§f - §aTymanWasTaken§7: Item-repo Contributor", "§f - §aapotato321§7: Item-repo Contributor", "§f - §aSome1sm§7: Item-repo Contributor", @@ -1197,20 +1199,25 @@ "§f - §bThatGravyBoat#0001§7: §cAdmin", "§f - §bnopo#6969§7: §cAdmin", "§f - §bjani270#0119§7: §cAdmin", - "§f - §bTomEngMaster#9182§7: §2Sr. Moderator", + "§f - §bMadeline#6969§7: §2Sr. Moderator", + "§f - §bTyman#5998§7: §2Sr. Moderator", "§f - §bapotato#1965§7: §2Moderator", "§f - §bBestower#6073§7: §2Moderator", - "§f - §bTyman#5998§7: §2Moderator", "§f - §bHasnu#4411§7: §2Moderator", "§f - §bgeorge.#0550: §2Moderator", "§f - §bDoKM#7224: §2Moderator", - "§f - §bMisterCheezeCake#1662: §aHelper" + "§f - §bMisterCheezeCake#1662: §aHelper", + "§f - §bLulonaut#3350: §aHelper" ] }, "cosmeticsinfo": { "lore": [ - "§6Hey, because Moulberry is a Pepega he closed his patreon permanently.", - "§6If you read this please ping moulberry on discord and tell him to reopen his Patreon." + "§6Moulberry has reopened his Patreon only to be able to cover the NEU server costs.", + "§c§lHe is not offering capes/other cosmetics if you pledge.", + "§7If you still wish to support him §c§lwith no reward§r§7 his §6§lPatreon§r§7 is:", + "§7https://www.patreon.com/moulberry", + "§7And his §5§lDiscord§r§7 server is:", + "§7https://discord.gg/moulberry" ] }, "featureslist": "https://gist.github.com/jani270/d33e249d40b0333b87ba5c5e70fca398" diff --git a/constants/petnums.json b/constants/petnums.json index 983d100f..ebe59373 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -170,7 +170,7 @@ "100": { "otherNums": [ 50, - 100 + 50 ], "statNums": { "INTELLIGENCE": 75.0, @@ -193,7 +193,7 @@ "100": { "otherNums": [ 50, - 100, + 75, 100 ], "statNums": { @@ -489,7 +489,7 @@ "EPIC": { "1": { "otherNums": [ - 0.2, + 0.1, 0.4 ], "statNums": { @@ -499,7 +499,7 @@ }, "100": { "otherNums": [ - 20, + 10, 40 ], "statNums": { @@ -511,7 +511,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.2, + 0.1, 0.4 ], "statNums": { @@ -522,7 +522,7 @@ }, "100": { "otherNums": [ - 20, + 10, 40 ], "statNums": { @@ -566,7 +566,7 @@ "100": { "otherNums": [ 200, - 3, + 1, 25 ], "statNums": { @@ -578,9 +578,9 @@ "1": { "otherNums": [ 2.5, - 0.03000000000000025, + 0.0, 20.0, - 0.1999999999999993 + 0.1 ], "statNums": { "DEFENSE": 25.0, @@ -590,7 +590,7 @@ "100": { "otherNums": [ 250, - 3, + 1, 20, 20 ], @@ -614,7 +614,7 @@ "100": { "otherNums": [ 150, - 3, + 1, 30 ], "statNums": { @@ -1709,18 +1709,20 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 25.0, - "STRENGTH": 25.0 + "STRENGTH": 25.0, + "MAGIC_FIND": 0.0 } }, "100": { "otherNums": [ 100, 40, - 0.2 + 0.25 ], "statNums": { "BONUS_ATTACK_SPEED": 50.0, - "STRENGTH": 50.0 + "STRENGTH": 50.0, + "MAGIC_FIND": 10.0 } }, "stats_levelling_curve":"101:200:1" @@ -1879,11 +1881,8 @@ "1": { "otherNums": [ 1.0, - 8.0, - 10.0, - 1000.0, - 10.0, - 10.0 + 0.5, + 0.01 ], "statNums": { "HEALTH": 2.0 @@ -1892,11 +1891,8 @@ "100": { "otherNums": [ 100, - 8, - 10, - 1000, - 10, - 10 + 50, + 1 ], "statNums": { "HEALTH": 200.0 @@ -1907,11 +1903,8 @@ "1": { "otherNums": [ 1.0, - 8.0, - 10.0, - 1000.0, - 10.0, - 10.0, + 0.5, + 0.01, 0.5 ], "statNums": { @@ -1921,11 +1914,8 @@ "100": { "otherNums": [ 100, - 8, - 10, - 1000, - 10, - 10, + 50, + 1, 50 ], "statNums": { @@ -3918,7 +3908,7 @@ "EPIC": { "1": { "otherNums": [ - 0.5, + 0.3, 0.6, 10.0 ], @@ -3931,7 +3921,7 @@ }, "100": { "otherNums": [ - 50, + 30, 55, 10 ], @@ -3946,7 +3936,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.5, + 0.3, 0.6, 10.0, 0.2, @@ -3961,7 +3951,7 @@ }, "100": { "otherNums": [ - 50, + 30, 55, 10, 20, @@ -3978,7 +3968,7 @@ "RARE": { "1": { "otherNums": [ - 0.3, + 0.2, 0.3, 10.0 ], @@ -3991,7 +3981,7 @@ }, "100": { "otherNums": [ - 33, + 20, 30, 10 ], @@ -4006,7 +3996,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.3 + 0.2 ], "statNums": { "FEROCITY": 0.0, @@ -4017,7 +4007,7 @@ }, "100": { "otherNums": [ - 33 + 20 ], "statNums": { "FEROCITY": 25.0, @@ -4033,8 +4023,7 @@ "1": { "otherNums": [ 3.2, - 5.3, - 0.2 + 5.2 ], "statNums": { "DEFENSE": 1.0, @@ -4043,9 +4032,8 @@ }, "100": { "otherNums": [ - 20, - 40, - 20 + 30, + 30 ], "statNums": { "DEFENSE": 100.0, @@ -4057,8 +4045,7 @@ "1": { "otherNums": [ 3.2, - 5.5, - 0.2 + 5.2 ], "statNums": { "DEFENSE": 1.0, @@ -4067,9 +4054,8 @@ }, "100": { "otherNums": [ - 20, - 50, - 25 + 30, + 30 ], "statNums": { "DEFENSE": 100.0, @@ -4083,7 +4069,7 @@ "1": { "otherNums": [ 0.3, - 0.5 + 0.2 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -4096,7 +4082,7 @@ "100": { "otherNums": [ 30, - 50 + 25 ], "statNums": { "CRIT_CHANCE": 5.0, @@ -4111,9 +4097,8 @@ "1": { "otherNums": [ 0.3, - 0.5, - 2.0, - 3.0 + 0.2, + 2.0 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -4126,9 +4111,8 @@ "100": { "otherNums": [ 30, - 50, - 200, - 3 + 25, + 200 ], "statNums": { "CRIT_CHANCE": 5.0, diff --git a/constants/reforgestones.json b/constants/reforgestones.json index dbfff90a..18f9ef0f 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -513,7 +513,7 @@ "LEGENDARY": 1000000, "MYTHIC": 2000000 }, - "reforgeAbility": "Critical hits have a chance to deal up to §a20% §7extra damage.", + "reforgeAbility": "Critical hits have a chance to deal up to §a15% §7extra damage.", "reforgeStats": { "COMMON": { "strength": 30, diff --git a/items/ABSOLUTE_ENDER_PEARL.json b/items/ABSOLUTE_ENDER_PEARL.json index d946de48..d414b898 100644 --- a/items/ABSOLUTE_ENDER_PEARL.json +++ b/items/ABSOLUTE_ENDER_PEARL.json @@ -18,11 +18,11 @@ "C3": "" }, "internalname": "ABSOLUTE_ENDER_PEARL", - "crafttext": "", + "crafttext": "Requires: Ender Pearl VII", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Absolute_Ender_Pearl" ] -} +}
\ No newline at end of file diff --git a/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json b/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json index 14cf96d8..d2a614e8 100644 --- a/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json +++ b/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Boots of the Rising Sun", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15\",1:\"§7Defense: §a+15\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOOTS\"],color:10454537,Name:\"§5Boots of the Rising Sun\"},ExtraAttributes:{color:\"159:134:9\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_BOOTS\",id:\"ARMOR_OF_THE_RESISTANCE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+8\",1:\"§7Defense: §a+8\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOOTS\"],color:10454537,Name:\"§5Boots of the Rising Sun\"},ExtraAttributes:{color:\"159:134:9\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_BOOTS\",id:\"ARMOR_OF_THE_RESISTANCE_BOOTS\"}}", "damage": 0, "lore": [ - "§7Health: §a+15", - "§7Defense: §a+15", + "§7Health: §a+8", + "§7Defense: §a+8", "§7Intelligence: §a+150", "", "§6Full Set Bonus: Power of the Resistance", @@ -19,7 +19,7 @@ "internalname": "ARMOR_OF_THE_RESISTANCE_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun" diff --git a/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json b/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json index 8942d004..05a4f108 100644 --- a/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json +++ b/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:golden_chestplate", "displayname": "§5Chestplate of the Rising Sun", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Chestplate of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_CHESTPLATE\",id:\"ARMOR_OF_THE_RESISTANCE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15\",1:\"§7Defense: §a+15\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Chestplate of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_CHESTPLATE\",id:\"ARMOR_OF_THE_RESISTANCE_CHESTPLATE\"}}", "damage": 0, "lore": [ - "§7Health: §a+30", - "§7Defense: §a+30", + "§7Health: §a+15", + "§7Defense: §a+15", "§7Intelligence: §a+150", "", "§6Full Set Bonus: Power of the Resistance", @@ -19,7 +19,7 @@ "internalname": "ARMOR_OF_THE_RESISTANCE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun" diff --git a/items/ARMOR_OF_THE_RESISTANCE_HELMET.json b/items/ARMOR_OF_THE_RESISTANCE_HELMET.json index 586ee8b9..4b059772 100644 --- a/items/ARMOR_OF_THE_RESISTANCE_HELMET.json +++ b/items/ARMOR_OF_THE_RESISTANCE_HELMET.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:skull", "displayname": "§5Helmet of the Rising Sun", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1a136205-4ff3-3028-bb5b-c2ef8a047399\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODIzMzEwNTIyOSwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRjZjNjNWYyNGM5YmY4YjkwMzFlOGFlZDUzMzdiNmEwN2Y4MTljZGU4YzYyMjA4NTU0NTE2MmY4YTY5MzA2MCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+20\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC HELMET\"],Name:\"§5Helmet of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_HELMET\",id:\"ARMOR_OF_THE_RESISTANCE_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1a136205-4ff3-3028-bb5b-c2ef8a047399\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODIzMzEwNTIyOSwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRjZjNjNWYyNGM5YmY4YjkwMzFlOGFlZDUzMzdiNmEwN2Y4MTljZGU4YzYyMjA4NTU0NTE2MmY4YTY5MzA2MCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+10\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC HELMET\"],Name:\"§5Helmet of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_HELMET\",id:\"ARMOR_OF_THE_RESISTANCE_HELMET\"}}", "damage": 3, "lore": [ - "§7Health: §a+20", - "§7Defense: §a+20", + "§7Health: §a+10", + "§7Defense: §a+10", "§7Intelligence: §a+150", "", "§6Full Set Bonus: Power of the Resistance", @@ -19,7 +19,7 @@ "internalname": "ARMOR_OF_THE_RESISTANCE_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun" diff --git a/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json b/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json index 34c2a252..3d64b532 100644 --- a/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json +++ b/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Leggings of the Rising Sun", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+25\",1:\"§7Defense: §a+25\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC LEGGINGS\"],color:14597141,Name:\"§5Leggings of the Rising Sun\"},ExtraAttributes:{color:\"222:188:21\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_LEGGINGS\",id:\"ARMOR_OF_THE_RESISTANCE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+12\",1:\"§7Defense: §a+12\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC LEGGINGS\"],color:14597141,Name:\"§5Leggings of the Rising Sun\"},ExtraAttributes:{color:\"222:188:21\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_LEGGINGS\",id:\"ARMOR_OF_THE_RESISTANCE_LEGGINGS\"}}", "damage": 0, "lore": [ - "§7Health: §a+25", - "§7Defense: §a+25", + "§7Health: §a+12", + "§7Defense: §a+12", "§7Intelligence: §a+150", "", "§6Full Set Bonus: Power of the Resistance", @@ -19,7 +19,7 @@ "internalname": "ARMOR_OF_THE_RESISTANCE_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun" diff --git a/items/ATOMSPLIT_KATANA.json b/items/ATOMSPLIT_KATANA.json index 4f7a4bdf..6fff1e74 100644 --- a/items/ATOMSPLIT_KATANA.json +++ b/items/ATOMSPLIT_KATANA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§6Atomsplit Katana", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+245\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+30%\",3:\"§7Intelligence: §a+300\",4:\" §8[§8❁§8] §8[§8✎§8] §8[§8✎§8]\",5:\"\",6:\"§7Deal §a+250% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+400⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §32\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 6\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Atomsplit Katana\"},ExtraAttributes:{originTag:\"ATOMSPLIT_KATANA\",id:\"ATOMSPLIT_KATANA\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+245\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+30%\",3:\"§7Intelligence: §a+300\",4:\" §8[§8❁§8] §8[§8✎§8] §8[§8✎§8]\",5:\"\",6:\"§7Deal §a+450% §7damage to Endermen§7.\",7:\"§7§7Receive §a12% §7less damage\",8:\"§7from Endermen§7 when held.\",9:\"\",10:\"§6Ability: Soulcry §e§lRIGHT CLICK\",11:\"§7Gain §c+400⫽ Ferocity §7against\",12:\"§7Endermen for §a4s\",13:\"§7§8Soulflow Cost: §32\",14:\"§8Mana Cost: §3200\",15:\"§8Cooldown: §a4s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4☠ §cRequires §5Enderman Slayer 6\",19:\"§6§lLEGENDARY SWORD\"],Name:\"§6Atomsplit Katana\"},ExtraAttributes:{id:\"ATOMSPLIT_KATANA\"}}", "damage": 0, "lore": [ "§7Damage: §c+245", @@ -10,7 +10,9 @@ "§7Intelligence: §a+300", " §8[§8❁§8] §8[§8✎§8] §8[§8✎§8]", "", - "§7Deal §a+250% §7damage to Endermen§7.", + "§7Deal §a+450% §7damage to Endermen§7.", + "§7§7Receive §a12% §7less damage", + "§7from Endermen§7 when held.", "", "§6Ability: Soulcry §e§lRIGHT CLICK", "§7Gain §c+400⫽ Ferocity §7against", @@ -37,7 +39,7 @@ "internalname": "ATOMSPLIT_KATANA", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Atomsplit_Katana" diff --git a/items/BANE_OF_ARTHROPODS;1.json b/items/BANE_OF_ARTHROPODS;1.json index f69d4b9f..e05b90ea 100644 --- a/items/BANE_OF_ARTHROPODS;1.json +++ b/items/BANE_OF_ARTHROPODS;1.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §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:\"§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", "§7Increases damage dealt to", "§7§7Spiders§7, §7Cave Spiders§7,", - "§7and §7Silverfish§7 by §a8%§7.", + "§7and §7Silverfish§7 by §a10%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "BANE_OF_ARTHROPODS;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;2.json b/items/BANE_OF_ARTHROPODS;2.json index b7eeb91a..2c105b76 100644 --- a/items/BANE_OF_ARTHROPODS;2.json +++ b/items/BANE_OF_ARTHROPODS;2.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §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:\"§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", "§7Increases damage dealt to", "§7§7Spiders§7, §7Cave Spiders§7,", - "§7and §7Silverfish§7 by §a16%§7.", + "§7and §7Silverfish§7 by §a20%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "BANE_OF_ARTHROPODS;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;3.json b/items/BANE_OF_ARTHROPODS;3.json index 41daff49..d60208dc 100644 --- a/items/BANE_OF_ARTHROPODS;3.json +++ b/items/BANE_OF_ARTHROPODS;3.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §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:\"§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", "§7Increases damage dealt to", "§7§7Spiders§7, §7Cave Spiders§7,", - "§7and §7Silverfish§7 by §a24%§7.", + "§7and §7Silverfish§7 by §a30%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "BANE_OF_ARTHROPODS;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;4.json b/items/BANE_OF_ARTHROPODS;4.json index 9a40d701..d540cba1 100644 --- a/items/BANE_OF_ARTHROPODS;4.json +++ b/items/BANE_OF_ARTHROPODS;4.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §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:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;4\",enchantments:{bane_of_arthropods:4}}}", "damage": 0, "lore": [ "§9Bane of Arthropods IV", "§7Increases damage dealt to", "§7§7Silverfish§7, §7Spiders§7, and", - "§7§7Cave Spiders§7 by §a32%§7.", + "§7§7Cave Spiders§7 by §a40%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -40,7 +40,7 @@ }, "internalname": "BANE_OF_ARTHROPODS;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;5.json b/items/BANE_OF_ARTHROPODS;5.json index a17efa78..351bbe94 100644 --- a/items/BANE_OF_ARTHROPODS;5.json +++ b/items/BANE_OF_ARTHROPODS;5.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §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:\"§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", "§7Increases damage dealt to", "§7§7Silverfish§7, §7Spiders§7, and", - "§7§7Cave Spiders§7 by §a40%§7.", + "§7§7Cave Spiders§7 by §a60%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -29,8 +29,8 @@ ], "internalname": "BANE_OF_ARTHROPODS;5", "parent": "BANE_OF_ARTHROPODS;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;6.json b/items/BANE_OF_ARTHROPODS;6.json index 6096211d..8a30f97a 100644 --- a/items/BANE_OF_ARTHROPODS;6.json +++ b/items/BANE_OF_ARTHROPODS;6.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §a80%§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", "§7Increases damage dealt to", "§7§7Silverfish§7, §7Spiders§7, and", - "§7§7Cave Spiders§7 by §a48%§7.", + "§7§7Cave Spiders§7 by §a80%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,8 +28,8 @@ ], "internalname": "BANE_OF_ARTHROPODS;6", "parent": "BANE_OF_ARTHROPODS;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;7.json b/items/BANE_OF_ARTHROPODS;7.json index ee925d42..4d1c115f 100644 --- a/items/BANE_OF_ARTHROPODS;7.json +++ b/items/BANE_OF_ARTHROPODS;7.json @@ -1,13 +1,13 @@ { "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:\"§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\",enchantments:{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 §a100%§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\",enchantments:{bane_of_arthropods:7}}}", "damage": 0, "lore": [ "§9Bane of Arthropods VII", "§7Increases damage dealt to", "§7§7Silverfish§7, §7Spiders§7, and", - "§7§7Cave Spiders§7 by §a56%§7.", + "§7§7Cave Spiders§7 by §a100%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -29,6 +29,6 @@ "internalname": "BANE_OF_ARTHROPODS;7", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/BINGO_RING.json b/items/BINGO_RING.json index 52c11bc5..0817536c 100644 --- a/items/BINGO_RING.json +++ b/items/BINGO_RING.json @@ -1,19 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§aBingo Ring", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4d4ec401-0eee-3073-8f4d-2164f5528ca3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJmMjQ5OWFiNGNmYzk3ZTY1ZjBmYTlmZTYzY2M2MDY3MDdhNGFlOTZhZjQwNzg0NmIxYjUzNTRmM2ZhZDk5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7B.I.N.G.O.\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§8§l* §8Co-op Soulbound §8§l*\",4:\"§7§cRequires §9Ⓑ Bingo Rank II§c!\",5:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aBingo Ring\"},ExtraAttributes:{id:\"BINGO_RING\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4d4ec401-0eee-3073-8f4d-2164f5528ca3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJmMjQ5OWFiNGNmYzk3ZTY1ZjBmYTlmZTYzY2M2MDY3MDdhNGFlOTZhZjQwNzg0NmIxYjUzNTRmM2ZhZDk5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7B.I.N.G.O.\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§cRequires §9Ⓑ Bingo Rank II§c!\",4:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aBingo Ring\"},ExtraAttributes:{id:\"BINGO_RING\"}}", "damage": 3, "lore": [ "§7B.I.N.G.O.", "", "§7§8This item can be reforged!", - "§8§l* §8Co-op Soulbound §8§l*", "§7§cRequires §9Ⓑ Bingo Rank II§c!", "§a§lUNCOMMON ACCESSORY" ], "internalname": "BINGO_RING", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/BINGO_TALISMAN.json b/items/BINGO_TALISMAN.json index 52dcc101..2e4a457a 100644 --- a/items/BINGO_TALISMAN.json +++ b/items/BINGO_TALISMAN.json @@ -1,20 +1,19 @@ { "itemid": "minecraft:skull", "displayname": "§fBingo Talisman", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8f62fe53-7a58-3142-ac17-18b1bfcacd3c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmYyNTk0NGI3NDY1ZmY0NTg2YTM0MWY4ODFmNDg4YjZmOWQ0YjNmZmMxMDBmNTBhNzcwODcwNzViM2NlYjFiIn19fQ==\"}]}},display:{Lore:[0:\"§7B.I.N.G.O.\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§8§l* §8Co-op Soulbound §8§l*\",4:\"§7§cRequires §aⒷ Bingo Rank I§c!\",5:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBingo Talisman\"},ExtraAttributes:{id:\"BINGO_TALISMAN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8f62fe53-7a58-3142-ac17-18b1bfcacd3c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmYyNTk0NGI3NDY1ZmY0NTg2YTM0MWY4ODFmNDg4YjZmOWQ0YjNmZmMxMDBmNTBhNzcwODcwNzViM2NlYjFiIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7B.I.N.G.O.\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§cRequires §aⒷ Bingo Rank I§c!\",4:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBingo Talisman\"},ExtraAttributes:{id:\"BINGO_TALISMAN\"}}", "damage": 3, "lore": [ "§7B.I.N.G.O.", "", "§7§8This item can be reforged!", - "§8§l* §8Co-op Soulbound §8§l*", "§7§cRequires §aⒷ Bingo Rank I§c!", "§f§lCOMMON ACCESSORY" ], "internalname": "BINGO_TALISMAN", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bingo_Talisman" diff --git a/items/BLUE_WHALE;2.json b/items/BLUE_WHALE;2.json index 339fe824..e84f639e 100644 --- a/items/BLUE_WHALE;2.json +++ b/items/BLUE_WHALE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Blue Whale", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"47c8ba46-82ac-3c09-b511-5502860eb012\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFiNzc5YmJjY2M4NDlmODgyNzNkODQ0ZThjYTJmM2E2N2ExNjk5Y2IyMTZjMGExMWI0NDMyNmNlMmNjMjAifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Ingest\",5:\"§7§7All potions heal §c+{0}❤\",6:\"\",7:\"§6Bulk\",8:\"§7§7Gain §a{1}§a❈ Defense §7per\",9:\"§7§c30.0 Max §c❤ Health\",10:\"\",11:\"§7§eRight-click to add this pet to\",12:\"§eyour pet menu!\",13:\"\",14:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Blue Whale\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLUE_WHALE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",id:\"BLUE_WHALE;2\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"47c8ba46-82ac-3c09-b511-5502860eb012\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFiNzc5YmJjY2M4NDlmODgyNzNkODQ0ZThjYTJmM2E2N2ExNjk5Y2IyMTZjMGExMWI0NDMyNmNlMmNjMjAifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Ingest\",5:\"§7§7All potions heal §c+{0}❤\",6:\"\",7:\"§6Bulk\",8:\"§7§7Gain §a{1}§a❈ Defense §7per\",9:\"§7§c20.0 Max §c❤ Health\",10:\"\",11:\"§7§eRight-click to add this pet to\",12:\"§eyour pet menu!\",13:\"\",14:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Blue Whale\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLUE_WHALE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",id:\"BLUE_WHALE;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -13,7 +13,7 @@ "", "§6Bulk", "§7§7Gain §a{1}§a❈ Defense §7per", - "§7§c30.0 Max §c❤ Health", + "§7§c20.0 Max §c❤ Health", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -22,7 +22,7 @@ ], "internalname": "BLUE_WHALE;2", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blue_Whale_Pet" diff --git a/items/BLUE_WHALE;3.json b/items/BLUE_WHALE;3.json index 9e032833..59acad44 100644 --- a/items/BLUE_WHALE;3.json +++ b/items/BLUE_WHALE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Blue Whale", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"47c8ba46-82ac-3c09-b511-5502860eb012\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFiNzc5YmJjY2M4NDlmODgyNzNkODQ0ZThjYTJmM2E2N2ExNjk5Y2IyMTZjMGExMWI0NDMyNmNlMmNjMjAifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Ingest\",5:\"§7§7All potions heal §c+{0}❤\",6:\"\",7:\"§6Bulk\",8:\"§7§7Gain §a{1}§a❈ Defense §7per\",9:\"§7§c25.0 Max §c❤ Health\",10:\"\",11:\"§7§eRight-click to add this pet to\",12:\"§eyour pet menu!\",13:\"\",14:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Blue Whale\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLUE_WHALE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"BLUE_WHALE;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"47c8ba46-82ac-3c09-b511-5502860eb012\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFiNzc5YmJjY2M4NDlmODgyNzNkODQ0ZThjYTJmM2E2N2ExNjk5Y2IyMTZjMGExMWI0NDMyNmNlMmNjMjAifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Ingest\",5:\"§7§7All potions heal §c+{0}❤\",6:\"\",7:\"§6Bulk\",8:\"§7§7Gain §a{1}§a❈ Defense §7per\",9:\"§7§c20.0 Max §c❤ Health\",10:\"\",11:\"§7§eRight-click to add this pet to\",12:\"§eyour pet menu!\",13:\"\",14:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Blue Whale\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLUE_WHALE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"BLUE_WHALE;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -13,7 +13,7 @@ "", "§6Bulk", "§7§7Gain §a{1}§a❈ Defense §7per", - "§7§c25.0 Max §c❤ Health", + "§7§c20.0 Max §c❤ Health", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -22,7 +22,7 @@ ], "internalname": "BLUE_WHALE;3", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blue_Whale_Pet" diff --git a/items/CASTER;1.json b/items/CASTER;1.json index 035b669b..b579e36e 100644 --- a/items/CASTER;1.json +++ b/items/CASTER;1.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster I\",1:\"§7§a1%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;1\",enchantments:{caster:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster I\",1:\"§7§a5%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;1\",enchantments:{caster:1}}}", "damage": 0, "lore": [ "§9Caster I", - "§7§a1%§7 chance to not consume", + "§7§a5%§7 chance to not consume", "§7bait.", "", "§7Use this on an item in an Anvil", @@ -24,7 +24,7 @@ "internalname": "CASTER;1", "parent": "CASTER;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CASTER;2.json b/items/CASTER;2.json index f627f942..10f8a77c 100644 --- a/items/CASTER;2.json +++ b/items/CASTER;2.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster II\",1:\"§7§a2%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;2\",enchantments:{caster:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster II\",1:\"§7§a10%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;2\",enchantments:{caster:2}}}", "damage": 0, "lore": [ "§9Caster II", - "§7§a2%§7 chance to not consume", + "§7§a10%§7 chance to not consume", "§7bait.", "", "§7Use this on an item in an Anvil", @@ -24,7 +24,7 @@ "internalname": "CASTER;2", "parent": "CASTER;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CASTER;3.json b/items/CASTER;3.json index 908f4ddc..93ba0263 100644 --- a/items/CASTER;3.json +++ b/items/CASTER;3.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster III\",1:\"§7§a3%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;3\",enchantments:{caster:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster III\",1:\"§7§a15%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;3\",enchantments:{caster:3}}}", "damage": 0, "lore": [ "§9Caster III", - "§7§a3%§7 chance to not consume", + "§7§a15%§7 chance to not consume", "§7bait.", "", "§7Use this on an item in an Anvil", @@ -24,7 +24,7 @@ "internalname": "CASTER;3", "parent": "CASTER;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CASTER;4.json b/items/CASTER;4.json index 1871da74..f9cc71a0 100644 --- a/items/CASTER;4.json +++ b/items/CASTER;4.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster IV\",1:\"§7§a4%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;4\",enchantments:{caster:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster IV\",1:\"§7§a20%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER;4\",enchantments:{caster:4}}}", "damage": 0, "lore": [ "§9Caster IV", - "§7§a4%§7 chance to not consume", + "§7§a20%§7 chance to not consume", "§7bait.", "", "§7Use this on an item in an Anvil", @@ -34,7 +34,7 @@ }, "internalname": "CASTER;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "Requires: Ink Sack V", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CASTER;5.json b/items/CASTER;5.json index 70b2b33e..14807f1e 100644 --- a/items/CASTER;5.json +++ b/items/CASTER;5.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster V\",1:\"§7§a5%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CASTER;5\",enchantments:{caster:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster V\",1:\"§7§a25%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Ink Sack Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"CASTER;5\",enchantments:{caster:5}}}", "damage": 0, "lore": [ "§9Caster V", - "§7§a5%§7 chance to not consume", + "§7§a25%§7 chance to not consume", "§7bait.", "", "§7Use this on an item in an Anvil", @@ -25,6 +25,6 @@ "crafttext": "", "clickcommand": "", "parent": "CASTER;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CASTER;6.json b/items/CASTER;6.json index 3ec3ddf7..b6599dff 100644 --- a/items/CASTER;6.json +++ b/items/CASTER;6.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster VI\",1:\"§7§a6%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVI: §7Fishing\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Rod\",12:\"§7- §fFishing Weapon\",13:\"\",14:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"CASTER;6\",enchantments:{caster:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster VI\",1:\"§7§a30%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aVI: §7Fishing\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fFishing Rod\",12:\"§7- §fFishing Weapon\",13:\"\",14:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"CASTER;6\",enchantments:{caster:6}}}", "damage": 0, "lore": [ "§9Caster VI", - "§7§a6%§7 chance to not consume", + "§7§a30%§7 chance to not consume", "§7bait.", "", "§7Use this on an item in an Anvil", @@ -22,8 +22,8 @@ ], "internalname": "CASTER;6", "parent": "CASTER;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CLEAVE;6.json b/items/CLEAVE;6.json index 29cf2705..062c1b0f 100644 --- a/items/CLEAVE;6.json +++ b/items/CLEAVE;6.json @@ -1,11 +1,11 @@ { "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:\"§7- §fGauntlet\",15:\"\",16:\"§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 §a20% §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", - "§7Deals §a18% §7of your damage", + "§7Deals §a20% §7of your damage", "§7dealt to other monsters within", "§7§a4.8 §7blocks of the target.", "", @@ -25,6 +25,6 @@ "internalname": "CLEAVE;6", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CRITICAL;6.json b/items/CRITICAL;6.json index 5074fa21..b5f68cb1 100644 --- a/items/CRITICAL;6.json +++ b/items/CRITICAL;6.json @@ -1,12 +1,12 @@ { "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:\"§7- §fGauntlet\",14:\"\",15:\"§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§a70%§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", "§7Increases §9☠ Crit Damage §7by", - "§7§a60%§7.", + "§7§a70%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -23,8 +23,8 @@ ], "internalname": "CRITICAL;6", "parent": "CRITICAL;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CRITICAL;7.json b/items/CRITICAL;7.json index f2c33f98..0a16b075 100644 --- a/items/CRITICAL;7.json +++ b/items/CRITICAL;7.json @@ -1,12 +1,12 @@ { "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:\"§7- §fGauntlet\",14:\"\",15:\"§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§a100%§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", "§7Increases §9☠ Crit Damage §7by", - "§7§a70%§7.", + "§7§a100%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -24,6 +24,6 @@ "internalname": "CRITICAL;7", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CUBISM;1.json b/items/CUBISM;1.json index e98496e1..eb0cd4d1 100644 --- a/items/CUBISM;1.json +++ b/items/CUBISM;1.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §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:\"§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", "§7Increases damage dealt to", "§7§7Magma Cubes§7, §7Slimes§7, and", - "§7§7Creepers§7 by §a30%§7.", + "§7§7Creepers§7 by §a10%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "parent": "CUBISM;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CUBISM;5.json b/items/CUBISM;5.json index 72942bb4..b722c7d0 100644 --- a/items/CUBISM;5.json +++ b/items/CUBISM;5.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §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:\"§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", "§7Increases damage dealt to", "§7§7Slimes§7, §7Magma Cubes§7, and", - "§7§7Creepers§7 by §a50%§7.", + "§7§7Creepers§7 by §a60%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "crafttext": "", "clickcommand": "", "parent": "CUBISM;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/CUBISM;6.json b/items/CUBISM;6.json index 4cc46f4a..d31388af 100644 --- a/items/CUBISM;6.json +++ b/items/CUBISM;6.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §a80%§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", "§7Increases damage dealt to", "§7§7Magma Cubes§7, §7Slimes§7, and", - "§7§7Creepers§7 by §a60%§7.", + "§7§7Creepers§7 by §a80%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -26,6 +26,6 @@ "internalname": "CUBISM;6", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/DARK_CLAYMORE.json b/items/DARK_CLAYMORE.json new file mode 100644 index 00000000..5780a934 --- /dev/null +++ b/items/DARK_CLAYMORE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§f§f§6Dark Claymore", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+500\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7§7Swing Range: §c5\",4:\"§7§7§oThat thing was too big to be\",5:\"§7§ocalled a sword, it was more like\",6:\"§7§oa large hunk of stone.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aMaster Mode\",10:\"§7§aCatacombs Floor VII §aCompletion.\",11:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+500", + "§7Strength: §c+100", + "", + "§7§7Swing Range: §c5", + "§7§7§oThat thing was too big to be", + "§7§ocalled a sword, it was more like", + "§7§oa large hunk of stone.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aMaster Mode", + "§7§aCatacombs Floor VII §aCompletion.", + "§6§lLEGENDARY LONGSWORD" + ], + "internalname": "DARK_CLAYMORE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUECES_BUILDER_CLAY.json b/items/DUECES_BUILDER_CLAY.json new file mode 100644 index 00000000..eb716a0b --- /dev/null +++ b/items/DUECES_BUILDER_CLAY.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§cThe Builder\u0027s Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§oA block that was used to build\",1:\"§7§othe world around you.\",2:\"\",3:\"§7To: §bEisengolem§b\",4:\"§7From: §c[ADMIN] Dueces§f\",5:\"\",6:\"§8Edition #1\",7:\"§8January 2022\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c§lSPECIAL HELMET\"],Name:\"§cThe Builder\u0027s Clay\"},ExtraAttributes:{date:1643216994677L,edition:3,sender_name:\"§c[ADMIN] Dueces§f\",originTag:\"dueces_builder_clay\",id:\"DUECES_BUILDER_CLAY\",recipient_name:\"§7Smil3More§7\"}}", + "damage": 14, + "lore": [ + "§7§oA block that was used to build", + "§7§othe world around you.", + "", + "§7To: §bEisengolem§b", + "§7From: §c[ADMIN] Dueces§f", + "", + "§8Edition #1", + "§8January 2022", + "", + "§7§8This item can be reforged!", + "§c§lSPECIAL HELMET" + ], + "internalname": "DUECES_BUILDER_CLAY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/The_Builder%27s_Clay" + ] +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_1.json b/items/DUNGEON_DISC_1.json new file mode 100644 index 00000000..ec0c0501 --- /dev/null +++ b/items/DUNGEON_DISC_1.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_stal", + "displayname": "§f§f§5Dungeon Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6Dungeon Drama\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Dungeon Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_1\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6Dungeon Drama", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_2.json b/items/DUNGEON_DISC_2.json new file mode 100644 index 00000000..d5231221 --- /dev/null +++ b/items/DUNGEON_DISC_2.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_mellohi", + "displayname": "§f§f§5Clown Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6Superior Judgement\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Clown Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_2\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6Superior Judgement", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_3.json b/items/DUNGEON_DISC_3.json new file mode 100644 index 00000000..cc20e167 --- /dev/null +++ b/items/DUNGEON_DISC_3.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_strad", + "displayname": "§f§f§5Watcher Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6The Watcher\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Watcher Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_3\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6The Watcher", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_4.json b/items/DUNGEON_DISC_4.json new file mode 100644 index 00000000..8fb9ca97 --- /dev/null +++ b/items/DUNGEON_DISC_4.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_11", + "displayname": "§f§f§6Old Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6The Wither King\",4:\" §7By ShinkoNet\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Old Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_4\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6The Wither King", + " §7By ShinkoNet", + "", + "§6§lLEGENDARY" + ], + "internalname": "DUNGEON_DISC_4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DUNGEON_DISC_5.json b/items/DUNGEON_DISC_5.json new file mode 100644 index 00000000..1a6a6b80 --- /dev/null +++ b/items/DUNGEON_DISC_5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_13", + "displayname": "§f§f§5Necron Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6Necron Doom\",4:\" §7By ShinkoNet\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Necron Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_5\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6Necron Doom", + " §7By ShinkoNet", + "", + "§5§lEPIC" + ], + "internalname": "DUNGEON_DISC_5", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DYE_BONE.json b/items/DYE_BONE.json new file mode 100644 index 00000000..85b77b11 --- /dev/null +++ b/items/DYE_BONE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Bone Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §f#E3DAC9\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Bone Dye\"},ExtraAttributes:{id:\"DYE_BONE\"}}", + "damage": 15, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §f#E3DAC9", + "", + "§5§lEPIC" + ], + "internalname": "DYE_BONE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/DYE_BRICK_RED.json b/items/DYE_BRICK_RED.json new file mode 100644 index 00000000..e8aba3e8 --- /dev/null +++ b/items/DYE_BRICK_RED.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Brick Red Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §c#CB4154\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Brick Red Dye\"},ExtraAttributes:{id:\"DYE_BRICK_RED\"}}", + "damage": 1, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §c#CB4154", + "", + "§5§lEPIC" + ], + "internalname": "DYE_BRICK_RED", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/DYE_BYZANTIUM.json b/items/DYE_BYZANTIUM.json new file mode 100644 index 00000000..4b150870 --- /dev/null +++ b/items/DYE_BYZANTIUM.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Byzantium Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §5#702963\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Byzantium Dye\"},ExtraAttributes:{id:\"DYE_BYZANTIUM\"}}", + "damage": 13, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §5#702963", + "", + "§5§lEPIC" + ], + "internalname": "DYE_BYZANTIUM", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/DYE_DARK_PURPLE.json b/items/DYE_DARK_PURPLE.json new file mode 100644 index 00000000..bde77c48 --- /dev/null +++ b/items/DYE_DARK_PURPLE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Dark Purple Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §5#301934\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Dark Purple Dye\"},ExtraAttributes:{id:\"DYE_DARK_PURPLE\"}}", + "damage": 5, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §5#301934", + "", + "§5§lEPIC" + ], + "internalname": "DYE_DARK_PURPLE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/DYE_EMERALD.json b/items/DYE_EMERALD.json new file mode 100644 index 00000000..7df02433 --- /dev/null +++ b/items/DYE_EMERALD.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Emerald Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §2#50C878\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Emerald Dye\"},ExtraAttributes:{id:\"DYE_EMERALD\"}}", + "damage": 2, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §2#50C878", + "", + "§5§lEPIC" + ], + "internalname": "DYE_EMERALD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/DYE_MANGO.json b/items/DYE_MANGO.json new file mode 100644 index 00000000..9fa3eceb --- /dev/null +++ b/items/DYE_MANGO.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Mango Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §6#FDBE02\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Mango Dye\"},ExtraAttributes:{id:\"DYE_MANGO\"}}", + "damage": 14, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §6#FDBE02", + "", + "§5§lEPIC" + ], + "internalname": "DYE_MANGO", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/DYE_NECRON.json b/items/DYE_NECRON.json new file mode 100644 index 00000000..45ff594e --- /dev/null +++ b/items/DYE_NECRON.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§6Necron Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §6#E7413C\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Necron Dye\"},ExtraAttributes:{id:\"DYE_NECRON\"}}", + "damage": 14, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §6#E7413C", + "", + "§6§lLEGENDARY" + ], + "internalname": "DYE_NECRON", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/DYE_WILD_STRAWBERRY.json b/items/DYE_WILD_STRAWBERRY.json new file mode 100644 index 00000000..84e0d59a --- /dev/null +++ b/items/DYE_WILD_STRAWBERRY.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§5Wild Strawberry Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §d#FF43A4\",5:\"\",6:\"§5§lEPIC\"],Name:\"§f§f§5Wild Strawberry Dye\"},ExtraAttributes:{id:\"DYE_WILD_STRAWBERRY\"}}", + "damage": 13, + "lore": [ + "§7Apply to any leather armor piece", + "§7using an anvil to change its", + "§7color.", + "", + "§7Color: §d#FF43A4", + "", + "§5§lEPIC" + ], + "internalname": "DYE_WILD_STRAWBERRY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes" + ] +}
\ No newline at end of file diff --git a/items/ENDER_SLAYER;1.json b/items/ENDER_SLAYER;1.json index a0049c27..0d0c6fc3 100644 --- a/items/ENDER_SLAYER;1.json +++ b/items/ENDER_SLAYER;1.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §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:\"§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", "§7Increases damage dealt to", "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a12%§7.", + "§7§7Endermen§7 by §a15%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "parent": "ENDER_SLAYER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/ENDER_SLAYER;2.json b/items/ENDER_SLAYER;2.json index f34102d0..eef65658 100644 --- a/items/ENDER_SLAYER;2.json +++ b/items/ENDER_SLAYER;2.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §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:\"§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", "§7Increases damage dealt to", "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a24%§7.", + "§7§7Endermen§7 by §a30%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "parent": "ENDER_SLAYER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/ENDER_SLAYER;3.json b/items/ENDER_SLAYER;3.json index f13f9619..996a1e4f 100644 --- a/items/ENDER_SLAYER;3.json +++ b/items/ENDER_SLAYER;3.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §a45%§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", "§7Increases damage dealt to", "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a36%§7.", + "§7§7Endermen§7 by §a45%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "parent": "ENDER_SLAYER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/ENDER_SLAYER;4.json b/items/ENDER_SLAYER;4.json index 2f52d773..8b2412bb 100644 --- a/items/ENDER_SLAYER;4.json +++ b/items/ENDER_SLAYER;4.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"\",18:\"§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 §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:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;4\",enchantments:{ender_slayer:4}}}", "damage": 0, "lore": [ "§9Ender Slayer IV", "§7Increases damage dealt to", "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a48%§7.", + "§7§7Endermen§7 by §a60%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -37,7 +37,7 @@ }, "internalname": "ENDER_SLAYER;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/ENDER_SLAYER;5.json b/items/ENDER_SLAYER;5.json index b781a631..72e26c71 100644 --- a/items/ENDER_SLAYER;5.json +++ b/items/ENDER_SLAYER;5.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §a80%§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", "§7Increases damage dealt to", "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a60%§7.", + "§7§7Endermen§7 by §a80%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "crafttext": "", "clickcommand": "", "parent": "ENDER_SLAYER;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/ENDER_SLAYER;6.json b/items/ENDER_SLAYER;6.json index ad2759dd..b42de0b5 100644 --- a/items/ENDER_SLAYER;6.json +++ b/items/ENDER_SLAYER;6.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",15:\"\",16:\"§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 §a100%§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", "§7Increases damage dealt to", "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a72%§7.", + "§7§7Endermen§7 by §a100%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -24,8 +24,8 @@ ], "internalname": "ENDER_SLAYER;6", "parent": "ENDER_SLAYER;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/ENDER_SLAYER;7.json b/items/ENDER_SLAYER;7.json index 8531665b..3420f503 100644 --- a/items/ENDER_SLAYER;7.json +++ b/items/ENDER_SLAYER;7.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",15:\"\",16:\"§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 §a130%§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", "§7Increases damage dealt to", "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a84%§7.", + "§7§7Endermen§7 by §a130%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -25,6 +25,6 @@ "internalname": "ENDER_SLAYER;7", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/EXECUTE;6.json b/items/EXECUTE;6.json index 1b7f79ca..bdb1d19c 100644 --- a/items/EXECUTE;6.json +++ b/items/EXECUTE;6.json @@ -1,11 +1,11 @@ { "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:\"§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:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Execute VI\",1:\"§7Increases damage dealt by §a1.25%\",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", - "§7Increases damage dealt by §a1.2%", + "§7Increases damage dealt by §a1.25%", "§a§7for each percent of health", "§7missing on your target.", "", @@ -28,6 +28,6 @@ "internalname": "EXECUTE;6", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/FARM_ARMOR_BOOTS.json b/items/FARM_ARMOR_BOOTS.json index 099ff7e0..79d42328 100644 --- a/items/FARM_ARMOR_BOOTS.json +++ b/items/FARM_ARMOR_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Farm Armor Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+35\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+35\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/FARM_ARMOR_CHESTPLATE.json b/items/FARM_ARMOR_CHESTPLATE.json index fc872cb6..b3bf0847 100644 --- a/items/FARM_ARMOR_CHESTPLATE.json +++ b/items/FARM_ARMOR_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Farm Armor Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/FARM_ARMOR_HELMET.json b/items/FARM_ARMOR_HELMET.json index 10f0c1d0..44cc8cb7 100644 --- a/items/FARM_ARMOR_HELMET.json +++ b/items/FARM_ARMOR_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§9Farm Armor Helmet", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE HELMET\"],color:16766720,Name:\"§9Farm Armor Helmet\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_HELMET\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE HELMET\"],color:16766720,Name:\"§9Farm Armor Helmet\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_HELMET", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/FARM_ARMOR_LEGGINGS.json b/items/FARM_ARMOR_LEGGINGS.json index f4116bf6..4bf883e8 100644 --- a/items/FARM_ARMOR_LEGGINGS.json +++ b/items/FARM_ARMOR_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§9Farm Armor Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §bMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE LEGGINGS\"],color:16766720,Name:\"§9Farm Armor Leggings\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE LEGGINGS\"],color:16766720,Name:\"§9Farm Armor Leggings\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -11,7 +11,7 @@ "§7Increases your §f✦ Speed §7by", "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", - "§7§bThe Barn§7, and §bMushroom", + "§7§bThe Barn§7, and §eMushroom", "§bDesert§7.", "", "§7§8This item can be reforged!", @@ -30,7 +30,7 @@ }, "internalname": "FARM_ARMOR_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farm_Armor" diff --git a/items/FIFTH_MASTER_STAR.json b/items/FIFTH_MASTER_STAR.json new file mode 100644 index 00000000..4d27208e --- /dev/null +++ b/items/FIFTH_MASTER_STAR.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Fifth Master Star", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"af6986cb-b816-3ad2-bd03-5ffcbb05a3a0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTgwMjUyNDkxMywKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFjODA0MjUyN2Y4MWM4ZTI5M2UyODEwMTEzNDg5ZjQzOTRjYzZlZmUxNWQxYWZhYzQzMTU3MWM3M2I2MmRjNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Imbue a §c4✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Fifth Master Star\"},ExtraAttributes:{id:\"FIFTH_MASTER_STAR\"}}", + "damage": 3, + "lore": [ + "§7Imbue a §c4✪§7 Dungeon Item with", + "§7an additional §cMaster Star ✪§7,", + "§7increasing all stats by an", + "§7additional §a+5%§7 in §cMaster", + "§cMode§7!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "FIFTH_MASTER_STAR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Master_Star" + ] +}
\ No newline at end of file diff --git a/items/FINAL_DESTINATION_BOOTS.json b/items/FINAL_DESTINATION_BOOTS.json index 76afd9ca..2411a81c 100644 --- a/items/FINAL_DESTINATION_BOOTS.json +++ b/items/FINAL_DESTINATION_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§f§f§6Final Destination Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+0❈\",16:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY BOOTS\"],color:655377,Name:\"§f§f§6Final Destination Boots\"},ExtraAttributes:{color:\"10:0:17\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"FINAL_DESTINATION_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat\",6:\"§7in combat while §asneaking§7:\",7:\"§3⁍ §c+100❁ Strength\",8:\"§3⁍ §e+30⚔ Bonus Attack Speed\",9:\"§3⁍ §f+10✦ Speed\",10:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x\",11:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",12:\"§3⁍ §a+100% §7damage against Endermen\",13:\"\",14:\"§6Piece Bonus: Enderman Bulwark\",15:\"§7Kill Endermen to accumulate\",16:\"§7defense against them.\",17:\"§7Piece Bonus: §a+0❈\",18:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer 4\",22:\"§6§lLEGENDARY BOOTS\"],color:655377,Name:\"§f§f§6Final Destination Boots\"},ExtraAttributes:{color:\"10:0:17\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"FINAL_DESTINATION_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+100", @@ -9,12 +9,14 @@ "§7Intelligence: §a+100", "", "§6Full Set Bonus: Vivacious Darkness", - "§7Costs §32⸎ Soulflow §7per 5s in combat:", - "§3⁍ §c+50❁ Strength", + "§7Costs §32⸎ Soulflow §7per 5s in combat", + "§7in combat while §asneaking§7:", + "§3⁍ §c+100❁ Strength", "§3⁍ §e+30⚔ Bonus Attack Speed", "§3⁍ §f+10✦ Speed", - "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x", "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "§3⁍ §a+100% §7damage against Endermen", "", "§6Piece Bonus: Enderman Bulwark", "§7Kill Endermen to accumulate", @@ -40,7 +42,7 @@ "internalname": "FINAL_DESTINATION_BOOTS", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Final_Destination_Armor" diff --git a/items/FINAL_DESTINATION_CHESTPLATE.json b/items/FINAL_DESTINATION_CHESTPLATE.json index e0c4ac33..b8cbdfaa 100644 --- a/items/FINAL_DESTINATION_CHESTPLATE.json +++ b/items/FINAL_DESTINATION_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§6Final Destination Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+40❈\",16:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:655377,Name:\"§f§f§6Final Destination Chestplate\"},ExtraAttributes:{color:\"10:0:17\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat\",6:\"§7in combat while §asneaking§7:\",7:\"§3⁍ §c+100❁ Strength\",8:\"§3⁍ §e+30⚔ Bonus Attack Speed\",9:\"§3⁍ §f+10✦ Speed\",10:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x\",11:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",12:\"§3⁍ §a+100% §7damage against Endermen\",13:\"\",14:\"§6Piece Bonus: Enderman Bulwark\",15:\"§7Kill Endermen to accumulate\",16:\"§7defense against them.\",17:\"§7Piece Bonus: §a+40❈\",18:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer 4\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:655377,Name:\"§f§f§6Final Destination Chestplate\"},ExtraAttributes:{color:\"10:0:17\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+200", @@ -9,12 +9,14 @@ "§7Intelligence: §a+100", "", "§6Full Set Bonus: Vivacious Darkness", - "§7Costs §32⸎ Soulflow §7per 5s in combat:", - "§3⁍ §c+50❁ Strength", + "§7Costs §32⸎ Soulflow §7per 5s in combat", + "§7in combat while §asneaking§7:", + "§3⁍ §c+100❁ Strength", "§3⁍ §e+30⚔ Bonus Attack Speed", "§3⁍ §f+10✦ Speed", - "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x", "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "§3⁍ §a+100% §7damage against Endermen", "", "§6Piece Bonus: Enderman Bulwark", "§7Kill Endermen to accumulate", @@ -40,7 +42,7 @@ "internalname": "FINAL_DESTINATION_CHESTPLATE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Final_Destination_Armor" diff --git a/items/FINAL_DESTINATION_HELMET.json b/items/FINAL_DESTINATION_HELMET.json index 516f7ac7..22756a91 100644 --- a/items/FINAL_DESTINATION_HELMET.json +++ b/items/FINAL_DESTINATION_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Final Destination Helmet", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"525b1ad8-fb3f-3a62-bd80-da5428a7ac2e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTkyMjk4ODY5MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxN2M1NmJiZDc3ZjY0N2I4NDAzODAzZWQ3ZWQ5ODJkZDdhZmNmOGEyY2E0MTMzZDJjMzU3ZWUwODk2ZWZlMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+140\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+0❈\",16:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Final Destination Helmet\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"525b1ad8-fb3f-3a62-bd80-da5428a7ac2e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTkyMjk4ODY5MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxN2M1NmJiZDc3ZjY0N2I4NDAzODAzZWQ3ZWQ5ODJkZDdhZmNmOGEyY2E0MTMzZDJjMzU3ZWUwODk2ZWZlMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+140\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat\",6:\"§7in combat while §asneaking§7:\",7:\"§3⁍ §c+100❁ Strength\",8:\"§3⁍ §e+30⚔ Bonus Attack Speed\",9:\"§3⁍ §f+10✦ Speed\",10:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x\",11:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",12:\"§3⁍ §a+100% §7damage against Endermen\",13:\"\",14:\"§6Piece Bonus: Enderman Bulwark\",15:\"§7Kill Endermen to accumulate\",16:\"§7defense against them.\",17:\"§7Piece Bonus: §a+0❈\",18:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer 4\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Final Destination Helmet\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_HELMET\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Health: §a+140", @@ -9,12 +9,14 @@ "§7Intelligence: §a+100", "", "§6Full Set Bonus: Vivacious Darkness", - "§7Costs §32⸎ Soulflow §7per 5s in combat:", - "§3⁍ §c+50❁ Strength", + "§7Costs §32⸎ Soulflow §7per 5s in combat", + "§7in combat while §asneaking§7:", + "§3⁍ §c+100❁ Strength", "§3⁍ §e+30⚔ Bonus Attack Speed", "§3⁍ §f+10✦ Speed", - "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x", "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "§3⁍ §a+100% §7damage against Endermen", "", "§6Piece Bonus: Enderman Bulwark", "§7Kill Endermen to accumulate", @@ -40,7 +42,7 @@ "internalname": "FINAL_DESTINATION_HELMET", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Final_Destination_Armor" diff --git a/items/FINAL_DESTINATION_LEGGINGS.json b/items/FINAL_DESTINATION_LEGGINGS.json index ee1d1e66..f1421457 100644 --- a/items/FINAL_DESTINATION_LEGGINGS.json +++ b/items/FINAL_DESTINATION_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§f§f§6Final Destination Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+40❈\",16:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY LEGGINGS\"],color:16741887,Name:\"§f§f§6Final Destination Leggings\"},ExtraAttributes:{color:\"255:117:255\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat\",6:\"§7in combat while §asneaking§7:\",7:\"§3⁍ §c+100❁ Strength\",8:\"§3⁍ §e+30⚔ Bonus Attack Speed\",9:\"§3⁍ §f+10✦ Speed\",10:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x\",11:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",12:\"§3⁍ §a+100% §7damage against Endermen\",13:\"\",14:\"§6Piece Bonus: Enderman Bulwark\",15:\"§7Kill Endermen to accumulate\",16:\"§7defense against them.\",17:\"§7Piece Bonus: §a+40❈\",18:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer 4\",22:\"§6§lLEGENDARY LEGGINGS\"],color:16741887,Name:\"§f§f§6Final Destination Leggings\"},ExtraAttributes:{color:\"255:117:255\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+160", @@ -9,12 +9,14 @@ "§7Intelligence: §a+100", "", "§6Full Set Bonus: Vivacious Darkness", - "§7Costs §32⸎ Soulflow §7per 5s in combat:", - "§3⁍ §c+50❁ Strength", + "§7Costs §32⸎ Soulflow §7per 5s in combat", + "§7in combat while §asneaking§7:", + "§3⁍ §c+100❁ Strength", "§3⁍ §e+30⚔ Bonus Attack Speed", "§3⁍ §f+10✦ Speed", - "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.5x", "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "§3⁍ §a+100% §7damage against Endermen", "", "§6Piece Bonus: Enderman Bulwark", "§7Kill Endermen to accumulate", @@ -40,7 +42,7 @@ "internalname": "FINAL_DESTINATION_LEGGINGS", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Final_Destination_Armor" diff --git a/items/FIRE_ASPECT;1.json b/items/FIRE_ASPECT;1.json index 655a9f61..26e2660a 100644 --- a/items/FIRE_ASPECT;1.json +++ b/items/FIRE_ASPECT;1.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §a3% §7of your damage\",3:\"§7per second.\",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", "§7Ignites your enemies for §a3s§7,", - "§7dealing §a15 damage§7 per", - "§7second.", + "§7dealing §a3% §7of your damage", + "§7per second.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -36,7 +36,7 @@ }, "internalname": "FIRE_ASPECT;1", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/FIRE_ASPECT;2.json b/items/FIRE_ASPECT;2.json index aadb1d48..d2f78c66 100644 --- a/items/FIRE_ASPECT;2.json +++ b/items/FIRE_ASPECT;2.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§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 §a6% §7of your damage\",3:\"§7per second.\",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", "§7Ignites your enemies for §a4s§7,", - "§7dealing §a20 damage§7 per", - "§7second.", + "§7dealing §a6% §7of your damage", + "§7per second.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "parent": "FIRE_ASPECT;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/FIRE_PROTECTION;2.json b/items/FIRE_PROTECTION;2.json index b7c7fcd6..fdc76345 100644 --- a/items/FIRE_PROTECTION;2.json +++ b/items/FIRE_PROTECTION;2.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Protection II\",1:\"§7Grants §a+§f14❂ True Defense\",2:\"§a§7against fire and lava.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Magma Cream Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cBlast Protection\",16:\"§7- §cProtection\",17:\"§7- §cProjectile Protection\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_PROTECTION;2\",enchantments:{fire_protection:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Protection II\",1:\"§7Grants §a+§f4❂ True Defense\",2:\"§a§7against fire and lava.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Magma Cream Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cBlast Protection\",16:\"§7- §cProtection\",17:\"§7- §cProjectile Protection\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_PROTECTION;2\",enchantments:{fire_protection:2}}}", "damage": 0, "lore": [ "§9Fire Protection II", - "§7Grants §a+§f14❂ True Defense", + "§7Grants §a+§f4❂ True Defense", "§a§7against fire and lava.", "", "§7Use this on an item in an Anvil", @@ -29,6 +29,6 @@ "parent": "FIRE_PROTECTION;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/FIRE_PROTECTION;3.json b/items/FIRE_PROTECTION;3.json index 776d4b8a..74f9e14c 100644 --- a/items/FIRE_PROTECTION;3.json +++ b/items/FIRE_PROTECTION;3.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Protection III\",1:\"§7Grants §a+§f16❂ True Defense\",2:\"§a§7against fire and lava.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Magma Cream Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cBlast Protection\",16:\"§7- §cProtection\",17:\"§7- §cProjectile Protection\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_PROTECTION;3\",enchantments:{fire_protection:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fire Protection III\",1:\"§7Grants §a+§f6❂ True Defense\",2:\"§a§7against fire and lava.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Magma Cream Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cBlast Protection\",16:\"§7- §cProtection\",17:\"§7- §cProjectile Protection\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FIRE_PROTECTION;3\",enchantments:{fire_protection:3}}}", "damage": 0, "lore": [ "§9Fire Protection III", - "§7Grants §a+§f16❂ True Defense", + "§7Grants §a+§f6❂ True Defense", "§a§7against fire and lava.", "", "§7Use this on an item in an Anvil", @@ -29,6 +29,6 @@ "parent": "FIRE_PROTECTION;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/FIRST_MASTER_STAR.json b/items/FIRST_MASTER_STAR.json index 32ef61ab..b4b6cc7a 100644 --- a/items/FIRST_MASTER_STAR.json +++ b/items/FIRST_MASTER_STAR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5First Master Star", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"650a55c6-fa27-3aaf-bca8-bd331ede1122\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmY1ZGUwODcyNDg3M2ZlMGNkZTY2M2FjNTJkMWU1NDg0NzlhYzNmOGYzNmViZDAxNzE1YjcxNzFmNDgxZDUxOSJ9fX0\"}]}},display:{Lore:[0:\"§7Imbue a §65✪§7 Dungeon Item with\",1:\"§7a §cMaster Star ✪§7, increasing\",2:\"§7all stats by an additional\",3:\"§7§a+5%§7 in §cMaster Mode§7!\",4:\"\",5:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5First Master Star\"},ExtraAttributes:{id:\"FIRST_MASTER_STAR\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b75968c5-abb7-301a-874b-f87de266eb0e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTgwMjU4MDE1OSwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYxMzY3MjQ3NDVjOGM5YWJjNzVjZGYyMjA1ZjJjZDFkMzNlNmJmZWZhNDE1Zjk5NWJlNzY5MjI5MTIxNjllYzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Imbue a §65✪§7 Dungeon Item with\",1:\"§7a §cMaster Star ✪§7, increasing\",2:\"§7all stats by an additional\",3:\"§7§a+5%§7 in §cMaster Mode§7!\",4:\"\",5:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5First Master Star\"},ExtraAttributes:{id:\"FIRST_MASTER_STAR\"}}", "damage": 3, "lore": [ "§7Imbue a §65✪§7 Dungeon Item with", @@ -14,9 +14,9 @@ "internalname": "FIRST_MASTER_STAR", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Star" ] -} +}
\ No newline at end of file diff --git a/items/FISHING_GENERATOR_1.json b/items/FISHING_GENERATOR_1.json index b0d474c8..e5575a6a 100644 --- a/items/FISHING_GENERATOR_1.json +++ b/items/FISHING_GENERATOR_1.json @@ -17,7 +17,7 @@ "A2": "RAW_FISH:8", "A3": "RAW_FISH:8", "B1": "RAW_FISH:8", - "B2": "WOOD_SWORD:1", + "B2": "FISHING_ROD:1", "B3": "RAW_FISH:8", "C1": "RAW_FISH:8", "C2": "RAW_FISH:8", @@ -25,11 +25,11 @@ }, "internalname": "FISHING_GENERATOR_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.1.0-REL", "useneucraft": true, "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fishing_Minion" ], "crafttext": "Requires: Raw Fish II" -} +}
\ No newline at end of file diff --git a/items/FOURTH_MASTER_STAR.json b/items/FOURTH_MASTER_STAR.json index 43c233e2..33e6678c 100644 --- a/items/FOURTH_MASTER_STAR.json +++ b/items/FOURTH_MASTER_STAR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Fourth Master Star", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"650a55c6-fa27-3aaf-bca8-bd331ede1122\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmY1ZGUwODcyNDg3M2ZlMGNkZTY2M2FjNTJkMWU1NDg0NzlhYzNmOGYzNmViZDAxNzE1YjcxNzFmNDgxZDUxOSJ9fX0\"}]}},display:{Lore:[0:\"§7Imbue a §c3✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Fourth Master Star\"},ExtraAttributes:{id:\"FOURTH_MASTER_STAR\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"72e2b0c4-dc5a-3a4e-9bbb-3808b02adb52\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTgwMjU0MDA2NywKICAicHJvZmlsZUlkIiA6ICIyYWQwZDlmMGUxMTM0ODM0OGVmNDQ0OWRmNTRlYTFkNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlQjB5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2QzN2ExNTk2ODdiZTM2ODc3ZDRlM2IwNWY2MWJiNTk4ZDgzMzFjNzkxMDhhY2MzYzFhZjgwZjIyNTM4OTJiYjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Imbue a §c3✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Fourth Master Star\"},ExtraAttributes:{originTag:\"DUNGEON_GENERATED_ITEM\",id:\"FOURTH_MASTER_STAR\"}}", "damage": 3, "lore": [ "§7Imbue a §c3✪§7 Dungeon Item with", @@ -15,9 +15,9 @@ "internalname": "FOURTH_MASTER_STAR", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Star" ] -} +}
\ No newline at end of file diff --git a/items/GEMSTONE_COLLECTION.json b/items/GEMSTONE_COLLECTION.json new file mode 100644 index 00000000..e8a6c106 --- /dev/null +++ b/items/GEMSTONE_COLLECTION.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e942eb66-a350-38e5-aafa-0dfc3e17b4ac\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg4ODc3MSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2FhYzE1ZjZmY2YyY2U5NjNlZjRjYTcxZjFhODY4NWFkYjk3ZWI3NjllMWQxMTE5NGNiYmQyZTk2NGE4ODk3OGMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§f§f§9Gemstone\"},ExtraAttributes:{id:\"GEMSTONE_COLLECTION\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "internalname": "GEMSTONE_COLLECTION", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_1.json b/items/GEMSTONE_DRILL_1.json index d2122b35..2e03972a 100644 --- a/items/GEMSTONE_DRILL_1.json +++ b/items/GEMSTONE_DRILL_1.json @@ -42,7 +42,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ruby_Drill_Model_TX-15" + "https://hypixel-skyblock.fandom.com/wiki/Ruby_Drill_TX-15" ], "recipes": [ { diff --git a/items/GEMSTONE_DRILL_2.json b/items/GEMSTONE_DRILL_2.json index 14606e41..3df41fd1 100644 --- a/items/GEMSTONE_DRILL_2.json +++ b/items/GEMSTONE_DRILL_2.json @@ -42,7 +42,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Drill_Model_LT-522" + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Drill_LT-522" ], "recipes": [ { diff --git a/items/GEMSTONE_DRILL_4.json b/items/GEMSTONE_DRILL_4.json index b7ff2cfc..ae9b4fad 100644 --- a/items/GEMSTONE_DRILL_4.json +++ b/items/GEMSTONE_DRILL_4.json @@ -42,7 +42,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_Model_X" + "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_X" ], "recipes": [ { diff --git a/items/GIANT_KILLER;1.json b/items/GIANT_KILLER;1.json index 9ae4277a..82f4ab8c 100644 --- a/items/GIANT_KILLER;1.json +++ b/items/GIANT_KILLER;1.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a5%§7.\",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", "§7Increases damage dealt by §a0.1%", "§a§7for each percent of extra", "§7health that your target has", - "§7above you up to 25.", + "§7above you up to §a5%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "GIANT_KILLER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;2.json b/items/GIANT_KILLER;2.json index 855b5437..02ed4964 100644 --- a/items/GIANT_KILLER;2.json +++ b/items/GIANT_KILLER;2.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a10%§7.\",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", "§7Increases damage dealt by §a0.2%", "§a§7for each percent of extra", "§7health that your target has", - "§7above you up to 25.", + "§7above you up to §a10%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "GIANT_KILLER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;3.json b/items/GIANT_KILLER;3.json index 8ec31c77..4665dbe7 100644 --- a/items/GIANT_KILLER;3.json +++ b/items/GIANT_KILLER;3.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a15%§7.\",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", "§7Increases damage dealt by §a0.3%", "§a§7for each percent of extra", "§7health that your target has", - "§7above you up to 25.", + "§7above you up to §a15%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "GIANT_KILLER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;4.json b/items/GIANT_KILLER;4.json index 0d750d6f..ce3860e3 100644 --- a/items/GIANT_KILLER;4.json +++ b/items/GIANT_KILLER;4.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a20%§7.\",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", "§7Increases damage dealt by §a0.4%", "§a§7for each percent of extra", "§7health that your target has", - "§7above you up to 25.", + "§7above you up to §a20%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -40,7 +40,7 @@ }, "internalname": "GIANT_KILLER;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "Requires: Ghast Tear III", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;5.json b/items/GIANT_KILLER;5.json index dc94d1a4..358e050a 100644 --- a/items/GIANT_KILLER;5.json +++ b/items/GIANT_KILLER;5.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer V\",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 §a30%§7.\",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", - "§7Increases damage dealt by §a0.5%", + "§7Increases damage dealt by §a0.6%", "§a§7for each percent of extra", "§7health that your target has", - "§7above you up to 25.", + "§7above you up to §a30%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "GIANT_KILLER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;6.json b/items/GIANT_KILLER;6.json index fe5452df..7485a32a 100644 --- a/items/GIANT_KILLER;6.json +++ b/items/GIANT_KILLER;6.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VI\",1:\"§7Increases damage dealt by §a0.9%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to §a45%§7.\",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", - "§7Increases damage dealt by §a0.6%", + "§7Increases damage dealt by §a0.9%", "§a§7for each percent of extra", "§7health that your target has", - "§7above you up to 25.", + "§7above you up to §a45%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -29,8 +29,8 @@ ], "internalname": "GIANT_KILLER;6", "parent": "GIANT_KILLER;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;7.json b/items/GIANT_KILLER;7.json index e9a40194..3b085f05 100644 --- a/items/GIANT_KILLER;7.json +++ b/items/GIANT_KILLER;7.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VII\",1:\"§7Increases damage dealt by §a1.2%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to §a65%§7.\",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", - "§7Increases damage dealt by §a0.7%", + "§7Increases damage dealt by §a1.2%", "§a§7for each percent of extra", "§7health that your target has", - "§7above you up to 25.", + "§7above you up to §a65%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +31,6 @@ "parent": "GIANT_KILLER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/GOLDEN_DRAGON;4.json b/items/GOLDEN_DRAGON;4.json index 69fc9d13..caa49e6b 100644 --- a/items/GOLDEN_DRAGON;4.json +++ b/items/GOLDEN_DRAGON;4.json @@ -1,31 +1,33 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §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 {LVL}] §6Golden Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GOLDEN_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GOLDEN_DRAGON;4\"}}", + "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:\"§7Magic Find: §a{MAGIC_FIND}\",5:\"\",6:\"§6Gold\u0027s Powder\",7:\"§7Adds §c{0}❁ Strength §7to all\",8:\"§6golden §7weapons.\",9:\"\",10:\"§6Shining Scales\",11:\"§7§7Grants §c+10❁ Strength §7and\",12:\"§7§b+2✯ Magic Find §7to your pet\",13:\"§7for each digit in your §6gold\",14:\"§6collection§7.\",15:\"\",16:\"§6Dragon\u0027s Greed\",17:\"§7Gain §a{1}% §7of your §b✯ Magic\",18:\"§bFind §7as §c❁ Strength\",19:\"\",20:\"§6Legendary Treasure\",21:\"§7Gain §c{2}% §7damage for\",22:\"§7every million coins in your \",23:\"§7bank.\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §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", "", "§7Bonus Attack Speed: §a{BONUS_ATTACK_SPEED}", "§7Strength: §a{STRENGTH}", + "§7Magic Find: §a{MAGIC_FIND}", "", "§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.", + "§7§7Grants §c+10❁ Strength §7and", + "§7§b+2✯ Magic Find §7to your pet", + "§7for each digit in your §6gold", + "§6collection§7.", "", "§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.", + "§7Gain §c{2}% §7damage for", + "§7every million coins in your ", + "§7bank.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -35,7 +37,7 @@ "internalname": "GOLDEN_DRAGON;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Golden_Dragon_Pet" diff --git a/items/GOLEM_HAT.json b/items/GOLEM_HAT.json index ccce4a2b..ec0631b8 100644 --- a/items/GOLEM_HAT.json +++ b/items/GOLEM_HAT.json @@ -11,22 +11,22 @@ "§f§lCOMMON HELMET" ], "recipe": { - "A1": "IRON_INGOT:8", - "A2": "IRON_INGOT:8", - "A3": "IRON_INGOT:8", - "B1": "IRON_INGOT:8", + "A1": "IRON_BLOCK:5", + "A2": "IRON_BLOCK:5", + "A3": "IRON_BLOCK:5", + "B1": "IRON_BLOCK:5", "B2": "", - "B3": "IRON_INGOT:8", + "B3": "IRON_BLOCK:5", "C1": "", "C2": "", "C3": "" }, "internalname": "GOLEM_HAT", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Golem_Hat" ] -} +}
\ No newline at end of file diff --git a/items/HARD_STONE_GENERATOR_12.json b/items/HARD_STONE_GENERATOR_12.json index c7861361..9d352938 100644 --- a/items/HARD_STONE_GENERATOR_12.json +++ b/items/HARD_STONE_GENERATOR_12.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Hard Stone Minion XII", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5de8dc87-5b22-4f2c-96b3-28d5c4e3bb3e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJlZDNmMmJmMjBiODU4MjhiNzc0MjQ2MGY4Yzc4ZmQyMDAxY2EwMzgwYzQ1NWI4NmRhZGViODBmMjhiY2NiZCJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining Hard\",2:\"§7Stone! Requires an open area to\",3:\"§7place Hard Stone. Minions also\",4:\"§7work when you are offline!\",6:\"\",7:\"§7Time Between Actions: §a6s\",8:\"§7Max Storage: §e960\"],Name:\"§9Wheat Minion XII\"},ExtraAttributes:{id:\"WHEAT_GENERATOR_12\",generator_tier:12}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5de8dc87-5b22-4f2c-96b3-28d5c4e3bb3e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJlZDNmMmJmMjBiODU4MjhiNzc0MjQ2MGY4Yzc4ZmQyMDAxY2EwMzgwYzQ1NWI4NmRhZGViODBmMjhiY2NiZCJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining Hard\",2:\"§7Stone! Requires an open area to\",3:\"§7place Hard Stone. Minions also\",4:\"§7work when you are offline!\",6:\"\",7:\"§7Time Between Actions: §a6s\",8:\"§7Max Storage: §e960\"],Name:\"§9Wheat Minion XII\"},ExtraAttributes:{id:\"HARD_GENERATOR_12\",generator_tier:12}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -16,7 +16,7 @@ "internalname": "HARD_STONE_GENERATOR_12", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hard_Stone_Minion" ], diff --git a/items/HELIX.json b/items/HELIX.json index 004a36cb..48b9a2ab 100644 --- a/items/HELIX.json +++ b/items/HELIX.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Helix", - "nbttag": "{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:[]}", + "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's some sort of fossil.", @@ -11,7 +11,7 @@ "internalname": "HELIX", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Helix" diff --git a/items/HELMET_OF_THE_PACK.json b/items/HELMET_OF_THE_PACK.json index 62d5b3f1..cae9e8fb 100644 --- a/items/HELMET_OF_THE_PACK.json +++ b/items/HELMET_OF_THE_PACK.json @@ -27,9 +27,9 @@ "B1": "ENCHANTED_MUTTON:32", "B2": "", "B3": "ENCHANTED_MUTTON:32", - "C1": "", + "C1": "ENCHANTED_MUTTON:32", "C2": "", - "C3": "" + "C3": "ENCHANTED_MUTTON:32" }, "slayer_req": "WOLF_6", "internalname": "HELMET_OF_THE_PACK", @@ -40,4 +40,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Pack" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/HYPER_FURNACE.json b/items/HYPER_FURNACE.json index 4ff83f1f..ccc6b4fd 100644 --- a/items/HYPER_FURNACE.json +++ b/items/HYPER_FURNACE.json @@ -2,8 +2,10 @@ "itemid": "minecraft:furnace", "displayname": "§aHyper Furnace", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aHyper Furnace\"},ExtraAttributes:{id:\"HYPER_FURNACE\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Smelts items instantly.\",1:\"\",2:\"§a§lUNCOMMON\"],Name:\"§aHyper Furnace\"},ExtraAttributes:{id:\"HYPER_FURNACE\"}}", "lore": [ + "§7Smelts items instantly.", + "", "§a§lUNCOMMON" ], "recipe": { @@ -20,9 +22,9 @@ "internalname": "HYPER_FURNACE", "crafttext": "Requires: Cobblestone VIII", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hyper_Furnace" ] -} +}
\ No newline at end of file diff --git a/items/IMPALING;1.json b/items/IMPALING;1.json index 941f77db..3b3c9153 100644 --- a/items/IMPALING;1.json +++ b/items/IMPALING;1.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§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§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:\"§7- §fFishing Rod\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;1\",enchantments:{impaling:1}}}", "damage": 0, "lore": [ "§9Impaling I", "§7Increases damage dealt to", "§7§7Guardians§7 and §7Squids§7 by", - "§7§a12.5%§7.", + "§7§a25%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -21,13 +21,14 @@ "§7- §fBow", "§7- §fFishing Weapon", "§7- §fGauntlet", + "§7- §fFishing Rod", "", "§f§lCOMMON" ], "internalname": "IMPALING;1", "parent": "IMPALING;2", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/IMPALING;2.json b/items/IMPALING;2.json index 620a77be..cf1468c2 100644 --- a/items/IMPALING;2.json +++ b/items/IMPALING;2.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§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§a50%§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:\"§7- §fFishing Rod\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;2\",enchantments:{impaling:2}}}", "damage": 0, "lore": [ "§9Impaling II", "§7Increases damage dealt to", "§7§7Guardians§7 and §7Squids§7 by", - "§7§a25%§7.", + "§7§a50%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -21,6 +21,7 @@ "§7- §fBow", "§7- §fFishing Weapon", "§7- §fGauntlet", + "§7- §fFishing Rod", "", "§f§lCOMMON" ], @@ -37,7 +38,7 @@ }, "internalname": "IMPALING;2", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "Requires: Prismarine Shard I", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/IMPALING;3.json b/items/IMPALING;3.json index 48d0421d..355a791a 100644 --- a/items/IMPALING;3.json +++ b/items/IMPALING;3.json @@ -1,13 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§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§a75%§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:\"§7- §fFishing Rod\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"IMPALING;3\",enchantments:{impaling:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Impaling III", "§7Increases damage dealt to", "§7§7Guardians§7 and §7Squids§7 by", - "§7§a37.5%§7.", + "§7§a75%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -21,6 +21,7 @@ "§7- §fBow", "§7- §fFishing Weapon", "§7- §fGauntlet", + "§7- §fFishing Rod", "", "§f§lCOMMON" ], @@ -28,6 +29,6 @@ "parent": "IMPALING;2", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/JELLYFISH;3.json b/items/JELLYFISH;3.json index edfbb1fd..a95daaa0 100644 --- a/items/JELLYFISH;3.json +++ b/items/JELLYFISH;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Jellyfish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Regeneration\",5:\"§7§7While in dungeons, increases\",6:\"§7your base health regen by §a{0}%\",7:\"§a§7and heals players within 8\",8:\"§7blocks by up to 10hp/s\",9:\"\",10:\"§6Hungry Healer\",11:\"§7§7While in dungeons, for every\",12:\"§71000 you heal teammates apply\",13:\"§7the §aenchanted golden apple\",14:\"§a§7effect to all players within\",15:\"§710 blocks (10s cooldown)\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"JELLYFISH\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"JELLYFISH;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Regeneration\",5:\"§7§7While in dungeons, increases\",6:\"§7your base health regen by §a{0}%\",7:\"§a§7and reduces the mana cost of\",8:\"§7Power Orbs by §a{1}%§7.\",9:\"\",10:\"§6Stored Energy\",11:\"§7§7While in dungeons, for every\",12:\"§7§c2,000 HP §7you heal teammates\",13:\"§7the cooldown of §aWish §7is\",14:\"§7reduced by §a{2}s§7, up to\",15:\"§7§a30s§7.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"JELLYFISH\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"JELLYFISH;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Alchemy Pet", @@ -11,15 +11,15 @@ "§6Radiant Regeneration", "§7§7While in dungeons, increases", "§7your base health regen by §a{0}%", - "§a§7and heals players within 8", - "§7blocks by up to 10hp/s", + "§a§7and reduces the mana cost of", + "§7Power Orbs by §a{1}%§7.", "", - "§6Hungry Healer", + "§6Stored Energy", "§7§7While in dungeons, for every", - "§71000 you heal teammates apply", - "§7the §aenchanted golden apple", - "§a§7effect to all players within", - "§710 blocks (10s cooldown)", + "§7§c2,000 HP §7you heal teammates", + "§7the cooldown of §aWish §7is", + "§7reduced by §a{2}s§7, up to", + "§7§a30s§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -28,10 +28,10 @@ ], "internalname": "JELLYFISH;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jellyfish_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/JELLYFISH;4.json b/items/JELLYFISH;4.json index 51752081..a8a63479 100644 --- a/items/JELLYFISH;4.json +++ b/items/JELLYFISH;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Jellyfish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Regeneration\",5:\"§7§7While in dungeons, increases\",6:\"§7your base health regen by §a{0}%\",7:\"§a§7and heals players within 8\",8:\"§7blocks by up to 10hp/s\",9:\"\",10:\"§6Hungry Healer\",11:\"§7§7While in dungeons, for every\",12:\"§71000 you heal teammates apply\",13:\"§7the §aenchanted golden apple\",14:\"§a§7effect to all players within\",15:\"§710 blocks (10s cooldown)\",16:\"\",17:\"§6Powerful Potions\",18:\"§7§7While in dungeons, increase\",19:\"§7the effectiveness of Instant\",20:\"§7Health and Mana splash potions\",21:\"§7by §a{6}%\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"JELLYFISH\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"JELLYFISH;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Regeneration\",5:\"§7§7While in dungeons, increases\",6:\"§7your base health regen by §a{0}%\",7:\"§a§7and reduces the mana cost of\",8:\"§7Power Orbs by §a{1}%§7.\",9:\"\",10:\"§6Stored Energy\",11:\"§7§7While in dungeons, for every\",12:\"§7§c2,000 HP §7you heal teammates\",13:\"§7the cooldown of §aWish §7is\",14:\"§7reduced by §a{2}s§7, up to\",15:\"§7§a30s§7.\",16:\"\",17:\"§6Powerful Potions\",18:\"§7§7While in dungeons, increase\",19:\"§7the effectiveness of Instant\",20:\"§7Health and Mana splash potions\",21:\"§7by §a{3}%\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"JELLYFISH\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"JELLYFISH;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Alchemy Pet", @@ -11,21 +11,21 @@ "§6Radiant Regeneration", "§7§7While in dungeons, increases", "§7your base health regen by §a{0}%", - "§a§7and heals players within 8", - "§7blocks by up to 10hp/s", + "§a§7and reduces the mana cost of", + "§7Power Orbs by §a{1}%§7.", "", - "§6Hungry Healer", + "§6Stored Energy", "§7§7While in dungeons, for every", - "§71000 you heal teammates apply", - "§7the §aenchanted golden apple", - "§a§7effect to all players within", - "§710 blocks (10s cooldown)", + "§7§c2,000 HP §7you heal teammates", + "§7the cooldown of §aWish §7is", + "§7reduced by §a{2}s§7, up to", + "§7§a30s§7.", "", "§6Powerful Potions", "§7§7While in dungeons, increase", "§7the effectiveness of Instant", "§7Health and Mana splash potions", - "§7by §a{6}%", + "§7by §a{3}%", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -34,10 +34,10 @@ ], "internalname": "JELLYFISH;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jellyfish_Pet" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/LETHALITY;1.json b/items/LETHALITY;1.json index 9852cb2b..fd5b5928 100644 --- a/items/LETHALITY;1.json +++ b/items/LETHALITY;1.json @@ -1,14 +1,14 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;1\",enchantments:{lethality:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality I\",1:\"§7Reduces the §a❈ Defense §7of\",2:\"§7your target by §a1.2% §7for §64s\",3:\"§6§7each time you hit them with\",4:\"§7melee. Stacks up to §a4 §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", - "§7Reduces the armor of your target", - "§7by §a1.0% §7for §68 §7seconds", - "§7each time you hit them with", - "§7melee. Stacks up to §a5 §7times.", + "§7Reduces the §a❈ Defense §7of", + "§7your target by §a1.2% §7for §64s", + "§6§7each time you hit them with", + "§7melee. Stacks up to §a4 §7times.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "parent": "LETHALITY;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/LETHALITY;2.json b/items/LETHALITY;2.json index 9648e10f..fc034642 100644 --- a/items/LETHALITY;2.json +++ b/items/LETHALITY;2.json @@ -1,14 +1,14 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;2\",enchantments:{lethality:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality II\",1:\"§7Reduces the §a❈ Defense §7of\",2:\"§7your target by §a2.4% §7for §64s\",3:\"§6§7each time you hit them with\",4:\"§7melee. Stacks up to §a4 §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", - "§7Reduces the armor of your target", - "§7by §a2.0% §7for §68 §7seconds", - "§7each time you hit them with", - "§7melee. Stacks up to §a5 §7times.", + "§7Reduces the §a❈ Defense §7of", + "§7your target by §a2.4% §7for §64s", + "§6§7each time you hit them with", + "§7melee. Stacks up to §a4 §7times.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "parent": "LETHALITY;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/LETHALITY;3.json b/items/LETHALITY;3.json index b0df0b22..eeab18d7 100644 --- a/items/LETHALITY;3.json +++ b/items/LETHALITY;3.json @@ -1,14 +1,14 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;3\",enchantments:{lethality:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality III\",1:\"§7Reduces the §a❈ Defense §7of\",2:\"§7your target by §a3.6% §7for §64s\",3:\"§6§7each time you hit them with\",4:\"§7melee. Stacks up to §a4 §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", - "§7Reduces the armor of your target", - "§7by §a3.0% §7for §68 §7seconds", - "§7each time you hit them with", - "§7melee. Stacks up to §a5 §7times.", + "§7Reduces the §a❈ Defense §7of", + "§7your target by §a3.6% §7for §64s", + "§6§7each time you hit them with", + "§7melee. Stacks up to §a4 §7times.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "parent": "LETHALITY;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/LETHALITY;4.json b/items/LETHALITY;4.json index 1b32582c..84d585ff 100644 --- a/items/LETHALITY;4.json +++ b/items/LETHALITY;4.json @@ -1,14 +1,14 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LETHALITY;4\",enchantments:{lethality:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality IV\",1:\"§7Reduces the §a❈ Defense §7of\",2:\"§7your target by §a4.8% §7for §64s\",3:\"§6§7each time you hit them with\",4:\"§7melee. Stacks up to §a4 §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", - "§7Reduces the armor of your target", - "§7by §a4.0% §7for §68 §7seconds", - "§7each time you hit them with", - "§7melee. Stacks up to §a5 §7times.", + "§7Reduces the §a❈ Defense §7of", + "§7your target by §a4.8% §7for §64s", + "§6§7each time you hit them with", + "§7melee. Stacks up to §a4 §7times.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -37,7 +37,7 @@ }, "internalname": "LETHALITY;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "Requires: Obsidian II", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/LETHALITY;5.json b/items/LETHALITY;5.json index 3464cd12..7dcf3d90 100644 --- a/items/LETHALITY;5.json +++ b/items/LETHALITY;5.json @@ -1,14 +1,14 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§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 §a❈ Defense §7of\",2:\"§7your target by §a6% §7for §64s\",3:\"§6§7each time you hit them with\",4:\"§7melee. Stacks up to §a4 §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", - "§7Reduces the armor of your target", - "§7by §a15% §7for §68 §7seconds", - "§7each time you hit them with", - "§7melee. Stacks up to §a5 §7times.", + "§7Reduces the §a❈ Defense §7of", + "§7your target by §a6% §7for §64s", + "§6§7each time you hit them with", + "§7melee. Stacks up to §a4 §7times.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "crafttext": "", "parent": "LETHALITY;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/LETHALITY;6.json b/items/LETHALITY;6.json index 8dcc0114..52865b18 100644 --- a/items/LETHALITY;6.json +++ b/items/LETHALITY;6.json @@ -1,14 +1,14 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§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 §a❈ Defense §7of\",2:\"§7your target by §a9% §7for §64s\",3:\"§6§7each time you hit them with\",4:\"§7melee. Stacks up to §a4 §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", - "§7Reduces the armor of your target", - "§7by §a18% §7for §68 §7seconds", - "§7each time you hit them with", - "§7melee. Stacks up to §a5 §7times.", + "§7Reduces the §a❈ Defense §7of", + "§7your target by §a9% §7for §64s", + "§6§7each time you hit them with", + "§7melee. Stacks up to §a4 §7times.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "parent": "LETHALITY;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/MASTER_SKULL_TIER_1.json b/items/MASTER_SKULL_TIER_1.json index a9d46e23..a9bc6004 100644 --- a/items/MASTER_SKULL_TIER_1.json +++ b/items/MASTER_SKULL_TIER_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fMaster Skull - Tier 1", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+1% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON DUNGEON ACCESSORY\"],Name:\"§fMaster Skull - Tier 1\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MASTER_SKULL_TIER_1\"}}", + "displayname": "§f§f§fMaster Skull - Tier 1", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"89ff2c01-136a-3ed3-a723-beb2c5048c99\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTg2MzUyMjUxMiwKICAicHJvZmlsZUlkIiA6ICJiMjdjMjlkZWZiNWU0OTEyYjFlYmQ5NDVkMmI2NzE0YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJIRUtUMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yNDZkMGQzZDEwNjkxNjVhNDUyM2E4NTgwNThhMDkwYzcwYjc0Mjk5MjlhYmM4NjkwMDljYjZlYmZjZGU3NTA2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Grants §a+1% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON DUNGEON ACCESSORY\"],Name:\"§f§f§fMaster Skull - Tier 1\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_1\"}}", "damage": 3, "lore": [ "§7Grants §a+1% §c§c❤ Health§7 and", @@ -16,9 +16,9 @@ "internalname": "MASTER_SKULL_TIER_1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Skull" ] -} +}
\ No newline at end of file diff --git a/items/MASTER_SKULL_TIER_2.json b/items/MASTER_SKULL_TIER_2.json index 903858a1..2e2835b1 100644 --- a/items/MASTER_SKULL_TIER_2.json +++ b/items/MASTER_SKULL_TIER_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fMaster Skull - Tier 2", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+2% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON DUNGEON ACCESSORY\"],Name:\"§f§f§fMaster Skull - Tier 2\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MASTER_SKULL_TIER_2\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"89ff2c01-136a-3ed3-a723-beb2c5048c99\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTg2MzUyMjUxMiwKICAicHJvZmlsZUlkIiA6ICJiMjdjMjlkZWZiNWU0OTEyYjFlYmQ5NDVkMmI2NzE0YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJIRUtUMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yNDZkMGQzZDEwNjkxNjVhNDUyM2E4NTgwNThhMDkwYzcwYjc0Mjk5MjlhYmM4NjkwMDljYjZlYmZjZGU3NTA2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Grants §a+2% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON DUNGEON ACCESSORY\"],Name:\"§f§f§fMaster Skull - Tier 2\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_2\"}}", "damage": 3, "lore": [ "§7Grants §a+2% §c§c❤ Health§7 and", @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Skull" ] -} +}
\ No newline at end of file diff --git a/items/MASTER_SKULL_TIER_3.json b/items/MASTER_SKULL_TIER_3.json index 24c5db05..7050c6b4 100644 --- a/items/MASTER_SKULL_TIER_3.json +++ b/items/MASTER_SKULL_TIER_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aMaster Skull - Tier 3", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+3% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON DUNGEON ACCESSORY\"],Name:\"§f§f§aMaster Skull - Tier 3\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MASTER_SKULL_TIER_3\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"70c84d08-0f13-3b9b-8f84-6a71abf62253\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTg2MzU2Mzg5NywKICAicHJvZmlsZUlkIiA6ICI3NTE0NDQ4MTkxZTY0NTQ2OGM5NzM5YTZlMzk1N2JlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGFua3NNb2phbmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmExNTNhZmVkYTFmODBjYjM4MmI1Y2MzMTcxNzUxMDJhMWQ5ZmJkMWQ2YzI2YzkyNTQzMzk3OWE2MzU2NTAxNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Grants §a+3% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON DUNGEON ACCESSORY\"],Name:\"§f§f§aMaster Skull - Tier 3\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_3\"}}", "damage": 3, "lore": [ "§7Grants §a+3% §c§c❤ Health§7 and", @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Skull" ] -} +}
\ No newline at end of file diff --git a/items/MASTER_SKULL_TIER_4.json b/items/MASTER_SKULL_TIER_4.json index af7dbbe0..8ce4f40f 100644 --- a/items/MASTER_SKULL_TIER_4.json +++ b/items/MASTER_SKULL_TIER_4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aMaster Skull - Tier 4", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+4% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON DUNGEON ACCESSORY\"],Name:\"§f§f§aMaster Skull - Tier 4\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MASTER_SKULL_TIER_4\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"70c84d08-0f13-3b9b-8f84-6a71abf62253\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTg2MzU2Mzg5NywKICAicHJvZmlsZUlkIiA6ICI3NTE0NDQ4MTkxZTY0NTQ2OGM5NzM5YTZlMzk1N2JlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGFua3NNb2phbmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmExNTNhZmVkYTFmODBjYjM4MmI1Y2MzMTcxNzUxMDJhMWQ5ZmJkMWQ2YzI2YzkyNTQzMzk3OWE2MzU2NTAxNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Grants §a+4% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON DUNGEON ACCESSORY\"],Name:\"§f§f§aMaster Skull - Tier 4\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_4\"}}", "damage": 3, "lore": [ "§7Grants §a+4% §c§c❤ Health§7 and", @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Skull" ] -} +}
\ No newline at end of file diff --git a/items/MASTER_SKULL_TIER_5.json b/items/MASTER_SKULL_TIER_5.json index 1b5b87a8..2d36f8cc 100644 --- a/items/MASTER_SKULL_TIER_5.json +++ b/items/MASTER_SKULL_TIER_5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Master Skull - Tier 5", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+6% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§9§lRARE DUNGEON ACCESSORY\"],Name:\"§9Master Skull - Tier 5\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_5\"}}", + "displayname": "§f§f§9Master Skull - Tier 5", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"507968b9-f02d-34fa-9289-54b226b9b0fd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTg2MzU5NDY5MCwKICAicHJvZmlsZUlkIiA6ICI1YjY2YzNkZWZhYTI0NWMzYTcwNjM3OTA3NTQ0Yjg3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFuX1JhaWNvMDgxNiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85MTBmOWYxMDg1ZDQwNzE0MWViNzc2MTdhNGFiZGFhYTA4ZDhhZjMzYjk2MDIwMGZlOGMxMjZjMWQxNDQ1NjgyIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Grants §a+6% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§9§lRARE DUNGEON ACCESSORY\"],Name:\"§f§f§9Master Skull - Tier 5\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_5\"}}", "damage": 3, "lore": [ "§7Grants §a+6% §c§c❤ Health§7 and", @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Skull" ] -} +}
\ No newline at end of file diff --git a/items/MASTER_SKULL_TIER_6.json b/items/MASTER_SKULL_TIER_6.json index 8626fa5b..7c5cade0 100644 --- a/items/MASTER_SKULL_TIER_6.json +++ b/items/MASTER_SKULL_TIER_6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Master Skull - Tier 6", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+8% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§5Master Skull - Tier 6\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_6\"}}", + "displayname": "§f§f§5Master Skull - Tier 6", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fccc6de5-b608-37ba-9109-332605575520\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTg2MzYxMjYyOCwKICAicHJvZmlsZUlkIiA6ICJjZGM5MzQ0NDAzODM0ZDdkYmRmOWUyMmVjZmM5MzBiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSYXdMb2JzdGVycyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMWFiNWUzZjg3NWIxMDFlOTI5ZTg4OTU2ZDAxODM1NjgyZDM5ZGI1Njc4MGFkZWVhMzcwMTRkOGVlNDc2YTY1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Grants §a+8% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§f§f§5Master Skull - Tier 6\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_6\"}}", "damage": 3, "lore": [ "§7Grants §a+8% §c§c❤ Health§7 and", @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Skull" ] -} +}
\ No newline at end of file diff --git a/items/MASTER_SKULL_TIER_7.json b/items/MASTER_SKULL_TIER_7.json index 741895d2..35323b85 100644 --- a/items/MASTER_SKULL_TIER_7.json +++ b/items/MASTER_SKULL_TIER_7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§6Master Skull - Tier 7", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+10% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY DUNGEON ACCESSORY\"],Name:\"§6Master Skull - Tier 7\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_7\"}}", + "displayname": "§f§f§6Master Skull - Tier 7", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c4aefb26-9e84-3f46-a3c4-79ba57a89059\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTg2MzYyOTgxNSwKICAicHJvZmlsZUlkIiA6ICJiOTE5M2NiMjkzMWI0M2FhYmM1OGQ2NjAwMTg3NGRjMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiMmJsYWtlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2EwNGU0N2M0MzU3NmY4ZDcyZWJhYmI0NTg3NjRhZmZiNTg4ZmMwMTgyNjI3MzJlODUxNDlkZjliYmFhYjc3NjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Grants §a+10% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY DUNGEON ACCESSORY\"],Name:\"§f§f§6Master Skull - Tier 7\"},ExtraAttributes:{id:\"MASTER_SKULL_TIER_7\"}}", "damage": 3, "lore": [ "§7Grants §a+10% §c§c❤ Health§7 and", @@ -30,4 +30,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Skull" ] -} +}
\ No newline at end of file diff --git a/items/MAXED_ENCHANT_BOOK.json b/items/MAXED_ENCHANT_BOOK.json index 3a8aec88..c4f7b95b 100644 --- a/items/MAXED_ENCHANT_BOOK.json +++ b/items/MAXED_ENCHANT_BOOK.json @@ -1,71 +1,71 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§cMax Enchanted Book", - "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V, §9§d§lChimera V\",3:\"§9§d§lCombo V, §9§d§lLegion V\",4:\"§9§d§lLast Stand V, §9§d§lNo Pain No Gain V\",5:\"§9§d§lOne For All I, §9§d§lRend V\",6:\"§9§d§lSoul Eater V, §9§d§lSwarm V\",7:\"§9§d§lUltimate Wise V, §9§d§lUltimate Jerry V\",8:\"§9§d§lWisdom V, §9Angler VI, \",9:\"§9Aqua Affinity I, §9Bane of Arthropods VII\",10:\"§9Blessing V, §9Blast Protection VII\",11:\"§9Big Brain V, §9Critical VII\",12:\"§9Chance V, §9Cultivating X\",13:\"§9Compact X, §9Caster VI\",14:\"§9Cleave VI, §9Counter-Strike V\",15:\"§9Cubism VI, Dragon Tracer V\",16:\"§9Dragon Hunter V, §9Delicate V\",17:\"§9Depth Strider III, §9Ender Slayer VII\",18:\"§9Efficiency X, §9Expertise X\",19:\"§9Experience IV, §9Execute VI\",20:\"§9Feather Falling X, §9Frost Walker II\",21:\"§9Fire Aspect II, §9Fire Protection VII\",22:\"§9Flame I, §9First Strike V\",23:\"§9Frail VI, §9Fortune IV\",24:\"§9Growth VII, §9Giant Killer VII\",25:\"§9Harvesting VI, §9Infinite Quiver X\",26:\"§9Impaling III, §9Knockback II\",27:\"§9Life Steal V, §9Luck of the Sea VI\",28:\"§9Luck VII, §9Lethality VI\",29:\"§9Lure VI, §9Looting V\",30:\"§9Magnet VI, §9Mana Steal III\",31:\"§9Overload V, Piercing I\",32:\"§9Projectile Protection VII, §9Power VII\",33:\"§9Prosecute VI, §9Protection VII\",34:\"§9Punch II, §9Pristine V\",35:\"§9Replenish I, §9Rejuvenate V\",36:\"§9Respite V, §9Respiration III\",37:\"§9Rainbow I, §9Snipe IV\",38:\"§9Sugar Rush III, §9Spiked Hook VI\",39:\"§9Smelting Touch I, §9Silk Touch I\",40:\"§9Smite VII, §9Smarty Pants V\",41:\"§9Syphon V, §9Scavenger V\",42:\"§9Sharpness VII, §9Turbo-Coco V,\",43:\"§9Turbo-Mushrooms V, §9Turbo-Melon V\",44:\"§9Turbo-Pumpkin V, §9Turbo-Potato V\",45:\"§9Turbo-Warts V, §9Turbo-Cacti V\",46:\"§9Turbo-Wheat V, §9Turbo-Cane V\",47:\"§9Turbo-Carrot V, §9Turbo-Coco V\",48:\"§9Triple-Strike V, §9Titan Killer VII\",49:\"§9Telekinesis I, §9True Protection I\",50:\"§9Thorns III, §9Thunderlord VI\",51:\"§9Thunderbolt VI, §9Vicious V\",52:\"§9Venomous VI, Vampirism VI\",53:\"\",54:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:7,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:7,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5}},AttributeModifiers:[]}", + "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V§9, §9§d§lChimera V\",3:\"§9§d§lCombo V§9, §9§d§lLegion V\",4:\"§9§d§lLast Stand V§9, §9§d§lNo Pain No Gain V\",5:\"§9§d§lOne For All I§9, §9§d§lRend V\",6:\"§9§d§lSoul Eater V§9, §9§d§lSwarm V\",7:\"§9§d§lUltimate Wise V§9, §9§d§lUltimate Jerry V\",8:\"§9§d§lWisdom V§9, §9Angler VI\",9:\"§9Aqua Affinity I§9, §9Bane of Arthropods VII\",10:\"§9Blessing V§9, §9Blast Protection VII\",11:\"§9Big Brain V§9, §9Critical VII\",12:\"§9Chance V§9, §9Cultivating X\",13:\"§9Compact X§9, §9Caster VI\",14:\"§9Cleave VI§9, §9Counter-Strike V\",15:\"§9Cubism VI§9, §9Dragon Tracer V\",16:\"§9Dragon Hunter V§9, §9Delicate V\",17:\"§9Depth Strider III§9, §9Ender Slayer VII\",18:\"§9Efficiency X§9, §9Expertise X\",19:\"§9Experience IV§9, §9Execute VI\",20:\"§9Feather Falling X§9, §9Frost Walker II\",21:\"§9Fire Aspect II§9, §9Fire Protection VII\",22:\"§9Flame I§9, §9First Strike V\",23:\"§9Frail VI§9, §9Fortune IV\",24:\"§9Growth VII§9, §9Giant Killer VII\",25:\"§9Harvesting VI§9, §9Infinite Quiver X\",26:\"§9Impaling III§9, §9Knockback II\",27:\"§9Life Steal V§9, §9Luck of the Sea VI\",28:\"§9Luck VII§9, §9Lethality VI\",29:\"§9Lure VI§9, §9Looting V\",30:\"§9Magnet VI§9, §9Mana Steal III\",31:\"§9Overload V§9, §9Piercing I\",32:\"§9Projectile Protection VII§9, §9Power VII\",33:\"§9Prosecute VI§9, §9Protection VII\",34:\"§9Punch II§9, §9Pristine V\",35:\"§9Replenish I§9, §9Rejuvenate V\",36:\"§9Respite V§9, §9Respiration III\",37:\"§9Rainbow I§9, §9Snipe IV\",38:\"§9Sugar Rush III§9, §9Spiked Hook VI\",39:\"§9Smelting Touch I§9, §9Silk Touch I\",40:\"§9Smite VII§9, §9Smarty Pants V\",41:\"§9Syphon V§9, §9Scavenger V\",42:\"§9Sharpness VII§9, §9Turbo-Coco V\",43:\"§9Turbo-Mushrooms V§9, §9Turbo-Melon V\",44:\"§9Turbo-Pumpkin V§9, §9Turbo-Potato V\",45:\"§9Turbo-Warts V§9, §9Turbo-Cacti V\",46:\"§9Turbo-Wheat V§9, §9Turbo-Cane V\",47:\"§9Turbo-Carrot V§9, §9Turbo-Coco V\",48:\"§9Triple-Strike V§9, §9Titan Killer VII\",49:\"§9Telekinesis I§9, §9True Protection I\",50:\"§9Thorns III§9, §9Thunderlord VII\",51:\"§9Thunderbolt VI§9, §9Vicious V\",52:\"§9Venomous VI§9, §9Vampirism VI\",53:\"\",54:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:7,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:7,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§aThis is to test custom enchant color.", "", - "§9§d§lBank V, §9§d§lChimera V", - "§9§d§lCombo V, §9§d§lLegion V", - "§9§d§lLast Stand V, §9§d§lNo Pain No Gain V", - "§9§d§lOne For All I, §9§d§lRend V", - "§9§d§lSoul Eater V, §9§d§lSwarm V", - "§9§d§lUltimate Wise V, §9§d§lUltimate Jerry V", - "§9§d§lWisdom V, §9Angler VI, ", - "§9Aqua Affinity I, §9Bane of Arthropods VII", - "§9Blessing V, §9Blast Protection VII", - "§9Big Brain V, §9Critical VII", - "§9Chance V, §9Cultivating X", - "§9Compact X, §9Caster VI", - "§9Cleave VI, §9Counter-Strike V", - "§9Cubism VI, Dragon Tracer V", - "§9Dragon Hunter V, §9Delicate V", - "§9Depth Strider III, §9Ender Slayer VII", - "§9Efficiency X, §9Expertise X", - "§9Experience IV, §9Execute VI", - "§9Feather Falling X, §9Frost Walker II", - "§9Fire Aspect II, §9Fire Protection VII", - "§9Flame I, §9First Strike V", - "§9Frail VI, §9Fortune IV", - "§9Growth VII, §9Giant Killer VII", - "§9Harvesting VI, §9Infinite Quiver X", - "§9Impaling III, §9Knockback II", - "§9Life Steal V, §9Luck of the Sea VI", - "§9Luck VII, §9Lethality VI", - "§9Lure VI, §9Looting V", - "§9Magnet VI, §9Mana Steal III", - "§9Overload V, Piercing I", - "§9Projectile Protection VII, §9Power VII", - "§9Prosecute VI, §9Protection VII", - "§9Punch II, §9Pristine V", - "§9Replenish I, §9Rejuvenate V", - "§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, §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, §9Turbo-Cane V", - "§9Turbo-Carrot V, §9Turbo-Coco V", - "§9Triple-Strike V, §9Titan Killer VII", - "§9Telekinesis I, §9True Protection I", - "§9Thorns III, §9Thunderlord VI", - "§9Thunderbolt VI, §9Vicious V", - "§9Venomous VI, Vampirism VI", + "§9§d§lBank V§9, §9§d§lChimera V", + "§9§d§lCombo V§9, §9§d§lLegion V", + "§9§d§lLast Stand V§9, §9§d§lNo Pain No Gain V", + "§9§d§lOne For All I§9, §9§d§lRend V", + "§9§d§lSoul Eater V§9, §9§d§lSwarm V", + "§9§d§lUltimate Wise V§9, §9§d§lUltimate Jerry V", + "§9§d§lWisdom V§9, §9Angler VI", + "§9Aqua Affinity I§9, §9Bane of Arthropods VII", + "§9Blessing V§9, §9Blast Protection VII", + "§9Big Brain V§9, §9Critical VII", + "§9Chance V§9, §9Cultivating X", + "§9Compact X§9, §9Caster VI", + "§9Cleave VI§9, §9Counter-Strike V", + "§9Cubism VI§9, §9Dragon Tracer V", + "§9Dragon Hunter V§9, §9Delicate V", + "§9Depth Strider III§9, §9Ender Slayer VII", + "§9Efficiency X§9, §9Expertise X", + "§9Experience IV§9, §9Execute VI", + "§9Feather Falling X§9, §9Frost Walker II", + "§9Fire Aspect II§9, §9Fire Protection VII", + "§9Flame I§9, §9First Strike V", + "§9Frail VI§9, §9Fortune IV", + "§9Growth VII§9, §9Giant Killer VII", + "§9Harvesting VI§9, §9Infinite Quiver X", + "§9Impaling III§9, §9Knockback II", + "§9Life Steal V§9, §9Luck of the Sea VI", + "§9Luck VII§9, §9Lethality VI", + "§9Lure VI§9, §9Looting V", + "§9Magnet VI§9, §9Mana Steal III", + "§9Overload V§9, §9Piercing I", + "§9Projectile Protection VII§9, §9Power VII", + "§9Prosecute VI§9, §9Protection VII", + "§9Punch II§9, §9Pristine V", + "§9Replenish I§9, §9Rejuvenate V", + "§9Respite V§9, §9Respiration III", + "§9Rainbow I§9, §9Snipe IV", + "§9Sugar Rush III§9, §9Spiked Hook VI", + "§9Smelting Touch I§9, §9Silk Touch I", + "§9Smite VII§9, §9Smarty Pants V", + "§9Syphon V§9, §9Scavenger V", + "§9Sharpness VII§9, §9Turbo-Coco V", + "§9Turbo-Mushrooms V§9, §9Turbo-Melon V", + "§9Turbo-Pumpkin V§9, §9Turbo-Potato V", + "§9Turbo-Warts V§9, §9Turbo-Cacti V", + "§9Turbo-Wheat V§9, §9Turbo-Cane V", + "§9Turbo-Carrot V§9, §9Turbo-Coco V", + "§9Triple-Strike V§9, §9Titan Killer VII", + "§9Telekinesis I§9, §9True Protection I", + "§9Thorns III§9, §9Thunderlord VII", + "§9Thunderbolt VI§9, §9Vicious V", + "§9Venomous VI§9, §9Vampirism VI", "", "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka" ], "internalname": "MAXED_ENCHANT_BOOK", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "", "info": [ "§aUsed to test /neuec" ] -} +}
\ No newline at end of file diff --git a/items/NAME_TAG.json b/items/NAME_TAG.json index 381e306c..5e434c2d 100644 --- a/items/NAME_TAG.json +++ b/items/NAME_TAG.json @@ -1,13 +1,20 @@ { "itemid": "minecraft:name_tag", "displayname": "§aName Tag", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aName Tag\"},ExtraAttributes:{id:\"NAME_TAG\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Right-click to apply a name to\",1:\"§7this Name Tag. Can be applied to\",2:\"§7mobs.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§a§lUNCOMMON\"],Name:\"§aName Tag\"},ExtraAttributes:{id:\"NAME_TAG\"}}", "damage": 0, "lore": [ + "§7Right-click to apply a name to", + "§7this Name Tag. Can be applied to", + "§7mobs.", + "", + "§8§l* §8Co-op Soulbound §8§l*", "§a§lUNCOMMON" ], "internalname": "NAME_TAG", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "vanilla": true, - "clickcommand": "" -} + "clickcommand": "", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NETHER_WARTS_GENERATOR_1.json b/items/NETHER_WARTS_GENERATOR_1.json index d8ae6066..3c76c9dd 100644 --- a/items/NETHER_WARTS_GENERATOR_1.json +++ b/items/NETHER_WARTS_GENERATOR_1.json @@ -19,7 +19,7 @@ "A2": "NETHER_STALK:10", "A3": "NETHER_STALK:10", "B1": "NETHER_STALK:10", - "B2": "WOOD_PICKAXE:1", + "B2": "WOOD_HOE:1", "B3": "NETHER_STALK:10", "C1": "NETHER_STALK:10", "C2": "NETHER_STALK:10", diff --git a/items/PET_SKIN_ARMADILLO_ENCHANTED.json b/items/PET_SKIN_ARMADILLO_ENCHANTED.json new file mode 100644 index 00000000..d6d56905 --- /dev/null +++ b/items/PET_SKIN_ARMADILLO_ENCHANTED.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dEnchanted Armadillo Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d1c649db-5d34-3c51-a0b8-9f727039eb16\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNzA4MTc1OCwKICAicHJvZmlsZUlkIiA6ICIzNDkxZjJiOTdjMDE0MWE2OTM2YjFjMjJhMmEwMGZiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJKZXNzc3N1aGgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQyNmQ3YjE3NGU4YmQ5YzI4M2Y5MWE0MmNmMmRmYTk1YTUxOGQ1ZWFlOTdhYjU1OTU0MTJkNDk1MWQ0ZGIxOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Armadillo pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dEnchanted Armadillo Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ARMADILLO_ENCHANTED\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Armadillo pets.", + "", + "§dThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_ARMADILLO_ENCHANTED", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_ARMADILLO_SEAFOAM.json b/items/PET_SKIN_ARMADILLO_SEAFOAM.json new file mode 100644 index 00000000..91f32dad --- /dev/null +++ b/items/PET_SKIN_ARMADILLO_SEAFOAM.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dSeafoam Armadillo Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9ce99dcb-f8de-3feb-aca2-d4fbfc96fe98\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNjkwNTg3MiwKICAicHJvZmlsZUlkIiA6ICJmMTYwZTMxMzJjYWM0YjRiOWM5OTk2NDQ1OGIxOWM0ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb255S3VuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2QwYzcyYjBkYjJlY2JkYWYxNTNjNTYzNTkzZDE3ZDU0NmIzMDJiMjc4YjFiODFkM2UwNjM5NjNiNWIwZTViYzQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Armadillo pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dSeafoam Armadillo Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ARMADILLO_SEAFOAM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Armadillo pets.", + "", + "§dThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_ARMADILLO_SEAFOAM", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_BLAZE_FROZEN.json b/items/PET_SKIN_BLAZE_FROZEN.json index 3517ddc6..33d06a99 100644 --- a/items/PET_SKIN_BLAZE_FROZEN.json +++ b/items/PET_SKIN_BLAZE_FROZEN.json @@ -29,4 +29,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" ] -}
\ No newline at end of file +} diff --git a/items/PET_SKIN_DOLPHIN_SNUBFIN.json b/items/PET_SKIN_DOLPHIN_SNUBFIN.json new file mode 100644 index 00000000..dab68dd4 --- /dev/null +++ b/items/PET_SKIN_DOLPHIN_SNUBFIN.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dSnubfin Dolphin Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"cd4195fa-d3d7-3238-af80-917d4ba83721\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNjg4NTQ2OCwKICAicHJvZmlsZUlkIiA6ICJiNjc3NTgwYzExYmU0ZjNiODI1OGM0YjBkNzNhNzg0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJPZmZpY2lhbGx5SksiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjc5NDEzYzc4OGM3ZjQ1MDIzNGJkYWIwY2YwZDAyOTFjNTdmNzMwZTM4MGM2ZDRjNzc0NmZkZTE1OTI4MzgxIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Dolphin pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dSnubfin Dolphin Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_DOLPHIN_SNUBFIN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Dolphin pets.", + "", + "§dThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_DOLPHIN_SNUBFIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_DOLPHIN_SNUBNOSE_GREEN.json b/items/PET_SKIN_DOLPHIN_SNUBNOSE_GREEN.json new file mode 100644 index 00000000..50401985 --- /dev/null +++ b/items/PET_SKIN_DOLPHIN_SNUBNOSE_GREEN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Green Snubfin Dolphin Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0b992d9b-1fe0-3963-ba3f-35fe840f7085\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNzI3NTI4NCwKICAicHJvZmlsZUlkIiA6ICJhOGJhMGY1YTFmNjQ0MTgzODZkZGI3OWExZmY5ZWRlYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcmVlcGVyOTA3NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81ZjI4NzliZDhiMGJhZmRkNzFkYmQzZmM1ODUwYWZjNmM1M2RhNjBkNDI1MjE4MmNmYzgwNzM3YTAwZDcyNDA4IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Dolphin pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Green Snubfin Dolphin Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_DOLPHIN_SNUBNOSE_GREEN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Dolphin pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_DOLPHIN_SNUBNOSE_GREEN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE.json b/items/PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE.json new file mode 100644 index 00000000..74f06fdf --- /dev/null +++ b/items/PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Purple Snubfin Dolphin Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f1df6023-d69d-3965-9af0-d50e59b85fec\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNzI2MzQ1NywKICAicHJvZmlsZUlkIiA6ICI4ODBiZWMwYTE0MmM0YzRlYTJlZjliMTFiMTBkNWNiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmZ2FiIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkMGIyMTNjMTVkZDdiOGM2NzUxMmJjMThiZjE0ZDMyZGM0YjU3YjljMzA1ZDFjNzUxNGFhM2UyNjA5YTc4YTQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Dolphin pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Purple Snubfin Dolphin Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Dolphin pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_DOLPHIN_SNUBNOSE_RED.json b/items/PET_SKIN_DOLPHIN_SNUBNOSE_RED.json new file mode 100644 index 00000000..abe6c7a4 --- /dev/null +++ b/items/PET_SKIN_DOLPHIN_SNUBNOSE_RED.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Red Snubfin Dolphin Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6091bc17-3d7a-3da0-8543-0c4b06dcccfd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjIyNzI5MDMxMCwKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc5ZGY1YjRkYTMyNWMwZDc0MDI1MWI0MjA0YTBjZDIyZDlmZGI4OGNlY2I2ZWZmNjE3NmVmNGYyZWNlZGIxZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Dolphin pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Red Snubfin Dolphin Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_DOLPHIN_SNUBNOSE_RED\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Dolphin pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_DOLPHIN_SNUBNOSE_RED", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_TIGER_GOLDEN.json b/items/PET_SKIN_TIGER_GOLDEN.json new file mode 100644 index 00000000..b566f6fb --- /dev/null +++ b/items/PET_SKIN_TIGER_GOLDEN.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dGolden Tiger Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"af7585ec-17df-3be5-8bac-503c0cbeca03\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjI3NzYwNjAwNSwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzg1ZjhkYjZlNWI4MjZkM2RkNTg0N2NkOGQ3Mjc5ZjRkNGRkNTBiYzk1NWNhNzk2OGM3YzQ5YjQ5NmVkN2EzYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Tiger pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGolden Tiger Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_TIGER_GOLDEN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Tiger pets.", + "", + "§dThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_TIGER_GOLDEN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PIGMAN_SWORD.json b/items/PIGMAN_SWORD.json index 2bf62cb7..ba815653 100644 --- a/items/PIGMAN_SWORD.json +++ b/items/PIGMAN_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_sword", "displayname": "§6Pigman Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"§7Intelligence: §a+300\",5:\"\",6:\"§6Ability: Burning Souls §e§lRIGHT CLICK\",7:\"§7Gain §a+50❈ Defense §7for §a5s§7\",8:\"§7and cast vortex of flames\",9:\"§7towards enemies, dealing up to\",10:\"§7§c30,000§7 over §a5§7 seconds.\",11:\"§8Mana Cost: §3400\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{id:\"PIGMAN_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"§7Intelligence: §a+300\",5:\"\",6:\"§6Ability: Burning Souls §e§lRIGHT CLICK\",7:\"§7Gain §a+300❈ Defense §7for §a5s§7\",8:\"§7and cast vortex of flames\",9:\"§7towards enemies, dealing up to\",10:\"§7§c30,000§7 over §a5§7 seconds.\",11:\"§8Mana Cost: §3400\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{id:\"PIGMAN_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+200", @@ -11,7 +11,7 @@ "§7Intelligence: §a+300", "", "§6Ability: Burning Souls §e§lRIGHT CLICK", - "§7Gain §a+50❈ Defense §7for §a5s§7", + "§7Gain §a+300❈ Defense §7for §a5s§7", "§7and cast vortex of flames", "§7towards enemies, dealing up to", "§7§c30,000§7 over §a5§7 seconds.", @@ -33,7 +33,7 @@ }, "internalname": "PIGMAN_SWORD", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pigman_Sword" diff --git a/items/POOCH_SWORD.json b/items/POOCH_SWORD.json index a60e00d5..1933587c 100644 --- a/items/POOCH_SWORD.json +++ b/items/POOCH_SWORD.json @@ -3,12 +3,11 @@ "itemid": "minecraft:golden_sword", "displayname": "§6Pooch Sword", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Crit Damage: §c+50%\",3:\"§7Speed: §a+5\",4:\" §8[§8❁§8]\",5:\"\",6:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Gain §c+150❁ Strength §7against wolves.\",9:\"\",10:\"§c☠ §5Requires Wolf Slayer 6\",11:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{id:\"POOCH_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Speed: §a+5\",3:\" §8[§8❁§8]\",4:\"\",5:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Gain §c+150❁ Strength §7against wolves.\",8:\"\",9:\"§c☠ §5Requires Wolf Slayer 6\",10:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{id:\"POOCH_SWORD\"}}", "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+120", "§7Strength: §c+20", - "§7Crit Damage: §c+50%", "§7Speed: §a+5", " §8[§8❁§8]", "", @@ -36,4 +35,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Pooch_Sword" ], "crafttext": "" -}
\ No newline at end of file +} diff --git a/items/POWER;6.json b/items/POWER;6.json index 6e60d263..0691ed86 100644 --- a/items/POWER;6.json +++ b/items/POWER;6.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Power VI\",1:\"§7Increases bow damage by §a48%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aVI: §7Dark Auction,\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"\",13:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"POWER;6\",enchantments:{power:6}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Power VI\",1:\"§7Increases bow damage by §a50%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aVI: §7Dark Auction,\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"\",13:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"POWER;6\",enchantments:{power:6}}}", "damage": 0, "lore": [ "§9Power VI", - "§7Increases bow damage by §a48%§7.", + "§7Increases bow damage by §a50%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -21,8 +21,8 @@ ], "internalname": "POWER;6", "parent": "POWER;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/POWER;7.json b/items/POWER;7.json index c67f7f37..2dfcdd22 100644 --- a/items/POWER;7.json +++ b/items/POWER;7.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Power VII\",1:\"§7Increases bow damage by §a56%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aVII: §7Scorpius,\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"\",13:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"POWER;7\",enchantments:{power:7}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Power VII\",1:\"§7Increases bow damage by §a65%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aVII: §7Scorpius,\",8:\"§7Experiments\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fBow\",12:\"\",13:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"POWER;7\",enchantments:{power:7}}}", "damage": 0, "lore": [ "§9Power VII", - "§7Increases bow damage by §a56%§7.", + "§7Increases bow damage by §a65%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -23,6 +23,6 @@ "parent": "POWER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/POWER_WITHER_BOOTS.json b/items/POWER_WITHER_BOOTS.json index 9aa44523..a780fe33 100644 --- a/items/POWER_WITHER_BOOTS.json +++ b/items/POWER_WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Necron\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d409\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+145\",4:\"§7Defense: §a+85\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:15167036,Name:\"§6Necron\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d409\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+145\",4:\"§7Defense: §a+85\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:15167036,Name:\"§6Necron\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d409", @@ -12,6 +12,9 @@ "§7Intelligence: §a+10", " §8[§8❁§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +22,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +41,7 @@ "internalname": "POWER_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/POWER_WITHER_CHESTPLATE.json b/items/POWER_WITHER_CHESTPLATE.json index 528de9da..c9cb3b6c 100644 --- a/items/POWER_WITHER_CHESTPLATE.json +++ b/items/POWER_WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Necron\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d634\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+260\",4:\"§7Defense: §a+140\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:15155516,Name:\"§6Necron\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d634\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+260\",4:\"§7Defense: §a+140\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:15155516,Name:\"§6Necron\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d634", @@ -12,6 +12,9 @@ "§7Intelligence: §a+10", " §8[§8❁§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +22,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +41,7 @@ "internalname": "POWER_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/POWER_WITHER_HELMET.json b/items/POWER_WITHER_HELMET.json index 3aac7be4..e0bfb964 100644 --- a/items/POWER_WITHER_HELMET.json +++ b/items/POWER_WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Necron\u0027s Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"16b91b55-02b7-3315-bd9a-7da8467e4a96\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzI0OTc5MywKICAicHJvZmlsZUlkIiA6ICIwNjEzY2I1Y2QxYjg0M2JjYjI4OTk1NWU4N2QzMGEyYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJicmVhZGxvYWZzcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yYmJiMmZhN2E2Y2EwODcyODBlYTBjYjU2NGI0MWVmMWFlNDA0YTE5ZjdhODEyOGQzZDI4YzUxOWE4NWUwNjNmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d484\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+180\",4:\"§7Defense: §a+100\",5:\"§7Intelligence: §a+30\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necron\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"16b91b55-02b7-3315-bd9a-7da8467e4a96\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzI0OTc5MywKICAicHJvZmlsZUlkIiA6ICIwNjEzY2I1Y2QxYjg0M2JjYjI4OTk1NWU4N2QzMGEyYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJicmVhZGxvYWZzcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yYmJiMmZhN2E2Y2EwODcyODBlYTBjYjU2NGI0MWVmMWFlNDA0YTE5ZjdhODEyOGQzZDI4YzUxOWE4NWUwNjNmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d484\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+180\",4:\"§7Defense: §a+100\",5:\"§7Intelligence: §a+30\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necron\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d484", @@ -12,6 +12,9 @@ "§7Intelligence: §a+30", " §8[§8❁§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +22,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +41,7 @@ "internalname": "POWER_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/POWER_WITHER_LEGGINGS.json b/items/POWER_WITHER_LEGGINGS.json index 654ee3a5..67426d41 100644 --- a/items/POWER_WITHER_LEGGINGS.json +++ b/items/POWER_WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Necron\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d574\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+230\",4:\"§7Defense: §a+125\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:15162428,Name:\"§6Necron\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d574\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+230\",4:\"§7Defense: §a+125\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:15162428,Name:\"§6Necron\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d574", @@ -12,6 +12,9 @@ "§7Intelligence: §a+10", " §8[§8❁§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +22,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +41,7 @@ "internalname": "POWER_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/PROSECUTE;1.json b/items/PROSECUTE;1.json index 22729121..c962ad03 100644 --- a/items/PROSECUTE;1.json +++ b/items/PROSECUTE;1.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§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.\",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- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;1\",enchantments:{PROSECUTE:1}}}", "damage": 0, "lore": [ "§9Prosecute I", "§7Increases damage dealt by §a0.1%", "§a§7for each percent of health", - "§7your target has up to §a35%", - "§a§7damage.", + "§7your target has.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -26,6 +25,6 @@ "internalname": "PROSECUTE;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PROSECUTE;2.json b/items/PROSECUTE;2.json index 37205b0a..73010d77 100644 --- a/items/PROSECUTE;2.json +++ b/items/PROSECUTE;2.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§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.\",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- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;2\",enchantments:{PROSECUTE:2}}}", "damage": 0, "lore": [ "§9Prosecute II", "§7Increases damage dealt by §a0.2%", "§a§7for each percent of health", - "§7your target has up to §a35%", - "§a§7damage.", + "§7your target has.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -26,6 +25,6 @@ "internalname": "PROSECUTE;2", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PROSECUTE;3.json b/items/PROSECUTE;3.json index 5b7f95c2..ccbc5110 100644 --- a/items/PROSECUTE;3.json +++ b/items/PROSECUTE;3.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§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.\",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- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;3\",enchantments:{PROSECUTE:3}}}", "damage": 0, "lore": [ "§9Prosecute III", "§7Increases damage dealt by §a0.3%", "§a§7for each percent of health", - "§7your target has up to §a35%", - "§a§7damage.", + "§7your target has.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -26,6 +25,6 @@ "internalname": "PROSECUTE;3", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PROSECUTE;4.json b/items/PROSECUTE;4.json index ba4d6d11..1b438027 100644 --- a/items/PROSECUTE;4.json +++ b/items/PROSECUTE;4.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§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.\",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- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;4\",enchantments:{PROSECUTE:4}}}", "damage": 0, "lore": [ "§9Prosecute IV", "§7Increases damage dealt by §a0.4%", "§a§7for each percent of health", - "§7your target has up to §a35%", - "§a§7damage.", + "§7your target has.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -26,6 +25,6 @@ "internalname": "PROSECUTE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PROSECUTE;5.json b/items/PROSECUTE;5.json index cbe84d9f..5ee3f2ab 100644 --- a/items/PROSECUTE;5.json +++ b/items/PROSECUTE;5.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cExecute\",16:\"\",17:\"§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.7%\",2:\"§a§7for each percent of health\",3:\"§7your target has.\",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- §cExecute\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;5\",enchantments:{PROSECUTE:5}}}", "damage": 0, "lore": [ "§9Prosecute V", - "§7Increases damage dealt by §a0.5%", + "§7Increases damage dealt by §a0.7%", "§a§7for each percent of health", - "§7your target has up to §a35%", - "§a§7damage.", + "§7your target has.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -26,6 +25,6 @@ "internalname": "PROSECUTE;5", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PROSECUTE;6.json b/items/PROSECUTE;6.json index ae13e0ce..19a19f36 100644 --- a/items/PROSECUTE;6.json +++ b/items/PROSECUTE;6.json @@ -1,14 +1,13 @@ { "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:\"§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:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Prosecute VI\",1:\"§7Increases damage dealt by §a1%\",2:\"§a§7for each percent of health\",3:\"§7your target has.\",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- §cExecute\",18:\"\",19:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"PROSECUTE;6\",enchantments:{PROSECUTE:6}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Prosecute VI", - "§7Increases damage dealt by §a0.6%", + "§7Increases damage dealt by §a1%", "§a§7for each percent of health", - "§7your target has up to §a35%", - "§a§7damage.", + "§7your target has.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -29,6 +28,6 @@ "internalname": "PROSECUTE;6", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/REDSTONE_PIGMAN_MONSTER.json b/items/REDSTONE_PIGMAN_MONSTER.json index ff56de7e..d050d444 100644 --- a/items/REDSTONE_PIGMAN_MONSTER.json +++ b/items/REDSTONE_PIGMAN_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aRedstone Pigman (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\",4:\"§7Coins per Kill: §612\",5:\"§7Combat XP: §320\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fGold Nugget §8x2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\",4:\"§7Coins per Kill: §612\",5:\"§7Combat XP: §320\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fGold Nugget §8x2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\",13:\"§8 ■ §5Brick Red Dye§8(§a0%§8)\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}", "damage": 3, "lore": [ "§7These pigmen will defend their", @@ -16,14 +16,15 @@ "§8 ■ §fGold Nugget §8x2", "", "§dRNGesus Loot", - "§8 ■ §5Exp Share Core §8(§a0.01%§8)" + "§8 ■ §5Exp Share Core §8(§a0.01%§8)", + "§8 ■ §5Brick Red Dye§8(§a0%§8)" ], "internalname": "REDSTONE_PIGMAN_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Redstone_Pigman" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/REVENANT_HORROR_2_BOSS.json b/items/REVENANT_HORROR_2_BOSS.json index fff329f2..2069e47c 100644 --- a/items/REVENANT_HORROR_2_BOSS.json +++ b/items/REVENANT_HORROR_2_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Revenant Horror II (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"4bd5a615-7c98-37fb-8bd5-a6157c9827fb\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZjMDE4NDQ3M2ZlODgyZDI4OTVjZTdjYmM4MTk3YmQ0MGZmNzBiZjEwZDM3NDVkZTk3YjZjMmE5YzVmYzc4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c20.000❤\",3:\"§7Damage: §c25 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§aPestilence\",9:\"§7Deals AOE damage every second,\",10:\"§7shredding armor by 25%.\",11:\"\",12:\"§7Reward: §d25 Zombie Slayer XP\",13:\"§8+ Possible Drops:\",14:\"§aRevenant Flesh §a(9x-18x) §8(§2Guaranteed 100%§8)\",15:\"§9Foul Flesh §a(1x) §8(§9Occasional 20%§8)\",16:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",17:\"§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)\"],Name:\"§6Revenant Horror II (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_2_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"4bd5a615-7c98-37fb-8bd5-a6157c9827fb\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZjMDE4NDQ3M2ZlODgyZDI4OTVjZTdjYmM4MTk3YmQ0MGZmNzBiZjEwZDM3NDVkZTk3YjZjMmE5YzVmYzc4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c20.000❤\",3:\"§7Damage: §c25 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§aPestilence\",9:\"§7Deals AOE damage every second,\",10:\"§7shredding armor by 25%.\",11:\"\",12:\"§7Reward: §d25 Zombie Slayer XP\",13:\"§8+ Possible Drops:\",14:\"§aRevenant Flesh §a(9x-18x) §8(§2Guaranteed 100%§8)\",15:\"§9Foul Flesh §a(1x) §8(§9Occasional 20%§8)\",16:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",17:\"§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)\"],Name:\"§6Revenant Horror II (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_2_BOSS\"}}", "damage": 3, "lore": [ "§8Strong", @@ -21,14 +21,14 @@ "§aRevenant Flesh §a(9x-18x) §8(§2Guaranteed 100%§8)", "§9Foul Flesh §a(1x) §8(§9Occasional 20%§8)", "§9Pestilence Rune §a(1x) §8(§bRare 5%§8)", - "§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)" + "§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)" ], "internalname": "REVENANT_HORROR_2_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Horror" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/REVENANT_HORROR_3_BOSS.json b/items/REVENANT_HORROR_3_BOSS.json index 4c7a0b74..e2a1f624 100644 --- a/items/REVENANT_HORROR_3_BOSS.json +++ b/items/REVENANT_HORROR_3_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Revenant Horror III (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"4bd5a615-7c98-37fb-8bd5-a6157c9827fb\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZjMDE4NDQ3M2ZlODgyZDI4OTVjZTdjYmM4MTk3YmQ0MGZmNzBiZjEwZDM3NDVkZTk3YjZjMmE5YzVmYzc4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Challenging\",1:\"\",2:\"§7Health: §c400.000❤\",3:\"§7Damage: §c120 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§aPestilence\",9:\"§7Deals AOE damage every second,\",10:\"§7shredding armor by 25%.\",11:\"\",12:\"§cEnrage\",13:\"§7Gets real mad once in a while.\",14:\"\",15:\"§7Reward: §d100 Zombie Slayer XP\",16:\"§8+ Possible Drops:\",17:\"§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)\",18:\"§9Foul Flesh §a(1x-2x) §8(§9Occasional 20%§8)\",19:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",20:\"§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",21:\"§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)\",22:\"§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",23:\"§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)\"],Name:\"§6Revenant Horror III (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_3_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"4bd5a615-7c98-37fb-8bd5-a6157c9827fb\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZjMDE4NDQ3M2ZlODgyZDI4OTVjZTdjYmM4MTk3YmQ0MGZmNzBiZjEwZDM3NDVkZTk3YjZjMmE5YzVmYzc4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Challenging\",1:\"\",2:\"§7Health: §c400.000❤\",3:\"§7Damage: §c120 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§aPestilence\",9:\"§7Deals AOE damage every second,\",10:\"§7shredding armor by 25%.\",11:\"\",12:\"§cEnrage\",13:\"§7Gets real mad once in a while.\",14:\"\",15:\"§7Reward: §d100 Zombie Slayer XP\",16:\"§8+ Possible Drops:\",17:\"§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)\",18:\"§9Foul Flesh §a(1x-2x) §8(§9Occasional 20%§8)\",19:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",20:\"§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)\",21:\"§9Smite VI §a(1x) §8(§5Extraordinary 1%§8)\",22:\"§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",23:\"§5Revenant Catalyst §a(1x) §8(§5Extraordinary 1%§8)\"],Name:\"§6Revenant Horror III (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_3_BOSS\"}}", "damage": 3, "lore": [ "§8Challenging", @@ -24,17 +24,17 @@ "§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)", "§9Foul Flesh §a(1x-2x) §8(§9Occasional 20%§8)", "§9Pestilence Rune §a(1x) §8(§bRare 5%§8)", - "§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)", - "§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)", + "§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)", + "§9Smite VI §a(1x) §8(§5Extraordinary 1%§8)", "§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)" + "§5Revenant Catalyst §a(1x) §8(§5Extraordinary 1%§8)" ], "internalname": "REVENANT_HORROR_3_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Horror" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/REVENANT_HORROR_4_BOSS.json b/items/REVENANT_HORROR_4_BOSS.json index 6a7b6800..5eee4ba4 100644 --- a/items/REVENANT_HORROR_4_BOSS.json +++ b/items/REVENANT_HORROR_4_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Revenant Horror IV (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"1cd0f7b6-d6fe-3254-9cd0-f7b6d6fe6254\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmIzNDQ3MTUwOGI0YjIwY2IzNWMzN2ExZGQ2ZThhZmE3ZjJkNTM4ODgyMjEzODgzN2NhZjU5YzIxOTVkOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Deadly\",1:\"\",2:\"§7Health: §c1.500.000❤\",3:\"§7Damage: §c400 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§aPestilence\",9:\"§7Deals AOE damage every second,\",10:\"§7shredding armor by 25%.\",11:\"\",12:\"§cEnrage\",13:\"§7Gets real mad once in a while.\",14:\"\",15:\"§7Reward: §d500 Zombie Slayer XP\",16:\"§8+ Possible Drops:\",17:\"§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)\",18:\"§9Foul Flesh §a(2x-3x) §8(§9Occasional 20%§8)\",19:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",20:\"§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",21:\"§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)\",22:\"§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",23:\"§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",24:\"§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)\",25:\"§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Revenant Horror IV (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_4_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"1cd0f7b6-d6fe-3254-9cd0-f7b6d6fe6254\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmIzNDQ3MTUwOGI0YjIwY2IzNWMzN2ExZGQ2ZThhZmE3ZjJkNTM4ODgyMjEzODgzN2NhZjU5YzIxOTVkOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Deadly\",1:\"\",2:\"§7Health: §c1.500.000❤\",3:\"§7Damage: §c400 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§aPestilence\",9:\"§7Deals AOE damage every second,\",10:\"§7shredding armor by 25%.\",11:\"\",12:\"§cEnrage\",13:\"§7Gets real mad once in a while.\",14:\"\",15:\"§7Reward: §d500 Zombie Slayer XP\",16:\"§8+ Possible Drops:\",17:\"§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)\",18:\"§9Foul Flesh §a(2x-3x) §8(§9Occasional 20%§8)\",19:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",20:\"§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)\",21:\"§9Smite VI §a(1x) §8(§5Extraordinary 1%§8)\",22:\"§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",23:\"§5Revenant Catalyst §a(1x) §8(§5Extraordinary 1%§8)\",24:\"§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)\",25:\"§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Revenant Horror IV (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_4_BOSS\"}}", "damage": 3, "lore": [ "§8Deadly", @@ -24,19 +24,19 @@ "§aRevenant Flesh §a(30x-50x) §8(§2Guaranteed 100%§8)", "§9Foul Flesh §a(2x-3x) §8(§9Occasional 20%§8)", "§9Pestilence Rune §a(1x) §8(§bRare 5%§8)", - "§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)", - "§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)", + "§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)", + "§9Smite VI §a(1x) §8(§5Extraordinary 1%§8)", "§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)", + "§5Revenant Catalyst §a(1x) §8(§5Extraordinary 1%§8)", "§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)" ], "internalname": "REVENANT_HORROR_4_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Horror" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/REVENANT_HORROR_5_BOSS.json b/items/REVENANT_HORROR_5_BOSS.json index 7f1abd72..5d04e48d 100644 --- a/items/REVENANT_HORROR_5_BOSS.json +++ b/items/REVENANT_HORROR_5_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Revenant Horror V (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"d6a01091-d766-391a-96a0-1091d766a91a\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmIwYWFkMmY0ZjA2ZDJlMGNhODNjNTQ2MjQ2MDA2NWZjNGEwZDMwOTNhYjY3YzU2NGE1YWU1ZDg5ZGJmMDJiNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Excruciating\",1:\"\",2:\"§7Health: §c10.000.000❤\",3:\"§7Damage: §c2.400 §7per second\",4:\"\",5:\"§aRedemption\",6:\"§7§7Heals rapidly.\",7:\"\",8:\"§cExplosive Assault\",9:\"§7§7Throws explosive TNT.\",10:\"\",11:\"§5Thermonuclear\",12:\"§7§7Charges up and releases a massive\",13:\"§7explosion.\",14:\"\",15:\"§6§lPossible Drops:\",16:\"§aRevenant Flesh §a(1x-64x) §8(§2Guaranteed 100%§8)\",17:\"§9Foul Flesh §a(1x-4x) §8(§9Occasional 20%§8)\",18:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",19:\"§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",20:\"§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)\",21:\"§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",22:\"§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",23:\"§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)\",24:\"§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)\",25:\"§9Revenant Viscera §a(1x-2x) §8(§9Occasional 20%§8)\",26:\"§6Shard of the Shredded §a(1x) §8(§dPray RNGesus \u003c1%§8)\",27:\"§6Warden Heart §a(1x) §8(§cRNGesus Incarnate \u003c\u003c1%§8)\"],Name:\"§6Revenant Horror V (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_5_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"d6a01091-d766-391a-96a0-1091d766a91a\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmIwYWFkMmY0ZjA2ZDJlMGNhODNjNTQ2MjQ2MDA2NWZjNGEwZDMwOTNhYjY3YzU2NGE1YWU1ZDg5ZGJmMDJiNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Excruciating\",1:\"\",2:\"§7Health: §c10.000.000❤\",3:\"§7Damage: §c2.400 §7per second\",4:\"\",5:\"§aRedemption\",6:\"§7§7Heals rapidly.\",7:\"\",8:\"§cExplosive Assault\",9:\"§7§7Throws explosive TNT.\",10:\"\",11:\"§5Thermonuclear\",12:\"§7§7Charges up and releases a massive\",13:\"§7explosion.\",14:\"\",15:\"§6§lPossible Drops:\",16:\"§aRevenant Flesh §a(1x-64x) §8(§2Guaranteed 100%§8)\",17:\"§9Foul Flesh §a(1x-4x) §8(§9Occasional 20%§8)\",18:\"§9Pestilence Rune §a(1x) §8(§bRare 5%§8)\",19:\"§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)\",20:\"§9Smite VI §a(1x) §8(§5Extraordinary 1%§8)\",21:\"§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)\",22:\"§5Revenant Catalyst §a(1x) §8(§5Extraordinary 1%§8)\",23:\"§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)\",24:\"§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)\",25:\"§9Revenant Viscera §a(1x-2x) §8(§9Occasional 20%§8)\",26:\"§6Shard of the Shredded §a(1x) §8(§dPray RNGesus \u003c1%§8)\",27:\"§6Warden Heart §a(1x) §8(§cRNGesus Incarnate \u003c\u003c1%§8)\"],Name:\"§6Revenant Horror V (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_5_BOSS\"}}", "damage": 3, "lore": [ "§8Excruciating", @@ -23,10 +23,10 @@ "§aRevenant Flesh §a(1x-64x) §8(§2Guaranteed 100%§8)", "§9Foul Flesh §a(1x-4x) §8(§9Occasional 20%§8)", "§9Pestilence Rune §a(1x) §8(§bRare 5%§8)", - "§9Undead Catalyst §a(1x) §8(§5Extraodinary 1%§8)", - "§9Smite VI §a(1x) §8(§5Extraodinary 1%§8)", + "§9Undead Catalyst §a(1x) §8(§5Extraordinary 1%§8)", + "§9Smite VI §a(1x) §8(§5Extraordinary 1%§8)", "§5Beheaded Horror §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§5Revenant Catalyst §a(1x) §8(§5Extraodinary 1%§8)", + "§5Revenant Catalyst §a(1x) §8(§5Extraordinary 1%§8)", "§5Snake Rune §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§6Scythe Blade §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§9Revenant Viscera §a(1x-2x) §8(§9Occasional 20%§8)", @@ -35,10 +35,10 @@ ], "internalname": "REVENANT_HORROR_5_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Horror" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/SCATHA_MONSTER.json b/items/SCATHA_MONSTER.json index b73032c2..65da78e9 100644 --- a/items/SCATHA_MONSTER.json +++ b/items/SCATHA_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aScatha (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29f95759-1a6f-3e85-9941-91a7a2275274\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Stone worms can, and will eat\",1:\"§7anything.\",2:\"\",3:\"§c❤ Health§8: §c10\",4:\"§7Coins per Kill: §610\",5:\"§7Combat XP: §350\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §f✧ Fine Topaz Gemstone §8x1\",10:\"§8 ■ §f❈ Fine Amethyst Gemstone §8(§a40%§8)\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §f☘ Fine Jade Gemstone §8(§a20%§8)\",14:\"§8 ■ §f⸕ Fine Amber Gemstone §8(§a10%§8)\",15:\"§8 ■ §f✎ Fine Sapphire Gemstone §8(§a10%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §9Scatha §8(§a0.1%§8)\",19:\"§8 ■ §5Scatha §8(§a0.04%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §6Scatha §8(§a0.01%§8)\"],Name:\"§aScatha (Monster)\"},ExtraAttributes:{id:\"SCATHA_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29f95759-1a6f-3e85-9941-91a7a2275274\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Stone worms can, and will eat\",1:\"§7anything.\",2:\"\",3:\"§c❤ Health§8: §c10\",4:\"§7Coins per Kill: §610\",5:\"§7Combat XP: §350\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §f✧ Fine Topaz Gemstone §8x1\",10:\"§8 ■ §f❈ Fine Amethyst Gemstone §8(§a40%§8)\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §f☘ Fine Jade Gemstone §8(§a20%§8)\",14:\"§8 ■ §f⸕ Fine Amber Gemstone §8(§a10%§8)\",15:\"§8 ■ §f✎ Fine Sapphire Gemstone §8(§a10%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §9Scatha §8(§a0.24%§8)\",19:\"§8 ■ §5Scatha §8(§a0.12%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §6Scatha §8(§a0.04%§8)\"],Name:\"§aScatha (Monster)\"},ExtraAttributes:{id:\"SCATHA_MONSTER\"}}", "damage": 3, "lore": [ "§7Stone worms can, and will eat", @@ -22,15 +22,15 @@ "§8 ■ §f✎ Fine Sapphire Gemstone §8(§a10%§8)", "", "§6Legendary Loot", - "§8 ■ §9Scatha §8(§a0.1%§8)", - "§8 ■ §5Scatha §8(§a0.04%§8)", + "§8 ■ §9Scatha §8(§a0.24%§8)", + "§8 ■ §5Scatha §8(§a0.12%§8)", "", "§dRNGesus Loot", - "§8 ■ §6Scatha §8(§a0.01%§8)" + "§8 ■ §6Scatha §8(§a0.04%§8)" ], "internalname": "SCATHA_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scatha" diff --git a/items/SECOND_MASTER_STAR.json b/items/SECOND_MASTER_STAR.json index 6248de56..620e1bae 100644 --- a/items/SECOND_MASTER_STAR.json +++ b/items/SECOND_MASTER_STAR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Second Master Star", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"650a55c6-fa27-3aaf-bca8-bd331ede1122\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmY1ZGUwODcyNDg3M2ZlMGNkZTY2M2FjNTJkMWU1NDg0NzlhYzNmOGYzNmViZDAxNzE1YjcxNzFmNDgxZDUxOSJ9fX0\"}]}},display:{Lore:[0:\"§7Imbue a §c1✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Second Master Star\"},ExtraAttributes:{id:\"SECOND_MASTER_STAR\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"889a9de9-d60d-3eb0-b915-46c41d6e1415\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTgwMjU5NjQ3OSwKICAicHJvZmlsZUlkIiA6ICI4ZGU4ZWU3MTMyMTY0NGNhYTllZjJlNTVjODRjNGU4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJIdW5kZXNjaG9uVE0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWQ5OTEzYTY2MWMzOGY1ZjcwMGI4MDc5OGE4YzQ4NWQzMzJkNzgzNDViNzY3MWQwYTI0OGE4NGIyMDk5YmY0ZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Imbue a §c1✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Second Master Star\"},ExtraAttributes:{id:\"SECOND_MASTER_STAR\"}}", "damage": 3, "lore": [ "§7Imbue a §c1✪§7 Dungeon Item with", @@ -15,9 +15,9 @@ "internalname": "SECOND_MASTER_STAR", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Star" ] -} +}
\ No newline at end of file diff --git a/items/SHARPNESS;5.json b/items/SHARPNESS;5.json index b99f5edf..8c1ce72d 100644 --- a/items/SHARPNESS;5.json +++ b/items/SHARPNESS;5.json @@ -1,12 +1,12 @@ { "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:\"§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}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness V\",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:\"§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", "§7Increases melee damage dealt by", - "§7§a25%§7", + "§7§a30%§7", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -30,6 +30,6 @@ "parent": "SHARPNESS;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SHARPNESS;6.json b/items/SHARPNESS;6.json index ad9c233f..f9d8703a 100644 --- a/items/SHARPNESS;6.json +++ b/items/SHARPNESS;6.json @@ -1,12 +1,12 @@ { "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:\"§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}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness VI\",1:\"§7Increases melee damage dealt by\",2:\"§7§a45%§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", "§7Increases melee damage dealt by", - "§7§a30%§7", + "§7§a45%§7", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -29,8 +29,8 @@ ], "internalname": "SHARPNESS;6", "parent": "SHARPNESS;4", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SHARPNESS;7.json b/items/SHARPNESS;7.json index 12aafd0a..ef24150e 100644 --- a/items/SHARPNESS;7.json +++ b/items/SHARPNESS;7.json @@ -1,12 +1,12 @@ { "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:\"§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}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sharpness VII\",1:\"§7Increases melee damage dealt by\",2:\"§7§a65%§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", "§7Increases melee damage dealt by", - "§7§a35%§7", + "§7§a65%§7", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -30,6 +30,6 @@ "parent": "SHARPNESS;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SLUDGE_MONSTER.json b/items/SLUDGE_MONSTER.json index 20628b85..3feca445 100644 --- a/items/SLUDGE_MONSTER.json +++ b/items/SLUDGE_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aSludge (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7They say that the juice of these\",1:\"§7slimes has valueable magical\",2:\"§7properties\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §aSludge\"],Name:\"§aSludge (Monster)\"},ExtraAttributes:{id:\"SLUDGE_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b70a2f3-319c-38d5-b7d1-5b2425770184\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk1YWVlYzZiODQyYWRhODY2OWY4NDZkNjViYzQ5NzYyNTk3ODI0YWI5NDRmMjJmNDViZjNiYmI5NDFhYmU2YyJ9fX0\"}]}},display:{Lore:[0:\"§7They say that the juice of these\",1:\"§7slimes has valueable magical\",2:\"§7properties\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §aSludge\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Celadon Dye §8(§a0%§8)\"],Name:\"§aSludge (Monster)\"},ExtraAttributes:{id:\"SLUDGE_MONSTER\"}}", "damage": 3, "lore": [ "§7They say that the juice of these", @@ -13,14 +13,17 @@ "", "§6§lPossible Drops:", "§fCommon Loot", - "§8 ■ §aSludge" + "§8 ■ §aSludge", + "", + "§dRNGesus Loot", + "§8 ■ §5Celadon Dye §8(§a0%§8)" ], "internalname": "SLUDGE_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Yog" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/SMITE;1.json b/items/SMITE;1.json index e394b055..f5637d3b 100644 --- a/items/SMITE;1.json +++ b/items/SMITE;1.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a10%§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", "§7Increases damage dealt to", "§7§7Skeletons§7, §7Zombie", "§7Pigmen§7, §7Withers§7, and", - "§7§7Zombies§7 by §a8%§7.", + "§7§7Zombies§7 by §a10%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -32,6 +32,6 @@ "parent": "SMITE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SMITE;2.json b/items/SMITE;2.json index cf6d89d8..4f4b833f 100644 --- a/items/SMITE;2.json +++ b/items/SMITE;2.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a20%§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", "§7Increases damage dealt to", "§7§7Skeletons§7, §7Zombie", "§7Pigmen§7, §7Withers§7, and", - "§7§7Zombies§7 by §a16%§7.", + "§7§7Zombies§7 by §a20%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -32,6 +32,6 @@ "parent": "SMITE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SMITE;3.json b/items/SMITE;3.json index 7a31776f..4c773e47 100644 --- a/items/SMITE;3.json +++ b/items/SMITE;3.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a30%§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", "§7Increases damage dealt to", "§7§7Skeletons§7, §7Zombie", "§7Pigmen§7, §7Withers§7, and", - "§7§7Zombies§7 by §a24%§7.", + "§7§7Zombies§7 by §a30%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -32,6 +32,6 @@ "parent": "SMITE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SMITE;4.json b/items/SMITE;4.json index 4c3b6bef..b2579b3f 100644 --- a/items/SMITE;4.json +++ b/items/SMITE;4.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §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:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SMITE;4\",enchantments:{smite:4}}}", "damage": 0, "lore": [ "§9Smite IV", "§7Increases damage dealt to", "§7§7Zombie Pigmen§7, §7Zombies§7,", "§7§7Withers§7, and §7Skeletons§7", - "§7by §a32%§7.", + "§7by §a40%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -41,7 +41,7 @@ }, "internalname": "SMITE;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "Requires: Rotten Flesh III", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SMITE;5.json b/items/SMITE;5.json index f617e0ef..d3dc2879 100644 --- a/items/SMITE;5.json +++ b/items/SMITE;5.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a60%§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", "§7Increases damage dealt to", "§7§7Skeletons§7, §7Zombies§7,", "§7§7Zombie Pigmen§7, and", - "§7§7Withers§7 by §a40%§7.", + "§7§7Withers§7 by §a60%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -32,6 +32,6 @@ "parent": "SMITE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SMITE;6.json b/items/SMITE;6.json index 75044429..f27919c3 100644 --- a/items/SMITE;6.json +++ b/items/SMITE;6.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a80%§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", "§7Increases damage dealt to", "§7§7Skeletons§7, §7Zombies§7,", "§7§7Zombie Pigmen§7, and", - "§7§7Withers§7 by §a48%§7.", + "§7§7Withers§7 by §a80%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -32,6 +32,6 @@ "parent": "SMITE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SMITE;7.json b/items/SMITE;7.json index 8b2e8308..4ba26d10 100644 --- a/items/SMITE;7.json +++ b/items/SMITE;7.json @@ -1,14 +1,14 @@ { "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:\"§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}}}", + "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 §a100%§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", "§7Increases damage dealt to", "§7§7Skeletons§7, §7Zombies§7,", "§7§7Zombie Pigmen§7, and", - "§7§7Withers§7 by §a56%§7.", + "§7§7Withers§7 by §a100%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -32,6 +32,6 @@ "parent": "SMITE;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/SNEAKY_CREEPER_MONSTER.json b/items/SNEAKY_CREEPER_MONSTER.json index 95181604..f3809f1d 100644 --- a/items/SNEAKY_CREEPER_MONSTER.json +++ b/items/SNEAKY_CREEPER_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Sneaky Creeper (Monster)", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \",5:\"\",6:\"§c❤ Health§8: §c120\",7:\"§7Coins per Kill: §63\",8:\"§7Combat XP: §38\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGunpowder\",13:\"\",14:\"§dRNGesus Loot\",15:\"§8 ■ §5Exp Share Core §8(§a\u003c1%§8)\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \",5:\"\",6:\"§c❤ Health§8: §c120\",7:\"§7Coins per Kill: §63\",8:\"§7Combat XP: §38\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGunpowder\",13:\"\",14:\"§dRNGesus Loot\",15:\"§8 ■ §5Exp Share Core §8(§a\u003c1%§8)\",16:\"§8 ■ §5Nyanza Dye §8(§a0%§8)\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}", "damage": 4, "lore": [ "§7Sneaky Creepers are a type of Creeper that", @@ -19,14 +19,15 @@ "§8 ■ §fGunpowder", "", "§dRNGesus Loot", - "§8 ■ §5Exp Share Core §8(§a\u003c1%§8)" + "§8 ■ §5Exp Share Core §8(§a\u003c1%§8)", + "§8 ■ §5Nyanza Dye §8(§a0%§8)" ], "internalname": "SNEAKY_CREEPER_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/SPEED_WITHER_BOOTS.json b/items/SPEED_WITHER_BOOTS.json index 7ce9ade1..ed907601 100644 --- a/items/SPEED_WITHER_BOOTS.json +++ b/items/SPEED_WITHER_BOOTS.json @@ -1,17 +1,21 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Maxor\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d329\",1:\"§7Crit Damage: §c+30%\",2:\"§7Health: §a+145\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:9005512,Name:\"§6Maxor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d329\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+145\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:9005512,Name:\"§6Maxor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d329", - "§7Crit Damage: §c+30%", + "§7Crit Damage: §c+45%", "§7Health: §a+145", "§7Defense: §a+65", "§7Speed: §a+30", "§7Intelligence: §a+10", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take from", + "§7withers by §c10% §7and increases", + "§7your arrow damage by §c5.0%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +23,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +42,7 @@ "internalname": "SPEED_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SPEED_WITHER_CHESTPLATE.json b/items/SPEED_WITHER_CHESTPLATE.json index 21307144..f18bea43 100644 --- a/items/SPEED_WITHER_CHESTPLATE.json +++ b/items/SPEED_WITHER_CHESTPLATE.json @@ -1,17 +1,21 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Maxor\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Crit Damage: §c+30%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+120\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4854967,Name:\"§6Maxor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+120\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4854967,Name:\"§6Maxor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d554", - "§7Crit Damage: §c+30%", + "§7Crit Damage: §c+45%", "§7Health: §a+260", "§7Defense: §a+120", "§7Speed: §a+30", "§7Intelligence: §a+10", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take from", + "§7withers by §c10% §7and increases", + "§7your arrow damage by §c5.0%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +23,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +42,7 @@ "internalname": "SPEED_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SPEED_WITHER_HELMET.json b/items/SPEED_WITHER_HELMET.json index 85642146..ff74d6d6 100644 --- a/items/SPEED_WITHER_HELMET.json +++ b/items/SPEED_WITHER_HELMET.json @@ -1,17 +1,21 @@ { "itemid": "minecraft:skull", "displayname": "§6Maxor\u0027s Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ee05abe4-347b-3ea5-8248-fae93392140e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzMwNDc1OCwKICAicHJvZmlsZUlkIiA6ICI0ZDcwNDg2ZjUwOTI0ZDMzODZiYmZjOWMxMmJhYjRhZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaXJGYWJpb3pzY2hlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiZmIwZWQ1OTU5MTkwZDQxNWU3MjZhMTVmMjk4NDAwN2E2N2E1ZmQ0ZWE1NjcxZDBkNjc2ZjlmNjQxYjViYWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gear Score: §d397\",1:\"§7Crit Damage: §c+30%\",2:\"§7Health: §a+180\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+15\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Maxor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ee05abe4-347b-3ea5-8248-fae93392140e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzMwNDc1OCwKICAicHJvZmlsZUlkIiA6ICI0ZDcwNDg2ZjUwOTI0ZDMzODZiYmZjOWMxMmJhYjRhZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaXJGYWJpb3pzY2hlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiZmIwZWQ1OTU5MTkwZDQxNWU3MjZhMTVmMjk4NDAwN2E2N2E1ZmQ0ZWE1NjcxZDBkNjc2ZjlmNjQxYjViYWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gear Score: §d397\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+180\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+15\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Maxor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d397", - "§7Crit Damage: §c+30%", + "§7Crit Damage: §c+45%", "§7Health: §a+180", "§7Defense: §a+80", "§7Speed: §a+30", "§7Intelligence: §a+15", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take from", + "§7withers by §c10% §7and increases", + "§7your arrow damage by §c5.0%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +23,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +42,7 @@ "internalname": "SPEED_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SPEED_WITHER_LEGGINGS.json b/items/SPEED_WITHER_LEGGINGS.json index 44b0571b..2338149e 100644 --- a/items/SPEED_WITHER_LEGGINGS.json +++ b/items/SPEED_WITHER_LEGGINGS.json @@ -1,17 +1,21 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Maxor\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d494\",1:\"§7Crit Damage: §c+30%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+105\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6107065,Name:\"§6Maxor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d494\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+105\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6107065,Name:\"§6Maxor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d494", - "§7Crit Damage: §c+30%", + "§7Crit Damage: §c+45%", "§7Health: §a+230", "§7Defense: §a+105", "§7Speed: §a+30", "§7Intelligence: §a+10", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take from", + "§7withers by §c10% §7and increases", + "§7your arrow damage by §c5.0%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -19,9 +23,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -41,7 +42,7 @@ "internalname": "SPEED_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SVEN_PACKMASTER_3_BOSS.json b/items/SVEN_PACKMASTER_3_BOSS.json index 6ac6794d..4549ed1b 100644 --- a/items/SVEN_PACKMASTER_3_BOSS.json +++ b/items/SVEN_PACKMASTER_3_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Sven Packmaster III (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c750.000❤\",3:\"§7Damage: §c180 §7per second\",4:\"§7True damage: §f50 §7per second\",5:\"\",6:\"§aAgile\",7:\"§7The wolf is small and fast, making\",8:\"§7it hard to hit.\",9:\"\",10:\"§fTrue Damage\",11:\"§7Ignores your defense. Very painful.\",12:\"\",13:\"§bCall the pups!\",14:\"§7At 50% health, calls its deadly pack\",15:\"§7of pups.\",16:\"\",17:\"§7Reward: §d100 Wolf Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)\",20:\"§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)\",21:\"§9Sprit Rune §a(1x) §8(§bRare 5%§8)\",22:\"§9Critical VI §a(1x) §8(§5Extraodinary 1%§8)\",23:\"§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Sven Packmaster III (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_3_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c750.000❤\",3:\"§7Damage: §c180 §7per second\",4:\"§7True damage: §f50 §7per second\",5:\"\",6:\"§aAgile\",7:\"§7The wolf is small and fast, making\",8:\"§7it hard to hit.\",9:\"\",10:\"§fTrue Damage\",11:\"§7Ignores your defense. Very painful.\",12:\"\",13:\"§bCall the pups!\",14:\"§7At 50% health, calls its deadly pack\",15:\"§7of pups.\",16:\"\",17:\"§7Reward: §d100 Wolf Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)\",20:\"§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)\",21:\"§9Sprit Rune §a(1x) §8(§bRare 5%§8)\",22:\"§9Critical VI §a(1x) §8(§5Extraordinary 1%§8)\",23:\"§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Sven Packmaster III (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_3_BOSS\"}}", "damage": 3, "lore": [ "§8Strong", @@ -26,15 +26,15 @@ "§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)", "§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)", "§9Sprit Rune §a(1x) §8(§bRare 5%§8)", - "§9Critical VI §a(1x) §8(§5Extraodinary 1%§8)", + "§9Critical VI §a(1x) §8(§5Extraordinary 1%§8)", "§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)" ], "internalname": "SVEN_PACKMASTER_3_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sven_Packmaster" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/SVEN_PACKMASTER_4_BOSS.json b/items/SVEN_PACKMASTER_4_BOSS.json index d25a9a2f..0f000766 100644 --- a/items/SVEN_PACKMASTER_4_BOSS.json +++ b/items/SVEN_PACKMASTER_4_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Sven Packmaster IV (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c2.000.000❤\",3:\"§7Damage: §c440 §7per second\",4:\"§7True damage: §f200 §7per second\",5:\"\",6:\"§aAgile\",7:\"§7The wolf is small and fast, making\",8:\"§7it hard to hit.\",9:\"\",10:\"§fTrue Damage\",11:\"§7Ignores your defense. Very painful.\",12:\"\",13:\"§bCall the pups!\",14:\"§7At 50% health, calls its deadly pack\",15:\"§7of pups.\",16:\"\",17:\"§7Reward: §d500 Wolf Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)\",20:\"§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)\",21:\"§9Sprit Rune §a(1x) §8(§bRare 5%§8)\",22:\"§9Critical VI §a(1x) §8(§5Extraodinary 1%§8)\",23:\"§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)\",24:\"§6Couture Rune I §a(1x) §8(§dPray RNGesus \u003c1%§8)\",25:\"§9Grizzly Bait §a(1x) §8(§dPray RNGesus \u003c1%§8)\",26:\"§5Overflux Capacitor §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Sven Packmaster IV (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_4_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c2.000.000❤\",3:\"§7Damage: §c440 §7per second\",4:\"§7True damage: §f200 §7per second\",5:\"\",6:\"§aAgile\",7:\"§7The wolf is small and fast, making\",8:\"§7it hard to hit.\",9:\"\",10:\"§fTrue Damage\",11:\"§7Ignores your defense. Very painful.\",12:\"\",13:\"§bCall the pups!\",14:\"§7At 50% health, calls its deadly pack\",15:\"§7of pups.\",16:\"\",17:\"§7Reward: §d500 Wolf Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)\",20:\"§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)\",21:\"§9Sprit Rune §a(1x) §8(§bRare 5%§8)\",22:\"§9Critical VI §a(1x) §8(§5Extraordinary 1%§8)\",23:\"§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)\",24:\"§6Couture Rune I §a(1x) §8(§dPray RNGesus \u003c1%§8)\",25:\"§9Grizzly Bait §a(1x) §8(§dPray RNGesus \u003c1%§8)\",26:\"§5Overflux Capacitor §a(1x) §8(§dPray RNGesus \u003c1%§8)\"],Name:\"§6Sven Packmaster IV (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_4_BOSS\"}}", "damage": 3, "lore": [ "§8Strong", @@ -26,7 +26,7 @@ "§aWolf Tooth §a(30x-50x) §8(§2Guaranteed 100%§8)", "§9Hamster Wheel §a(2x-4x) §8(§9Occasional 20%§8)", "§9Sprit Rune §a(1x) §8(§bRare 5%§8)", - "§9Critical VI §a(1x) §8(§5Extraodinary 1%§8)", + "§9Critical VI §a(1x) §8(§5Extraordinary 1%§8)", "§5Red Claw Egg §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§6Couture Rune I §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§9Grizzly Bait §a(1x) §8(§dPray RNGesus \u003c1%§8)", @@ -34,10 +34,10 @@ ], "internalname": "SVEN_PACKMASTER_4_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sven_Packmaster" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/TANK_WITHER_BOOTS.json b/items/TANK_WITHER_BOOTS.json index 1a27aa2f..6aa2e6f4 100644 --- a/items/TANK_WITHER_BOOTS.json +++ b/items/TANK_WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Goldor\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d555\",1:\"§7Health: §a+190\",2:\"§7Defense: §a+165\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:8946558,Name:\"§6Goldor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d555\",1:\"§7Health: §a+190\",2:\"§7Defense: §a+165\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:8946558,Name:\"§6Goldor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d555", @@ -10,6 +10,9 @@ "§7Intelligence: §a+20", " §8[§8☤§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "TANK_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/TANK_WITHER_CHESTPLATE.json b/items/TANK_WITHER_CHESTPLATE.json index 4208b04b..a1f4e0b7 100644 --- a/items/TANK_WITHER_CHESTPLATE.json +++ b/items/TANK_WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Goldor\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d895\",1:\"§7Health: §a+310\",2:\"§7Defense: §a+275\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4538684,Name:\"§6Goldor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d895\",1:\"§7Health: §a+310\",2:\"§7Defense: §a+275\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4538684,Name:\"§6Goldor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d895", @@ -10,6 +10,9 @@ "§7Intelligence: §a+20", " §8[§8☤§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "TANK_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/TANK_WITHER_HELMET.json b/items/TANK_WITHER_HELMET.json index ac8d3d60..784ce805 100644 --- a/items/TANK_WITHER_HELMET.json +++ b/items/TANK_WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Goldor\u0027s Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b5eba12-eea5-3b0f-968b-cf8578bee45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzIwODgzNSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNDkyM2UyOGExODdmZTZhZjIyNzhiNzM5NGVmMjUzYTk2MzMxZmEyZGMwNzMxODc5Yzc4MGJmZWUyNDQyMjhhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d610\",1:\"§7Health: §a+210\",2:\"§7Defense: §a+180\",3:\"§7Intelligence: §a+30\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Goldor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b5eba12-eea5-3b0f-968b-cf8578bee45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzIwODgzNSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNDkyM2UyOGExODdmZTZhZjIyNzhiNzM5NGVmMjUzYTk2MzMxZmEyZGMwNzMxODc5Yzc4MGJmZWUyNDQyMjhhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d610\",1:\"§7Health: §a+210\",2:\"§7Defense: §a+180\",3:\"§7Intelligence: §a+30\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Goldor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d610", @@ -10,6 +10,9 @@ "§7Intelligence: §a+30", " §8[§8☤§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "TANK_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/TANK_WITHER_LEGGINGS.json b/items/TANK_WITHER_LEGGINGS.json index f6897c01..a3963fcf 100644 --- a/items/TANK_WITHER_LEGGINGS.json +++ b/items/TANK_WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Goldor\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d725\",1:\"§7Health: §a+250\",2:\"§7Defense: §a+220\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6643802,Name:\"§6Goldor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d725\",1:\"§7Health: §a+250\",2:\"§7Defense: §a+220\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6643802,Name:\"§6Goldor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d725", @@ -10,6 +10,9 @@ "§7Intelligence: §a+20", " §8[§8☤§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "TANK_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/TARANTULA_BROODFATHER_3_BOSS.json b/items/TARANTULA_BROODFATHER_3_BOSS.json index 2b509a12..0e8333e0 100644 --- a/items/TARANTULA_BROODFATHER_3_BOSS.json +++ b/items/TARANTULA_BROODFATHER_3_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Tarantula Broodfather III (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c900.000❤\",3:\"§7Damage: §c210 §7per second\",4:\"\",5:\"§eCombat Jump\",6:\"§7The spider will often attempt to\",7:\"§7jump behind you.\",8:\"\",9:\"§cNoxious\",10:\"§7Deals AOE damage every second,\",11:\"§7reducing your healing by 50%.\",12:\"\",13:\"§7Reward: §d100 Spider Slayer XP\",14:\"§8+ Possible Drops:\",15:\"§aTarantula Web §a(28x-48x) §8(§2Guaranteed 100%§8)\",16:\"§aToxic Arrow Posion §a(24x-30x) §8(§9Occasional 20%§8)\",17:\"§5Bite Rune §a(1x) §8(§bRare 5%§8)\",18:\"§9Spider Catalyst §a(1x) §8(§5Extraodinary 1%§8)\",19:\"§9Bane of Arthropods VI §a(1x) §8(§5Extraodinary 1%§8)\"],Name:\"§6Tarantula Broodfather III (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_3_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c900.000❤\",3:\"§7Damage: §c210 §7per second\",4:\"\",5:\"§eCombat Jump\",6:\"§7The spider will often attempt to\",7:\"§7jump behind you.\",8:\"\",9:\"§cNoxious\",10:\"§7Deals AOE damage every second,\",11:\"§7reducing your healing by 50%.\",12:\"\",13:\"§7Reward: §d100 Spider Slayer XP\",14:\"§8+ Possible Drops:\",15:\"§aTarantula Web §a(28x-48x) §8(§2Guaranteed 100%§8)\",16:\"§aToxic Arrow Posion §a(24x-30x) §8(§9Occasional 20%§8)\",17:\"§5Bite Rune §a(1x) §8(§bRare 5%§8)\",18:\"§9Spider Catalyst §a(1x) §8(§5Extraordinary 1%§8)\",19:\"§9Bane of Arthropods VI §a(1x) §8(§5Extraordinary 1%§8)\"],Name:\"§6Tarantula Broodfather III (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_3_BOSS\"}}", "damage": 3, "lore": [ "§8Beginner", @@ -22,15 +22,15 @@ "§aTarantula Web §a(28x-48x) §8(§2Guaranteed 100%§8)", "§aToxic Arrow Posion §a(24x-30x) §8(§9Occasional 20%§8)", "§5Bite Rune §a(1x) §8(§bRare 5%§8)", - "§9Spider Catalyst §a(1x) §8(§5Extraodinary 1%§8)", - "§9Bane of Arthropods VI §a(1x) §8(§5Extraodinary 1%§8)" + "§9Spider Catalyst §a(1x) §8(§5Extraordinary 1%§8)", + "§9Bane of Arthropods VI §a(1x) §8(§5Extraordinary 1%§8)" ], "internalname": "TARANTULA_BROODFATHER_3_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Broodfather" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/THIRD_MASTER_STAR.json b/items/THIRD_MASTER_STAR.json index 01c42157..c9f76480 100644 --- a/items/THIRD_MASTER_STAR.json +++ b/items/THIRD_MASTER_STAR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Third Master Star", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"650a55c6-fa27-3aaf-bca8-bd331ede1122\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmY1ZGUwODcyNDg3M2ZlMGNkZTY2M2FjNTJkMWU1NDg0NzlhYzNmOGYzNmViZDAxNzE1YjcxNzFmNDgxZDUxOSJ9fX0\"}]}},display:{Lore:[0:\"§7Imbue a §c2✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Third Master Star\"},ExtraAttributes:{id:\"THIRD_MASTER_STAR\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d8e2c02-04f7-38cd-a241-41ab34b9cced\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTgwMjU1MzEyOSwKICAicHJvZmlsZUlkIiA6ICIyNzZlMDQ2YjI0MDM0M2VkOTk2NmU0OTRlN2U2Y2IzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBRFJBTlM3MTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDcxYjk1NGU4OWFlZDE1NmY5MGZhZmNlNmRjNzc4OGFjNzZiNjQ2NmNlY2NhM2E0ZjRlYzFlNDYzZWI5MTRhMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Imbue a §c2✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Third Master Star\"},ExtraAttributes:{originTag:\"DUNGEON_GENERATED_ITEM\",id:\"THIRD_MASTER_STAR\"}}", "damage": 3, "lore": [ "§7Imbue a §c2✪§7 Dungeon Item with", @@ -15,9 +15,9 @@ "internalname": "THIRD_MASTER_STAR", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Master_Star" ] -} +}
\ No newline at end of file diff --git a/items/THUNDERBOLT;1.json b/items/THUNDERBOLT;1.json index 6bbacd15..9e2706f7 100644 --- a/items/THUNDERBOLT;1.json +++ b/items/THUNDERBOLT;1.json @@ -1,14 +1,14 @@ { "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:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderlord\",19:\"\",20:\"§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 §a4%\",4:\"§a§7of your 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", "§7Strikes Monsters within 2 blocks", "§7with lightning every 3", - "§7consecutive hits, dealing §a15%", - "§a§7of your Strength as damage.", + "§7consecutive hits, dealing §a4%", + "§a§7of your damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -29,6 +29,6 @@ "internalname": "THUNDERBOLT;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/THUNDERBOLT;2.json b/items/THUNDERBOLT;2.json index 30faf7bf..8c38ac15 100644 --- a/items/THUNDERBOLT;2.json +++ b/items/THUNDERBOLT;2.json @@ -7,8 +7,8 @@ "§9Thunderbolt II", "§7Strikes Monsters within 2 blocks", "§7with lightning every 3", - "§7consecutive hits, dealing §a30%", - "§a§7of your Strength as damage.", + "§7consecutive hits, dealing §a8%", + "§a§7of your damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", diff --git a/items/THUNDERBOLT;3.json b/items/THUNDERBOLT;3.json index 0ad4dcfb..4c09b7de 100644 --- a/items/THUNDERBOLT;3.json +++ b/items/THUNDERBOLT;3.json @@ -7,8 +7,8 @@ "§9Thunderbolt III", "§7Strikes Monsters within 2 blocks", "§7with lightning every 3", - "§7consecutive hits, dealing §a45%", - "§a§7of your Strength as damage.", + "§7consecutive hits, dealing §a12%", + "§a§7of your damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", diff --git a/items/THUNDERBOLT;4.json b/items/THUNDERBOLT;4.json index 914d40b4..381cfdb9 100644 --- a/items/THUNDERBOLT;4.json +++ b/items/THUNDERBOLT;4.json @@ -7,8 +7,8 @@ "§9Thunderbolt IV", "§7Strikes Monsters within 2 blocks", "§7with lightning every 3", - "§7consecutive hits, dealing §a60%", - "§a§7of your Strength as damage.", + "§7consecutive hits, dealing §a16%", + "§a§7of your damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", diff --git a/items/THUNDERBOLT;5.json b/items/THUNDERBOLT;5.json index 767e1e9b..0b180bef 100644 --- a/items/THUNDERBOLT;5.json +++ b/items/THUNDERBOLT;5.json @@ -7,8 +7,8 @@ "§9Thunderbolt V", "§7Strikes Monsters within 2 blocks", "§7with lightning every 3", - "§7consecutive hits, dealing §a75%", - "§a§7of your Strength as damage.", + "§7consecutive hits, dealing §a20%", + "§a§7of your damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", diff --git a/items/THUNDERBOLT;6.json b/items/THUNDERBOLT;6.json index 656cf93c..f2ab3fdf 100644 --- a/items/THUNDERBOLT;6.json +++ b/items/THUNDERBOLT;6.json @@ -7,8 +7,8 @@ "§9Thunderbolt VI", "§7Strikes Monsters within 2 blocks", "§7with lightning every 3", - "§7consecutive hits, dealing §a90%", - "§a§7of your Strength as damage.", + "§7consecutive hits, dealing §a25%", + "§a§7of your damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", diff --git a/items/THUNDERLORD;1.json b/items/THUNDERLORD;1.json index 3ea19303..95f404db 100644 --- a/items/THUNDERLORD;1.json +++ b/items/THUNDERLORD;1.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§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 §a8% §7more damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Gunpowder Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;1\",enchantments:{thunderlord:1}}}", "damage": 0, "lore": [ "§9Thunderlord I", "§7Strikes a Monster with lightning", "§7every 3 consecutive hits,", - "§7dealing §a25% §7of your Strength", - "§7as damage.", + "§7dealing §a8% §7more damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -30,7 +29,7 @@ "internalname": "THUNDERLORD;1", "parent": "THUNDERLORD;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/THUNDERLORD;2.json b/items/THUNDERLORD;2.json index 672d411a..0ad4ff88 100644 --- a/items/THUNDERLORD;2.json +++ b/items/THUNDERLORD;2.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§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 §a16% §7more damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Gunpowder Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;2\",enchantments:{thunderlord:2}}}", "damage": 0, "lore": [ "§9Thunderlord II", "§7Strikes a Monster with lightning", "§7every 3 consecutive hits,", - "§7dealing §a50% §7of your Strength", - "§7as damage.", + "§7dealing §a16% §7more damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -30,7 +29,7 @@ "internalname": "THUNDERLORD;2", "parent": "THUNDERLORD;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/THUNDERLORD;3.json b/items/THUNDERLORD;3.json index 6c637f61..88a6e48a 100644 --- a/items/THUNDERLORD;3.json +++ b/items/THUNDERLORD;3.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§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 §a24% §7more damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Gunpowder Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;3\",enchantments:{thunderlord:3}}}", "damage": 0, "lore": [ "§9Thunderlord III", "§7Strikes a Monster with lightning", "§7every 3 consecutive hits,", - "§7dealing §a75% §7of your Strength", - "§7as damage.", + "§7dealing §a24% §7more damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -30,7 +29,7 @@ "internalname": "THUNDERLORD;3", "parent": "THUNDERLORD;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/THUNDERLORD;4.json b/items/THUNDERLORD;4.json index 62301056..e643f0d3 100644 --- a/items/THUNDERLORD;4.json +++ b/items/THUNDERLORD;4.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§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 §a32% §7more damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Gunpowder Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;4\",enchantments:{thunderlord:4}}}", "damage": 0, "lore": [ "§9Thunderlord IV", "§7Strikes a Monster with lightning", "§7every 3 consecutive hits,", - "§7dealing §a100% §7of your Strength", - "§7as damage.", + "§7dealing §a32% §7more damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -40,7 +39,7 @@ }, "internalname": "THUNDERLORD;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "Requires: Gunpowder V", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/THUNDERLORD;5.json b/items/THUNDERLORD;5.json index 6e77b92f..90a41ada 100644 --- a/items/THUNDERLORD;5.json +++ b/items/THUNDERLORD;5.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§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 §a40% §7more damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Gunpowder Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;5\",enchantments:{thunderlord:5}}}", "damage": 0, "lore": [ "§9Thunderlord V", "§7Strikes a Monster with lightning", "§7every 3 consecutive hits,", - "§7dealing §a125% §7of your Strength", - "§7as damage.", + "§7dealing §a40% §7more damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +30,6 @@ "parent": "THUNDERLORD;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/THUNDERLORD;6.json b/items/THUNDERLORD;6.json index cac478bd..f8fae093 100644 --- a/items/THUNDERLORD;6.json +++ b/items/THUNDERLORD;6.json @@ -1,14 +1,13 @@ { "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:\"§7- §fGauntlet\",17:\"\",18:\"§6Conflicts:\",19:\"§7- §cThunderbolt\",20:\"\",21:\"§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 §a50% §7more damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aVI: §7Dungeon,\",10:\"§7Experiments\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cThunderbolt\",19:\"\",20:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;6\",enchantments:{thunderlord:6}}}", "damage": 0, "lore": [ "§9Thunderlord VI", "§7Strikes a Monster with lightning", "§7every 3 consecutive hits,", - "§7dealing §a150% §7of your Strength", - "§7as damage.", + "§7dealing §a50% §7more damage.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -31,6 +30,6 @@ "parent": "THUNDERLORD;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/THUNDERLORD;7.json b/items/THUNDERLORD;7.json new file mode 100644 index 00000000..fb96a252 --- /dev/null +++ b/items/THUNDERLORD;7.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§5Thunderlord VII", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord VII\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§5Thunderlord VII\"},ExtraAttributes:{id:\"THUNDERLORD;7\",enchantments:{thunderlord:7}}}", + "damage": 0, + "lore": [ + "§9Thunderlord VII", + "§7Strikes a Monster with lightning", + "§7every 3 consecutive hits,", + "§7dealing §a60% §7of your damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§5§lEPIC" + ], + "internalname": "THUNDERLORD;7", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;1.json b/items/TITAN_KILLER;1.json index 9c7aec9a..19559897 100644 --- a/items/TITAN_KILLER;1.json +++ b/items/TITAN_KILLER;1.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §a6%§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", "§7Increases damage dealt by §a2%", "§a§7for every 100 defense your", - "§7target has up to §a50%§7.", + "§7target has up to §a6%§7.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -25,6 +25,6 @@ "internalname": "TITAN_KILLER;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;2.json b/items/TITAN_KILLER;2.json index bb680ecd..c3ed8751 100644 --- a/items/TITAN_KILLER;2.json +++ b/items/TITAN_KILLER;2.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §a12%§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", "§7Increases damage dealt by §a4%", "§a§7for every 100 defense your", - "§7target has up to §a50%§7.", + "§7target has up to §a12%§7.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -25,6 +25,6 @@ "internalname": "TITAN_KILLER;2", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;3.json b/items/TITAN_KILLER;3.json index 87175229..decb1f6c 100644 --- a/items/TITAN_KILLER;3.json +++ b/items/TITAN_KILLER;3.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer III\",1:\"§7Increases damage dealt by §a6%\",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;3\",enchantments:{titan_killer:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer III\",1:\"§7Increases damage dealt by §a6%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a18%§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;3\",enchantments:{titan_killer:3}}}", "damage": 0, "lore": [ "§9Titan Killer III", "§7Increases damage dealt by §a6%", "§a§7for every 100 defense your", - "§7target has up to §a50%§7.", + "§7target has up to §a18%§7.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -24,6 +24,6 @@ "internalname": "TITAN_KILLER;3", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;4.json b/items/TITAN_KILLER;4.json index 7095dfdc..27b0103c 100644 --- a/items/TITAN_KILLER;4.json +++ b/items/TITAN_KILLER;4.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "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 §a24%§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", "§7Increases damage dealt by §a8%", "§a§7for every 100 defense your", - "§7target has up to §a50%§7.", + "§7target has up to §a24%§7.", "", "§6Source:", "§aI-V: §7Enchantment Table", @@ -25,6 +25,6 @@ "internalname": "TITAN_KILLER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;5.json b/items/TITAN_KILLER;5.json index dfa2904f..157f764d 100644 --- a/items/TITAN_KILLER;5.json +++ b/items/TITAN_KILLER;5.json @@ -1,13 +1,13 @@ { "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:\"§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}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer V\",1:\"§7Increases damage dealt by §a12%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a540%§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", - "§7Increases damage dealt by §a10%", + "§7Increases damage dealt by §a12%", "§a§7for every 100 defense your", - "§7target has up to §a50%§7.", + "§7target has up to §a540%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "internalname": "TITAN_KILLER;5", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;6.json b/items/TITAN_KILLER;6.json index 4b39e142..7d7c46a2 100644 --- a/items/TITAN_KILLER;6.json +++ b/items/TITAN_KILLER;6.json @@ -1,13 +1,13 @@ { "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:\"§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:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Titan Killer VI\",1:\"§7Increases damage dealt by §a16%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §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- §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", - "§7Increases damage dealt by §a12%", + "§7Increases damage dealt by §a16%", "§a§7for every 100 defense your", - "§7target has up to §a50%§7.", + "§7target has up to §a60%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "internalname": "TITAN_KILLER;6", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/TITAN_KILLER;7.json b/items/TITAN_KILLER;7.json index 39b76537..9f9aafe8 100644 --- a/items/TITAN_KILLER;7.json +++ b/items/TITAN_KILLER;7.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§5Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Titan Killer VII\",1:\"§7Increases damage dealt by §a14%\",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:\"§aVII: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cGiant Killer\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;7\",enchantments:{titan_killer:7}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Titan Killer VII\",1:\"§7Increases damage dealt by §a20%\",2:\"§a§7for every 100 defense your\",3:\"§7target has up to §a80%§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- §cGiant Killer\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"TITAN_KILLER;7\",enchantments:{titan_killer:7}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Titan Killer VII", - "§7Increases damage dealt by §a14%", + "§7Increases damage dealt by §a20%", "§a§7for every 100 defense your", - "§7target has up to §a50%§7.", + "§7target has up to §a80%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -27,6 +27,6 @@ "internalname": "TITAN_KILLER;7", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/TURTLE;3.json b/items/TURTLE;3.json index 04651f46..d24a21b0 100644 --- a/items/TURTLE;3.json +++ b/items/TURTLE;3.json @@ -13,9 +13,9 @@ "§7§7Gain §a+{0}% §a❈ Defense", "", "§6Genius Amniote", - "§7§7Gain §a+{1}❈ Defense §7and", - "§7regen §c+{2}❤ §7per second when", - "§7near or in water", + "§7§7Grants §a+{1}❈ Defense §7for", + "§7every player around you, up to 4", + "§7nearby players.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/TURTLE;4.json b/items/TURTLE;4.json index 7e4d5034..7ef86824 100644 --- a/items/TURTLE;4.json +++ b/items/TURTLE;4.json @@ -13,9 +13,9 @@ "§7§7Gain §a+{0}% §a❈ Defense", "", "§6Genius Amniote", - "§7§7Gain §a+{1}❈ Defense §7and", - "§7regen §c+{2}❤ §7per second when", - "§7near or in water", + "§7§7Grants §a+{1}❈ Defense §7for", + "§7every player around you, up to 4", + "§7nearby players.", "", "§6Unflippable", "§7§7Gain §aimmunity §7to knockback", diff --git a/items/ULTIMATE_LEGION;1.json b/items/ULTIMATE_LEGION;1.json index 3f2e4810..843e7c0e 100644 --- a/items/ULTIMATE_LEGION;1.json +++ b/items/ULTIMATE_LEGION;1.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion I\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.07% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;1\",enchantments:{ultimate_legion:1}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion I\",1:\"§7Increases most of your player\",2:\"§7except Health by §e0.07% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;1\",enchantments:{ultimate_legion:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lLegion I", - "§7Increases all your player stats", + "§7Increases most of your player", "§7except Health by §e0.07% §7per", "§7player within §b30 §7blocks of", "§7you, up to §c20 §7players.", @@ -27,9 +27,9 @@ "internalname": "ULTIMATE_LEGION;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] -} +}
\ No newline at end of file diff --git a/items/ULTIMATE_LEGION;2.json b/items/ULTIMATE_LEGION;2.json index 58c41ba8..565323f1 100644 --- a/items/ULTIMATE_LEGION;2.json +++ b/items/ULTIMATE_LEGION;2.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion II\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.14% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;2\",enchantments:{ultimate_legion:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion II\",1:\"§7Increases most of your player\",2:\"§7except Health by §e0.14% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;2\",enchantments:{ultimate_legion:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lLegion II", - "§7Increases all your player stats", + "§7Increases most of your player", "§7except Health by §e0.14% §7per", "§7player within §b30 §7blocks of", "§7you, up to §c20 §7players.", @@ -28,9 +28,9 @@ "parent": "ULTIMATE_LEGION;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] -} +}
\ No newline at end of file diff --git a/items/ULTIMATE_LEGION;3.json b/items/ULTIMATE_LEGION;3.json index 11a66551..2b996d9b 100644 --- a/items/ULTIMATE_LEGION;3.json +++ b/items/ULTIMATE_LEGION;3.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion III\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.21% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;3\",enchantments:{ultimate_legion:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion III\",1:\"§7Increases most of your player\",2:\"§7except Health by §e0.21% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;3\",enchantments:{ultimate_legion:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lLegion III", - "§7Increases all your player stats", + "§7Increases most of your player", "§7except Health by §e0.21% §7per", "§7player within §b30 §7blocks of", "§7you, up to §c20 §7players.", @@ -28,9 +28,9 @@ "parent": "ULTIMATE_LEGION;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] -} +}
\ No newline at end of file diff --git a/items/ULTIMATE_LEGION;4.json b/items/ULTIMATE_LEGION;4.json index 55cf4c57..d010283a 100644 --- a/items/ULTIMATE_LEGION;4.json +++ b/items/ULTIMATE_LEGION;4.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion IV\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.28% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;4\",enchantments:{ultimate_legion:4}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion IV\",1:\"§7Increases most of your player\",2:\"§7except Health by §e0.28% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;4\",enchantments:{ultimate_legion:4}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lLegion IV", - "§7Increases all your player stats", + "§7Increases most of your player", "§7except Health by §e0.28% §7per", "§7player within §b30 §7blocks of", "§7you, up to §c20 §7players.", @@ -28,9 +28,9 @@ "parent": "ULTIMATE_LEGION;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] -} +}
\ No newline at end of file diff --git a/items/ULTIMATE_LEGION;5.json b/items/ULTIMATE_LEGION;5.json index 2077147a..7a96d7db 100644 --- a/items/ULTIMATE_LEGION;5.json +++ b/items/ULTIMATE_LEGION;5.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion V\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.35% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;5\",enchantments:{ultimate_legion:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion V\",1:\"§7Increases most of your player\",2:\"§7except Health by §e0.35% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI-V: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fArmor\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_LEGION;5\",enchantments:{ultimate_legion:5}}}", "damage": 0, "lore": [ "§9§d§lLegion V", - "§7Increases all your player stats", + "§7Increases most of your player", "§7except Health by §e0.35% §7per", "§7player within §b30 §7blocks of", "§7you, up to §c20 §7players.", @@ -28,9 +28,9 @@ "parent": "ULTIMATE_LEGION;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] -} +}
\ No newline at end of file diff --git a/items/ULTIMATE_ONE_FOR_ALL;1.json b/items/ULTIMATE_ONE_FOR_ALL;1.json index 95e5ffa3..a21064c4 100644 --- a/items/ULTIMATE_ONE_FOR_ALL;1.json +++ b/items/ULTIMATE_ONE_FOR_ALL;1.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lOne For All I\",1:\"§7Removes all other enchants but\",2:\"§7increases your weapon damage by\",3:\"§7§a210%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§e▲ §7§d§lOne For All cannot be combined!\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fSword\",17:\"§7- §fFishing Weapon\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_ONE_FOR_ALL;1\",enchantments:{ultimate_one_for_all:1}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lOne For All I\",1:\"§7Removes all other enchants but\",2:\"§7increases your weapon damage by\",3:\"§7§a500%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§e▲ §7§d§lOne For All cannot be combined!\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§6Source:\",13:\"§aI: §7Dungeons\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fSword\",17:\"§7- §fFishing Weapon\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_ONE_FOR_ALL;1\",enchantments:{ultimate_one_for_all:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lOne For All I", "§7Removes all other enchants but", "§7increases your weapon damage by", - "§7§a210%§7.", + "§7§a500%§7.", "", "§7§cYou can only have 1 Ultimate", "§cEnchantment on an item!", @@ -28,9 +28,9 @@ "internalname": "ULTIMATE_ONE_FOR_ALL;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" ] -} +}
\ No newline at end of file diff --git a/items/VENOMOUS;1.json b/items/VENOMOUS;1.json index d4a1c50e..71531102 100644 --- a/items/VENOMOUS;1.json +++ b/items/VENOMOUS;1.json @@ -1,14 +1,15 @@ { "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:\"§7- §fGauntlet\",18:\"\",19:\"§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 §2+0.3% §7of\",3:\"§7your damage per second per hit,\",4:\"§7stacking globally up to §240\",5:\"§2§7hits. Lasts §65s§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Enchantment Table,\",12:\"§7Spider Eye Collection\",13:\"§aVI: §7Experiments\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fSword\",17:\"§7- §fFishing Weapon\",18:\"§7- §fGauntlet\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;1\",enchantments:{venomous:1}}}", "damage": 0, "lore": [ "§9Venomous I", "§7Reduces the target\u0027s walk speed", - "§7by §a5% §7and deals §25", - "§2§7damage per second. Lasts §64", - "§6§7seconds.", + "§7by §a5% §7and deals §2+0.3% §7of", + "§7your damage per second per hit,", + "§7stacking globally up to §240", + "§2§7hits. Lasts §65s§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,7 +29,7 @@ "internalname": "VENOMOUS;1", "parent": "VENOMOUS;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/VENOMOUS;2.json b/items/VENOMOUS;2.json index 02a873e1..b3eb2a99 100644 --- a/items/VENOMOUS;2.json +++ b/items/VENOMOUS;2.json @@ -1,14 +1,15 @@ { "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:\"§7- §fGauntlet\",18:\"\",19:\"§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 §a5% §7and deals §2+0.6% §7of\",3:\"§7your damage per second per hit,\",4:\"§7stacking globally up to §240\",5:\"§2§7hits. Lasts §65s§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Enchantment Table,\",12:\"§7Spider Eye Collection\",13:\"§aVI: §7Experiments\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fSword\",17:\"§7- §fFishing Weapon\",18:\"§7- §fGauntlet\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;2\",enchantments:{venomous:2}}}", "damage": 0, "lore": [ "§9Venomous II", "§7Reduces the target\u0027s walk speed", - "§7by §a10% §7and deals §210", - "§2§7damage per second. Lasts §64", - "§6§7seconds.", + "§7by §a5% §7and deals §2+0.6% §7of", + "§7your damage per second per hit,", + "§7stacking globally up to §240", + "§2§7hits. Lasts §65s§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,7 +29,7 @@ "internalname": "VENOMOUS;2", "parent": "VENOMOUS;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/VENOMOUS;3.json b/items/VENOMOUS;3.json index acaa0cb3..2a1501cc 100644 --- a/items/VENOMOUS;3.json +++ b/items/VENOMOUS;3.json @@ -1,14 +1,15 @@ { "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:\"§7- §fGauntlet\",18:\"\",19:\"§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 §a5% §7and deals §2+0.9% §7of\",3:\"§7your damage per second per hit,\",4:\"§7stacking globally up to §240\",5:\"§2§7hits. Lasts §65s§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Enchantment Table,\",12:\"§7Spider Eye Collection\",13:\"§aVI: §7Experiments\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fSword\",17:\"§7- §fFishing Weapon\",18:\"§7- §fGauntlet\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;3\",enchantments:{venomous:3}}}", "damage": 0, "lore": [ "§9Venomous III", "§7Reduces the target\u0027s walk speed", - "§7by §a15% §7and deals §215", - "§2§7damage per second. Lasts §64", - "§6§7seconds.", + "§7by §a5% §7and deals §2+0.9% §7of", + "§7your damage per second per hit,", + "§7stacking globally up to §240", + "§2§7hits. Lasts §65s§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,7 +29,7 @@ "internalname": "VENOMOUS;3", "parent": "VENOMOUS;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/VENOMOUS;4.json b/items/VENOMOUS;4.json index c7212fb8..e111a7bf 100644 --- a/items/VENOMOUS;4.json +++ b/items/VENOMOUS;4.json @@ -1,14 +1,15 @@ { "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:\"§7- §fGauntlet\",18:\"\",19:\"§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 §a5% §7and deals §2+1.2% §7of\",3:\"§7your damage per second per hit,\",4:\"§7stacking globally up to §240\",5:\"§2§7hits. Lasts §65s§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Enchantment Table,\",12:\"§7Spider Eye Collection\",13:\"§aVI: §7Experiments\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fSword\",17:\"§7- §fFishing Weapon\",18:\"§7- §fGauntlet\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;4\",enchantments:{venomous:4}}}", "damage": 0, "lore": [ "§9Venomous IV", "§7Reduces the target\u0027s walk speed", - "§7by §a20% §7and deals §220", - "§2§7damage per second. Lasts §64", - "§6§7seconds.", + "§7by §a5% §7and deals §2+1.2% §7of", + "§7your damage per second per hit,", + "§7stacking globally up to §240", + "§2§7hits. Lasts §65s§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -38,7 +39,7 @@ }, "internalname": "VENOMOUS;4", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/VENOMOUS;5.json b/items/VENOMOUS;5.json index ce6b2c5b..864402e4 100644 --- a/items/VENOMOUS;5.json +++ b/items/VENOMOUS;5.json @@ -1,14 +1,15 @@ { "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:\"§7- §fGauntlet\",18:\"\",19:\"§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 §a5% §7and deals §2+1.5% §7of\",3:\"§7your damage per second per hit,\",4:\"§7stacking globally up to §240\",5:\"§2§7hits. Lasts §65s§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Enchantment Table,\",12:\"§7Spider Eye Collection\",13:\"§aVI: §7Experiments\",14:\"\",15:\"§6Applied To:\",16:\"§7- §fSword\",17:\"§7- §fFishing Weapon\",18:\"§7- §fGauntlet\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"VENOMOUS;5\",enchantments:{venomous:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Venomous V", "§7Reduces the target\u0027s walk speed", - "§7by §a25% §7and deals §225", - "§2§7damage per second. Lasts §64", - "§6§7seconds.", + "§7by §a5% §7and deals §2+1.5% §7of", + "§7your damage per second per hit,", + "§7stacking globally up to §240", + "§2§7hits. Lasts §65s§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -29,6 +30,6 @@ "parent": "VENOMOUS;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/VENOMOUS;6.json b/items/VENOMOUS;6.json index 756de799..5d2d266e 100644 --- a/items/VENOMOUS;6.json +++ b/items/VENOMOUS;6.json @@ -5,10 +5,11 @@ "damage": 0, "lore": [ "§9Venomous VI", - "§7Reduces the target\u0027s walk speed", - "§7by §a30% §7and deals §230", - "§2§7damage per second. Lasts §64", - "§6§7seconds.", + "§7Reduces the target's walk speed", + "§7by §a5% §7and deals §2+1.8% §7of", + "§7your damage per second per hit,", + "§7stacking globally up to §240", + "§2§7hits. Lasts §65s§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", diff --git a/items/VOIDEDGE_KATANA.json b/items/VOIDEDGE_KATANA.json index e3644706..82361d0a 100644 --- a/items/VOIDEDGE_KATANA.json +++ b/items/VOIDEDGE_KATANA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_sword", - "displayname": "§f§f§9Voidedge Katana", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+125\",1:\"§7Strength: §c+60\",2:\"§7Crit Damage: §c+20%\",3:\"§7Intelligence: §a+50\",4:\" §8[§8❁§8] §8[§8✎§8]\",5:\"\",6:\"§7Deal §a+150% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+200⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §31\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 3\",17:\"§9§lRARE SWORD\"],Name:\"§f§f§9Voidedge Katana\"},ExtraAttributes:{originTag:\"VOIDEDGE_KATANA\",id:\"VOIDEDGE_KATANA\"},AttributeModifiers:[]}", + "displayname": "§9Voidedge Katana", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+125\",1:\"§7Strength: §c+60\",2:\"§7Crit Damage: §c+20%\",3:\"§7Intelligence: §a+50\",4:\" §8[§8❁§8] §8[§8✎§8]\",5:\"\",6:\"§7Deal §a+250% §7damage to Endermen§7.\",7:\"§7§7Receive §a6% §7less damage\",8:\"§7from Endermen§7 when held.\",9:\"\",10:\"§6Ability: Soulcry §e§lRIGHT CLICK\",11:\"§7Gain §c+200⫽ Ferocity §7against\",12:\"§7Endermen for §a4s\",13:\"§7§8Soulflow Cost: §31\",14:\"§8Mana Cost: §3200\",15:\"§8Cooldown: §a4s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4☠ §cRequires §5Enderman Slayer 3\",19:\"§9§lRARE SWORD\"],Name:\"§9Voidedge Katana\"},ExtraAttributes:{id:\"VOIDEDGE_KATANA\"}}", "damage": 0, "lore": [ "§7Damage: §c+125", @@ -10,7 +10,9 @@ "§7Intelligence: §a+50", " §8[§8❁§8] §8[§8✎§8]", "", - "§7Deal §a+150% §7damage to Endermen§7.", + "§7Deal §a+250% §7damage to Endermen§7.", + "§7§7Receive §a6% §7less damage", + "§7from Endermen§7 when held.", "", "§6Ability: Soulcry §e§lRIGHT CLICK", "§7Gain §c+200⫽ Ferocity §7against", @@ -37,7 +39,7 @@ "internalname": "VOIDEDGE_KATANA", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidedge_Katana" diff --git a/items/VOIDGLOOM_SERAPH_2_BOSS.json b/items/VOIDGLOOM_SERAPH_2_BOSS.json index 693aa842..d29e9fd9 100644 --- a/items/VOIDGLOOM_SERAPH_2_BOSS.json +++ b/items/VOIDGLOOM_SERAPH_2_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Voidgloom Seraph II (Boss)", - "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c15.000.000❤\",3:\"§7Damage: §c5.000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\",16:\"\",17:\"§7Reward: §d25 Enderman Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aNull Sphere §a(14x-24x) §8(§2Guaranteed 100%§8)\",20:\"§9Twilight Arrow Poison §a(16x) §8(§9Occasional 20%§8)\",21:\"§5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)\"],Name:\"§6Voidgloom Seraph II (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_2_BOSS\"}}", + "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c15.000.000❤\",3:\"§7Damage: §c5.000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\",16:\"\",17:\"§7Reward: §d25 Enderman Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aNull Sphere §a(14x-24x) §8(§2Guaranteed 100%§8)\",20:\"§9Twilight Arrow Poison §a(16x) §8(§9Occasional 20%§8)\",21:\"§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)\"],Name:\"§6Voidgloom Seraph II (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_2_BOSS\"}}", "damage": 3, "lore": [ "§8Strong", @@ -25,14 +25,14 @@ "§8+ Possible Drops:", "§aNull Sphere §a(14x-24x) §8(§2Guaranteed 100%§8)", "§9Twilight Arrow Poison §a(16x) §8(§9Occasional 20%§8)", - "§5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)" + "§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)" ], "internalname": "VOIDGLOOM_SERAPH_2_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidgloom_Seraph" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/VOIDGLOOM_SERAPH_3_BOSS.json b/items/VOIDGLOOM_SERAPH_3_BOSS.json index 8b014111..3dca913c 100644 --- a/items/VOIDGLOOM_SERAPH_3_BOSS.json +++ b/items/VOIDGLOOM_SERAPH_3_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Voidgloom Seraph III (Boss)", - "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Challenging\",1:\"\",2:\"§7Health: §c66.666.666❤\",3:\"§7Damage: §c12.000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\",16:\"\",17:\"§eNukekubi Fixations\",18:\"§8Starting at 33% HP\",19:\"§7Spawns weird heads.\",20:\"§7Clear them by looking at them or\",21:\"§7suffer damage.\",22:\"\",23:\"§7Reward: §d100 Enderman Slayer XP\",24:\"§8+ Possible Drops:\",25:\"§aNull Sphere §a(60x-80x) §8(§2Guaranteed 100%§8)\",26:\"§9Twilight Arrow Poison §a(24x-32x) §8(§9Occasional 20%§8)\",27:\"§5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)\",28:\"§5Endersnake Rune §a(1x) §8(§bRare 5%§8)\",29:\"§5Transmission Tuner §a(1x) §8(§bRare 5%§8)\",30:\"§9Mana Steal §a(1x) §8(§bRare 5%§8)\",31:\"§9Null Atom §a(1x) §8(§bRare 5%§8)\"],Name:\"§6Voidgloom Seraph III (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_3_BOSS\"}}", + "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Challenging\",1:\"\",2:\"§7Health: §c66.666.666❤\",3:\"§7Damage: §c12.000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\",16:\"\",17:\"§eNukekubi Fixations\",18:\"§8Starting at 33% HP\",19:\"§7Spawns weird heads.\",20:\"§7Clear them by looking at them or\",21:\"§7suffer damage.\",22:\"\",23:\"§7Reward: §d100 Enderman Slayer XP\",24:\"§8+ Possible Drops:\",25:\"§aNull Sphere §a(60x-80x) §8(§2Guaranteed 100%§8)\",26:\"§9Twilight Arrow Poison §a(24x-32x) §8(§9Occasional 20%§8)\",27:\"§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)\",28:\"§5Endersnake Rune §a(1x) §8(§bRare 5%§8)\",29:\"§5Transmission Tuner §a(1x) §8(§bRare 5%§8)\",30:\"§9Mana Steal §a(1x) §8(§bRare 5%§8)\",31:\"§9Null Atom §a(1x) §8(§bRare 5%§8)\"],Name:\"§6Voidgloom Seraph III (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_3_BOSS\"}}", "damage": 3, "lore": [ "§8Challenging", @@ -31,7 +31,7 @@ "§8+ Possible Drops:", "§aNull Sphere §a(60x-80x) §8(§2Guaranteed 100%§8)", "§9Twilight Arrow Poison §a(24x-32x) §8(§9Occasional 20%§8)", - "§5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)", + "§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)", "§5Endersnake Rune §a(1x) §8(§bRare 5%§8)", "§5Transmission Tuner §a(1x) §8(§bRare 5%§8)", "§9Mana Steal §a(1x) §8(§bRare 5%§8)", @@ -39,10 +39,10 @@ ], "internalname": "VOIDGLOOM_SERAPH_3_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidgloom_Seraph" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/VOIDGLOOM_SERAPH_4_BOSS.json b/items/VOIDGLOOM_SERAPH_4_BOSS.json index 069bee28..ccd72529 100644 --- a/items/VOIDGLOOM_SERAPH_4_BOSS.json +++ b/items/VOIDGLOOM_SERAPH_4_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Voidgloom Seraph IV (Boss)", - "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Challenging\",1:\"\",2:\"§7Health: §c300.000.000❤\",3:\"§7Damage: §c21.000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\",16:\"\",17:\"§eNukekubi Fixations\",18:\"§8Starting at 33% HP\",19:\"§7Spawns weird heads.\",20:\"§7Clear them by looking at them or\",21:\"§7suffer damage.\",22:\"\",23:\"§7Reward: §d500 Enderman Slayer XP\",24:\"§8+ Possible Drops:\",25:\"§aNull Sphere §a(60x-80x) §8(§2Guaranteed 100%§8)\",26:\"§9Twilight Arrow Poison §a(24x-32x) §8(§9Occasional 20%§8)\",27:\"§5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)\",28:\"§5Endersnake Rune §a(1x) §8(§bRare 5%§8)\",29:\"§5Transmission Tuner §a(1x) §8(§bRare 5%§8)\",30:\"§9Mana Steal §a(1x) §8(§bRare 5%§8)\",31:\"§9Null Atom §a(1x) §8(§bRare 5%§8)\",32:\"§fPocket Espresso Machine §a(1x) §8(§dPray RNGesus \u003c1%§8)\",33:\"§5Void Conqueror Enderman Skin §a(1x) §8(§dPray RNGesus \u003c1%§8)\",34:\"§5Etherwarp Merger §a(1x) §8(§5Extraodinary 1%§8)\",35:\"§6Judgement Core §a(1x) §8(§dPray RNGesus \u003c1%§8)\",36:\"§6Exceedingly Rare Ender Artifact Uprader §8(§dPray RNGesus \u003c1%§8)\",37:\"§5Ender Slayer VII §a(1x) §8(§cRNGesus Incarnate \u003c\u003c1%§8)\"],Name:\"§6Voidgloom Seraph IV (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_4_BOSS\"}}", + "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Challenging\",1:\"\",2:\"§7Health: §c300.000.000❤\",3:\"§7Damage: §c21.000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\",16:\"\",17:\"§eNukekubi Fixations\",18:\"§8Starting at 33% HP\",19:\"§7Spawns weird heads.\",20:\"§7Clear them by looking at them or\",21:\"§7suffer damage.\",22:\"\",23:\"§7Reward: §d500 Enderman Slayer XP\",24:\"§8+ Possible Drops:\",25:\"§aNull Sphere §a(60x-80x) §8(§2Guaranteed 100%§8)\",26:\"§9Twilight Arrow Poison §a(24x-32x) §8(§9Occasional 20%§8)\",27:\"§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)\",28:\"§5Endersnake Rune §a(1x) §8(§bRare 5%§8)\",29:\"§5Transmission Tuner §a(1x) §8(§bRare 5%§8)\",30:\"§9Mana Steal §a(1x) §8(§bRare 5%§8)\",31:\"§9Null Atom §a(1x) §8(§bRare 5%§8)\",32:\"§fPocket Espresso Machine §a(1x) §8(§dPray RNGesus \u003c1%§8)\",33:\"§5Void Conqueror Enderman Skin §a(1x) §8(§dPray RNGesus \u003c1%§8)\",34:\"§5Etherwarp Merger §a(1x) §8(§5Extraordinary 1%§8)\",35:\"§6Judgement Core §a(1x) §8(§dPray RNGesus \u003c1%§8)\",36:\"§6Exceedingly Rare Ender Artifact Uprader §8(§dPray RNGesus \u003c1%§8)\",37:\"§5Ender Slayer VII §a(1x) §8(§cRNGesus Incarnate \u003c\u003c1%§8)\"],Name:\"§6Voidgloom Seraph IV (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_4_BOSS\"}}", "damage": 3, "lore": [ "§8Challenging", @@ -31,21 +31,21 @@ "§8+ Possible Drops:", "§aNull Sphere §a(60x-80x) §8(§2Guaranteed 100%§8)", "§9Twilight Arrow Poison §a(24x-32x) §8(§9Occasional 20%§8)", - "§5Summoning Eye §a(1x) §8(§5Extraodinary 1%§8)", + "§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)", "§5Endersnake Rune §a(1x) §8(§bRare 5%§8)", "§5Transmission Tuner §a(1x) §8(§bRare 5%§8)", "§9Mana Steal §a(1x) §8(§bRare 5%§8)", "§9Null Atom §a(1x) §8(§bRare 5%§8)", "§fPocket Espresso Machine §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§5Void Conqueror Enderman Skin §a(1x) §8(§dPray RNGesus \u003c1%§8)", - "§5Etherwarp Merger §a(1x) §8(§5Extraodinary 1%§8)", + "§5Etherwarp Merger §a(1x) §8(§5Extraordinary 1%§8)", "§6Judgement Core §a(1x) §8(§dPray RNGesus \u003c1%§8)", "§6Exceedingly Rare Ender Artifact Uprader §8(§dPray RNGesus \u003c1%§8)", "§5Ender Slayer VII §a(1x) §8(§cRNGesus Incarnate \u003c\u003c1%§8)" ], "internalname": "VOIDGLOOM_SERAPH_4_BOSS", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidgloom_Seraph" diff --git a/items/VOIDWALKER_KATANA.json b/items/VOIDWALKER_KATANA.json index b3828049..532466a9 100644 --- a/items/VOIDWALKER_KATANA.json +++ b/items/VOIDWALKER_KATANA.json @@ -1,14 +1,16 @@ { "itemid": "minecraft:iron_sword", - "displayname": "§f§f§aVoidwalker Katana", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Deal §a+100% §7damage to Enderman§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON SWORD\"],Name:\"§f§f§aVoidwalker Katana\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"VOIDWALKER_KATANA\"},AttributeModifiers:[]}", + "displayname": "§aVoidwalker Katana", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Deal §a+150% §7damage to Enderman§7.\",5:\"§7§7Receive §a3% §7less damage\",6:\"§7from Endermen§7 when held.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§a§lUNCOMMON SWORD\"],Name:\"§aVoidwalker Katana\"},ExtraAttributes:{id:\"VOIDWALKER_KATANA\"}}", "damage": 0, "lore": [ "§7Damage: §c+80", "§7Strength: §c+40", "§7Crit Damage: §c+10%", "", - "§7Deal §a+100% §7damage to Enderman§7.", + "§7Deal §a+150% §7damage to Enderman§7.", + "§7§7Receive §a3% §7less damage", + "§7from Endermen§7 when held.", "", "§7§8This item can be reforged!", "§a§lUNCOMMON SWORD" @@ -27,9 +29,9 @@ "internalname": "VOIDWALKER_KATANA", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidwalker_Katana" ] -} +}
\ No newline at end of file diff --git a/items/VORPAL_KATANA.json b/items/VORPAL_KATANA.json index 545adee7..3539bb8c 100644 --- a/items/VORPAL_KATANA.json +++ b/items/VORPAL_KATANA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§5Vorpal Katana", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+155\",1:\"§7Strength: §c+80\",2:\"§7Crit Damage: §c+25%\",3:\"§7Intelligence: §a+200\",4:\" §8[§8❁§8] §8[§8✎§8]\",5:\"\",6:\"§7Deal §a+200% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+300⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §31\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 5\",17:\"§5§lEPIC SWORD\"],Name:\"§5Vorpal Katana\"},ExtraAttributes:{id:\"VORPAL_KATANA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+155\",1:\"§7Strength: §c+80\",2:\"§7Crit Damage: §c+25%\",3:\"§7Intelligence: §a+200\",4:\" §8[§8❁§8] §8[§8✎§8]\",5:\"\",6:\"§7Deal §a+350% §7damage to Endermen§7.\",7:\"§7§7Receive §a9% §7less damage\",8:\"§7from Endermen§7 when held.\",9:\"\",10:\"§6Ability: Soulcry §e§lRIGHT CLICK\",11:\"§7Gain §c+300⫽ Ferocity §7against\",12:\"§7Endermen for §a4s\",13:\"§7§8Soulflow Cost: §31\",14:\"§8Mana Cost: §3200\",15:\"§8Cooldown: §a4s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4☠ §cRequires §5Enderman Slayer 5\",19:\"§5§lEPIC SWORD\"],Name:\"§5Vorpal Katana\"},ExtraAttributes:{id:\"VORPAL_KATANA\"}}", "damage": 0, "lore": [ "§7Damage: §c+155", @@ -10,7 +10,9 @@ "§7Intelligence: §a+200", " §8[§8❁§8] §8[§8✎§8]", "", - "§7Deal §a+200% §7damage to Endermen§7.", + "§7Deal §a+350% §7damage to Endermen§7.", + "§7§7Receive §a9% §7less damage", + "§7from Endermen§7 when held.", "", "§6Ability: Soulcry §e§lRIGHT CLICK", "§7Gain §c+300⫽ Ferocity §7against", @@ -36,7 +38,7 @@ }, "internalname": "VORPAL_KATANA", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/WISE_WITHER_BOOTS.json b/items/WISE_WITHER_BOOTS.json index 37ca2f3b..e2199929 100644 --- a/items/WISE_WITHER_BOOTS.json +++ b/items/WISE_WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Storm\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Health: §a+145\",2:\"§7Defense: §a+65\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1889508,Name:\"§6Storm\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Health: §a+145\",2:\"§7Defense: §a+65\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1889508,Name:\"§6Storm\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d425", @@ -10,6 +10,9 @@ "§7Intelligence: §a+250", " §8[§8✎§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "WISE_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/WISE_WITHER_CHESTPLATE.json b/items/WISE_WITHER_CHESTPLATE.json index 33d33593..b7b91bc9 100644 --- a/items/WISE_WITHER_CHESTPLATE.json +++ b/items/WISE_WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Storm\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d650\",1:\"§7Health: §a+260\",2:\"§7Defense: §a+120\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1545156,Name:\"§6Storm\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d650\",1:\"§7Health: §a+260\",2:\"§7Defense: §a+120\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1545156,Name:\"§6Storm\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d650", @@ -10,6 +10,9 @@ "§7Intelligence: §a+250", " §8[§8✎§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "WISE_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/WISE_WITHER_HELMET.json b/items/WISE_WITHER_HELMET.json index 6d1e4204..15fa36ad 100644 --- a/items/WISE_WITHER_HELMET.json +++ b/items/WISE_WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Storm\u0027s Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a3552cdc-39ab-3f9f-9373-61c035f61b7d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzM2NjgxNiwKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mODMxNTljNWJiN2Q4MDQ1NGQyZDY0NmIxNTc3NGI3MTE2YWFiY2IzYWY1YjY3NzdhMjc1NzNmYzQ1Zjc4NTRmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d565\",1:\"§7Health: §a+180\",2:\"§7Defense: §a+80\",3:\"§7Intelligence: §a+400\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Storm\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a3552cdc-39ab-3f9f-9373-61c035f61b7d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzM2NjgxNiwKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mODMxNTljNWJiN2Q4MDQ1NGQyZDY0NmIxNTc3NGI3MTE2YWFiY2IzYWY1YjY3NzdhMjc1NzNmYzQ1Zjc4NTRmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d565\",1:\"§7Health: §a+180\",2:\"§7Defense: §a+80\",3:\"§7Intelligence: §a+400\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Storm\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d565", @@ -10,6 +10,9 @@ "§7Intelligence: §a+400", " §8[§8✎§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "WISE_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/WISE_WITHER_LEGGINGS.json b/items/WISE_WITHER_LEGGINGS.json index 075565f6..a67a535f 100644 --- a/items/WISE_WITHER_LEGGINGS.json +++ b/items/WISE_WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Storm\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d590\",1:\"§7Health: §a+230\",2:\"§7Defense: §a+105\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1550532,Name:\"§6Storm\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d590\",1:\"§7Health: §a+230\",2:\"§7Defense: §a+105\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1550532,Name:\"§6Storm\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d590", @@ -10,6 +10,9 @@ "§7Intelligence: §a+250", " §8[§8✎§8] §8[§8⚔§8]", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -17,9 +20,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -39,7 +39,7 @@ "internalname": "WISE_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/WITHER_BOOTS.json b/items/WITHER_BOOTS.json index e7da4b14..b12edc93 100644 --- a/items/WITHER_BOOTS.json +++ b/items/WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Wither Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180\",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6Wither Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180\",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6Wither Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d510 ", @@ -9,6 +9,9 @@ "§7Defense: §a+150 ", "§7Intelligence: §a+10 ", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -16,9 +19,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -27,7 +27,7 @@ "internalname": "WITHER_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor" diff --git a/items/WITHER_CHESTPLATE.json b/items/WITHER_CHESTPLATE.json index 2736b576..61767a8d 100644 --- a/items/WITHER_CHESTPLATE.json +++ b/items/WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Wither Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300\",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Wither Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300\",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Wither Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d830 ", @@ -9,6 +9,9 @@ "§7Defense: §a+250 ", "§7Intelligence: §a+10 ", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -16,9 +19,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -27,7 +27,7 @@ "internalname": "WITHER_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor" diff --git a/items/WITHER_HELMET.json b/items/WITHER_HELMET.json index b82e0dab..8a0ab880 100644 --- a/items/WITHER_HELMET.json +++ b/items/WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Wither Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf225c71-a676-30a0-90da-75907b9a99d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0ODIwNiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjkxMTI5NDA5Nzg5NTg5YWUxYjQzZTFkODI4YzA2ZmM5YTIxM2I3ODM0OGE2OGI3MzEzYmRkNDAxZDc0ODVjYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d440\",1:\"§7Health: §a+200\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+30\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Wither Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf225c71-a676-30a0-90da-75907b9a99d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0ODIwNiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjkxMTI5NDA5Nzg5NTg5YWUxYjQzZTFkODI4YzA2ZmM5YTIxM2I3ODM0OGE2OGI3MzEzYmRkNDAxZDc0ODVjYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d440\",1:\"§7Health: §a+200\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+30\",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Wither Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d440", @@ -9,6 +9,9 @@ "§7Defense: §a+100", "§7Intelligence: §a+30", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -16,9 +19,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -27,7 +27,7 @@ "internalname": "WITHER_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor" diff --git a/items/WITHER_LEGGINGS.json b/items/WITHER_LEGGINGS.json index f076f506..cbb1c65f 100644 --- a/items/WITHER_LEGGINGS.json +++ b/items/WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Wither Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250\",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6Wither Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250\",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6Wither Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d720 ", @@ -9,6 +9,9 @@ "§7Defense: §a+220 ", "§7Intelligence: §a+10 ", "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", "§7§e30 §7seconds up to a maximum", @@ -16,9 +19,6 @@ "§7travel to and explode on nearby", "§7enemies.", "", - "§7Reduces the damage you take", - "§7from withers by §c10%§7.", - "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor VII", "§aCompletion", @@ -27,7 +27,7 @@ "internalname": "WITHER_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor" diff --git a/items/WOLF_MONSTER.json b/items/WOLF_MONSTER.json index b870bf89..b7c7c483 100644 --- a/items/WOLF_MONSTER.json +++ b/items/WOLF_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aWolf (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\",14:\"§8 ■ §5Celeste Dye §8(§a0%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", "damage": 3, "lore": [ "§7The Wolf can be found in the Ruins. It is a level", @@ -17,14 +17,15 @@ "", "§dRNGesus Loot", "§8 ■ §5Hound §8(§a0.001%§8)", - "§8 ■ §6Hound §8(§a0.0003%§8)" + "§8 ■ §6Hound §8(§a0.0003%§8)", + "§8 ■ §5Celeste Dye §8(§a0%§8)" ], "internalname": "WOLF_MONSTER", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wolf" ], "crafttext": "" -} +}
\ No newline at end of file |