aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 §