diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-19 20:37:55 -0400 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-19 20:37:55 -0400 |
| commit | c142654be4625f976cf1eb493ceb26049bfaff2d (patch) | |
| tree | e7ee4c595bbe6c147d1cfe6754ab0f0c2f4a6981 | |
| parent | f99bc2b2c5889e1ac3f64a507aa471ba763c35df (diff) | |
| download | NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.tar.gz NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.tar.bz2 NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.zip | |
Some more fixes and a couple additions
34 files changed, 393 insertions, 176 deletions
diff --git a/items/CRYPT_WITHERLORD_BOOTS.json b/items/CRYPT_WITHERLORD_BOOTS.json new file mode 100644 index 00000000..2a7dbc37 --- /dev/null +++ b/items/CRYPT_WITHERLORD_BOOTS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Crypt Witherlord Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d140\",1:\"§7Defense: §a+65\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON BOOTS\"],color:4522241,Name:\"§5Crypt Witherlord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d140", + "§7Defense: §a+65", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "CRYPT_WITHERLORD_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_CHESTPLATE.json b/items/CRYPT_WITHERLORD_CHESTPLATE.json new file mode 100644 index 00000000..8c5f6808 --- /dev/null +++ b/items/CRYPT_WITHERLORD_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Crypt Witherlord Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d250\",1:\"§7Defense: §a+120\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:4522241,Name:\"§5Crypt Witherlord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d250", + "§7Defense: §a+120", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "CRYPT_WITHERLORD_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_HELMET.json b/items/CRYPT_WITHERLORD_HELMET.json new file mode 100644 index 00000000..a41ac14b --- /dev/null +++ b/items/CRYPT_WITHERLORD_HELMET.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§5Crypt Witherlord Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150\",1:\"§7Defense: §a+70\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON HELMET\"],color:4522241,Name:\"§5Crypt Witherlord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d150", + "§7Defense: §a+70", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "CRYPT_WITHERLORD_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_LEGGINGS.json b/items/CRYPT_WITHERLORD_LEGGINGS.json new file mode 100644 index 00000000..678a1ec9 --- /dev/null +++ b/items/CRYPT_WITHERLORD_LEGGINGS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5Crypt Witherlord Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d200\",1:\"§7Defense: §a+95\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON LEGGINGS\"],color:4522241,Name:\"§5Crypt Witherlord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d200", + "§7Defense: §a+95", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "CRYPT_WITHERLORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HEAVY_BOOTS.json b/items/HEAVY_BOOTS.json index 0b54af99..6c4111be 100644 --- a/items/HEAVY_BOOTS.json +++ b/items/HEAVY_BOOTS.json @@ -1,28 +1,26 @@ { - "internalname": "HEAVY_BOOTS", - "itemid": 301, - "displayname": "§9Smart Heavy Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§9Heavy Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d124\",1:\"§7Defense: §a+57\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON BOOTS\"],color:16777215,Name:\"§9Heavy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d328 §8(376)\",1:\"§7Health: §a+84 HP §8(Smart +9 HP) §8(+97.44 HP)\",2:\"§7Defense: §a+93 §8(Smart +9) §8(+107.88)\",3:\"§7Speed: §a-5\",4:\"§7Intelligence: §a+60 §8(Smart +60) §8(+69.6)\",5:\"\",6:\"§9Depth Strider III, §9Feather Falling V\",7:\"§9Growth V, §9Protection V\",8:\"§9Thorns III\",9:\"\",10:\"§6Full Set Bonus: Vindicate\",11:\"§7Grants §f+1 walk speed §7for\",12:\"§7every §a50 §7defense that you\",13:\"§7have.\",14:\"\",15:\"§aPerfect 35000 / 35000\",16:\"§9§lRARE DUNGEON BOOTS\"],color:16777215,Name:\"§9Smart Heavy Boots\"},ExtraAttributes:{color:\"255:255:255\",baseStatBoostPercentage:11,modifier:\"smart\",id:\"HEAVY_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:2}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d328 §8(376)", - "§7Health: §a+84 HP §8(Smart +9 HP) §8(+97.44 HP)", - "§7Defense: §a+93 §8(Smart +9) §8(+107.88)", + "§7Gear Score: §d124", + "§7Defense: §a+57", "§7Speed: §a-5", - "§7Intelligence: §a+60 §8(Smart +60) §8(+69.6)", - "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON BOOTS" - ] + ], + "internalname": "HEAVY_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/HEAVY_CHESTPLATE.json b/items/HEAVY_CHESTPLATE.json index 8c175069..7443827d 100644 --- a/items/HEAVY_CHESTPLATE.json +++ b/items/HEAVY_CHESTPLATE.json @@ -1,27 +1,26 @@ { - "internalname": "HEAVY_CHESTPLATE", - "itemid": 299, - "displayname": "§9Wise Heavy Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§9Heavy Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d234\",1:\"§7Defense: §a+112\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON CHESTPLATE\"],color:8553090,Name:\"§9Heavy Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d467 §8(521)\",1:\"§7Health: §a+85 HP §8(Wise +10 HP) §8(+95.2 HP)\",2:\"§7Defense: §a+164 §8(+183.68)\",3:\"§7Speed: §a-4 §8(Wise +1)\",4:\"§7Intelligence: §a+75 §8(Wise +75) §8(+84)\",5:\"\",6:\"§9Growth V, §9Protection V\",7:\"§9Thorns III\",8:\"\",9:\"§6Full Set Bonus: Vindicate\",10:\"§7Grants §f+1 walk speed §7for\",11:\"§7every §a50 §7defense that you\",12:\"§7have.\",13:\"\",14:\"§aPerfect 35000 / 35000\",15:\"§9§lRARE DUNGEON CHESTPLATE\"],color:8553090,Name:\"§9Wise Heavy Chestplate\"},ExtraAttributes:{color:\"130:130:130\",baseStatBoostPercentage:33,modifier:\"wise\",id:\"HEAVY_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d467 §8(521)", - "§7Health: §a+85 HP §8(Wise +10 HP) §8(+95.2 HP)", - "§7Defense: §a+164 §8(+183.68)", - "§7Speed: §a-4 §8(Wise +1)", - "§7Intelligence: §a+75 §8(Wise +75) §8(+84)", - "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Gear Score: §d234", + "§7Defense: §a+112", + "§7Speed: §a-5", "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON CHESTPLATE" - ] + ], + "internalname": "HEAVY_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/HEAVY_HELMET.json b/items/HEAVY_HELMET.json index 798534c2..6c1c426a 100644 --- a/items/HEAVY_HELMET.json +++ b/items/HEAVY_HELMET.json @@ -1,32 +1,26 @@ { - "internalname": "HEAVY_HELMET", "itemid": "minecraft:leather_helmet", "displayname": "§9Heavy Helmet", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d134\",1:\"§7Defense: §a+62\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON HELMET\"],color:16777215,Name:\"§9Heavy Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_HELMET\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 §8(335)\",1:\"§7Crit Chance: §c+2% §8(Light +2%)\",2:\"§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)\",3:\"§7Bonus Attack Speed: §c+3% §8(Light +3%)\",4:\"\",5:\"§7Health: §a+85 HP §8(Light +10 HP) §8(+102 HP)\",6:\"§7Defense: §a+85 §8(Light +3) §8(+102)\",7:\"§7Speed: §a-2 §8(Light +3)\",8:\"\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§6Full Set Bonus: Vindicate\",13:\"§7Grants §f+1 walk speed §7for\",14:\"§7every §a50 §7defense that you\",15:\"§7have.\",16:\"\",17:\"§aPerfect 35000 / 35000\",18:\"§9§lRARE DUNGEON HELMET\"],color:16777215,Name:\"§9Heavy Helmet\"},ExtraAttributes:{color:\"255:255:255\",baseStatBoostPercentage:7,modifier:\"light\",id:\"HEAVY_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:0}}", - "modver": "1.3-REL", "lore": [ - "§7Gear Score: §d283 §8(335)", - "§7Crit Chance: §c+2% §8(Light +2%)", - "§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)", - "§7Bonus Attack Speed: §c+3% §8(Light +3%)", - "", - "§7Health: §a+85 HP §8(Light +10 HP) §8(+102 HP)", - "§7Defense: §a+85 §8(Light +3) §8(+102)", - "§7Speed: §a-2 §8(Light +3)", - "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Gear Score: §d134", + "§7Defense: §a+62", + "§7Speed: §a-5", "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON HELMET" ], + "internalname": "HEAVY_HELMET", "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/HEAVY_LEGGINGS.json b/items/HEAVY_LEGGINGS.json index b2daf0f1..e47573ed 100644 --- a/items/HEAVY_LEGGINGS.json +++ b/items/HEAVY_LEGGINGS.json @@ -1,26 +1,26 @@ { - "internalname": "HEAVY_LEGGINGS", - "itemid": 300, - "displayname": "§9Titanic Heavy Leggings", - "clickcommand": "", + "itemid": "minecraft:leather_leggings", + "displayname": "§9Heavy Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d194\",1:\"§7Defense: §a+92\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Heavy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_LEGGINGS\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d457 §8(510)\",1:\"§7Health: §a+95 HP §8(Titanic +20 HP) §8(+106.4 HP)\",2:\"§7Defense: §a+173 §8(Titanic +20) §8(+193.76)\",3:\"§7Speed: §a-5\",4:\"\",5:\"§9Growth V, §9Protection V\",6:\"§9Thorns III\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§aPerfect 35000 / 35000\",14:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Titanic Heavy Leggings\"},ExtraAttributes:{color:\"130:130:130\",baseStatBoostPercentage:37,modifier:\"titanic\",id:\"HEAVY_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:2}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d457 §8(510)", - "§7Health: §a+95 HP §8(Titanic +20 HP) §8(+106.4 HP)", - "§7Defense: §a+173 §8(Titanic +20) §8(+193.76)", + "§7Gear Score: §d194", + "§7Defense: §a+92", "§7Speed: §a-5", "", - "§9Growth V, §9Protection V", - "§9Thorns III", - "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON LEGGINGS" - ] + ], + "internalname": "HEAVY_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/MIDAS_SWORD.json b/items/MIDAS_SWORD.json index 16a0ebbc..3d3180ad 100644 --- a/items/MIDAS_SWORD.json +++ b/items/MIDAS_SWORD.json @@ -4,7 +4,7 @@ "displayname": "§6Midas\u0027 Sword", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"\",2:\"§6Item Ability: Greed\",3:\"§7The strength and damage bonus of\",4:\"§7this item is dependent on the\",5:\"§7price paid for it at the §5Dark\",6:\"§5Auction§7!\",7:\"§7The maximum bonus of this item\",8:\"§7is §c120 §7if the bid was\",9:\"§7§650,000,000 Coins §7or higher!\",10:\"\",11:\"§7Price paid: §60 Coins\",12:\"§7Strength Bonus: §c0\",13:\"§7Damage Bonus: §c0\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas\u0027 Sword\"},ExtraAttributes:{id:\"MIDAS_SWORD\",winning_bid:8340000}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"\",2:\"§6Item Ability: Greed\",3:\"§7The strength and damage bonus of\",4:\"§7this item is dependent on the\",5:\"§7price paid for it at the §5Dark\",6:\"§5Auction§7!\",7:\"§7The maximum bonus of this item\",8:\"§7is §c120 §7if the bid was\",9:\"§7§650,000,000 Coins §7or higher!\",10:\"\",11:\"§7Price paid: §60 Coins\",12:\"§7Strength Bonus: §c0\",13:\"§7Damage Bonus: §c0\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas\u0027 Sword\"},ExtraAttributes:{id:\"MIDAS_SWORD\",winning_bid:50000000}}", "modver": "1.2-REL", "lore": [ "§7Damage: §c+270", diff --git a/items/PERFECT_BOOTS_11.json b/items/PERFECT_BOOTS_11.json index 8aefe9c1..c5063506 100644 --- a/items/PERFECT_BOOTS_11.json +++ b/items/PERFECT_BOOTS_11.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", - "displayname": "§5Perfect Boots - Tier XI", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lRARE BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_4\"}}", + "displayname": "§6Perfect Boots - Tier XI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_11\"}}", "damage": 0, "lore": [ "§7Defense: §a+290", diff --git a/items/PERFECT_BOOTS_5.json b/items/PERFECT_BOOTS_5.json index dccc9699..4c14e4f9 100644 --- a/items/PERFECT_BOOTS_5.json +++ b/items/PERFECT_BOOTS_5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier V", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lRARE BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_5\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+170\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier V\"},ExtraAttributes:{id:\"PERFECT_BOOTS_5\"}}", "damage": 0, "lore": [ "§7Defense: §a+170", diff --git a/items/PERFECT_BOOTS_6.json b/items/PERFECT_BOOTS_6.json index d13d3dbd..44289723 100644 --- a/items/PERFECT_BOOTS_6.json +++ b/items/PERFECT_BOOTS_6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier VI", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lRARE BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_6\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_6\"}}", "damage": 0, "lore": [ "§7Defense: §a+190", @@ -9,7 +9,7 @@ "§eRight-click to view recipes!", "", "§7§8This item can be reforged!", - "§5§EPIC BOOTS" + "§5§lEPIC BOOTS" ], "internalname": "PERFECT_BOOTS_6", "crafttext": "", diff --git a/items/PERFECT_BOOTS_7.json b/items/PERFECT_BOOTS_7.json index e0dc5a6d..756c132d 100644 --- a/items/PERFECT_BOOTS_7.json +++ b/items/PERFECT_BOOTS_7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier VII", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lRARE BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_7\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+210\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_7\"}}", "damage": 0, "lore": [ "§7Defense: §a+210", diff --git a/items/PERFECT_BOOTS_8.json b/items/PERFECT_BOOTS_8.json index e01dc66f..cc821000 100644 --- a/items/PERFECT_BOOTS_8.json +++ b/items/PERFECT_BOOTS_8.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§6Perfect Boots - Tier VIII", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lRARE BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_8\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+230\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_8\"}}", "damage": 0, "lore": [ "§7Defense: §a+230", diff --git a/items/PERFECT_BOOTS_9.json b/items/PERFECT_BOOTS_9.json index 3c8b44e2..5715b3b1 100644 --- a/items/PERFECT_BOOTS_9.json +++ b/items/PERFECT_BOOTS_9.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:diamond_boots", - "displayname": "§5Perfect Boots - Tier IX", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lRARE BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_9\"}}", + "displayname": "§6Perfect Boots - Tier IX", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier IX\"},ExtraAttributes:{id:\"PERFECT_BOOTS_9\"}}", "damage": 0, "lore": [ - "§7Defense: §a+250", + "§7Defense: §a+290", "", "§eRight-click to view recipes!", "", "§7§8This item can be reforged!", - "§5§lLEGENDARY BOOTS" + "§6§lLEGENDARY BOOTS" ], "internalname": "PERFECT_BOOTS_9", "crafttext": "", diff --git a/items/PERFECT_LEGGINGS_11.json b/items/PERFECT_LEGGINGS_11.json index 7034e12c..4b67498c 100644 --- a/items/PERFECT_LEGGINGS_11.json +++ b/items/PERFECT_LEGGINGS_11.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier XI", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier X\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_10\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+340\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_11\"}}", "damage": 0, "lore": [ "§7Defense: §a+340", diff --git a/items/PERFECT_LEGGINGS_5.json b/items/PERFECT_LEGGINGS_5.json index aeef974e..f8abb788 100644 --- a/items/PERFECT_LEGGINGS_5.json +++ b/items/PERFECT_LEGGINGS_5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Perfect Leggings - Tier V", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+220\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier V\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_5\"}}", "damage": 0, "lore": [ "§7Defense: §a+220", diff --git a/items/PERFECT_LEGGINGS_6.json b/items/PERFECT_LEGGINGS_6.json index e05809f1..38b1729c 100644 --- a/items/PERFECT_LEGGINGS_6.json +++ b/items/PERFECT_LEGGINGS_6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Perfect Leggings - Tier VI", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+240\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_6\"}}", "damage": 0, "lore": [ "§7Defense: §a+240", diff --git a/items/PERFECT_LEGGINGS_7.json b/items/PERFECT_LEGGINGS_7.json index 454993f3..91320441 100644 --- a/items/PERFECT_LEGGINGS_7.json +++ b/items/PERFECT_LEGGINGS_7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Perfect Leggings - Tier VII", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+260\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_7\"}}", "damage": 0, "lore": [ "§7Defense: §a+260", diff --git a/items/PERFECT_LEGGINGS_8.json b/items/PERFECT_LEGGINGS_8.json index 1a9307eb..51d0d638 100644 --- a/items/PERFECT_LEGGINGS_8.json +++ b/items/PERFECT_LEGGINGS_8.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier VIII", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+280\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_8\"}}", "damage": 0, "lore": [ "§7Defense: §a+280", diff --git a/items/PERFECT_LEGGINGS_9.json b/items/PERFECT_LEGGINGS_9.json index 5eb430d6..73fb4493 100644 --- a/items/PERFECT_LEGGINGS_9.json +++ b/items/PERFECT_LEGGINGS_9.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier IX", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier IX\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_9\"}}", "damage": 0, "lore": [ "§7Defense: §a+300", diff --git a/items/ROTTEN_BOOTS.json b/items/ROTTEN_BOOTS.json index 0aec0268..a0d3d638 100644 --- a/items/ROTTEN_BOOTS.json +++ b/items/ROTTEN_BOOTS.json @@ -1,25 +1,13 @@ { - "internalname": "ROTTEN |
