aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-10-30 19:22:51 +0100
committerGitHub <noreply@github.com>2022-10-30 18:22:51 +0000
commita648b1f990523956d9c5725ea537bb8ed2511f09 (patch)
tree1093f469c0a2d594711f84b1a113025a34ff4e0d
parent0b24d6c0ab8bb57c62b5ba9510ea2c2b318e6ac9 (diff)
downloadNotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.gz
NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.bz2
NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.zip
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
-rw-r--r--constants/misc.json6
-rw-r--r--constants/parents.json8
-rw-r--r--constants/petnums.json10
-rw-r--r--constants/reforgestones.json2
-rw-r--r--items/BOOK_OF_STATS.json10
-rw-r--r--items/BURNING_HOLLOW_BOOTS.json13
-rw-r--r--items/BURNING_HOLLOW_CHESTPLATE.json13
-rw-r--r--items/BURNING_HOLLOW_HELMET.json13
-rw-r--r--items/BURNING_HOLLOW_LEGGINGS.json13
-rw-r--r--items/ENDERMAN_MONSTER.json15
-rw-r--r--items/FARMING_FOR_DUMMIES.json11
-rw-r--r--items/FIERY_HOLLOW_BOOTS.json13
-rw-r--r--items/FIERY_HOLLOW_CHESTPLATE.json13
-rw-r--r--items/FIERY_HOLLOW_HELMET.json13
-rw-r--r--items/FIERY_HOLLOW_LEGGINGS.json13
-rw-r--r--items/HOLLOW_BOOTS.json13
-rw-r--r--items/HOLLOW_CHESTPLATE.json13
-rw-r--r--items/HOLLOW_HELMET.json13
-rw-r--r--items/HOLLOW_LEGGINGS.json13
-rw-r--r--items/HOT_HOLLOW_BOOTS.json13
-rw-r--r--items/HOT_HOLLOW_CHESTPLATE.json13
-rw-r--r--items/HOT_HOLLOW_HELMET.json13
-rw-r--r--items/HOT_HOLLOW_LEGGINGS.json13
-rw-r--r--items/IMPLOSION_SCROLL.json13
-rw-r--r--items/INFERNAL_HOLLOW_BOOTS.json13
-rw-r--r--items/INFERNAL_HOLLOW_CHESTPLATE.json13
-rw-r--r--items/INFERNAL_HOLLOW_HELMET.json13
-rw-r--r--items/INFERNAL_HOLLOW_LEGGINGS.json13
-rw-r--r--items/KUUDRA_BURNING_TIER_KEY.json3
-rw-r--r--items/KUUDRA_FIERY_TIER_KEY.json3
-rw-r--r--items/KUUDRA_HOT_TIER_KEY.json3
-rw-r--r--items/KUUDRA_TIER_KEY.json3
-rw-r--r--items/MANA_RAY_BRONZE.json4
-rw-r--r--items/MANA_RAY_DIAMOND.json4
-rw-r--r--items/MANA_RAY_GOLD.json4
-rw-r--r--items/MANA_RAY_SILVER.json4
-rw-r--r--items/OBSIDIAN_DEFENDER_MONSTER.json4
-rw-r--r--items/OBSIDIAN_TABLET.json4
-rw-r--r--items/SHADOW_WARP_SCROLL.json11
-rw-r--r--items/SIL_EX.json13
-rw-r--r--items/THE_ART_OF_WAR.json10
-rw-r--r--items/TIGER;4.json4
-rw-r--r--items/WATCHER_MONSTER.json4
-rw-r--r--items/WHEEL_OF_FATE.json26
-rw-r--r--items/WITHER_SHIELD_SCROLL.json11
-rw-r--r--items/WOOD_SINGULARITY.json23
46 files changed, 381 insertions, 92 deletions
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
@@ -59,6 +59,11 @@
"chance": "0.1%"
},
{
+ "id": "ENDER_NECKLACE:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
"id": "ENDERMAN;0",
"extra": [],
"chance": "0.1%"
@@ -116,6 +121,11 @@
"chance": "0.033%"
},
{
+ "id": "ENDER_NECKLACE:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
"id": "ENDERMAN;1",
"extra": [],
"chance": "0.05%"
@@ -173,6 +183,11 @@
"chance": "0.02%"
},
{
+ "id": "ENDER_NECKLACE:1",
+ "extra": [],
+ "chance": "0.4%"
+ },
+ {
"id": "ENDERMAN;2",
"extra": [],
"chance": "0.1%"
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 Tier of the",
"§7Kuudra fight.",
+ "§eRight-click to view recipes!",
"",
"§8§l* §8Co-op Soulbound §8§l*",
"§5§lEPIC"
diff --git a/items/KUUDRA_HOT_TIER_KEY.json b/items/KUUDRA_HOT_TIER_KEY.json
index efb97778..fd68969b 100644
--- a/items/KUUDRA_HOT_TIER_KEY.json
+++ b/items/KUUDRA_HOT_TIER_KEY.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Hot Kuudra Key",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"80a91601-ac87-302b-ac6a-4c635b73c2a2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg2NTc1MiwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MwMjU5ZTg5NjRjM2RlYjk1YjEyMzNiYjJkYzgyYzk4NjE3N2U2M2FlMzZjMTEyNjVjYjM4NTE4MGJiOTFjYzAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Hot Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Hot Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_HOT_TIER_KEY\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"80a91601-ac87-302b-ac6a-4c635b73c2a2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg2NTc1MiwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MwMjU5ZTg5NjRjM2RlYjk1YjEyMzNiYjJkYzgyYzk4NjE3N2U2M2FlMzZjMTEyNjVjYjM4NTE4MGJiOTFjYzAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Hot 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:\"§5Hot Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_HOT_TIER_KEY\"}}",
"damage": 3,
"lore": [
"§7§7Used to unlock the reward",
"§7chest in the Hot Tier of the",
"§7Kuudra fight.",
+ "§eRight-click to view recipes!",
"",
"§8§l* §8Co-op Soulbound §8§l*",
"§5§lEPIC"
diff --git a/items/KUUDRA_TIER_KEY.json b/items/KUUDRA_TIER_KEY.json
index dc259b52..305a21fb 100644
--- a/items/KUUDRA_TIER_KEY.json
+++ b/items/KUUDRA_TIER_KEY.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Kuudra Key",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2a9e4728-b0c5-3f7d-9c45-7ff3fc1eb206\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1MjgzNTU0NCwKICAicHJvZmlsZUlkIiA6ICJkYmQ4MDQ2M2EwMzY0Y2FjYjI3OGNhODBhMDBkZGIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4bG9nMjEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmZkM2U3MTgzOGMwZTc2Zjg5MDIxMzEyMGI0Y2U3NDQ5NTc3NzM2NjA0MzM4YThkMjhiNGM4NmRiMjU0N2U3MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Basic Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§9§lRARE\"],Name:\"§9Kuudra Key\"},ExtraAttributes:{bossId:\"83d5845c-9948-40f8-9dd9-60d4d87dc10b\",spawnedFor:\"a7d6b3f1-8425-48e5-8acc-9a38ab9b86f7\",id:\"KUUDRA_TIER_KEY\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2a9e4728-b0c5-3f7d-9c45-7ff3fc1eb206\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1MjgzNTU0NCwKICAicHJvZmlsZUlkIiA6ICJkYmQ4MDQ2M2EwMzY0Y2FjYjI3OGNhODBhMDBkZGIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4bG9nMjEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmZkM2U3MTgzOGMwZTc2Zjg5MDIxMzEyMGI0Y2U3NDQ5NTc3NzM2NjA0MzM4YThkMjhiNGM4NmRiMjU0N2U3MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Basic Tier of the\",2:\"§7Kuudra fight.\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§9§lRARE\"],Name:\"§9Kuudra Key\"},ExtraAttributes:{bossId:\"83d5845c-9948-40f8-9dd9-60d4d87dc10b\",spawnedFor:\"a7d6b3f1-8425-48e5-8acc-9a38ab9b86f7\",id:\"KUUDRA_TIER_KEY\"}}",
"damage": 3,
"lore": [
"§7§7Used to unlock the reward",
"§7chest in the Basic Tier of the",
"§7Kuudra fight.",
+ "§eRight-click to view recipes!",
"",
"§8§l* §8Co-op Soulbound §8§l*",
"§9§lRARE"
diff --git a/items/MANA_RAY_BRONZE.json b/items/MANA_RAY_BRONZE.json
index dd323832..24606893 100644
--- a/items/MANA_RAY_BRONZE.json
+++ b/items/MANA_RAY_BRONZE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
- "displayname": "§f§f§9Mana Ray§r §l§8§LBRONZE",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"MANA_RAY_BRONZE\"}}",
+ "displayname": "§9Mana Ray§r §l§8§LBRONZE",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0c815870-c4fa-3353-8d6a-3b510974e574\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDY1NzkyNDA1NSwKICAicHJvZmlsZUlkIiA6ICIzOTdlMmY5OTAyNmI0NjI1OTcyNTM1OTNjODgyZjRmMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4WnlkdWVMeCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mZjM1N2IwZjRlMTNjYzIwMTNiZjRhMDJhM2QzMzUxYWIwZDc4NTZlNzNmOWYwY2Y4YjZmMTNlNzhkOTViMjE1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§9Mana Ray§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"MANA_RAY_BRONZE\"}}",
"damage": 3,
"lore": [
"§7Lured by having a high amount of",
diff --git a/items/MANA_RAY_DIAMOND.json b/items/MANA_RAY_DIAMOND.json
index cebf6a07..37936aa7 100644
--- a/items/MANA_RAY_DIAMOND.json
+++ b/items/MANA_RAY_DIAMOND.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
- "displayname": "§f§f§9Mana Ray§r §l§B§LDIAMOND",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"MANA_RAY_DIAMOND\"}}",
+ "displayname": "§9Mana Ray§r §l§B§LDIAMOND",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"556d7c31-2591-3b10-85ea-00f6ad3c13bc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDY1Nzg3OTU1NCwKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZkNmRhY2Q2N2YwNTYyOTgwZTU5N2E4YmE1MDhiM2UzMjEwMDJmNGQzNThjODVkZDlhNGEzOWJhY2FlYTYzZjgiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§9Mana Ray§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"MANA_RAY_DIAMOND\"}}",
"damage": 3,
"lore": [
"§7Lured by having a high amount of",
diff --git a/items/MANA_RAY_GOLD.json b/items/MANA_RAY_GOLD.json
index 0a06af9f..7af80ff7 100644
--- a/items/MANA_RAY_GOLD.json
+++ b/items/MANA_RAY_GOLD.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
- "displayname": "§f§f§9Mana Ray§r §l§6§LGOLD",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§6§LGOLD\"},ExtraAttributes:{id:\"MANA_RAY_GOLD\"}}",
+ "displayname": "§9Mana Ray§r §l§6§LGOLD",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"205290c0-80e8-3d3a-b5c2-8ca498d12c34\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDY1NzkwMTI2MiwKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzUxNWU5NjMyOTk5MmIyOTY5YzQyN2ExN2FlNjgxNzNhZDBmOGI4NmY5ZTNhMGUzZjk0NjAzODU1ODFlZGZlMyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§9Mana Ray§r §l§6§LGOLD\"},ExtraAttributes:{id:\"MANA_RAY_GOLD\"}}",
"damage": 3,
"lore": [
"§7Lured by having a high amount of",
diff --git a/items/MANA_RAY_SILVER.json b/items/MANA_RAY_SILVER.json
index 4c9b4bad..eb4f2ae1 100644
--- a/items/MANA_RAY_SILVER.json
+++ b/items/MANA_RAY_SILVER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
- "displayname": "§f§f§9Mana Ray§r §l§7§LSILVER",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§7§LSILVER\"},ExtraAttributes:{id:\"MANA_RAY_SILVER\"}}",
+ "displayname": "§9Mana Ray§r §l§7§LSILVER",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"870b74f5-2a48-3abe-9301-1a39165a2877\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDY1NzkxMjc3OSwKICAicHJvZmlsZUlkIiA6ICJhOGJhMGY1YTFmNjQ0MTgzODZkZGI3OWExZmY5ZWRlYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcmVlcGVyOTA3NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kZmQ3MDYxNTdjMmEzZTJjOGMzNjc0Y2JjMzdmN2ExMjA2Yjg3YjdhNjQ1M2QxMWU3NDA4NDkyYzAxYzM1NjM0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§9Mana Ray§r §l§7§LSILVER\"},ExtraAttributes:{id:\"MANA_RAY_SILVER\"}}",
"damage": 3,
"lore": [
"§7Lured by having a high amount of",
diff --git a/items/OBSIDIAN_DEFENDER_MONSTER.json b/items/OBSIDIAN_DEFENDER_MONSTER.json
index 0d7eebc0..2c7dd371 100644
--- a/items/OBSIDIAN_DEFENDER_MONSTER.json
+++ b/items/OBSIDIAN_DEFENDER_MONSTER.json
@@ -53,6 +53,10 @@
"chance": "0.015%"
},
{
+ "id": "ENDER_BELT:1",
+ "chance": "1%"
+ },
+ {
"id": "DYE_BONE:1",
"chance": "0.0000333%"
}
diff --git a/items/OBSIDIAN_TABLET.json b/items/OBSIDIAN_TABLET.json
index 021398d2..8045bac0 100644
--- a/items/OBSIDIAN_TABLET.json
+++ b/items/OBSIDIAN_TABLET.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Obsidian Tablet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2798c400-5442-3e29-9a7e-63afb04ab088\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODM0NjAyNywKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xYTE1OWQ5YWMyZmRiMTY0ODU4YjYzNTBlMDNjMTkyNGYxN2U1YWE4NjExYTM0N2Q1NWI2Yjg5ODIwZmFmMDk0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aMythical §7power.\",5:\"\",6:\"§7At §6§k1,000§r §6Magical Power§7:\",7:\"§c+§k185❤§r §cHealth\",8:\"§a+§k132❈§r §aDefense\",9:\"§f+§k31✦§r §fSpeed\",10:\"§c+§k132❁§r §\u0026cStrength\",11:\"§b+§k198✎§r §bIntelligence\",12:\"§9+§k53☣§r §9Crit Chance\",13:\"§9+§k132☠§r §9Crit Damage\",14:\"\",15:\"§7Unique Power Bonus:\",16:\"§c+150❤ Health\",17:\"§c+40❁ Strength\",18:\"\",19:\"§7Requires §aCombat Skill Level XX§7!\",20:\"\",21:\"§9§lRARE POWER STONE\"],Name:\"§9Obsidian Tablet\"},ExtraAttributes:{id:\"OBSIDIAN_TABLET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2798c400-5442-3e29-9a7e-63afb04ab088\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODM0NjAyNywKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xYTE1OWQ5YWMyZmRiMTY0ODU4YjYzNTBlMDNjMTkyNGYxN2U1YWE4NjExYTM0N2Q1NWI2Yjg5ODIwZmFmMDk0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aMythical §7power.\",5:\"\",6:\"§7At §6§k1,000§r §6Magical Power§7:\",7:\"§c+§k185❤§r §cHealth\",8:\"§a+§k132❈§r §aDefense\",9:\"§f+§k31✦§r §fSpeed\",10:\"§c+§k132❁§r §cStrength\",11:\"§b+§k198✎§r §bIntelligence\",12:\"§9+§k53☣§r §9Crit Chance\",13:\"§9+§k132☠§r §9Crit Damage\",14:\"\",15:\"§7Unique Power Bonus:\",16:\"§c+150❤ Health\",17:\"§c+40❁ Strength\",18:\"\",19:\"§7Requires §aCombat Skill Level XX§7!\",20:\"\",21:\"§9§lRARE POWER STONE\"],Name:\"§9Obsidian Tablet\"},ExtraAttributes:{id:\"OBSIDIAN_TABLET\"}}",
"damage": 3,
"lore": [
"§8Power Stone",
@@ -14,7 +14,7 @@
"§c+§k185❤§r §cHealth",
"§a+§k132❈§r §aDefense",
"§f+§k31✦§r §fSpeed",
- "§c+§k132❁§r §\u0026cStrength",
+ "§c+§k132❁§r §cStrength",
"§b+§k198✎§r §bIntelligence",
"§9+§k53☣§r §9Crit Chance",
"§9+§k132☠§r §9Crit Damage",
diff --git a/items/SHADOW_WARP_SCROLL.json b/items/SHADOW_WARP_SCROLL.json
index 77bbfd4a..d1474b61 100644
--- a/items/SHADOW_WARP_SCROLL.json
+++ b/items/SHADOW_WARP_SCROLL.json
@@ -1,13 +1,14 @@
{
"itemid": "minecraft:writable_book",
"displayname": "§5Shadow Warp",
- "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 §6Shadow Warp\",3:\"§6§7ability.\",4:\"\",5:\"§6Ability: Shadow Warp §e§lRIGHT CLICK\",6:\"§7Created a spacial distortion\",7:\"§7§e10 §7blocks ahead of you that\",8:\"§7sucks all enemies around it.\",9:\"§7Using this ability again within\",10:\"§7§e5 §7seconds to detonate the\",11:\"§7warp and deal damage to enemies\",12:\"§7near it.\",13:\"§8Mana Cost: §3300\",14:\"§8Cooldown: §a10s\",15:\"\",16:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Shadow Warp\"},ExtraAttributes:{id:\"SHADOW_WARP_SCROLL\"},AttributeModifiers:[],resolved:0b}",
+ "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Applies the §6Shadow Warp\",3:\"§6Ability §7when combined with a\",4:\"§7§6Necron\u0027s Blade (Unrefined)§7.\",5:\"\",6:\"§6Ability: Shadow Warp §e§lRIGHT CLICK\",7:\"§7Created a spacial distortion\",8:\"§7§e10 §7blocks ahead of you that\",9:\"§7sucks all enemies around it.\",10:\"§7Using this ability again within\",11:\"§7§e5 §7seconds to detonate the\",12:\"§7warp and deal damage to enemies\",13:\"§7near it.\",14:\"§8Mana Cost: §3300\",15:\"§8Cooldown: §a10s\",16:\"\",17:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Shadow Warp\"},ExtraAttributes:{id:\"SHADOW_WARP_SCROLL\"},resolved:0b}",
"damage": 0,
"lore": [
- "§7This scroll can be applied to a",
- "§7§6Necron's Blade (Unrefined)",
- "§6§7granting it the §6Shadow Warp",
- "§6§7ability.",
+ "§7§8Combinable in Anvil",
+ "",
+ "§7Applies the §6Shadow Warp",
+ "§6Ability §7when combined with a",
+ "§7§6Necron\u0027s Blade (Unrefined)§7.",
"",
"§6Ability: Shadow Warp §e§lRIGHT CLICK",
"§7Created a spacial distortion",
diff --git a/items/SIL_EX.json b/items/SIL_EX.json
index e00f97a6..3cb07a87 100644
--- a/items/SIL_EX.json
+++ b/items/SIL_EX.json
@@ -1,13 +1,14 @@
{
"itemid": "minecraft:flint",
- "displayname": "§f§f§5Silex",
- "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Combine this item in an Anvil\",1:\"§7with a pickaxe or drill to\",2:\"§7increase its efficiency\",3:\"§7enchantment level by 1 level!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Silex\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"SIL_EX\"},AttributeModifiers:[]}",
+ "displayname": "§5Silex",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7When applied to a pickaxe or a\",3:\"§7drill, increases its Efficiency\",4:\"§7level by §a1§7!\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Silex\"},ExtraAttributes:{id:\"SIL_EX\"}}",
"damage": 0,
"lore": [
- "§7Combine this item in an Anvil",
- "§7with a pickaxe or drill to",
- "§7increase its efficiency",
- "§7enchantment level by 1 level!",
+ "§7§8Combinable in Anvil",
+ "",
+ "§7When applied to a pickaxe or a",
+ "§7drill, increases its Efficiency",
+ "§7level by §a1§7!",
"",
"§5§lEPIC"
],
diff --git a/items/THE_ART_OF_WAR.json b/items/THE_ART_OF_WAR.json
index bf7426ab..0f902657 100644
--- a/items/THE_ART_OF_WAR.json
+++ b/items/THE_ART_OF_WAR.json
@@ -1,12 +1,14 @@
{
"itemid": "minecraft:book",
"displayname": "§6The Art of War",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Combine this Book in an Anvil\",1:\"§7with a weapon to gain §c+5❁\",2:\"§cStrength§7!\",3:\"\",4:\"§7§8In the midst of chaos, there\",5:\"§8is also opportunity.\",6:\"§8 - Sun Tzu\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6The Art of War\"},ExtraAttributes:{id:\"THE_ART_OF_WAR\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Grants §c+5❁ Strength §7when\",3:\"§7applied to a weapon. Can only be\",4:\"§7applied to an item once.\",5:\"\",6:\"§7§8In the midst of chaos, there\",7:\"§8is also opportunity.\",8:\"§8 - Sun Tzu\",9:\"\",10:\"§6§lLEGENDARY\"],Name:\"§6The Art of War\"},ExtraAttributes:{id:\"THE_ART_OF_WAR\"}}",
"damage": 0,
"lore": [
- "§7Combine this Book in an Anvil",
- "§7with a weapon to gain §c+5❁",
- "§cStrength§7!",
+ "§7§8Combinable in Anvil",
+ "",
+ "§7Grants §c+5❁ Strength §7when",
+ "§7applied to a weapon. Can only be",
+ "§7applied to an item once.",
"",
"§7§8In the midst of chaos, there",
"§8is also opportunity.",
diff --git a/items/TIGER;4.json b/items/TIGER;4.json
index f232535d..13e134fd 100644
--- a/items/TIGER;4.json
+++ b/items/TIGER;4.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §6Tiger",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §c{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§6Apex Predator\",15:\"§7§7Deal §c+{3}% §7damage against\",16:\"§7targets with no other mobs\",17:\"§7within §a15 §7blocks\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;4\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §c{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§6Apex Predator\",15:\"§7§7Deal §c+{2}% §7damage against\",16:\"§7targets with no other mobs\",17:\"§7within §a15 §7blocks\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"TIGER;4\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -19,7 +19,7 @@
"§7by §6{1}% §7for §a10s",
"",
"§6Apex Predator",
- "§7§7Deal §c+{3}% §7damage against",
+ "§7§7Deal §c+{2}% §7damage against",
"§7targets with no other mobs",
"§7within §a15 §7blocks",
"",
diff --git a/items/WATCHER_MONSTER.json b/items/WATCHER_MONSTER.json
index ec1e8340..6d614884 100644
--- a/items/WATCHER_MONSTER.json
+++ b/items/WATCHER_MONSTER.json
@@ -56,6 +56,10 @@
"chance": "0.015%"
},
{
+ "id": "ENDER_CLOAK:1",
+ "chance": "1%"
+ },
+ {
"id": "DYE_BONE:1",
"chance": "0.0000333%"
}
diff --git a/items/WHEEL_OF_FATE.json b/items/WHEEL_OF_FATE.json
new file mode 100644
index 00000000..856765a4
--- /dev/null
+++ b/items/WHEEL_OF_FATE.json
@@ -0,0 +1,26 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§9Wheel of Fate",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e4f0d002-1546-32bf-96a8-4b2d9afa0475\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUxYzJhNWM0ZDRjMzVmYzM3NTQyOTVmMzljMzMzZWY2NzhiZDJlZGFkOWM4OGYyZDE2ODBmMTQ5NjgyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Rerolls the §bAttributes §7of an\",3:\"§7item when combined with an item\",4:\"§7that has any. May the eternal\",5:\"§7luck of §6Kuudra §7be in your\",6:\"§7favor.\",7:\"\",8:\"§9§lRARE\"],Name:\"§f§f§9Wheel of Fate\"},ExtraAttributes:{id:\"WHEEL_OF_FATE\"}}",
+ "damage": 3,
+ "lore": [
+ "§7§8Combinable in Anvil",
+ "",
+ "§7Rerolls the §bAttributes §7of an",
+ "§7item when combined with an item",
+ "§7that has any. May the eternal",
+ "§7luck of §6Kuudra §7be in your",
+ "§7favor.",
+ "",
+ "§9§lRARE"
+ ],
+ "internalname": "WHEEL_OF_FATE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Wheel_Of_Fate",
+ "https://wiki.hypixel.net/Wheel_Of_Fate"
+ ]
+} \ No newline at end of file
diff --git a/items/WITHER_SHIELD_SCROLL.json b/items/WITHER_SHIELD_SCROLL.json
index 2dcd8392..6a8e169d 100644
--- a/items/WITHER_SHIELD_SCROLL.json
+++ b/items/WITHER_SHIELD_SCROLL.json
@@ -1,13 +1,14 @@
{
"itemid": "minecraft:writable_book",
"displayname": "§5Wither Shield",
- "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 §6Wither\",3:\"§6Shield §7ability.\",4:\"\",5:\"§6Ability: Wither Shield §e§lRIGHT CLICK\",6:\"§7Reduces damage taken by §c10%\",7:\"§c§7for §e5 §7seconds. Also grants\",8:\"§7an absorption shield that gives\",9:\"§7§9150% §7of your Critical Damage\",10:\"§7as health, after §e5 §7seconds\",11:\"§7§a50% §7of the shield is\",12:\"§7converted into healing.\",13:\"§8Mana Cost: §3150\",14:\"§8Cooldown: §a10s\",15:\"\",16:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Wither Shield\"},ExtraAttributes:{id:\"WITHER_SHIELD_SCROLL\"},AttributeModifiers:[],resolved:0b}",
+ "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Applies the §6Wither Shield\",3:\"§6Ability §7when combined with a\",4:\"§7§6Necron\u0027s Blade (Unrefined)§7.\",5:\"\",6:\"§6Ability: Wither Shield §e§lRIGHT CLICK\",7:\"§7Reduces damage taken by §c10%\",8:\"§c§7for §e5 §7seconds. Also grants\",9:\"§7an absorption shield that gives\",10:\"§7§9150% §7of your Critical Damage\",11:\"§7as health, after §e5 §7seconds\",12:\"§7§a50% §7of the shield is\",13:\"§7converted into healing.\",14:\"§8Mana Cost: §3150\",15:\"§8Cooldown: §a10s\",16:\"\",17:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Wither Shield\"},ExtraAttributes:{id:\"WITHER_SHIELD_SCROLL\"},resolved:0b}",
"damage": 0,
"lore": [
- "§7This scroll can be applied to a",
- "§7§6Necron's Blade (Unrefined)",
- "§6§7granting it the §6Wither",
- "§6Shield §7ability.",
+ "§7§8Combinable in Anvil",
+ "",
+ "§7Applies the §6Wither Shield",
+ "§6Ability §7when combined with a",
+ "§7§6Necron\u0027s Blade (Unrefined)§7.",
"",
"§6Ability: Wither Shield §e§lRIGHT CLICK",
"§7Reduces damage taken by §c10%",
diff --git a/items/WOOD_SINGULARITY.json b/items/WOOD_SINGULARITY.json
index 5236807a..a7ad1934 100644
--- a/items/WOOD_SINGULARITY.json
+++ b/items/WOOD_SINGULARITY.json
@@ -4,14 +4,16 @@
"displayname": "§6Wood Singularity",
"clickcommand": "",
"damage": 3,
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1b4c7be-3c99-35cd-9e99-24469b28f7cf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FkNTdkMWY2MDQ3OGFmNmFlMWI2YjFjMjhjZWU1MzRkNWRiYjhjOGNhYjg3OTYzZTljMmVmMGM2YWM1OCJ9fX0=\"}]}},display:{Lore:[0:\"§7Combine this seriously large\",1:\"§7pile of wood in an Anvil with\",2:\"§7any §6wooden §7sword to add\",3:\"§7§c+100❁ Strength §7to it!\",4:\"§8Can only be applied once.\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6Wood Singularity\"},ExtraAttributes:{id:\"WOOD_SINGULARITY\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1b4c7be-3c99-35cd-9e99-24469b28f7cf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FkNTdkMWY2MDQ3OGFmNmFlMWI2YjFjMjhjZWU1MzRkNWRiYjhjOGNhYjg3OTYzZTljMmVmMGM2YWM1OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7A seriously large pile of wood.\",3:\"§7Grants §c+100❁ Strength §7when\",4:\"§7applied to a §6wooden §7sword.\",5:\"§7Can only be applied to an item\",6:\"§7once.\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6Wood Singularity\"},ExtraAttributes:{id:\"WOOD_SINGULARITY\"}}",
"modver": "2.1.0-REL",
"lore": [
- "§7Combine this seriously large",
- "§7pile of wood in an Anvil with",
- "§7any §6wooden §7sword to add",
- "§7§c+100❁ Strength §7to it!",
- "§8Can only be applied once.",
+ "§7§8Combinable in Anvil",
+ "",
+ "§7A seriously large pile of wood.",
+ "§7Grants §c+100❁ Strength §7when",
+ "§7applied to a §6wooden §7sword.",
+ "§7Can only be applied to an item",
+ "§7once.",
"",
"§6§lLEGENDARY"
],
@@ -22,9 +24,10 @@
],
"recipes": [
{
- "type": "trade",
- "cost": "ENCHANTED_EMERALD:6",
- "result": "WOOD_SINGULARITY"
+ "type": "trade",
+ "cost": "ENCHANTED_EMERALD:6",
+ "result": "WOOD_SINGULARITY"
}
- ]
+ ],
+ "crafttext": ""
} \ No newline at end of file