aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-02-10 13:25:32 +0100
committerGitHub <noreply@github.com>2023-02-10 13:25:32 +0100
commit1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (patch)
treecdbfeb550aa2e099b8261ef2cc068d085645b0e8
parent81b07827e028134c07b709410b9e91b6c5dba97d (diff)
downloadNotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.tar.gz
NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.tar.bz2
NotEnoughUpdates-REPO-1b02e6fa47fc68095fc4cd6bc9038af9af803bb1.zip
Fixed cookie lore (#893)
* Fixed cookie lore * Fixed fishing req * Fixed bits * sorry nopo
-rw-r--r--constants/parents.json4
-rw-r--r--items/BOOSTER_COOKIE.json6
-rw-r--r--items/FREE_COOKIE.json8
-rw-r--r--items/GIANT_KILLER;7.json6
-rw-r--r--items/LARGE_DUNGEON_SACK.json6
-rw-r--r--items/PET_SKIN_SCATHA_ALBINO.json33
-rw-r--r--items/PET_SKIN_SCATHA_DARK.json33
-rw-r--r--items/PET_SKIN_SCATHA_GOLDEN.json33
-rw-r--r--items/REFUND_COOKIE.json6
-rw-r--r--items/RUNE_SACK.json6
-rw-r--r--items/SHIMMERING_LIGHT_TROUSERS.json10
-rw-r--r--items/STARTER_LAVA_ROD.json6
-rw-r--r--items/YETI_SC.json2
13 files changed, 134 insertions, 25 deletions
diff --git a/constants/parents.json b/constants/parents.json
index cdfd5bbf..bbe106c1 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -3157,5 +3157,9 @@
"GOLDOR_CELESTIAL",
"NECRON_CELESTIAL",
"STORM_CELESTIAL"
+ ],
+ "PET_SKIN_SCATHA_ALBINO": [
+ "PET_SKIN_SCATHA_GOLDEN",
+ "PET_SKIN_SCATHA_DARK"
]
} \ No newline at end of file
diff --git a/items/BOOSTER_COOKIE.json b/items/BOOSTER_COOKIE.json
index 591c2cff..eef1c506 100644
--- a/items/BOOSTER_COOKIE.json
+++ b/items/BOOSTER_COOKIE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:cookie",
"displayname": "§6Booster Cookie",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie\",1:\"§dBuff §7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"\",14:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie\"},ExtraAttributes:{id:\"BOOSTER_COOKIE\"}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie\",1:\"§dBuff §7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades and cookie menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,\",14:\"§d/potionbag§7, and §e/quiver\",15:\"\",16:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie\"},ExtraAttributes:{id:\"BOOSTER_COOKIE\"}}",
"damage": 0,
"lore": [
"§7Consume to gain the §dCookie",
@@ -13,10 +13,12 @@
"§8‣ §7Keep §6coins §7and §deffects §7on death",
"§8‣ §ePermafly §7on private islands",
"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere",
- "§8‣ §7Sell items directly to the trades menu",
+ "§8‣ §7Sell items directly to the trades and cookie menu",
"§8‣ §7AFK §aimmunity §7on your island",
"§8‣ §7Toggle specific §dpotion effects",
"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex",
+ "§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,",
+ "§d/potionbag§7, and §e/quiver",
"",
"§6§lLEGENDARY"
],
diff --git a/items/FREE_COOKIE.json b/items/FREE_COOKIE.json
index 3cb852f4..ab30f69a 100644
--- a/items/FREE_COOKIE.json
+++ b/items/FREE_COOKIE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:cookie",
"displayname": "§6Booster Cookie §8(FREE)",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie Buff\",1:\"§d§7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"\",14:\"§8Cookie given for free! (Untradable!)\",15:\"\",16:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie §8(FREE)\"},ExtraAttributes:{cookie_free_player_id:\"c2a965d8-1e0d-4bb1-8ecd-ac48adeb4188\",id:\"FREE_COOKIE\"}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie Buff\",1:\"§d§7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades and cookie menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,\",14:\"§d/potionbag§7, and §e/quiver\",15:\"\",16:\"§8Cookie given for free! (Untradable!)\",17:\"\",18:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie §8(FREE)\"},ExtraAttributes:{cookie_free_player_id:\"c2a965d8-1e0d-4bb1-8ecd-ac48adeb4188\",id:\"FREE_COOKIE\"}}",
"damage": 0,
"lore": [
"§7Consume to gain the §dCookie Buff",
@@ -13,10 +13,12 @@
"§8‣ §7Keep §6coins §7and §deffects §7on death",
"§8‣ §ePermafly §7on private islands",
"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere",
- "§8‣ §7Sell items directly to the trades menu",
+ "§8‣ §7Sell items directly to the trades and cookie menu",
"§8‣ §7AFK §aimmunity §7on your island",
"§8‣ §7Toggle specific §dpotion effects",
"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex",
+ "§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,",
+ "§d/potionbag§7, and §e/quiver",
"",
"§8Cookie given for free! (Untradable!)",
"",
@@ -31,4 +33,4 @@
"info": [
"https://wiki.hypixel.net/Booster_Cookie"
]
-}
+} \ No newline at end of file
diff --git a/items/GIANT_KILLER;7.json b/items/GIANT_KILLER;7.json
index 89025c9d..7b0b488f 100644
--- a/items/GIANT_KILLER;7.json
+++ b/items/GIANT_KILLER;7.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:enchanted_book",
"displayname": "§f§f§5Enchanted Book",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VII\",1:\"§7Increases damage dealt by §a1.2%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to §a65%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVI: §7Experiments,\",11:\"§7Scorpius\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fLongsword\",17:\"§7- §fGauntlet\",18:\"\",19:\"§6Conflicts:\",20:\"§7- §cTitan Killer\",21:\"\",22:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;7\",enchantments:{giant_killer:7}}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VII\",1:\"§7Increases damage dealt by §a1.2%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to §a65%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aVII: §7Experiments,\",11:\"§7Scorpius\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fSword\",15:\"§7- §fFishing Weapon\",16:\"§7- §fLongsword\",17:\"§7- §fGauntlet\",18:\"\",19:\"§6Conflicts:\",20:\"§7- §cTitan Killer\",21:\"\",22:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;7\",enchantments:{giant_killer:7}}}",
"damage": 0,
"lore": [
"§9Giant Killer VII",
@@ -14,7 +14,7 @@
"§7to apply it!",
"",
"§6Source:",
- "§aVI: §7Experiments,",
+ "§aVII: §7Experiments,",
"§7Scorpius",
"",
"§6Applied To:",
@@ -32,6 +32,6 @@
"parent": "GIANT_KILLER;4",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": ""
} \ No newline at end of file
diff --git a/items/LARGE_DUNGEON_SACK.json b/items/LARGE_DUNGEON_SACK.json
index 71f4812f..b1f91579 100644
--- a/items/LARGE_DUNGEON_SACK.json
+++ b/items/LARGE_DUNGEON_SACK.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Dungeon Sack",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74dacf03-2bd5-3f50-a933-0a2ce640cdd9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NzgxMDkwMzc1NCwKICAicHJvZmlsZUlkIiA6ICJmNjE1NzFmMjY1NzY0YWI5YmUxODcyMjZjMTEyYWEwYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGZWxpeF9NYW5nZW5zZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI5NmM1ODVjY2QzNWYwNzNkYTM4ZDE2NWNiOWJiMThmZjEzNmYxYTE4NGVlZTNmNDQ3MjUzNTQ2NDBlYmJkNCIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSpirit Leap§7,\",4:\"§7§aTrap§7, §aInflatable Jerry§7,\",5:\"§7§aDecoy\",6:\"\",7:\"§7Capacity: §e20,160 per item\",8:\"§8Sacks sum their capacity.\",9:\"\",10:\"§6§lLEGENDARY\",11:\"\",12:\"§7Cost\",13:\"§b10,000 Bits\"],Name:\"§6Dungeon Sack\"},ExtraAttributes:{id:\"LARGE_DUNGEON_SACK\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74dacf03-2bd5-3f50-a933-0a2ce640cdd9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NzgxMDkwMzc1NCwKICAicHJvZmlsZUlkIiA6ICJmNjE1NzFmMjY1NzY0YWI5YmUxODcyMjZjMTEyYWEwYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGZWxpeF9NYW5nZW5zZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI5NmM1ODVjY2QzNWYwNzNkYTM4ZDE2NWNiOWJiMThmZjEzNmYxYTE4NGVlZTNmNDQ3MjUzNTQ2NDBlYmJkNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSpirit Leap§7,\",4:\"§7§aTrap§7, §aInflatable Jerry§7,\",5:\"§7§aDecoy\",6:\"\",7:\"§7Capacity: §e20,160 per item\",8:\"§8Sacks sum their capacity.\",9:\"\",10:\"§6§lLEGENDARY\",11:\"\",12:\"§7Cost\",13:\"§b14,000 Bits\"],Name:\"§6Dungeon Sack\"},ExtraAttributes:{id:\"LARGE_DUNGEON_SACK\"}}",
"damage": 3,
"lore": [
"§7Item pickups go directly into",
@@ -17,12 +17,12 @@
"§6§lLEGENDARY",
"",
"§7Cost",
- "§b10,000 Bits"
+ "§b14,000 Bits"
],
"internalname": "LARGE_DUNGEON_SACK",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Dungeon_Sack",
diff --git a/items/PET_SKIN_SCATHA_ALBINO.json b/items/PET_SKIN_SCATHA_ALBINO.json
new file mode 100644
index 00000000..3ab366fb
--- /dev/null
+++ b/items/PET_SKIN_SCATHA_ALBINO.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§dAlbino Scatha Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"16cda3c7-9ae1-39bb-87ea-6811999b6f2d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3NTk2NjQyOTY1MSwKICAicHJvZmlsZUlkIiA6ICJkOTcwYzEzZTM4YWI0NzlhOTY1OGM1ZDQ1MjZkMTM0YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcmltcHlMYWNlODUxMjciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDYwOGZkYzdjOWMyZmJiNTFmYzdiYmZjYTg4NzQ3NTJkOTQzNTg3NWQ3ODI2NTRiNGYxZDJiMjIyMGU5ZDZhZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Scatha pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dAlbino Scatha Skin\"},ExtraAttributes:{id:\"PET_SKIN_SCATHA_ALBINO\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Scatha pets.",
+ "",
+ "§7§aThis skin is animated!",
+ "",
+ "§7§eRight click on your pet to",
+ "§eapply this skin!",
+ "",
+ "§d§lMYTHIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_SCATHA_ALBINO",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale",
+ "https://wiki.hypixel.net/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/PET_SKIN_SCATHA_DARK.json b/items/PET_SKIN_SCATHA_DARK.json
new file mode 100644
index 00000000..9119f08b
--- /dev/null
+++ b/items/PET_SKIN_SCATHA_DARK.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§dDark Scatha Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a843218a-9a04-36d7-98bb-10db32497386\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3NTk2NTkxNzA3NiwKICAicHJvZmlsZUlkIiA6ICJkOGNkMTNjZGRmNGU0Y2IzODJmYWZiYWIwOGIyNzQ4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaYWNoeVphY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI2OTQ2ZGRmZGNkYzVhODk0ZmFhOGYxYjA0ODcyODUyMWRjMGY5M2M3NTFkNjk4MGY4NWI5OGE1MDRhMTc4OSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Scatha pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dDark Scatha Skin\"},ExtraAttributes:{id:\"PET_SKIN_SCATHA_DARK\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Scatha pets.",
+ "",
+ "§7§aThis skin is animated!",
+ "",
+ "§7§eRight click on your pet to",
+ "§eapply this skin!",
+ "",
+ "§d§lMYTHIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_SCATHA_DARK",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale",
+ "https://wiki.hypixel.net/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/PET_SKIN_SCATHA_GOLDEN.json b/items/PET_SKIN_SCATHA_GOLDEN.json
new file mode 100644
index 00000000..09f3d90b
--- /dev/null
+++ b/items/PET_SKIN_SCATHA_GOLDEN.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§dGolden Scatha Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"44c19edb-fe90-3b41-889c-72dcd66965b7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3NTk2MjIzNDAzNiwKICAicHJvZmlsZUlkIiA6ICIyMDZlMWZkYjI5Yzk0NGYxOTQ5OTg4NzAwNTQxMGQ2NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoNHlsMzMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMxM2JiMjhjNmUyY2ZlNDQ0NGEzZWFhY2FiNTMxMDNjYzkxZjk0MTkwMTUyOTJmYWNmZDQzMWU5NTBiZjcxYSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Scatha pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGolden Scatha Skin\"},ExtraAttributes:{id:\"PET_SKIN_SCATHA_GOLDEN\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Scatha pets.",
+ "",
+ "§7§aThis skin is animated!",
+ "",
+ "§7§eRight click on your pet to",
+ "§eapply this skin!",
+ "",
+ "§d§lMYTHIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_SCATHA_GOLDEN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale",
+ "https://wiki.hypixel.net/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/REFUND_COOKIE.json b/items/REFUND_COOKIE.json
index f167a41b..d64a79fd 100644
--- a/items/REFUND_COOKIE.json
+++ b/items/REFUND_COOKIE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:cookie",
"displayname": "§6Booster Cookie §8(Untradable)",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie Buff\",1:\"§d§7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"\",14:\"§8Cookie given as refund! (Untradable)\",15:\"\",16:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie §8(Untradable)\"},ExtraAttributes:{cookie_free_player_id:\"8a9f1841-48e9-48ed-b14f-76a124e6c9df\",originTag:\"REFUND_COOKIE\",id:\"REFUND_COOKIE\"}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume to gain the §dCookie Buff\",1:\"§d§7for §b4 §7days:\",2:\"\",3:\"§8‣ §7Ability to gain §bBits§7!\",4:\"§8‣ §3+25☯ §7on all §3Wisdom §7stats\",5:\"§8‣ §b+15✯ §7Magic Find\",6:\"§8‣ §7Keep §6coins §7and §deffects §7on death\",7:\"§8‣ §ePermafly §7on private islands\",8:\"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere\",9:\"§8‣ §7Sell items directly to the trades and cookie menu\",10:\"§8‣ §7AFK §aimmunity §7on your island\",11:\"§8‣ §7Toggle specific §dpotion effects\",12:\"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex\",13:\"§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,\",14:\"§d/potionbag§7, and §e/quiver\",15:\"\",16:\"§8Cookie given as refund! (Untradable)\",17:\"\",18:\"§6§lLEGENDARY\"],Name:\"§6Booster Cookie §8(Untradable)\"},ExtraAttributes:{cookie_free_player_id:\"8a9f1841-48e9-48ed-b14f-76a124e6c9df\",originTag:\"REFUND_COOKIE\",id:\"REFUND_COOKIE\"}}",
"damage": 0,
"lore": [
"§7Consume to gain the §dCookie Buff",
@@ -13,10 +13,12 @@
"§8‣ §7Keep §6coins §7and §deffects §7on death",
"§8‣ §ePermafly §7on private islands",
"§8‣ §7Access §6/ah §7and §6/bazaar §7anywhere",
- "§8‣ §7Sell items directly to the trades menu",
+ "§8‣ §7Sell items directly to the trades and cookie menu",
"§8‣ §7AFK §aimmunity §7on your island",
"§8‣ §7Toggle specific §dpotion effects",
"§8‣ §7Access to §6/anvil§7, §6/etable§7, and §6/hex",
+ "§8‣ §7Access to §6/accessorybag§7, §b/fishingbag§7,",
+ "§d/potionbag§7, and §e/quiver",
"",
"§8Cookie given as refund! (Untradable)",
"",
diff --git a/items/RUNE_SACK.json b/items/RUNE_SACK.json
index 1a662909..c20596d0 100644
--- a/items/RUNE_SACK.json
+++ b/items/RUNE_SACK.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Rune Sack",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2be8f028-4b71-31f0-9368-d2cbe1d25673\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjE5MzE2OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkxZWI0ZWUzZWNjZTM0NDc0ODNhMWYxNTFjMTFmYWNjOWRlMjU1NzdhYjdiNTFmYmYzZDljMmIyYTRiNjlmYyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Rune pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7Capacity: §e64 per rune tier\",4:\"§8Sacks sum their capacity.§r§7\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§7Cost\",9:\"§b10,000 Bits\"],Name:\"§5Rune Sack\"},ExtraAttributes:{id:\"RUNE_SACK\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2be8f028-4b71-31f0-9368-d2cbe1d25673\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjE5MzE2OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkxZWI0ZWUzZWNjZTM0NDc0ODNhMWYxNTFjMTFmYWNjOWRlMjU1NzdhYjdiNTFmYmYzZDljMmIyYTRiNjlmYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Rune pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7Capacity: §e64 per rune tier\",4:\"§8Sacks sum their capacity.§r§7\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§7Cost\",9:\"§b14,000 Bits\"],Name:\"§5Rune Sack\"},ExtraAttributes:{id:\"RUNE_SACK\"}}",
"damage": 3,
"lore": [
"§7Rune pickups go directly into",
@@ -13,11 +13,11 @@
"§5§lEPIC",
"",
"§7Cost",
- "§b10,000 Bits"
+ "§b14,000 Bits"
],
"internalname": "RUNE_SACK",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Rune_Sack",
diff --git a/items/SHIMMERING_LIGHT_TROUSERS.json b/items/SHIMMERING_LIGHT_TROUSERS.json
index 4b494589..3882807e 100644
--- a/items/SHIMMERING_LIGHT_TROUSERS.json
+++ b/items/SHIMMERING_LIGHT_TROUSERS.json
@@ -19,19 +19,19 @@
],
"recipe": {
"A1": "ENCHANTED_MYCELIUM_CUBE:1",
- "A2": "",
+ "A2": "Z:10",
"A3": "ENCHANTED_MYCELIUM_CUBE:1",
"B1": "Y:30",
- "B2": "Z:10",
+ "B2": "",
"B3": "Y:30",
"C1": "ENCHANTED_MYCELIUM_CUBE:1",
- "C2": "ENCHANTED_MYCELIUM_CUBE:1",
+ "C2": "",
"C3": "ENCHANTED_MYCELIUM_CUBE:1"
},
"internalname": "SHIMMERING_LIGHT_TROUSERS",
- "crafttext": "Requires: Mycelium IX",
"clickcommand": "viewrecipe",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
+ "crafttext": "Requires: Mycelium IX",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Shimmering_Light_Trousers",
diff --git a/items/STARTER_LAVA_ROD.json b/items/STARTER_LAVA_ROD.json
index e9429a13..d54a40dc 100644
--- a/items/STARTER_LAVA_ROD.json
+++ b/items/STARTER_LAVA_ROD.json
@@ -1,14 +1,14 @@
{
"itemid": "minecraft:fishing_rod",
"displayname": "§aStarter Lava Rod",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Lava Rod\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Strength: §c+50\",4:\"§7Fishing Speed: §a+5\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aStarter Lava Rod\"},ExtraAttributes:{id:\"STARTER_LAVA_ROD\",donated_museum:1b}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Lava Rod\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Strength: §c+50\",4:\"§7Fishing Speed: §a+8\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aStarter Lava Rod\"},ExtraAttributes:{id:\"STARTER_LAVA_ROD\",donated_museum:1b}}",
"damage": 0,
"lore": [
"§8Lava Rod",
"",
"§7Damage: §c+50",
"§7Strength: §c+50",
- "§7Fishing Speed: §a+5",
+ "§7Fishing Speed: §a+8",
"",
"§7§8This item can be reforged!",
"§8§l* §8Co-op Soulbound §8§l*",
@@ -17,7 +17,7 @@
"internalname": "STARTER_LAVA_ROD",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Starter_Lava_Rod",
diff --git a/items/YETI_SC.json b/items/YETI_SC.json
index bd8344f1..4650b4b5 100644
--- a/items/YETI_SC.json
+++ b/items/YETI_SC.json
@@ -33,7 +33,7 @@
"type": "drops",
"extra": [
"§cRequirements:",
- "§7- Fishing Skill 24",
+ "§7- Fishing Skill 25",
"§7- §bJerry Pond",
"§7- §bFished from water"
],