aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-10-24 22:10:17 +0200
committerGitHub <noreply@github.com>2023-10-24 20:10:17 +0000
commite8e8c6f8ad13b06bce6218714a4f03287a30ca01 (patch)
tree07626aa4c6cde8a68aacb5173c103de6063e0183
parentaa5a1508ecc795441917b7a5a8dfe33a00791d07 (diff)
downloadNotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.gz
NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.bz2
NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.zip
Added new items from the spook event (#1013)
* Added new items and fixed intimidation texture * Fixed Rarity of Tnt and 2 textures * Added new items * Fixed Sack Size, added new npcs and fixed some lore * Fixed lores, added new pet stats, added new items * Added new item, added new essenceshop perks (missing diamond and fixed monocle req * Added new items to museum and fixed order * Added Diamond Essence Perks and fixed some gold essence perk * Tf did i do here * Added winter warp * Fixed Intimidation parent
-rw-r--r--constants/essenceshops.json156
-rw-r--r--constants/islands.json11
-rw-r--r--constants/museum.json21
-rw-r--r--constants/parents.json29
-rw-r--r--constants/petnums.json48
-rw-r--r--items/BEDNOM_NPC.json16
-rw-r--r--items/BLACK_WOOLEN_YARN.json17
-rw-r--r--items/BLAZE_ASHES.json7
-rw-r--r--items/DARK_CANDY.json19
-rw-r--r--items/EERIE;0.json31
-rw-r--r--items/ENDER_MONOCLE.json6
-rw-r--r--items/EPHEMERAL_GRATITUDE.json20
-rw-r--r--items/EXPIRED_PUMPKIN.json20
-rw-r--r--items/GEMMA_NPC.json26
-rw-r--r--items/INFINITE_SUPERBOOM_TNT.json8
-rw-r--r--items/INTIMIDATION_ARTIFACT.json4
-rw-r--r--items/INTIMIDATION_RELIC.json28
-rw-r--r--items/INTIMIDATION_RING.json4
-rw-r--r--items/INTIMIDATION_TALISMAN.json13
-rw-r--r--items/LARGE_CANDY_SACK.json6
-rw-r--r--items/LAVA_TALISMAN.json6
-rw-r--r--items/MARIGOLD_NPC.json16
-rw-r--r--items/MEDIUM_AGRONOMY_SACK.json4
-rw-r--r--items/MEDIUM_COMBAT_SACK.json4
-rw-r--r--items/MEDIUM_DRAGON_SACK.json4
-rw-r--r--items/MEDIUM_FISHING_SACK.json4
-rw-r--r--items/MEDIUM_FORAGING_SACK.json4
-rw-r--r--items/MEDIUM_HUSBANDRY_SACK.json17
-rw-r--r--items/MEDIUM_LAVA_FISHING_SACK.json4
-rw-r--r--items/MEDIUM_MINING_SACK.json4
-rw-r--r--items/MEDIUM_NETHER_SACK.json4
-rw-r--r--items/MEDIUM_SLAYER_SACK.json4
-rw-r--r--items/MILLENIA_OLD_BLAZE_ASHES.json2
-rw-r--r--items/MITHRIL_GOLEM;2.json17
-rw-r--r--items/MITHRIL_GOLEM;3.json17
-rw-r--r--items/MITHRIL_GOLEM;4.json19
-rw-r--r--items/MITHRIL_GOLEM;5.json50
-rw-r--r--items/MUTATED_BLAZE_ASHES.json2
-rw-r--r--items/NIGHTMARE_NULLIFIER.json18
-rw-r--r--items/PERFECTLY_CUT_DIAMOND.json21
-rw-r--r--items/PERFECT_BOOTS_13.json18
-rw-r--r--items/PERFECT_CHESTPLATE_13.json18
-rw-r--r--items/PERFECT_HELMET_13.json18
-rw-r--r--items/PERFECT_LEGGINGS_13.json18
-rw-r--r--items/PET_ITEM_PURE_MITHRIL_GEM.json17
-rw-r--r--items/PRESENTS.json4
-rw-r--r--items/SCARE_FRAGMENT.json20
-rw-r--r--items/SEWER_FISH.json18
-rw-r--r--items/SMALL_AGRONOMY_SACK.json4
-rw-r--r--items/SMALL_COMBAT_SACK.json4
-rw-r--r--items/SMALL_DRAGON_SACK.json4
-rw-r--r--items/SMALL_FISHING_SACK.json4
-rw-r--r--items/SMALL_FORAGING_SACK.json4
-rw-r--r--items/SMALL_HUSBANDRY_SACK.json17
-rw-r--r--items/SMALL_LAVA_FISHING_SACK.json4
-rw-r--r--items/SMALL_MINING_SACK.json4
-rw-r--r--items/SMALL_NETHER_SACK.json4
-rw-r--r--items/SMALL_SLAYER_SACK.json4
-rw-r--r--items/SPOOKY_SHARD.json7
59 files changed, 785 insertions, 117 deletions
diff --git a/constants/essenceshops.json b/constants/essenceshops.json
index 1e658f24..53c2fa58 100644
--- a/constants/essenceshops.json
+++ b/constants/essenceshops.json
@@ -219,6 +219,16 @@
2000
],
"name": "Dragon Piper"
+ },
+ "unbridled_rage": {
+ "costs": [
+ 1000,
+ 1500,
+ 2000,
+ 3000,
+ 5000
+ ],
+ "name": "Unbridled Rage"
}
},
"ESSENCE_SPIDER": {
@@ -264,6 +274,16 @@
5000
],
"name": "Spider Training"
+ },
+ "toxophilite": {
+ "costs": [
+ 1000,
+ 1500,
+ 2000,
+ 3000,
+ 5000
+ ],
+ "name": "Toxophilite"
}
},
"ESSENCE_ICE": {
@@ -395,5 +415,139 @@
],
"name": "Wither Piper"
}
+ },
+ "ESSENCE_GOLD": {
+ "heart_of_gold": {
+ "costs": [
+ 1000,
+ 1500,
+ 2000,
+ 3000,
+ 5000
+ ],
+ "name": "Heart of Gold"
+ },
+ "treasures_of_the_earth": {
+ "costs": [
+ 150,
+ 500,
+ 1250,
+ 2000,
+ 3000
+ ],
+ "name": "Treasure of the Earth"
+ },
+ "dwarven_training": {
+ "costs": [
+ 250,
+ 1250,
+ 5000
+ ],
+ "name": "Dwarven Training"
+ },
+ "unbreaking": {
+ "costs": [
+ 150,
+ 500,
+ 1250,
+ 2000,
+ 3000
+ ],
+ "name": "Unbreaking"
+ },
+ "eager_miner": {
+ "costs": [
+ 100,
+ 200,
+ 300,
+ 400,
+ 500,
+ 600,
+ 700,
+ 800,
+ 900,
+ 1000
+ ],
+ "name": "Eager Miner"
+ },
+ "midas_lure": {
+ "costs": [
+ 200,
+ 400,
+ 600,
+ 800,
+ 1000,
+ 1200,
+ 1400,
+ 1600,
+ 1800,
+ 2000
+ ],
+ "name": "Midas Lure"
+ }
+ },
+ "ESSENCE_DIAMOND": {
+ "radiant_fisher": {
+ "costs": [
+ 200,
+ 400,
+ 600,
+ 800,
+ 1000,
+ 1200,
+ 1400,
+ 1600,
+ 1800,
+ 2000
+ ],
+ "name": "Radiant Fisher"
+ },
+ "diamond_in_the_rough": {
+ "costs": [
+ 1000,
+ 1500,
+ 2000,
+ 3000,
+ 5000
+ ],
+ "name": "Diamond in the Rough"
+ },
+ "rhinestone_infusion": {
+ "costs": [
+ 2000
+ ],
+ "name": "Rhinestone Infusion"
+ },
+ "under_pressure": {
+ "costs": [
+ 125,
+ 250,
+ 500,
+ 1000,
+ 1500
+ ],
+ "name": "Under Pressure"
+ },
+ "high_roller": {
+ "costs": [
+ 5000
+ ],
+ "name": "High Roller"
+ },
+ "return_to_sender": {
+ "costs": [
+ 50,
+ 75,
+ 100,
+ 150,
+ 250,
+ 400,
+ 750,
+ 1000,
+ 1750,
+ 2500
+ ],
+ "name": "Return to Sender"
+ }
}
-}
+} \ No newline at end of file
diff --git a/constants/islands.json b/constants/islands.json
index 750d7cb6..ff072984 100644
--- a/constants/islands.json
+++ b/constants/islands.json
@@ -385,6 +385,17 @@
"x": -5,
"y": 71,
"z": 17
+ },
+ {
+ "warp": "winter",
+ "mode": "winter",
+ "x": -5,
+ "y": 76,
+ "z": 100,
+ "aliases": [
+ "jerry",
+ "workshop"
+ ]
}
]
}
diff --git a/constants/museum.json b/constants/museum.json
index 67fd193c..f4d37e33 100644
--- a/constants/museum.json
+++ b/constants/museum.json
@@ -178,6 +178,13 @@
"ELEGANT_TUXEDO",
"SPEEDSTER",
"SPONGE",
+ "MELON",
+ "CROPIE",
+ "SQUASH",
+ "FERMENTO",
+ "RABBIT",
+ "SEYMOUR",
+ "LOTUS",
"MASTIFF",
"TARANTULA",
"SPOOKY",
@@ -203,6 +210,7 @@
"SKELETON_LORD",
"ZOMBIE_LORD",
"PERFECT_TIER_12",
+ "PERFECT_TIER_13",
"SUPERIOR_DRAGON",
"SORROW",
"SHADOW_ASSASSIN",
@@ -232,14 +240,7 @@
"CRIMSON",
"FERVOR",
"TERROR",
- "HOLLOW",
- "MELON",
- "CROPIE",
- "SQUASH",
- "FERMENTO",
- "RABBIT",
- "SEYMOUR",
- "LOTUS"
+ "HOLLOW"
],
"rarities": [
"ENCHANTED_JACK_O_LANTERN",
@@ -709,6 +710,7 @@
"SKELETON_LORD": "SKELETON_LORD_HELMET",
"ZOMBIE_LORD": "ZOMBIE_LORD_HELMET",
"PERFECT_TIER_12": "PERFECT_HELMET_12",
+ "PERFECT_TIER_13": "PERFECT_HELMET_13",
"SUPERIOR_DRAGON": "SUPERIOR_DRAGON_HELMET",
"SORROW": "SORROW_HELMET",
"SHADOW_ASSASSIN": "SHADOW_ASSASSIN_HELMET",
@@ -825,7 +827,8 @@
"TANK_WITHER": "WITHER",
"WISE_WITHER": "TANK_WITHER",
"SPEED_WITHER": "WISE_WITHER",
- "POWER_WITHER": "SPEED_WITHER"
+ "POWER_WITHER": "SPEED_WITHER",
+ "PERFECT_TIER_13": "PERFECT_TIER_12"
},
"max_values": {
"total": 340,
diff --git a/constants/parents.json b/constants/parents.json
index 1e45592b..86fc1633 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -379,7 +379,8 @@
"PERFECT_BOOTS_9",
"PERFECT_BOOTS_10",
"PERFECT_BOOTS_11",
- "PERFECT_BOOTS_12"
+ "PERFECT_BOOTS_12",
+ "PERFECT_BOOTS_13"
],
"PERFECT_CHESTPLATE_1": [
"PERFECT_CHESTPLATE_2",
@@ -392,7 +393,8 @@
"PERFECT_CHESTPLATE_9",
"PERFECT_CHESTPLATE_10",
"PERFECT_CHESTPLATE_11",
- "PERFECT_CHESTPLATE_12"
+ "PERFECT_CHESTPLATE_12",
+ "PERFECT_CHESTPLATE_13"
],
"PERFECT_HELMET_1": [
"PERFECT_HELMET_2",
@@ -405,7 +407,8 @@
"PERFECT_HELMET_9",
"PERFECT_HELMET_10",
"PERFECT_HELMET_11",
- "PERFECT_HELMET_12"
+ "PERFECT_HELMET_12",
+ "PERFECT_HELMET_13"
],
"PERFECT_LEGGINGS_1": [
"PERFECT_LEGGINGS_2",
@@ -418,7 +421,8 @@
"PERFECT_LEGGINGS_9",
"PERFECT_LEGGINGS_10",
"PERFECT_LEGGINGS_11",
- "PERFECT_LEGGINGS_12"
+ "PERFECT_LEGGINGS_12",
+ "PERFECT_LEGGINGS_13"
],
"POWER;1": [
"POWER;2",
@@ -1175,7 +1179,8 @@
"ZOMBIE_RING",
"ZOMBIE_TALISMAN"
],
- "INTIMIDATION_ARTIFACT": [
+ "INTIMIDATION_RELIC": [
+ "INTIMIDATION_ARTIFACT",
"INTIMIDATION_RING",
"INTIMIDATION_TALISMAN"
],
@@ -1998,7 +2003,8 @@
"MEDIUM_SLAYER_SACK",
"SMALL_SLAYER_SACK"
],
- "MITHRIL_GOLEM;4": [
+ "MITHRIL_GOLEM;5": [
+ "MITHRIL_GOLEM;4",
"MITHRIL_GOLEM;3",
"MITHRIL_GOLEM;2",
"MITHRIL_GOLEM;1",
@@ -3135,6 +3141,17 @@
"PARTY_HAT_CRAB_RED_ANIMATED",
"PARTY_HAT_CRAB_YELLOW_ANIMATED"
],
+ "PARTY_HAT_SLOTH_FLUSHED": [
+ "PARTY_HAT_SLOTH_HAPPY",
+ "PARTY_HAT_SLOTH_CHEEKY",
+ "PARTY_HAT_SLOTH_COOL",
+ "PARTY_HAT_SLOTH_CUTE",
+ "PARTY_HAT_SLOTH_DERP",
+ "PARTY_HAT_SLOTH_GRUMPY",
+ "PARTY_HAT_SLOTH_REGULAR",
+ "PARTY_HAT_SLOTH_SHOCK",
+ "PARTY_HAT_SLOTH_TEARS"
+ ],
"DRACONIC_ARTIFACT": [
"DRACONIC_RING",
"DRACONIC_TALISMAN"
diff --git a/constants/petnums.json b/constants/petnums.json
index 4bda28e6..25e0c358 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -1063,6 +1063,24 @@
}
}
},
+ "EERIE": {
+ "COMMON": {
+ "1": {
+ "otherNums": [],
+ "statNums": {
+ "SPEED": 0.1,
+ "INTELLIGENCE": 0.5
+ }
+ },
+ "100": {
+ "otherNums": [],
+ "statNums": {
+ "SPEED": 10,
+ "INTELLIGENCE": 60
+ }
+ }
+ }
+ },
"ELEPHANT": {
"COMMON": {
"1": {
@@ -2033,7 +2051,7 @@
"MAGIC_FIND": 10.0
}
},
- "stats_levelling_curve":"101:200:1"
+ "stats_levelling_curve": "101:200:1"
}
},
"GLACIAL_WISP": {
@@ -3023,7 +3041,7 @@
}
}
}
- },
+ },
"OCELOT": {
"COMMON": {
"1": {
@@ -5364,6 +5382,30 @@
"TRUE_DEFENSE": 50.0
}
}
+ },
+ "MYTHIC": {
+ "1": {
+ "otherNums": [
+ 1,
+ 0.2,
+ 0.2,
+ 0.1
+ ],
+ "statNums": {
+ "TRUE_DEFENSE": 0.5
+ }
+ },
+ "100": {
+ "otherNums": [
+ 100,
+ 20.0,
+ 20.0,
+ 10
+ ],
+ "statNums": {
+ "TRUE_DEFENSE": 50.0
+ }
+ }
}
},
"GRANDMA_WOLF": {
@@ -5570,4 +5612,4 @@
}
}
}
-}
+} \ No newline at end of file
diff --git a/items/BEDNOM_NPC.json b/items/BEDNOM_NPC.json
new file mode 100644
index 00000000..5fc55ac8
--- /dev/null
+++ b/items/BEDNOM_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Bednom (NPC)",
+ "nbttag": "{SkullOwner:{Id:\"34e0d220-5506-2b2d-b046-32d58f2ea8d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY1ZjMxYzFjMjE1YTU3ZTkzN2ZkNzVhYjM1NzgyZjg1ZWMyNDJhMWIxZjk1MGEyNmE0MmJiNWUwYWE1Y2JlZGEifX19\"}]},Name:\"34e0d220-5506-2b2d-b046-32d58f2ea8d1\"},display:{Lore:[0:\"\"],Name:\"§9Bednom (NPC)\"},ExtraAttributes:{id:\"BEDNOM_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "BEDNOM_NPC",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "x": -30,
+ "y": 215,
+ "z": -89,
+ "island": "mining_3"
+} \ No newline at end of file
diff --git a/items/BLACK_WOOLEN_YARN.json b/items/BLACK_WOOLEN_YARN.json
new file mode 100644
index 00000000..9357118e
--- /dev/null
+++ b/items/BLACK_WOOLEN_YARN.json
@@ -0,0 +1,17 @@
+{
+ "itemid": "minecraft:wool",
+ "displayname": "§9Black Woolen Yarn",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade a Black\",1:\"§7Cat pet to §dMythic §7rarity.\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Black Woolen Yarn\"},ExtraAttributes:{id:\"BLACK_WOOLEN_YARN\"}}",
+ "damage": 15,
+ "lore": [
+ "§7Use at Kat to upgrade a Black",
+ "§7Cat pet to §dMythic §7rarity.",
+ "",
+ "§9§lRARE"
+ ],
+ "internalname": "BLACK_WOOLEN_YARN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/BLAZE_ASHES.json b/items/BLAZE_ASHES.json
index 4f51bc52..e5fb7ebd 100644
--- a/items/BLAZE_ASHES.json
+++ b/items/BLAZE_ASHES.json
@@ -1,22 +1,23 @@
{
"itemid": "minecraft:skull",
"displayname": "§aBlaze Ashes",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4149c2aa-ca00-363a-a692-d9e1163d921c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjQ0MTYzODA1NSwKICAicHJvZmlsZUlkIiA6ICIzZjM4YmViZGYwMWQ0MjNkYWI4MjczZjUwNGFiNGEyNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJjazM0Nzk0MjM1NzUzNzMxIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcxZTAyOWE4ZWVlYTgwYmEzYTI3NDA3YTlmMGYyMjZiNWVjMjNjMzU2ZDMyMzUzN2RlNDgyNjk2MGY0ZDRlNzgiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oBlazes are ephemeral\",2:\"§7§ocreatures, constantly consuming\",3:\"§7§othemselves. Their ashes are said\",4:\"§7§oto bring good fortune.\",5:\"\",6:\"§8§l* §8Co-op Soulbound §8§l*\",7:\"§a§lUNCOMMON\"],Name:\"§aBlaze Ashes\"},ExtraAttributes:{id:\"BLAZE_ASHES\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4149c2aa-ca00-363a-a692-d9e1163d921c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjQ0MTYzODA1NSwKICAicHJvZmlsZUlkIiA6ICIzZjM4YmViZGYwMWQ0MjNkYWI4MjczZjUwNGFiNGEyNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJjazM0Nzk0MjM1NzUzNzMxIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcxZTAyOWE4ZWVlYTgwYmEzYTI3NDA3YTlmMGYyMjZiNWVjMjNjMzU2ZDMyMzUzN2RlNDgyNjk2MGY0ZDRlNzgiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7§oBlazes are ephemeral\",1:\"§7§ocreatures, constantly consuming\",2:\"§7§othemselves. Their ashes are said\",3:\"§7§oto bring good fortune.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§a§lUNCOMMON\"],Name:\"§aBlaze Ashes\"},ExtraAttributes:{id:\"BLAZE_ASHES\"}}",
"damage": 3,
"lore": [
- "§eRight-click to view recipes!",
"§7§7§oBlazes are ephemeral",
"§7§ocreatures, constantly consuming",
"§7§othemselves. Their ashes are said",
"§7§oto bring good fortune.",
"",
+ "§eRight-click to view recipes!",
+ "",
"§8§l* §8Co-op Soulbound §8§l*",
"§a§lUNCOMMON"
],
"internalname": "BLAZE_ASHES",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Blaze_Ashes",
diff --git a/items/DARK_CANDY.json b/items/DARK_CANDY.json
new file mode 100644
index 00000000..25f1d6fa
--- /dev/null
+++ b/items/DARK_CANDY.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Dark Candy",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5e508f55-079f-39d4-8e83-e2dfe26f7d0e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2M4NjZlNDIzOTU1MTQyOGY5YzgxNGQ5ZGMxMWU3MDAyZTA0M2I4N2Y1OTBmMWZkY2I0ZmY2YmI0OTdiOGUxOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Can be brought to §cVargul the\",1:\"§cUnearthed §7at the back of the\",2:\"§7Hub island during the §5Great\",3:\"§5Spook§7.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Dark Candy\"},ExtraAttributes:{id:\"DARK_CANDY\"}}",
+ "damage": 3,
+ "lore": [
+ "§7§7Can be brought to §cVargul the",
+ "§cUnearthed §7at the back of the",
+ "§7Hub island during the §5Great",
+ "§5Spook§7.",
+ "",
+ "§9§lRARE"
+ ],
+ "internalname": "DARK_CANDY",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/EERIE;0.json b/items/EERIE;0.json
new file mode 100644
index 00000000..72843ad2
--- /dev/null
+++ b/items/EERIE;0.json
@@ -0,0 +1,31 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§7[Lvl {LVL}] §fEerie",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6977593c-236b-31c8-943e-6df9b3c0ab6c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NTY2NTQ5MTMwMiwKICAicHJvZmlsZUlkIiA6ICJkYmQ4MDQ2M2EwMzY0Y2FjYjI3OGNhODBhMDBkZGIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4bG9nMjEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNhZjcwYzZmZjc2YmE0OGYyNGVlOGEyMDYzYTViNTBiYmZhYmY0MDlmNDc5NTI0OGEyOTJmODI4OWY0N2M5OCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7§8Edition: ???\",3:\"\",4:\"§7Speed: §a{SPEED}\",5:\"§7Intelligence: §a{INTELLIGENCE}\",6:\"\",7:\"§6Fearnesy\",8:\"§7§7§5Fear §7from §5Great Spook\",9:\"§5Armor §7in your §bwardrobe\",10:\"§b§7applies to you, even if you\",11:\"§7aren\u0027t wearing it.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§f§lCOMMON\"],Name:\"§7[Lvl {LVL}] §fEerie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"EERIE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",year:2023,id:\"EERIE;0\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Combat Pet",
+ "",
+ "§7§8Edition: ???",
+ "",
+ "§7Speed: §a{SPEED}",
+ "§7Intelligence: §a{INTELLIGENCE}",
+ "",
+ "§6Fearnesy",
+ "§7§7§5Fear §7from §5Great Spook",
+ "§5Armor §7in your §bwardrobe",
+ "§b§7applies to you, even if you",
+ "§7aren\u0027t wearing it.",
+ "",
+ "§7§eRight-click to add this pet to",
+ "§eyour pet menu!",
+ "",
+ "§8§l* §8Soulbound §8§l*",
+ "§f§lCOMMON"
+ ],
+ "internalname": "EERIE;0",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/ENDER_MONOCLE.json b/items/ENDER_MONOCLE.json
index b77600bd..0499545e 100644
--- a/items/ENDER_MONOCLE.json
+++ b/items/ENDER_MONOCLE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Ender Monocle",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9fbaa43-29b0-3e8f-b8dc-8e7590c03d17\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODMzMjY3MiwKICAicHJvZmlsZUlkIiA6ICI5ZWEyMTQ0NGFiNjI0MWZkYjg5YjE2NDFhNDg2MGZiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICI3QUJDSE9VTiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iODQ0NDIyNGFmMmNkNGE1ZDM5MDlkYjc3MmM3ZDBjOTViMTIxNmMzYWMwMTlmNGEwZTdjZGJiOGYwN2Y0MThmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aSighted §7power.\",4:\"\",5:\"§7At §6§k1,000§r §6Magical Power§7:\",6:\"§b+§k1,163✎§r §bIntelligence\",7:\"\",8:\"§7Unique Power Bonus:\",9:\"§c+3๑ Ability Damage\",10:\"\",11:\"§7Requires §aCombat Skill Level XX§7!\",12:\"\",13:\"§9§lRARE POWER STONE\"],Name:\"§9Ender Monocle\"},ExtraAttributes:{id:\"ENDER_MONOCLE\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9fbaa43-29b0-3e8f-b8dc-8e7590c03d17\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODMzMjY3MiwKICAicHJvZmlsZUlkIiA6ICI5ZWEyMTQ0NGFiNjI0MWZkYjg5YjE2NDFhNDg2MGZiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICI3QUJDSE9VTiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iODQ0NDIyNGFmMmNkNGE1ZDM5MDlkYjc3MmM3ZDBjOTViMTIxNmMzYWMwMTlmNGEwZTdjZGJiOGYwN2Y0MThmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aSighted §7power.\",4:\"\",5:\"§7At §6§k1,000§r §6Magica