aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/misc.json1
-rw-r--r--constants/parents.json3
-rw-r--r--items/ANTI_SENTIENT_PICKAXE.json21
-rw-r--r--items/ARGOFAY_DOORHOLDER_RIFT_NPC.json16
-rw-r--r--items/ASPECT_OF_THE_LEECH_3.json29
-rw-r--r--items/BURNED_PANTS.json19
-rw-r--r--items/CHRONO_PICKAXE.json32
-rw-r--r--items/CRUX_TALISMAN_7.json45
-rw-r--r--items/DISCRITE.json43
-rw-r--r--items/ELEANOR_CAP.json27
-rw-r--r--items/ELEANOR_SLIPPERS.json27
-rw-r--r--items/ELEANOR_TUNIC.json27
-rw-r--r--items/ENCHANTED_TIME_CLOCK.json33
-rw-r--r--items/EON_PICKAXE.json32
-rw-r--r--items/FAKE_SHURIKEN.json20
-rw-r--r--items/FREE_WILL.json29
-rw-r--r--items/GOLDEN_BELT.json18
-rw-r--r--items/GRUMBLEFOOT_NPC.json16
-rw-r--r--items/HIGHLITE.json33
-rw-r--r--items/HUB_WIZARD_TOWER_TRAVEL_SCROLL.json9
-rw-r--r--items/IQ_POINT.json21
-rw-r--r--items/LEGGINGS_OF_THE_COVEN.json20
-rw-r--r--items/MADAME_ELEANOR_Q_GOLDSWORTH_II_RIFT_NPC.json16
-rw-r--r--items/MADAME_ELEANOR_Q_GOLDSWORTH_IX_RIFT_NPC.json16
-rw-r--r--items/MADAME_ELEANOR_Q_GOLDSWORTH_I_RIFT_NPC.json16
-rw-r--r--items/MADAME_ELEANOR_Q_GOLDSWORTH_VII_RIFT_NPC.json16
-rw-r--r--items/MADAME_ELEANOR_Q_GOLDSWORTH_V_RIFT_NPC.json16
-rw-r--r--items/MADAME_ELEANOR_Q_GOLDSWORTH_X_RIFT_NPC.json16
-rw-r--r--items/OBSOLITE.json20
-rw-r--r--items/POTION_RIFT_GRAVITY;1.json19
-rw-r--r--items/PUFF_CRUX.json18
-rw-r--r--items/RIFT_COMPLETION_MEMENTO.json25
-rw-r--r--items/SATELITE.json32
-rw-r--r--items/SHARP_STEAK_STAKE.json37
-rw-r--r--items/SHENS_RINGALIA.json20
-rw-r--r--items/SNAKE_IN_A_BOOT.json8
-rw-r--r--items/SPOTLITE.json32
-rw-r--r--items/STAFF_OF_THE_RISING_MOON.json20
-rw-r--r--items/SUPER_LEECH_MODIFIER.json21
-rw-r--r--items/S_LOGO_CHESTPLATE.json30
-rw-r--r--items/S_LOGO_FRAGMENT.json19
-rw-r--r--items/TIGHT_PANTS_FRAGMENT.json17
-rw-r--r--items/TIME_GUN.json29
-rw-r--r--items/TIMITE.json21
-rw-r--r--items/UBIK_VON_NEUMANN_RIFT_NPC.json16
-rw-r--r--items/UGLY_BOOTS.json28
-rw-r--r--items/UGLY_BOOTS_FRAGMENT.json19
-rw-r--r--items/WIZARDMAN_LEGGINGS.json38
-rw-r--r--items/WIZARD_FACE.json18
-rw-r--r--items/YOUNGITE.json20
50 files changed, 1103 insertions, 21 deletions
diff --git a/constants/misc.json b/constants/misc.json
index c0c43099..22aa4255 100644
--- a/constants/misc.json
+++ b/constants/misc.json
@@ -2527,6 +2527,7 @@
"CRUX_TALISMAN_4",
"CRUX_TALISMAN_5",
"CRUX_TALISMAN_6",
+ "CRUX_TALISMAN_7",
"BINGO_COMBAT_TALISMAN"
],
"special_bois": [
diff --git a/constants/parents.json b/constants/parents.json
index fb58a547..e2d7f296 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -3247,7 +3247,8 @@
"DANTE_TALISMAN": [
"DANTE_RING"
],
- "CRUX_TALISMAN_6": [
+ "CRUX_TALISMAN_7": [
+ "CRUX_TALISMAN_6",
"CRUX_TALISMAN_5",
"CRUX_TALISMAN_4",
"CRUX_TALISMAN_3",
diff --git a/items/ANTI_SENTIENT_PICKAXE.json b/items/ANTI_SENTIENT_PICKAXE.json
new file mode 100644
index 00000000..48013584
--- /dev/null
+++ b/items/ANTI_SENTIENT_PICKAXE.json
@@ -0,0 +1,21 @@
+{
+ "itemid": "minecraft:wooden_pickaxe",
+ "displayname": "§5Anti-Sentient Pickaxe",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Allows you to break living metal ore\",1:\"§7and §bYoungite§7.\",2:\"\",3:\"§7§8This pickaxe is not a particular fan\",4:\"§8of sentient pickaxes.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC SWORD\"],Name:\"§5Anti-Sentient Pickaxe\"},ExtraAttributes:{id:\"ANTI_SENTIENT_PICKAXE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Allows you to break living metal ore",
+ "§7and §bYoungite§7.",
+ "",
+ "§7§8This pickaxe is not a particular fan",
+ "§8of sentient pickaxes.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC SWORD"
+ ],
+ "internalname": "ANTI_SENTIENT_PICKAXE",
+ "clickcommand": "",
+ "modver": "",
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/ARGOFAY_DOORHOLDER_RIFT_NPC.json b/items/ARGOFAY_DOORHOLDER_RIFT_NPC.json
new file mode 100644
index 00000000..fd891162
--- /dev/null
+++ b/items/ARGOFAY_DOORHOLDER_RIFT_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§dArgofay Doorholder (Rift NPC)",
+ "nbttag": "{SkullOwner:{Id:\"d0b660fd-e46a-2a01-b1cf-34d4a7d401f0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZjYmU3MGMyZDFjNjhmZmFiZDJmYmJiZTNmZmYxNzQ2ZjQyMjI5Mzc4NjU2MDQ3NmVjZGZlYzVhYTI5M2Q3ZmEifX19\"}]},Name:\"d0b660fd-e46a-2a01-b1cf-34d4a7d401f0\"},display:{Lore:[0:\"\"],Name:\"§dArgofay Doorholder (Rift NPC)\"},ExtraAttributes:{id:\"ARGOFAY_DOORHOLDER_RIFT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ARGOFAY_DOORHOLDER_RIFT_NPC",
+ "clickcommand": "",
+ "modver": "",
+ "x": -5,
+ "y": 181,
+ "z": 25,
+ "island": "rift"
+} \ No newline at end of file
diff --git a/items/ASPECT_OF_THE_LEECH_3.json b/items/ASPECT_OF_THE_LEECH_3.json
new file mode 100644
index 00000000..d18701cd
--- /dev/null
+++ b/items/ASPECT_OF_THE_LEECH_3.json
@@ -0,0 +1,29 @@
+{
+ "itemid": "minecraft:wooden_shovel",
+ "displayname": "§5Aspect of the Leech",
+ "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§6Ability: Weird Transmission §e§lRIGHT CLICK\",1:\"§7Teleport §a5 blocks§7 ahead of you.\",2:\"§8Mana Cost: §350\",3:\"\",4:\"§5§lEPIC WAND\"],Name:\"§5Aspect of the Leech\"},ExtraAttributes:{id:\"ASPECT_OF_THE_LEECH_3\"}}",
+ "damage": 0,
+ "lore": [
+ "§6Ability: Weird Transmission §e§lRIGHT CLICK",
+ "§7Teleport §a5 blocks§7 ahead of you.",
+ "§8Mana Cost: §350",
+ "",
+ "§5§lEPIC WAND"
+ ],
+ "recipe": {
+ "A1": "",
+ "A2": "",
+ "A3": "",
+ "B1": "SUPER_LEECH_MODIFIER:1",
+ "B2": "ASPECT_OF_THE_LEECH_2:1",
+ "B3": "SUPER_LEECH_MODIFIER:1",
+ "C1": "",
+ "C2": "",
+ "C3": ""
+ },
+ "internalname": "ASPECT_OF_THE_LEECH_3",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/BURNED_PANTS.json b/items/BURNED_PANTS.json
new file mode 100644
index 00000000..caec8e5a
--- /dev/null
+++ b/items/BURNED_PANTS.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:leather_leggings",
+ "displayname": "§9Burned Pants",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a-4s\",1:\"\",2:\"§7§8Maybe encouraging him wasn\u0027t a\",3:\"§8great idea.\",4:\"\",5:\"§9§lRARE LEGGINGS\"],color:789654,Name:\"§9Burned Pants\"},ExtraAttributes:{id:\"BURNED_PANTS\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Rift Time: §a-4s",
+ "",
+ "§7§8Maybe encouraging him wasn\u0027t a",
+ "§8great idea.",
+ "",
+ "§9§lRARE LEGGINGS"
+ ],
+ "internalname": "BURNED_PANTS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/CHRONO_PICKAXE.json b/items/CHRONO_PICKAXE.json
new file mode 100644
index 00000000..7f7876b3
--- /dev/null
+++ b/items/CHRONO_PICKAXE.json
@@ -0,0 +1,32 @@
+{
+ "itemid": "minecraft:iron_pickaxe",
+ "displayname": "§5Chrono Pickaxe",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Allows you to break living metal,\",1:\"§7§5Obsolite§7, §9Timite§7, and §bYoungite§7.\",2:\"\",3:\"§7§8This pickaxe is not a particular fan\",4:\"§8of the like, overall vibe.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC SWORD\"],Name:\"§5Chrono Pickaxe\"},ExtraAttributes:{id:\"CHRONO_PICKAXE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Allows you to break living metal,",
+ "§7§5Obsolite§7, §9Timite§7, and §bYoungite§7.",
+ "",
+ "§7§8This pickaxe is not a particular fan",
+ "§8of the like, overall vibe.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC SWORD"
+ ],
+ "recipe": {
+ "A1": "TIMITE:16",
+ "A2": "EON_PICKAXE:1",
+ "A3": "TIMITE:16",
+ "B1": "",
+ "B2": "TIMITE:16",
+ "B3": "",
+ "C1": "",
+ "C2": "TIMITE:16",
+ "C3": ""
+ },
+ "internalname": "CHRONO_PICKAXE",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/CRUX_TALISMAN_7.json b/items/CRUX_TALISMAN_7.json
new file mode 100644
index 00000000..82461309
--- /dev/null
+++ b/items/CRUX_TALISMAN_7.json
@@ -0,0 +1,45 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§bCelestial Starstone",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"373cc263-15fa-31a0-9936-eb97ceafde0e\",hypixelPopulated:1b,Properties:{textures:[0:{Signature:\"ABIe4YiKlmWrrjD4CMLERlyIHIxYuxEF+h2Kjp37XtUKofFRvDwBYfuXzBJFQl/J1wNUPVWFb5c/gQ3RgOdlCifk5LppvWaNaXJOjcQEKXRkQmNcQslQK46liDz+Csui9SuSBziaoedlHlJTr717++npcEk6v/gR6/iQ2TbftR2oZmQDjSyrU5ko2Q4nzrjpe35NoKCXkzxjr/2ac2sro5vkjFMuUbSMWq3xc594QVMqq+3nvnfupcUShKfr8YIH6yZ1rsnLSjnQtdq8dio7rurqNg4OF4C3TBYE+W3S1E5YnrOAIqJ144YJhC+rU0mgltpeBAmq3Y/evgyTEReiRyoVg5x1KQO9VWKlhIgDfZ6Ix4IelisrFoovLO96VHhFzt571an8/t9vh7mqiNsvcSn43T2uwdnIdxVHQDvboJMZOCWKF6FxeKmmgg3eyv5V5k6xhi5EamoPyZY7JQdhyY5gw9OpV/8dvbfx4lbckOTq9bF6h3bz4HTGT4aR0SzcsjghRJvS/YXpHYMZXv6Oc/EXMUf2H5HIZysfx4f7qjbTMDnCtJbDrAg9VvCovTXNV/2216OWpglGiaNM2p4AlnUI27m4751lFvKDxiA2Mh58gX/XaU+BAVhFKB0PZPvnEcy5NN5usbjxhSMEh/ru9aMeGeieDFpFbYJMeaobM9o\u003d\",Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcyNDExNTcwNDUxMiwKICAicHJvZmlsZUlkIiA6ICJkZTU3MWExMDJjYjg0ODgwOGZlN2M5ZjQ0OTZlY2RhZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJNSEZfTWluZXNraW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VkZjRiYTU4MjkyMjBlMjk3NzYyOTg4MDMwNWIyZTU0ZTY2ZWJhNDkxYzdlMmYxMjU0NTI0NTIyYzhiYTAxMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+20\",1:\"§7Speed: §a+3\",2:\"\",3:\"§7Defeat crux mobs to gain §a+5ф Rift Time §7and\",4:\"§7§6+5 Crux Fortune §7per kill milestone.\",5:\"§7§8Crux Fortune boosts the chance for\",6:\"§8bonus crux drops.\",7:\"\",8:\"§7Total Bonuses\",9:\"§a+120ф Rift Time\",10:\"§6+120 Crux Fortune\",11:\"\",12:\"§7Kill Milestones\",13:\" §24 §2Shy§7: §a§lMAXED\",14:\" §84 §8Shadow§7: §a§lMAXED\",15:\" §e4 §eVolt§7: §a§lMAXED\",16:\" §64 §6Scribe§7: §a§lMAXED\",17:\" §b4 §bFrozille§7: §a§lMAXED\",18:\" §44 §4Splatter§7: §a§lMAXED\",19:\"\",20:\"§b§lDIVINE ACCESSORY\"],Name:\"§bCelestial Starstone\"},ExtraAttributes:{id:\"CRUX_TALISMAN_7\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Intelligence: §a+20",
+ "§7Speed: §a+3",
+ "",
+ "§7Defeat crux mobs to gain §a+5ф Rift Time §7and",
+ "§7§6+5 Crux Fortune §7per kill milestone.",
+ "§7§8Crux Fortune boosts the chance for",
+ "§8bonus crux drops.",
+ "",
+ "§7Total Bonuses",
+ "§a+120ф Rift Time",
+ "§6+120 Crux Fortune",
+ "",
+ "§7Kill Milestones",
+ " §24 §2Shy§7: §a§lMAXED",
+ " §84 §8Shadow§7: §a§lMAXED",
+ " §e4 §eVolt§7: §a§lMAXED",
+ " §64 §6Scribe§7: §a§lMAXED",
+ " §b4 §bFrozille§7: §a§lMAXED",
+ " §44 §4Splatter§7: §a§lMAXED",
+ "",
+ "§b§lDIVINE ACCESSORY"
+ ],
+ "recipe": {
+ "A1": "PUFF_CRUX:16",
+ "A2": "PUFF_CRUX:16",
+ "A3": "PUFF_CRUX:16",
+ "B1": "PUFF_CRUX:16",
+ "B2": "CRUX_TALISMAN_6:1",
+ "B3": "PUFF_CRUX:16",
+ "C1": "PUFF_CRUX:16",
+ "C2": "PUFF_CRUX:16",
+ "C3": "PUFF_CRUX:16"
+ },
+ "internalname": "CRUX_TALISMAN_7",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/DISCRITE.json b/items/DISCRITE.json
new file mode 100644
index 00000000..7939d888
--- /dev/null
+++ b/items/DISCRITE.json
@@ -0,0 +1,43 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Discrite",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bb2f49bf-5d7d-3f65-9a08-29ccaba0e3c7\",hypixelPopulated:1b,Properties:{textures:[0:{Signature:\"x4MbJCROz+7OpqM9GWLknQF70HKlar6GPsCXlc0nLi2aoZ+XDnrqYxH8DLQGS5ehKv8wetvNs1JHtpsD6JfhXazftS2ctmVeI2DrEsXzrLb/05lISns/pG9weYEWIuoQYocSntx0sZAhfp3pAU5vyMP1FmCLrLnNKQwx4ScQbnjfH3s+XILv0/rN273iwewTNxdpO6XKRHfrmo2mrAvVbwPUe7XBiFw8f4H+31nc8Ta27XzJw0lHikIapd45JFBbhZDNWy2kPwbFPYOsPiWrgmcYFogAxVOP7oDv3j2afZf2yDGS1bKc3HYTm36N7+9tFdQZqS+kSClGPjNe+1z6afGnOh07X7FIawOSb3wAcDqiSY1/BTcnamDVNOvG/7LRoxbCkWrQJ8sDll8au+4d6sCnEhb+NXpB3czK7ZIo56I6prP266FfG/Oc5rQQHP/7kbPcghw56JcwgBz19zf7oXBAAho+WcnI7Cs3mGXk6CXxxBdQl8tDpQnA39/kzQfGvy5KFOmISAIjEJMntvciDlMke0PNmic4TQmTGDa8OEaBp1tE9Lu0gHka/S5W881TtU1TOZVX2IaNekJYe0eZ0crGlgkS1TFudddDp/hcZSUkCoi9fJTz1tF2MRayMyvzoU0nVrdWEKH9nLe6FNJj4NI3MrEnXKcFLhRiSX9kD34\u003d\",Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcyMzY2NjUzMzk2NywKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFlYzI5MmIzYWE2NjVkNjAwMWE5OTgzMTM5NjYyMTJlYWM1NDE3ZWE5MGY4M2JhYTQ2YjQ4YTk5NDI2OThmMyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Consume to boost your §c❣ Health\",1:\"§cRegen §7and §aф Rift Time §7for §a60m§7.\",2:\"\",3:\"§7Keep this item in your inventory to\",4:\"§7increase the bonus up to §c+300❣\",5:\"§cHealth Regen §7and §a+300ф Rift Time§7, at\",6:\"§7which point the item §c§oevolves§7!\",7:\"\",8:\"§7Current Bonus: §a+0ф Rift Time\",9:\"\",10:\"§9§lPRO TIP!\",11:\"§7§c❣ Health Regen §7is an overworld\",12:\"§7stat- but you\u0027ll still be granted it\",13:\"§7when you go back!\",14:\"\",15:\"§5§kX§5 Rift-Exportable §kX\",16:\"§7§8Loses motes value when crossing\",17:\"§8dimensions.\",18:\"§9§lRARE\"],Name:\"§9Discrite\"},ExtraAttributes:{id:\"DISCRITE\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Consume to boost your §c❣ Health",
+ "§cRegen §7and §aф Rift Time §7for §a60m§7.",
+ "",
+ "§7Keep this item in your inventory to",
+ "§7increase the bonus up to §c+300❣",
+ "§cHealth Regen §7and §a+300ф Rift Time§7, at",
+ "§7which point the item §c§oevolves§7!",
+ "",
+ "§7Current Bonus: §a+0ф Rift Time",
+ "",
+ "§9§lPRO TIP!",
+ "§7§c❣ Health Regen §7is an overworld",
+ "§7stat- but you\u0027ll still be granted it",
+ "§7when you go back!",
+ "",
+ "§5§kX§5 Rift-Exportable §kX",
+ "§7§8Loses motes value when crossing",
+ "§8dimensions.",
+ "§9§lRARE"
+ ],
+ "recipe": {
+ "A1": "OBSOLITE:64",
+ "A2": "TIMITE:64",
+ "A3": "OBSOLITE:64",
+ "B1": "TIMITE:64",
+ "B2": "YOUNGITE:64",
+ "B3": "TIMITE:64",
+ "C1": "OBSOLITE:64",
+ "C2": "TIMITE:64",
+ "C3": "OBSOLITE:64"
+ },
+ "internalname": "DISCRITE",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "crafttext": "Requires: Timite IV",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/ELEANOR_CAP.json b/items/ELEANOR_CAP.json
new file mode 100644
index 00000000..025a9369
--- /dev/null
+++ b/items/ELEANOR_CAP.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:leather_helmet",
+ "displayname": "§6Eleanor\u0027s Cap",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+20s\",1:\"\",2:\"§8Tiered Bonus: Riches (0/4)\",3:\"§7Gain §a1.5x §9Scavenger §7Coins.\",4:\"\",5:\"§7Scavenger Coins Gained: §60\",6:\"\",7:\"§7§8§oDelicately crafted from the finest\",8:\"§8§oenchanted silk, this cap combines\",9:\"§8§oelegance with subtlety.\",10:\"\",11:\"§8§l* §8Soulbound §8§l*\",12:\"§5§kX§5 Rift-Transferable §kX\",13:\"§6§lLEGENDARY HELMET\"],color:16766720,Name:\"§6Eleanor\u0027s Cap\"},ExtraAttributes:{id:\"ELEANOR_CAP\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Rift Time: §a+20s",
+ "",
+ "§8Tiered Bonus: Riches (0/4)",
+ "§7Gain §a1.5x §9Scavenger §7Coins.",
+ "",
+ "§7Scavenger Coins Gained: §60",
+ "",
+ "§7§8§oDelicately crafted from the finest",
+ "§8§oenchanted silk, this cap combines",
+ "§8§oelegance with subtlety.",
+ "",
+ "§8§l* §8Soulbound §8§l*",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§6§lLEGENDARY HELMET"
+ ],
+ "internalname": "ELEANOR_CAP",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/ELEANOR_SLIPPERS.json b/items/ELEANOR_SLIPPERS.json
new file mode 100644
index 00000000..f74a3c7e
--- /dev/null
+++ b/items/ELEANOR_SLIPPERS.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:leather_boots",
+ "displayname": "§6Eleanor\u0027s Slippers",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+20s\",1:\"\",2:\"§8Tiered Bonus: Riches (0/4)\",3:\"§7Gain §a1.5x §9Scavenger §7Coins.\",4:\"\",5:\"§7Scavenger Coins Gained: §60\",6:\"\",7:\"§7§8§oMade from the softest materials,\",8:\"§8§othese slippers are as stylish as\",9:\"§8§othey are serene.\",10:\"\",11:\"§8§l* §8Soulbound §8§l*\",12:\"§5§kX§5 Rift-Transferable §kX\",13:\"§6§lLEGENDARY BOOTS\"],color:16766720,Name:\"§6Eleanor\u0027s Slippers\"},ExtraAttributes:{id:\"ELEANOR_SLIPPERS\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Rift Time: §a+20s",
+ "",
+ "§8Tiered Bonus: Riches (0/4)",
+ "§7Gain §a1.5x §9Scavenger §7Coins.",
+ "",
+ "§7Scavenger Coins Gained: §60",
+ "",
+ "§7§8§oMade from the softest materials,",
+ "§8§othese slippers are as stylish as",
+ "§8§othey are serene.",
+ "",
+ "§8§l* §8Soulbound §8§l*",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§6§lLEGENDARY BOOTS"
+ ],
+ "internalname": "ELEANOR_SLIPPERS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/ELEANOR_TUNIC.json b/items/ELEANOR_TUNIC.json
new file mode 100644
index 00000000..626c03c6
--- /dev/null
+++ b/items/ELEANOR_TUNIC.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:leather_chestplate",
+ "displayname": "§6Eleanor\u0027s Tunic",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+20s\",1:\"\",2:\"§8Tiered Bonus: Riches (0/4)\",3:\"§7Gain §a1.5x §9Scavenger §7Coins.\",4:\"\",5:\"§7Scavenger Coins Gained: §60\",6:\"\",7:\"§7§8§oA beautifully tailored tunic, featuring\",8:\"§8§ointricate stitching and a soft, radiant\",9:\"§8§ofinish.\",10:\"\",11:\"§8§l* §8Soulbound §8§l*\",12:\"§5§kX§5 Rift-Transferable §kX\",13:\"§6§lLEGENDARY CHESTPLATE\"],color:16766720,Name:\"§6Eleanor\u0027s Tunic\"},ExtraAttributes:{id:\"ELEANOR_TUNIC\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Rift Time: §a+20s",
+ "",
+ "§8Tiered Bonus: Riches (0/4)",
+ "§7Gain §a1.5x §9Scavenger §7Coins.",
+ "",
+ "§7Scavenger Coins Gained: §60",
+ "",
+ "§7§8§oA beautifully tailored tunic, featuring",
+ "§8§ointricate stitching and a soft, radiant",
+ "§8§ofinish.",
+ "",
+ "§8§l* §8Soulbound §8§l*",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§6§lLEGENDARY CHESTPLATE"
+ ],
+ "internalname": "ELEANOR_TUNIC",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/ENCHANTED_TIME_CLOCK.json b/items/ENCHANTED_TIME_CLOCK.json
new file mode 100644
index 00000000..119bcede
--- /dev/null
+++ b/items/ENCHANTED_TIME_CLOCK.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:clock",
+ "displayname": "§6Enchanted Clock",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Time Warp §e§lRIGHT CLICK\",1:\"§7Advance Time by §d1 hour§7!\",2:\"§8Cooldown: §a48 hours\",3:\"\",4:\"§7§7Impacts your Minions, Chocolate\",5:\"§7Factory, Aging Items, Kat, Fann, and\",6:\"§7The Forge.\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6Enchanted Clock\"},ExtraAttributes:{id:\"ENCHANTED_TIME_CLOCK\"}}",
+ "damage": 0,
+ "lore": [
+ "§6Ability: Time Warp §e§lRIGHT CLICK",
+ "§7Advance Time by §d1 hour§7!",
+ "§8Cooldown: §a48 hours",
+ "",
+ "§7§7Impacts your Minions, Chocolate",
+ "§7Factory, Aging Items, Kat, Fann, and",
+ "§7The Forge.",
+ "",
+ "§6§lLEGENDARY"
+ ],
+ "recipe": {
+ "A1": "",
+ "A2": "ENCHANTED_GOLD_BLOCK:32",
+ "A3": "",
+ "B1": "HIGHLITE:32",
+ "B2": "ENCHANTED_REDSTONE_BLOCK:64",
+ "B3": "HIGHLITE:32",
+ "C1": "",
+ "C2": "ENCHANTED_GOLD_BLOCK:32",
+ "C3": ""
+ },
+ "internalname": "ENCHANTED_TIME_CLOCK",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/EON_PICKAXE.json b/items/EON_PICKAXE.json
new file mode 100644
index 00000000..e4c2e41a
--- /dev/null
+++ b/items/EON_PICKAXE.json
@@ -0,0 +1,32 @@
+{
+ "itemid": "minecraft:golden_pickaxe",
+ "displayname": "§5Eon Pickaxe",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Allows you to break living metal ore,\",1:\"§7§9Timite§7, and §bYoungite§7.\",2:\"\",3:\"§7§8This pickaxe is not a particular fan\",4:\"§8of time passing.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC SWORD\"],Name:\"§5Eon Pickaxe\"},ExtraAttributes:{id:\"EON_PICKAXE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Allows you to break living metal ore,",
+ "§7§9Timite§7, and §bYoungite§7.",
+ "",
+ "§7§8This pickaxe is not a particular fan",
+ "§8of time passing.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC SWORD"
+ ],
+ "recipe": {
+ "A1": "YOUNGITE:8",
+ "A2": "ANTI_SENTIENT_PICKAXE:1",
+ "A3": "YOUNGITE:8",
+ "B1": "",
+ "B2": "YOUNGITE:8",
+ "B3": "",
+ "C1": "",
+ "C2": "YOUNGITE:8",
+ "C3": ""
+ },
+ "internalname": "EON_PICKAXE",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/FAKE_SHURIKEN.json b/items/FAKE_SHURIKEN.json
new file mode 100644
index 00000000..f09253b6
--- /dev/null
+++ b/items/FAKE_SHURIKEN.json
@@ -0,0 +1,20 @@
+{
+ "itemid": "minecraft:nether_star",
+ "displayname": "§9Extremely Real Shuriken",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Can be thrown at §cEnemies §7to tag\",1:\"§7them. Grants §b+5% §b✯ Magic Find §7when\",2:\"§7a tagged §cEnemy §7is killed by you.\",3:\"§7§8Cooldown: §a1s\",4:\"\",5:\"§5§kX§5 Rift-Transferable §kX\",6:\"§9§lRARE\"],Name:\"§9Extremely Real Shuriken\"},ExtraAttributes:{id:\"FAKE_SHURIKEN\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Can be thrown at §cEnemies §7to tag",
+ "§7them. Grants §b+5% §b✯ Magic Find §7when",
+ "§7a tagged §cEnemy §7is killed by you.",
+ "§7§8Cooldown: §a1s",
+ "",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§9§lRARE"
+ ],
+ "internalname": "FAKE_SHURIKEN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/FREE_WILL.json b/items/FREE_WILL.json
new file mode 100644
index 00000000..0015890c
--- /dev/null
+++ b/items/FREE_WILL.json
@@ -0,0 +1,29 @@
+{
+ "itemid": "minecraft:blaze_powder",
+ "displayname": "§6Free Will",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Giving this to a minion will give them\",1:\"§7the illusion of §dFree Will§7. They will be\",2:\"§7met with the most important choice of\",3:\"§7their minion life.\",4:\"\",5:\"§7They will either §astay §7and become\",6:\"§7loyal, granting §a+10% Minion Speed §7or\",7:\"§7§cleave you forever §7and send you a\",8:\"§7§dPostcard§7.\",9:\"\",10:\"§7Loyalty Chance:\",11:\"§7§a50% §7at Minion Tier I, §a+4% §7per minion\",12:\"§7tier.\",13:\"\",14:\"§5§kX§5 Rift-Transferable §kX\",15:\"§6§lLEGENDARY\"],Name:\"§6Free Will\"},ExtraAttributes:{id:\"FREE_WILL\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Giving this to a minion will give them",
+ "§7the illusion of §dFree Will§7. They will be",
+ "§7met with the most important choice of",
+ "§7their minion life.",
+ "",
+ "§7They will either §astay §7and become",
+ "§7loyal, granting §a+10% Minion Speed §7or",
+ "§7§cleave you forever §7and send you a",
+ "§7§dPostcard§7.",
+ "",
+ "§7Loyalty Chance:",
+ "§7§a50% §7at Minion Tier I, §a+4% §7per minion",
+ "§7tier.",
+ "",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§6§lLEGENDARY"
+ ],
+ "internalname": "FREE_WILL",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/GOLDEN_BELT.json b/items/GOLDEN_BELT.json
new file mode 100644
index 00000000..44bbf4f0
--- /dev/null
+++ b/items/GOLDEN_BELT.json
@@ -0,0 +1,18 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Golden Belt",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b18f83ab-cf26-3434-9964-09255354c2a0\",hypixelPopulated:1b,Properties:{textures:[0:{Signature:\"wpr6CzRBAQlE5reQaFsHRa81Vekb4+Okua1QizmH+DUBlS1w1B3fWVM1lqrylWKjkXFKzEPc85E7fQCVk3uuSNk43AQo96Y0PYuY2B384quzURcIS/7Ef0aQkuHnbXZ14b96NRpoEVHtGRyK9VoV/y+Jet0h9s8dRHEy1O6DxDsw2BiINe44a6Dj+KC+Yst0xb5OQ5X6eGWPzEcao0MEMMO2x+QJXakuNclQV6E8aUw1ZpjL9nKTlQsDwR1FBhwparZi3HMO1Rf/LAeMLLRSNpOC0Dk8WOYfdNxrdFivmUgu0PaUwf3nplV8oSkd8d7Q+Y5vy3UchGZCBSnJGton5kEpAiPzpjAvb2D0EE12Pb4hP/oOYV/ztBY/ucPjCtkB6eiy+G9hX50VI0BiXHPgzKP00VABpHUkhiM90cALHGPp3x2fjTN8oc6bJWZQtX4wqG8hZ2I+qqlIVNaZDGkw0t7B6JoO3X9NVWa26oVsbGY8638DdBHnHxxkBvIrjS9IM8QgsVvgGyYctmjyGdoDcarCtG4JGnaT8ENlBPGr7djZLuuTdWYQ2KWh9qEHANoQ48HfSiC46s1WJHAxArs9T/pPtIWdNQTe3GlqfMcqMyN6uabCU6MQDTSMjGXgv8/FnPX22y6UAEGt0jqbYq6YZ2SXPd36ux+C2vxSs/vY1C8\u003d\",Value:\"ewogICJ0aW1lc3RhbXAiIDogMTczMjEzNjgxMjE5MiwKICAicHJvZmlsZUlkIiA6ICI5YjhhN2NlMmJlYjI0NjdkYTJjZmU4MzQ1YTNjOTZkOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdGFyR2FtZXJTaGFsb20iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWNlYjg3NGE1YWE5YWFiNWI5ZTA5Zjc5Zjc5ZTU5N2YzMjBhYWMzNmY0MmQ3ZmYwNzRhNmM2MjliNzY4OWY5MSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§6Ability: Gravity Falls \",1:\"§7Increases your total §aф Rift Time §7by\",2:\"§7§a5%§7 but it g