From a648b1f990523956d9c5725ea537bb8ed2511f09 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:22:51 +0100 Subject: Fixed mana ray textures (#852) * Fixed mana ray textures * Fixed hot stuff thingy * Added new contrib, fixed tiger pet, added new drops, added new item * Fixed Mythic Endermite pet * Combinable in Anvil * Added new lore to hollow armor, fixed parents * Fixed Kuudra Key Lore and Obsidian Tablet --- constants/misc.json | 6 ++++++ constants/parents.json | 8 ++++++-- constants/petnums.json | 10 ++-------- constants/reforgestones.json | 2 +- items/BOOK_OF_STATS.json | 10 ++++++---- items/BURNING_HOLLOW_BOOTS.json | 13 ++++++++++++- items/BURNING_HOLLOW_CHESTPLATE.json | 13 ++++++++++++- items/BURNING_HOLLOW_HELMET.json | 13 ++++++++++++- items/BURNING_HOLLOW_LEGGINGS.json | 13 ++++++++++++- items/ENDERMAN_MONSTER.json | 15 +++++++++++++++ items/FARMING_FOR_DUMMIES.json | 11 ++++++----- items/FIERY_HOLLOW_BOOTS.json | 13 ++++++++++++- items/FIERY_HOLLOW_CHESTPLATE.json | 13 ++++++++++++- items/FIERY_HOLLOW_HELMET.json | 13 ++++++++++++- items/FIERY_HOLLOW_LEGGINGS.json | 13 ++++++++++++- items/HOLLOW_BOOTS.json | 13 ++++++++++++- items/HOLLOW_CHESTPLATE.json | 13 ++++++++++++- items/HOLLOW_HELMET.json | 13 ++++++++++++- items/HOLLOW_LEGGINGS.json | 13 ++++++++++++- items/HOT_HOLLOW_BOOTS.json | 13 ++++++++++++- items/HOT_HOLLOW_CHESTPLATE.json | 13 ++++++++++++- items/HOT_HOLLOW_HELMET.json | 13 ++++++++++++- items/HOT_HOLLOW_LEGGINGS.json | 13 ++++++++++++- items/IMPLOSION_SCROLL.json | 13 +++++++------ items/INFERNAL_HOLLOW_BOOTS.json | 13 ++++++++++++- items/INFERNAL_HOLLOW_CHESTPLATE.json | 13 ++++++++++++- items/INFERNAL_HOLLOW_HELMET.json | 13 ++++++++++++- items/INFERNAL_HOLLOW_LEGGINGS.json | 13 ++++++++++++- items/KUUDRA_BURNING_TIER_KEY.json | 3 ++- items/KUUDRA_FIERY_TIER_KEY.json | 3 ++- items/KUUDRA_HOT_TIER_KEY.json | 3 ++- items/KUUDRA_TIER_KEY.json | 3 ++- items/MANA_RAY_BRONZE.json | 4 ++-- items/MANA_RAY_DIAMOND.json | 4 ++-- items/MANA_RAY_GOLD.json | 4 ++-- items/MANA_RAY_SILVER.json | 4 ++-- items/OBSIDIAN_DEFENDER_MONSTER.json | 4 ++++ items/OBSIDIAN_TABLET.json | 4 ++-- items/SHADOW_WARP_SCROLL.json | 11 ++++++----- items/SIL_EX.json | 13 +++++++------ items/THE_ART_OF_WAR.json | 10 ++++++---- items/TIGER;4.json | 4 ++-- items/WATCHER_MONSTER.json | 4 ++++ items/WHEEL_OF_FATE.json | 26 ++++++++++++++++++++++++++ items/WITHER_SHIELD_SCROLL.json | 11 ++++++----- items/WOOD_SINGULARITY.json | 23 +++++++++++++---------- 46 files changed, 381 insertions(+), 92 deletions(-) create mode 100644 items/WHEEL_OF_FATE.json diff --git a/constants/misc.json b/constants/misc.json index 67f3f287..cd54cf1b 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1574,6 +1574,12 @@ "§f - §aErymanthus§7: Asset Contributor", "§f - §anea89§7: Feature Contributor", "§f - §aefefury§7: Feature Contributor", + "§f - §ahannibal2§7: Feature Contributor", + "§f - §aAscynx§7: Feature Contributor", + "§f - §aCrypticPlasma§7: Feature Contributor", + "§f - §aCobble8§7: Feature Contributor", + "§f - §awhalker§7: Feature Contributor", + "§f - §aVixid1§7: Feature Contributor", "", "§b§lDiscord Staff:", "§f - §bIRONM00N#0001§7: §cAdmin", diff --git a/constants/parents.json b/constants/parents.json index 9394614e..f6e17150 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3096,9 +3096,9 @@ "PET_SKIN_SHEEP_BLACK_WOOLY", "PET_SKIN_SHEEP_WHITE_WOOLY" ], - "BURNING_KUUDRA_CORE": [ + "INFERNAL_KUUDRA_CORE": [ "FIERY_KUUDRA_CORE", - "INFERNAL_KUUDRA_CORE" + "BURNING_KUUDRA_CORE" ], "PARTY_HAT_CRAB_AQUA_ANIMATED": [ "PARTY_HAT_CRAB_BLACK_ANIMATED", @@ -3109,5 +3109,9 @@ "PARTY_HAT_CRAB_PURPLE_ANIMATED", "PARTY_HAT_CRAB_RED_ANIMATED", "PARTY_HAT_CRAB_YELLOW_ANIMATED" + ], + "DRACONIC_ARTIFACT": [ + "DRACONIC_RING", + "DRACONIC_TALISMAN" ] } \ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 2e6fa3d2..915a2ad3 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1349,7 +1349,6 @@ "otherNums": [ 1.5, 0.4, - 0.5, 0, 0.1 ], @@ -1362,7 +1361,6 @@ "otherNums": [ 100, 40, - 50, 3, 10 ], @@ -4486,9 +4484,7 @@ "otherNums": [ 0.3, 0.6, - 10.0, - 0.2, - 15.0 + 1.0 ], "statNums": { "FEROCITY": 0.0, @@ -4501,9 +4497,7 @@ "otherNums": [ 30, 55, - 10, - 20, - 15 + 100 ], "statNums": { "FEROCITY": 25.0, diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 5147a703..803369b5 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -882,7 +882,7 @@ "LEGENDARY": 300000, "MYTHIC": 600000 }, - "reforgeAbility": "§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture." + "reforgeAbility": "§7Grants §aincreased §6⸕ Mining Speed §7the deeper you venture." }, "JERRY_STONE": { "internalName": "JERRY_STONE", diff --git a/items/BOOK_OF_STATS.json b/items/BOOK_OF_STATS.json index a01584f1..33ac4c96 100644 --- a/items/BOOK_OF_STATS.json +++ b/items/BOOK_OF_STATS.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:book", "displayname": "§5Book of Stats", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Combine with any weapon in an\",1:\"§7Anvil to start tracking its\",2:\"§7kills.\",3:\"\",4:\"§5§lEPIC COSMETIC\"],Name:\"§5Book of Stats\"},ExtraAttributes:{id:\"BOOK_OF_STATS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Tracks the amount of kills you\",3:\"§7get with a weapon when applied\",4:\"§7to it.\",5:\"\",6:\"§5§lEPIC COSMETIC\"],Name:\"§5Book of Stats\"},ExtraAttributes:{id:\"BOOK_OF_STATS\"}}", "damage": 0, "lore": [ - "§7§7Combine with any weapon in an", - "§7Anvil to start tracking its", - "§7kills.", + "§7§8Combinable in Anvil", + "", + "§7Tracks the amount of kills you", + "§7get with a weapon when applied", + "§7to it.", "", "§5§lEPIC COSMETIC" ], diff --git a/items/BURNING_HOLLOW_BOOTS.json b/items/BURNING_HOLLOW_BOOTS.json index 606ea212..b8d260fb 100644 --- a/items/BURNING_HOLLOW_BOOTS.json +++ b/items/BURNING_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Burning Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+206\",3:\"§7Defense: §a+64\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Burning Hollow Boots\"},ExtraAttributes:{id:\"BURNING_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+206\",3:\"§7Defense: §a+64\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Burning Hollow Boots\"},ExtraAttributes:{id:\"BURNING_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -12,6 +12,17 @@ "§7Intelligence: §a+135", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY BOOTS" diff --git a/items/BURNING_HOLLOW_CHESTPLATE.json b/items/BURNING_HOLLOW_CHESTPLATE.json index e3ee20c5..f58b4c29 100644 --- a/items/BURNING_HOLLOW_CHESTPLATE.json +++ b/items/BURNING_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Burning Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+365\",3:\"§7Defense: §a+103\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+365\",3:\"§7Defense: §a+103\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -12,6 +12,17 @@ "§7Intelligence: §a+135", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY CHESTPLATE" diff --git a/items/BURNING_HOLLOW_HELMET.json b/items/BURNING_HOLLOW_HELMET.json index fb3a2f70..1a7f82c5 100644 --- a/items/BURNING_HOLLOW_HELMET.json +++ b/items/BURNING_HOLLOW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Burning Hollow Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68784844-9731-3c67-b10a-e188f98fc057\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIwNjg0MCwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJhYTE3YzMyZDI3YjkyODE2YjAwMzYyYzJmNjlkODY3Y2Q5OWJhMzc2ZDEwYjA5Nzc5NjM2ODI4NzgzNGVhMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+254\",3:\"§7Defense: §a+79\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+206\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Hollow Helmet\"},ExtraAttributes:{id:\"BURNING_HOLLOW_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68784844-9731-3c67-b10a-e188f98fc057\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIwNjg0MCwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJhYTE3YzMyZDI3YjkyODE2YjAwMzYyYzJmNjlkODY3Y2Q5OWJhMzc2ZDEwYjA5Nzc5NjM2ODI4NzgzNGVhMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+254\",3:\"§7Defense: §a+79\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+206\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Hollow Helmet\"},ExtraAttributes:{id:\"BURNING_HOLLOW_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+24", @@ -12,6 +12,17 @@ "§7Intelligence: §a+206", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY HELMET" diff --git a/items/BURNING_HOLLOW_LEGGINGS.json b/items/BURNING_HOLLOW_LEGGINGS.json index ae8c24f4..76ec06ed 100644 --- a/items/BURNING_HOLLOW_LEGGINGS.json +++ b/items/BURNING_HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Burning Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+325\",3:\"§7Defense: §a+87\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Burning Hollow Leggings\"},ExtraAttributes:{id:\"BURNING_HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+325\",3:\"§7Defense: §a+87\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Burning Hollow Leggings\"},ExtraAttributes:{id:\"BURNING_HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -12,6 +12,17 @@ "§7Intelligence: §a+135", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY LEGGINGS" diff --git a/items/ENDERMAN_MONSTER.json b/items/ENDERMAN_MONSTER.json index ad24ac80..7a97a711 100644 --- a/items/ENDERMAN_MONSTER.json +++ b/items/ENDERMAN_MONSTER.json @@ -58,6 +58,11 @@ "extra": [], "chance": "0.1%" }, + { + "id": "ENDER_NECKLACE:1", + "extra": [], + "chance": "0.5%" + }, { "id": "ENDERMAN;0", "extra": [], @@ -115,6 +120,11 @@ "extra": [], "chance": "0.033%" }, + { + "id": "ENDER_NECKLACE:1", + "extra": [], + "chance": "0.5%" + }, { "id": "ENDERMAN;1", "extra": [], @@ -172,6 +182,11 @@ "extra": [], "chance": "0.02%" }, + { + "id": "ENDER_NECKLACE:1", + "extra": [], + "chance": "0.4%" + }, { "id": "ENDERMAN;2", "extra": [], diff --git a/items/FARMING_FOR_DUMMIES.json b/items/FARMING_FOR_DUMMIES.json index 383273b9..4c110f83 100644 --- a/items/FARMING_FOR_DUMMIES.json +++ b/items/FARMING_FOR_DUMMIES.json @@ -1,14 +1,15 @@ { "itemid": "minecraft:book", "displayname": "§5Farming for Dummies", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Combine this Book in an Anvil\",1:\"§7with a hoe or axe to gain §6+1☘\",2:\"§6Farming Fortune§7!\",3:\"\",4:\"§7May be applied up to 5 times.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Farming for Dummies\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"FARMING_FOR_DUMMIES\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Grants §6+1☘ Farming Fortune\",3:\"§6§7when applied to a hoe or an\",4:\"§7axe. Can be applied to an item\",5:\"§7up to §a5 §7times.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Farming for Dummies\"},ExtraAttributes:{id:\"FARMING_FOR_DUMMIES\"}}", "damage": 0, "lore": [ - "§7Combine this Book in an Anvil", - "§7with a hoe or axe to gain §6+1☘", - "§6Farming Fortune§7!", + "§7§8Combinable in Anvil", "", - "§7May be applied up to 5 times.", + "§7Grants §6+1☘ Farming Fortune", + "§6§7when applied to a hoe or an", + "§7axe. Can be applied to an item", + "§7up to §a5 §7times.", "", "§5§lEPIC" ], diff --git a/items/FIERY_HOLLOW_BOOTS.json b/items/FIERY_HOLLOW_BOOTS.json index 27d247d6..49127074 100644 --- a/items/FIERY_HOLLOW_BOOTS.json +++ b/items/FIERY_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Fiery Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Fiery Hollow Boots\"},ExtraAttributes:{id:\"FIERY_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Fiery Hollow Boots\"},ExtraAttributes:{id:\"FIERY_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+30", @@ -12,6 +12,17 @@ "§7Intelligence: §a+170", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY BOOTS" diff --git a/items/FIERY_HOLLOW_CHESTPLATE.json b/items/FIERY_HOLLOW_CHESTPLATE.json index 1e8ff626..98f29982 100644 --- a/items/FIERY_HOLLOW_CHESTPLATE.json +++ b/items/FIERY_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Fiery Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Fiery Hollow Chestplate\"},ExtraAttributes:{id:\"FIERY_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Fiery Hollow Chestplate\"},ExtraAttributes:{id:\"FIERY_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+30", @@ -12,6 +12,17 @@ "§7Intelligence: §a+170", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY CHESTPLATE" diff --git a/items/FIERY_HOLLOW_HELMET.json b/items/FIERY_HOLLOW_HELMET.json index 37ad2782..3ec0b68c 100644 --- a/items/FIERY_HOLLOW_HELMET.json +++ b/items/FIERY_HOLLOW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Fiery Hollow Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1f3e95-a0c7-371a-96ac-e8b4a8568400\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE4OTk2NywKICAicHJvZmlsZUlkIiA6ICIyNzZlMDQ2YjI0MDM0M2VkOTk2NmU0OTRlN2U2Y2IzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBRFJBTlM3MTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjNmJkYmZmNmYwMzNjNjFiYzMzNWRkOWE3ODk1NmU2Y2RmZGQ2MTNlYmI1YTc3ZWMzOGQyNzFhODMzMjYxMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+260\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Hollow Helmet\"},ExtraAttributes:{id:\"FIERY_HOLLOW_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1f3e95-a0c7-371a-96ac-e8b4a8568400\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE4OTk2NywKICAicHJvZmlsZUlkIiA6ICIyNzZlMDQ2YjI0MDM0M2VkOTk2NmU0OTRlN2U2Y2IzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBRFJBTlM3MTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjNmJkYmZmNmYwMzNjNjFiYzMzNWRkOWE3ODk1NmU2Y2RmZGQ2MTNlYmI1YTc3ZWMzOGQyNzFhODMzMjYxMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+260\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Hollow Helmet\"},ExtraAttributes:{id:\"FIERY_HOLLOW_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+30", @@ -12,6 +12,17 @@ "§7Intelligence: §a+260", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY HELMET" diff --git a/items/FIERY_HOLLOW_LEGGINGS.json b/items/FIERY_HOLLOW_LEGGINGS.json index be0ea593..c8511d95 100644 --- a/items/FIERY_HOLLOW_LEGGINGS.json +++ b/items/FIERY_HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Fiery Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Fiery Hollow Leggings\"},ExtraAttributes:{id:\"FIERY_HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Fiery Hollow Leggings\"},ExtraAttributes:{id:\"FIERY_HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+30", @@ -12,6 +12,17 @@ "§7Intelligence: §a+170", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY LEGGINGS" diff --git a/items/HOLLOW_BOOTS.json b/items/HOLLOW_BOOTS.json index a4f7fdc0..dbe778c6 100644 --- a/items/HOLLOW_BOOTS.json +++ b/items/HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+130\",3:\"§7Defense: §a+40\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hollow Boots\"},ExtraAttributes:{id:\"HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+130\",3:\"§7Defense: §a+40\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hollow Boots\"},ExtraAttributes:{id:\"HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+15", @@ -12,6 +12,17 @@ "§7Intelligence: §a+85", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" ], diff --git a/items/HOLLOW_CHESTPLATE.json b/items/HOLLOW_CHESTPLATE.json index 260b95dc..8b9beae3 100644 --- a/items/HOLLOW_CHESTPLATE.json +++ b/items/HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Hollow Chestplate\"},ExtraAttributes:{id:\"HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Hollow Chestplate\"},ExtraAttributes:{id:\"HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+15", @@ -12,6 +12,17 @@ "§7Intelligence: §a+85", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY CHESTPLATE" ], diff --git a/items/HOLLOW_HELMET.json b/items/HOLLOW_HELMET.json index 2f358ffe..e20e1193 100644 --- a/items/HOLLOW_HELMET.json +++ b/items/HOLLOW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Hollow Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8ca28f5-cc52-3d93-b001-b45365b66dc1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI0MjExMCwKICAicHJvZmlsZUlkIiA6ICIxZjEyNTNhYTVkYTQ0ZjU5YWU1YWI1NmFhZjRlNTYxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3RNaUt5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhYWNkNzA1YTI5Yjc5MDUyOGE3MGVlOTNhMWNiZDkyYzAyOTYwMWE3NjJkNTI4MDVmNjA0NjBlN2E3ZmY4ZjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+160\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+130\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hollow Helmet\"},ExtraAttributes:{id:\"HOLLOW_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8ca28f5-cc52-3d93-b001-b45365b66dc1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI0MjExMCwKICAicHJvZmlsZUlkIiA6ICIxZjEyNTNhYTVkYTQ0ZjU5YWU1YWI1NmFhZjRlNTYxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3RNaUt5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhYWNkNzA1YTI5Yjc5MDUyOGE3MGVlOTNhMWNiZDkyYzAyOTYwMWE3NjJkNTI4MDVmNjA0NjBlN2E3ZmY4ZjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+160\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+130\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hollow Helmet\"},ExtraAttributes:{id:\"HOLLOW_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+15", @@ -12,6 +12,17 @@ "§7Intelligence: §a+130", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY HELMET" ], diff --git a/items/HOLLOW_LEGGINGS.json b/items/HOLLOW_LEGGINGS.json index 73385e62..1bd6826f 100644 --- a/items/HOLLOW_LEGGINGS.json +++ b/items/HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+205\",3:\"§7Defense: §a+55\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hollow Leggings\"},ExtraAttributes:{id:\"HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+205\",3:\"§7Defense: §a+55\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hollow Leggings\"},ExtraAttributes:{id:\"HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+15", @@ -12,6 +12,17 @@ "§7Intelligence: §a+85", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY LEGGINGS" ], diff --git a/items/HOT_HOLLOW_BOOTS.json b/items/HOT_HOLLOW_BOOTS.json index 18e8281e..69edf812 100644 --- a/items/HOT_HOLLOW_BOOTS.json +++ b/items/HOT_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Hot Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+164\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hot Hollow Boots\"},ExtraAttributes:{id:\"HOT_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+164\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hot Hollow Boots\"},ExtraAttributes:{id:\"HOT_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+19", @@ -12,6 +12,17 @@ "§7Intelligence: §a+107", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY BOOTS" diff --git a/items/HOT_HOLLOW_CHESTPLATE.json b/items/HOT_HOLLOW_CHESTPLATE.json index d941d68e..ac850e53 100644 --- a/items/HOT_HOLLOW_CHESTPLATE.json +++ b/items/HOT_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Hot Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+290\",3:\"§7Defense: §a+82\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Hot Hollow Chestplate\"},ExtraAttributes:{id:\"HOT_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+290\",3:\"§7Defense: §a+82\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Hot Hollow Chestplate\"},ExtraAttributes:{id:\"HOT_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+19", @@ -12,6 +12,17 @@ "§7Intelligence: §a+107", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY CHESTPLATE" diff --git a/items/HOT_HOLLOW_HELMET.json b/items/HOT_HOLLOW_HELMET.json index 35cfa666..1ad58390 100644 --- a/items/HOT_HOLLOW_HELMET.json +++ b/items/HOT_HOLLOW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Hot Hollow Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7f5e0cd0-e761-317f-90fa-67b5c81a4bed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIyMjk5MSwKICAicHJvZmlsZUlkIiA6ICIwZWQ2MDFlMDhjZTM0YjRkYWUxZmI4MDljZmEwNTM5NiIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZWVkTW9yZUFjY291bnRzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NjMzQ0ZDY1YWU2YmMyMjMwZWUyMjBkNzZkZGExZTA4MGY5MDI4MmNhMGY5ZjBkOWJjOTY2N2QyMjA0OGNlOWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+202\",3:\"§7Defense: §a+63\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+164\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hot Hollow Helmet\"},ExtraAttributes:{id:\"HOT_HOLLOW_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7f5e0cd0-e761-317f-90fa-67b5c81a4bed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIyMjk5MSwKICAicHJvZmlsZUlkIiA6ICIwZWQ2MDFlMDhjZTM0YjRkYWUxZmI4MDljZmEwNTM5NiIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZWVkTW9yZUFjY291bnRzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NjMzQ0ZDY1YWU2YmMyMjMwZWUyMjBkNzZkZGExZTA4MGY5MDI4MmNhMGY5ZjBkOWJjOTY2N2QyMjA0OGNlOWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+202\",3:\"§7Defense: §a+63\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+164\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hot Hollow Helmet\"},ExtraAttributes:{id:\"HOT_HOLLOW_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+19", @@ -12,6 +12,17 @@ "§7Intelligence: §a+164", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY HELMET" diff --git a/items/HOT_HOLLOW_LEGGINGS.json b/items/HOT_HOLLOW_LEGGINGS.json index eea5414f..8f4f2470 100644 --- a/items/HOT_HOLLOW_LEGGINGS.json +++ b/items/HOT_HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Hot Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+258\",3:\"§7Defense: §a+69\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hot Hollow Leggings\"},ExtraAttributes:{id:\"HOT_HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+258\",3:\"§7Defense: §a+69\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hot Hollow Leggings\"},ExtraAttributes:{id:\"HOT_HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+19", @@ -12,6 +12,17 @@ "§7Intelligence: §a+107", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY LEGGINGS" diff --git a/items/IMPLOSION_SCROLL.json b/items/IMPLOSION_SCROLL.json index d8bec496..860c32fe 100644 --- a/items/IMPLOSION_SCROLL.json +++ b/items/IMPLOSION_SCROLL.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:writable_book", - "displayname": "§f§f§5Implosion", - "nbttag": "{generation:0,ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This scroll can be applied to a\",1:\"§7§6Necron's Blade (Unrefined)\",2:\"§6§7granting it the §6Implosion\",3:\"§6§7ability.\",4:\"\",5:\"§6Ability: Implosion §e§lRIGHT CLICK\",6:\"§7Deals §c10,000 §7damage to\",7:\"§7nearby enemies.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a10s\",10:\"\",11:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Implosion\"},ExtraAttributes:{id:\"IMPLOSION_SCROLL\"},AttributeModifiers:[],resolved:0b}", + "displayname": "§5Implosion", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Applies the §6Implosion Ability\",3:\"§6§7when combined with a\",4:\"§7§6Necron\u0027s Blade (Unrefined)§7.\",5:\"\",6:\"§6Ability: Implosion §e§lRIGHT CLICK\",7:\"§7Deals §c10,000 §7damage to\",8:\"§7nearby enemies.\",9:\"§8Mana Cost: §3300\",10:\"§8Cooldown: §a10s\",11:\"\",12:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Implosion\"},ExtraAttributes:{id:\"IMPLOSION_SCROLL\"},resolved:0b}", "damage": 0, "lore": [ - "§7This scroll can be applied to a", - "§7§6Necron's Blade (Unrefined)", - "§6§7granting it the §6Implosion", - "§6§7ability.", + "§7§8Combinable in Anvil", + "", + "§7Applies the §6Implosion Ability", + "§6§7when combined with a", + "§7§6Necron\u0027s Blade (Unrefined)§7.", "", "§6Ability: Implosion §e§lRIGHT CLICK", "§7Deals §c10,000 §7damage to", diff --git a/items/INFERNAL_HOLLOW_BOOTS.json b/items/INFERNAL_HOLLOW_BOOTS.json index bf6205f6..e2c2c86a 100644 --- a/items/INFERNAL_HOLLOW_BOOTS.json +++ b/items/INFERNAL_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Infernal Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+328\",3:\"§7Defense: §a+101\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Infernal Hollow Boots\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+328\",3:\"§7Defense: §a+101\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Infernal Hollow Boots\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+38", @@ -12,6 +12,17 @@ "§7Intelligence: §a+214", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY BOOTS" diff --git a/items/INFERNAL_HOLLOW_CHESTPLATE.json b/items/INFERNAL_HOLLOW_CHESTPLATE.json index d7113654..be7e7b46 100644 --- a/items/INFERNAL_HOLLOW_CHESTPLATE.json +++ b/items/INFERNAL_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Infernal Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+580\",3:\"§7Defense: §a+164\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Infernal Hollow Chestplate\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+580\",3:\"§7Defense: §a+164\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Infernal Hollow Chestplate\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+38", @@ -12,6 +12,17 @@ "§7Intelligence: §a+214", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY CHESTPLATE" diff --git a/items/INFERNAL_HOLLOW_HELMET.json b/items/INFERNAL_HOLLOW_HELMET.json index fc306e7b..f68b3392 100644 --- a/items/INFERNAL_HOLLOW_HELMET.json +++ b/items/INFERNAL_HOLLOW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Infernal Hollow Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d02ea6ac-2038-3828-8418-123e60a5361f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE3MjcwNSwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NGVlZTlmMjM5NTJmOTc3N2QwNTE5YzExMTY1NTA2Njg1MWZiNGMxNzkzNjI5ZDM3NjdhMDBkYWNlZTZmMjUwIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+403\",3:\"§7Defense: §a+126\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+328\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Infernal Hollow Helmet\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d02ea6ac-2038-3828-8418-123e60a5361f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE3MjcwNSwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NGVlZTlmMjM5NTJmOTc3N2QwNTE5YzExMTY1NTA2Njg1MWZiNGMxNzkzNjI5ZDM3NjdhMDBkYWNlZTZmMjUwIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+403\",3:\"§7Defense: §a+126\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+328\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Infernal Hollow Helmet\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+38", @@ -12,6 +12,17 @@ "§7Intelligence: §a+328", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY HELMET" diff --git a/items/INFERNAL_HOLLOW_LEGGINGS.json b/items/INFERNAL_HOLLOW_LEGGINGS.json index 481b0c1e..0e6a3bc9 100644 --- a/items/INFERNAL_HOLLOW_LEGGINGS.json +++ b/items/INFERNAL_HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Infernal Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+517\",3:\"§7Defense: §a+139\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Infernal Hollow Leggings\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+517\",3:\"§7Defense: §a+139\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Infernal Hollow Leggings\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+38", @@ -12,6 +12,17 @@ "§7Intelligence: §a+214", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY LEGGINGS" diff --git a/items/KUUDRA_BURNING_TIER_KEY.json b/items/KUUDRA_BURNING_TIER_KEY.json index 1449c4ee..0b1b7888 100644 --- a/items/KUUDRA_BURNING_TIER_KEY.json +++ b/items/KUUDRA_BURNING_TIER_KEY.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§5Burning Kuudra Key", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74ceda89-849d-35b4-b0fb-00083f599c02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg4MjI5NSwKICAicHJvZmlsZUlkIiA6ICI1YjY2YzNkZWZhYTI0NWMzYTcwNjM3OTA3NTQ0Yjg3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFuX1JhaWNvMDgxNiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMzBmNmY2ZTYzYjI0NWY4MzllM2NjZGNlNWE1ZjIyMDU2MjAxZDAyNzQ0MTFkZmU1ZDk0YmJlNDQ5YzRlY2UiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Burning Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Burning Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_BURNING_TIER_KEY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74ceda89-849d-35b4-b0fb-00083f599c02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg4MjI5NSwKICAicHJvZmlsZUlkIiA6ICI1YjY2YzNkZWZhYTI0NWMzYTcwNjM3OTA3NTQ0Yjg3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFuX1JhaWNvMDgxNiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMzBmNmY2ZTYzYjI0NWY4MzllM2NjZGNlNWE1ZjIyMDU2MjAxZDAyNzQ0MTFkZmU1ZDk0YmJlNDQ5YzRlY2UiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Burning Tier of the\",2:\"§7Kuudra fight.\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC\"],Name:\"§5Burning Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_BURNING_TIER_KEY\"}}", "damage": 3, "lore": [ "§7§7Used to unlock the reward", "§7chest in the Burning Tier of the", "§7Kuudra fight.", + "§eRight-click to view recipes!", "", "§8§l* §8Co-op Soulbound §8§l*", "§5§lEPIC" diff --git a/items/KUUDRA_FIERY_TIER_KEY.json b/items/KUUDRA_FIERY_TIER_KEY.json index a99be14d..40f99e31 100644 --- a/items/KUUDRA_FIERY_TIER_KEY.json +++ b/items/KUUDRA_FIERY_TIER_KEY.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§5Fiery Kuudra Key", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"75c56136-e7cc-3836-a4d5-ed516b7651d6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg5ODM0MSwKICAicHJvZmlsZUlkIiA6ICI5ZDQyNWFiOGFmZjg0MGU1OWM3NzUzZjc5Mjg5YjMyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb21wa2luNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ4NTQzOTNiYmY5NDQ0NTQyNTAyNTgyZDRiNWEyM2NjNzM4OTY1MDZlMmZjNzM5ZDU0NWJjMzViYzdiMWMwNiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Fiery Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Fiery Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_FIERY_TIER_KEY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"75c56136-e7cc-3836-a4d5-ed516b7651d6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg5ODM0MSwKICAicHJvZmlsZUlkIiA6ICI5ZDQyNWFiOGFmZjg0MGU1OWM3NzUzZjc5Mjg5YjMyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb21wa2luNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ4NTQzOTNiYmY5NDQ0NTQyNTAyNTgyZDRiNWEyM2NjNzM4OTY1MDZlMmZjNzM5ZDU0NWJjMzViYzdiMWMwNiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Fiery Tier of the\",2:\"§7Kuudra fight.\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC\"],Name:\"§5Fiery Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_FIERY_TIER_KEY\"}}", "damage": 3, "lore": [ "§7§7Used to unlock the reward", "§7chest in the Fiery