aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2023-06-21 11:45:08 +0200
committerjani270 <jani270@gmx.de>2023-06-21 11:45:08 +0200
commit420bc0ca7583068df2e4cb2991dfdad4568a6331 (patch)
treee74744f4ea5001716a042765ea3acfb8abe237c2
parent32e4b2d062362b957cbe3a2be2c55b91bd4f3426 (diff)
downloadNotEnoughUpdates-REPO-420bc0ca7583068df2e4cb2991dfdad4568a6331.tar.gz
NotEnoughUpdates-REPO-420bc0ca7583068df2e4cb2991dfdad4568a6331.tar.bz2
NotEnoughUpdates-REPO-420bc0ca7583068df2e4cb2991dfdad4568a6331.zip
Added new pets and items
-rw-r--r--constants/leveling.json7
-rw-r--r--constants/parents.json6
-rw-r--r--constants/petnums.json54
-rw-r--r--items/BLOOD_DONOR_TALISMAN.json19
-rw-r--r--items/BLUETOOTH_RING.json26
-rw-r--r--items/DARK_PEBBLE.json15
-rw-r--r--items/HOCUS_POCUS_CIPHER.json21
-rw-r--r--items/SPIDER;5.json48
-rw-r--r--items/TARANTULA;4.json6
-rw-r--r--items/TARANTULA;5.json48
-rw-r--r--items/WILTED_BERBERIS_BUNCH.json18
11 files changed, 261 insertions, 7 deletions
diff --git a/constants/leveling.json b/constants/leveling.json
index 21217bf8..99edcbb8 100644
--- a/constants/leveling.json
+++ b/constants/leveling.json
@@ -158,6 +158,13 @@
100000,
400000,
1000000
+ ],
+ "vampire": [
+ 20,
+ 75,
+ 240,
+ 840,
+ 2400
]
},
"slayer_boss_xp": [
diff --git a/constants/parents.json b/constants/parents.json
index 15969a4e..f66eeadd 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -1069,7 +1069,8 @@
"SKELETON;1",
"SKELETON;0"
],
- "SPIDER;4": [
+ "SPIDER;5": [
+ "SPIDER;4",
"SPIDER;3",
"SPIDER;2",
"SPIDER;1",
@@ -1120,7 +1121,8 @@
"SPIRIT;4": [
"SPIRIT;3"
],
- "TARANTULA;4": [
+ "TARANTULA;5": [
+ "TARANTULA;4",
"TARANTULA;3"
],
"TURTLE;4": [
diff --git a/constants/petnums.json b/constants/petnums.json
index 16a3e00f..c37cd002 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -4126,6 +4126,30 @@
"STRENGTH": 10.0
}
}
+ },
+ "MYTHIC": {
+ "1": {
+ "otherNums": [
+ 0.1,
+ 0.4,
+ 0.3
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 0.1,
+ "STRENGTH": 0.1
+ }
+ },
+ "100": {
+ "otherNums": [
+ 10,
+ 40,
+ 30
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 10.0,
+ "STRENGTH": 10.0
+ }
+ }
}
},
"SPIRIT": {
@@ -4518,7 +4542,7 @@
"otherNums": [
0.3,
0.5,
- 0.5
+ 1
],
"statNums": {
"CRIT_CHANCE": 0.0,
@@ -4530,7 +4554,33 @@
"otherNums": [
30,
50,
- 50
+ 1.5
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 10.0,
+ "CRIT_DAMAGE": 30.0,
+ "STRENGTH": 10.0
+ }
+ }
+ },
+ "MYTHIC": {
+ "1": {
+ "otherNums": [
+ 0.3,
+ 0.5,
+ 1
+ ],
+ "statNums": {
+ "CRIT_CHANCE": 0.0,
+ "CRIT_DAMAGE": 0.0,
+ "STRENGTH": 0.0
+ }
+ },
+ "100": {
+ "otherNums": [
+ 30,
+ 50,
+ 1.5
],
"statNums": {
"CRIT_CHANCE": 10.0,
diff --git a/items/BLOOD_DONOR_TALISMAN.json b/items/BLOOD_DONOR_TALISMAN.json
new file mode 100644
index 00000000..49b6fde8
--- /dev/null
+++ b/items/BLOOD_DONOR_TALISMAN.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§fBlood Donor Talisman",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"69b73a26-5b12-39fd-8e9c-54a09915dec6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQzMjM3MWJjZWU4MWYyYzhmMzliZDg1OTI5NmFlYjIzMzMzMTQzZGE5Nzk1ZDFmOGJhYzVkMGIwYWNjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health Regen: §a+1\",1:\"\",2:\"§7Do your part bro.\",3:\"\",4:\"§5§kX§5 Rift-Transferable §kX\",5:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§f§fBlood Donor Talisman\"},ExtraAttributes:{id:\"BLOOD_DONOR_TALISMAN\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Health Regen: §a+1",
+ "",
+ "§7Do your part bro.",
+ "",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§f§lCOMMON ACCESSORY"
+ ],
+ "internalname": "BLOOD_DONOR_TALISMAN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/BLUETOOTH_RING.json b/items/BLUETOOTH_RING.json
new file mode 100644
index 00000000..7601f3a0
--- /dev/null
+++ b/items/BLUETOOTH_RING.json
@@ -0,0 +1,26 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§9Bluetooth Ring",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a738aa48-6311-3b92-b0df-7a3aa5e66c2d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWZmZmRiNGY3NWUxNjc4ZWNmYWE1ZjQyYTMyZjExZTFjYzA4Nzk0NmY0ODU3NDYzYWU2NjQ3Y2MzZTAwNzllMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Speed: §a-2\",1:\"§7Intelligence: §a-1\",2:\"\",3:\"§7Deal §c§c+1❁ Damage §7if there\",4:\"§7are at least §a6 §7players on\",5:\"§7the island you\u0027re on.\",6:\"\",7:\"§8But wait! There\u0027s more...\",8:\"§7Adds §c§c+3❁ Damage §7bonus to\",9:\"§7the §6Blazetekk™ Ham Radio§7.\",10:\"\",11:\"§5§kX§5 Rift-Transferable §kX\",12:\"§9§lRARE ACCESSORY\"],Name:\"§f§f§9Bluetooth Ring\"},ExtraAttributes:{id:\"BLUETOOTH_RING\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Speed: §a-2",
+ "§7Intelligence: §a-1",
+ "",
+ "§7Deal §c§c+1❁ Damage §7if there",
+ "§7are at least §a6 §7players on",
+ "§7the island you\u0027re on.",
+ "",
+ "§8But wait! There\u0027s more...",
+ "§7Adds §c§c+3❁ Damage §7bonus to",
+ "§7the §6Blazetekk™ Ham Radio§7.",
+ "",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§9§lRARE ACCESSORY"
+ ],
+ "internalname": "BLUETOOTH_RING",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/DARK_PEBBLE.json b/items/DARK_PEBBLE.json
new file mode 100644
index 00000000..4b972ebd
--- /dev/null
+++ b/items/DARK_PEBBLE.json
@@ -0,0 +1,15 @@
+{
+ "itemid": "minecraft:flint",
+ "displayname": "§f§f§fDark Pebble",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§5§kX§5 Rift-Transferable §kX\",1:\"§f§lCOMMON\"],Name:\"§f§f§fDark Pebble\"},ExtraAttributes:{id:\"DARK_PEBBLE\"}}",
+ "damage": 0,
+ "lore": [
+ "§5§kX§5 Rift-Transferable §kX",
+ "§f§lCOMMON"
+ ],
+ "internalname": "DARK_PEBBLE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/HOCUS_POCUS_CIPHER.json b/items/HOCUS_POCUS_CIPHER.json
new file mode 100644
index 00000000..f10666d5
--- /dev/null
+++ b/items/HOCUS_POCUS_CIPHER.json
@@ -0,0 +1,21 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§5Hocus-Pocus Cipher",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"11607c21-8730-3935-90f7-60271635c167\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGI2OTc1YWY3MDcyNGQ2YTQ0ZmQ1OTQ2ZTYwYjI3MTc3MzdkZmRiNTQ1YjRkYWIxODkzMzUxYTljOWRkMTgzYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7While in the rift:\",1:\" §a+65ф Rift Time\",2:\" §b+5✎ Intelligence\",3:\" §b+5⚡ Mana Regen\",4:\"\",5:\"§8This item §lCANNOT§8 be reforged!\",6:\"§5§kX§5 Rift-Transferable §kX\",7:\"§5§lEPIC ACCESSORY\"],Name:\"§f§f§5Hocus-Pocus Cipher\"},ExtraAttributes:{id:\"HOCUS_POCUS_CIPHER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7While in the rift:",
+ " §a+65ф Rift Time",
+ " §b+5✎ Intelligence",
+ " §b+5⚡ Mana Regen",
+ "",
+ "§8This item §lCANNOT§8 be reforged!",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§5§lEPIC ACCESSORY"
+ ],
+ "internalname": "HOCUS_POCUS_CIPHER",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/SPIDER;5.json b/items/SPIDER;5.json
new file mode 100644
index 00000000..c4be33e5
--- /dev/null
+++ b/items/SPIDER;5.json
@@ -0,0 +1,48 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§7[Lvl {LVL}] §dSpider",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Crit Chance: §c{CRIT_CHANCE}%\",4:\"\",5:\"§6One With The Spider\",6:\"§7§7Gain §a{0} §c❁ Strength §7for\",7:\"§7every nearby spider.\",8:\"§8Max 10 spiders\",9:\"\",10:\"§6Web-weaver\",11:\"§7§7Upon hitting a monster, it\",12:\"§7becomes slowed by §a{1}%§7.\",13:\"\",14:\"§6Spider Whisperer\",15:\"§7§7Spider and tarantula minions\",16:\"§7work §a{2}% §7faster while on\",17:\"§7your island.\",18:\"\",19:\"§6Web Battlefield\",20:\"§7§7Killing mobs grants §c+6❁\",21:\"§cStrength §7and §b+1✯ Magic Find\",22:\"§b§7for §a40s §7to all players\",23:\"§7staying within §a20 §7blocks\",24:\"§7§7of where they died. §8Stacks\",25:\"§8up to 10 times.\",26:\"\",27:\"§7§eRight-click to add this pet to\",28:\"§eyour pet menu!\",29:\"\",30:\"§d§lMYTHIC\"],Name:\"§f§f§7[Lvl {LVL}] §dSpider\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SPIDER\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"b25630a8-b61a-43e1-8e85-3549b0dddb54\\\",\\\"hideRightClick\\\":false}\",id:\"SPIDER;5\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Combat Pet",
+ "",
+ "§7Strength: §c{STRENGTH}",
+ "§7Crit Chance: §c{CRIT_CHANCE}%",
+ "",
+ "§6One With The Spider",
+ "§7§7Gain §a{0} §c❁ Strength §7for",
+ "§7every nearby spider.",
+ "§8Max 10 spiders",
+ "",
+ "§6Web-weaver",
+ "§7§7Upon hitting a monster, it",
+ "§7becomes slowed by §a{1}%§7.",
+ "",
+ "§6Spider Whisperer",
+ "§7§7Spider and tarantula minions",
+ "§7work §a{2}% §7faster while on",
+ "§7your island.",
+ "",
+ "§6Web Battlefield",
+ "§7§7Killing mobs grants §c+6❁",
+ "§cStrength §7and §b+1✯ Magic Find",
+ "§b§7for §a40s §7to all players",
+ "§7staying within §a20 §7blocks",
+ "§7§7of where they died. §8Stacks",
+ "§8up to 10 times.",
+ "",
+ "§7§eRight-click to add this pet to",
+ "§eyour pet menu!",
+ "",
+ "§d§lMYTHIC"
+ ],
+ "internalname": "SPIDER;5",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": "",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Spider_Pet",
+ "https://wiki.hypixel.net/Spider_Pet"
+ ]
+} \ No newline at end of file
diff --git a/items/TARANTULA;4.json b/items/TARANTULA;4.json
index 26b44036..464bc8e8 100644
--- a/items/TARANTULA;4.json
+++ b/items/TARANTULA;4.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §6Tarantula",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",3:\"§7Strength: §c+{STRENGTH}\",4:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",5:\"\",6:\"§6Webbed Cells\",7:\"§7§7Anti-healing is §a{0}% §7less\",8:\"§7effective against you.\",9:\"\",10:\"§6Eight Legs\",11:\"§7§7Decreases the mana cost of\",12:\"§7Spider, Tarantula and Spirit\",13:\"§7Boots by §a{1}%§7.\",14:\"\",15:\"§6Arachnid Slayer\",16:\"§7§7Gain §a+{2}% §3☯ Combat\",17:\"§3Wisdom §7against §aSpiders§7.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Tarantula\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TARANTULA\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"TARANTULA;4\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",3:\"§7Strength: §c+{STRENGTH}\",4:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",5:\"\",6:\"§6Webbed Cells\",7:\"§7§7Anti-healing is §a{0}% §7less\",8:\"§7effective against you.\",9:\"\",10:\"§6Eight Legs\",11:\"§7§7Decreases the mana cost of\",12:\"§7Spider, Tarantula and Spirit\",13:\"§7Boots by §a{1}%§7.\",14:\"\",15:\"§6Arachnid Slayer\",16:\"§7§7Gain §b{2}x §7Combat XP\",17:\"§7§7against §aSpiders§7.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Tarantula\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TARANTULA\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"TARANTULA;4\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -20,8 +20,8 @@
"§7Boots by §a{1}%§7.",
"",
"§6Arachnid Slayer",
- "§7§7Gain §a+{2}% §3☯ Combat",
- "§3Wisdom §7against §aSpiders§7.",
+ "§7§7Gain §b{2}x §7Combat XP",
+ "§7§7against §aSpiders§7.",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
diff --git a/items/TARANTULA;5.json b/items/TARANTULA;5.json
new file mode 100644
index 00000000..175f47b3
--- /dev/null
+++ b/items/TARANTULA;5.json
@@ -0,0 +1,48 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§7[Lvl {LVL}] §dTarantula",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c{STRENGH}\",3:\"§7Crit Chance: §c{CRIT_CHANCE}%\",4:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",5:\"\",6:\"§6Webbed Cells\",7:\"§7§7Anti-healing is §a{0}% §7less\",8:\"§7effective against you.\",9:\"\",10:\"§6Eight Legs\",11:\"§7§7Decreases the mana cost of\",12:\"§7Spider, Tarantula and Spirit\",13:\"§7Boots by §a{1}%§7.\",14:\"\",15:\"§6Arachnid Slayer\",16:\"§7§7Gain §b{2}x §7Combat XP\",17:\"§7§7against §aSpiders§7.\",18:\"\",19:\"§6Web Battlefield\",20:\"§7§7Killing mobs grants §c+6❁\",21:\"§cStrength §7and §b+1✯ Magic Find\",22:\"§b§7for §a40s §7to all players\",23:\"§7staying within §a20 §7blocks\",24:\"§7§7of where they died. §8Stacks\",25:\"§8up to 10 times.\",26:\"\",27:\"§7§eRight-click to add this pet to\",28:\"§eyour pet menu!\",29:\"\",30:\"§d§lMYTHIC\"],Name:\"§f§f§7[Lvl {LVL}] §dTarantula\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TARANTULA\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"6b37a715-8c96-41d0-88a7-2b6523be44cb\\\",\\\"hideRightClick\\\":false}\",id:\"TARANTULA;5\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Combat Pet",
+ "",
+ "§7Strength: §c{STRENGH}",
+ "§7Crit Chance: §c{CRIT_CHANCE}%",
+ "§7Crit Damage: §c{CRIT_DAMAGE}%",
+ "",
+ "§6Webbed Cells",
+ "§7§7Anti-healing is §a{0}% §7less",
+ "§7effective against you.",
+ "",
+ "§6Eight Legs",
+ "§7§7Decreases the mana cost of",
+ "§7Spider, Tarantula and Spirit",
+ "§7Boots by §a{1}%§7.",
+ "",
+ "§6Arachnid Slayer",
+ "§7§7Gain §b{2}x §7Combat XP",
+ "§7§7against §aSpiders§7.",
+ "",
+ "§6Web Battlefield",
+ "§7§7Killing mobs grants §c+6❁",
+ "§cStrength §7and §b+1✯ Magic Find",
+ "§b§7for §a40s §7to all players",
+ "§7staying within §a20 §7blocks",
+ "§7§7of where they died. §8Stacks",
+ "§8up to 10 times.",
+ "",
+ "§7§eRight-click to add this pet to",
+ "§eyour pet menu!",
+ "",
+ "§d§lMYTHIC"
+ ],
+ "internalname": "TARANTULA;5",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Pet",
+ "https://wiki.hypixel.net/Tarantula_Pet"
+ ]
+} \ No newline at end of file
diff --git a/items/WILTED_BERBERIS_BUNCH.json b/items/WILTED_BERBERIS_BUNCH.json
new file mode 100644
index 00000000..1d6e6f85
--- /dev/null
+++ b/items/WILTED_BERBERIS_BUNCH.json
@@ -0,0 +1,18 @@
+{
+ "itemid": "minecraft:deadbush",
+ "displayname": "§f§f§aWilted Berberis Bunch",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7The plant equivalent of... ALIEN\",1:\"§7revenant viscera?\",2:\"\",3:\"§5§kX§5 Rift-Transferable §kX\",4:\"§a§lUNCOMMON\"],Name:\"§f§f§aWilted Berberis Bunch\"},ExtraAttributes:{id:\"WILTED_BERBERIS_BUNCH\"}}",
+ "damage": 0,
+ "lore": [
+ "§7The plant equivalent of... ALIEN",
+ "§7revenant viscera?",
+ "",
+ "§5§kX§5 Rift-Transferable §kX",
+ "§a§lUNCOMMON"
+ ],
+ "internalname": "WILTED_BERBERIS_BUNCH",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file