aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
Diffstat (limited to 'items')
-rw-r--r--items/GLACITE_BOWMAN_MONSTER.json5
-rw-r--r--items/GLACITE_CAVER_MONSTER.json5
-rw-r--r--items/GLACITE_MAGE_MONSTER.json5
-rw-r--r--items/GLACITE_MUTT_MONSTER.json5
-rw-r--r--items/LORD_JAWBUS_SC.json2
-rw-r--r--items/SKYBLOCK_POWDER_GEMSTONEjson19
-rw-r--r--items/SKYBLOCK_POWDER_GLACITE.json19
-rw-r--r--items/SKYBLOCK_POWDER_MITHRIL.json19
-rw-r--r--items/SPECKLED_TEACUP.json23
9 files changed, 101 insertions, 1 deletions
diff --git a/items/GLACITE_BOWMAN_MONSTER.json b/items/GLACITE_BOWMAN_MONSTER.json
index f243c85f..9f3c8846 100644
--- a/items/GLACITE_BOWMAN_MONSTER.json
+++ b/items/GLACITE_BOWMAN_MONSTER.json
@@ -24,6 +24,11 @@
"type": "drops",
"drops": [
{
+ "id": "SKYBLOCK_POWDER_GLACITE:50",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
"id": "GLACITE:1",
"extra": [],
"chance": "100%"
diff --git a/items/GLACITE_CAVER_MONSTER.json b/items/GLACITE_CAVER_MONSTER.json
index 23e321d2..fe3000c9 100644
--- a/items/GLACITE_CAVER_MONSTER.json
+++ b/items/GLACITE_CAVER_MONSTER.json
@@ -24,6 +24,11 @@
"type": "drops",
"drops": [
{
+ "id": "SKYBLOCK_POWDER_GLACITE:50",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
"id": "GLACITE:1",
"extra": [],
"chance": "100%"
diff --git a/items/GLACITE_MAGE_MONSTER.json b/items/GLACITE_MAGE_MONSTER.json
index 02a763d6..fcaf4d63 100644
--- a/items/GLACITE_MAGE_MONSTER.json
+++ b/items/GLACITE_MAGE_MONSTER.json
@@ -24,6 +24,11 @@
"type": "drops",
"drops": [
{
+ "id": "SKYBLOCK_POWDER_GLACITE:50",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
"id": "GLACITE:1",
"extra": [],
"chance": "100%"
diff --git a/items/GLACITE_MUTT_MONSTER.json b/items/GLACITE_MUTT_MONSTER.json
index 7a4f0b26..edb84f43 100644
--- a/items/GLACITE_MUTT_MONSTER.json
+++ b/items/GLACITE_MUTT_MONSTER.json
@@ -24,6 +24,11 @@
"type": "drops",
"drops": [
{
+ "id": "SKYBLOCK_POWDER_GLACITE:50",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
"id": "GLACITE:1",
"extra": [],
"chance": "100%"
diff --git a/items/LORD_JAWBUS_SC.json b/items/LORD_JAWBUS_SC.json
index 67fea1c3..3be72b71 100644
--- a/items/LORD_JAWBUS_SC.json
+++ b/items/LORD_JAWBUS_SC.json
@@ -81,7 +81,7 @@
},
{
"id": "RADIOACTIVE_VIAL",
- "chance": "0.3%"
+ "chance": "0.5%"
},
{
"id": "BOBBIN_SCRIPTURES",
diff --git a/items/SKYBLOCK_POWDER_GEMSTONEjson b/items/SKYBLOCK_POWDER_GEMSTONEjson
new file mode 100644
index 00000000..27681101
--- /dev/null
+++ b/items/SKYBLOCK_POWDER_GEMSTONEjson
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:dye",
+ "displayname": "§dGemstone Powder",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dGemstone Powder\"},ExtraAttributes:{id:\"SKYBLOCK_GEMSTONE_POWDER\"}}",
+ "damage": 13,
+ "lore": [
+ "§7Used for NEU NPC-Shops",
+ "",
+ "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka"
+ ],
+ "internalname": "SKYBLOCK_POWDER_GEMSTONE",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": "WIKI_URL",
+ "crafttext": "",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Powder"
+ ]
+} \ No newline at end of file
diff --git a/items/SKYBLOCK_POWDER_GLACITE.json b/items/SKYBLOCK_POWDER_GLACITE.json
new file mode 100644
index 00000000..354af5b8
--- /dev/null
+++ b/items/SKYBLOCK_POWDER_GLACITE.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:dye",
+ "displayname": "§bGlacite Powder",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§bGlacite Powder\"},ExtraAttributes:{id:\"SKYBLOCK_GLACITE_POWDER\"}}",
+ "damage": 12,
+ "lore": [
+ "§7Used for NEU NPC-Shops",
+ "",
+ "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka"
+ ],
+ "internalname": "SKYBLOCK_POWDER_GLACITE",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": "WIKI_URL",
+ "crafttext": "",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Powder"
+ ]
+} \ No newline at end of file
diff --git a/items/SKYBLOCK_POWDER_MITHRIL.json b/items/SKYBLOCK_POWDER_MITHRIL.json
new file mode 100644
index 00000000..bfeb3cdd
--- /dev/null
+++ b/items/SKYBLOCK_POWDER_MITHRIL.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:dye",
+ "displayname": "§2Mithril Powder",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§2Mithril Powder\"},ExtraAttributes:{id:\"SKYBLOCK_MITHRIL_POWDER\"}}",
+ "damage": 10,
+ "lore": [
+ "§7Used for NEU NPC-Shops",
+ "",
+ "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka"
+ ],
+ "internalname": "SKYBLOCK_POWDER_MITHRIL",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": "WIKI_URL",
+ "crafttext": "",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Mithril_Powder"
+ ]
+} \ No newline at end of file
diff --git a/items/SPECKLED_TEACUP.json b/items/SPECKLED_TEACUP.json
new file mode 100644
index 00000000..a32167cc
--- /dev/null
+++ b/items/SPECKLED_TEACUP.json
@@ -0,0 +1,23 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§cSpeckled Teacup",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"63639150-20d9-3172-9324-09387cc39a45\",hypixelPopulated:1b,Properties:{textures:[0:{Signature:\"siTzlJnSqQM++KpEa++n6XgYdeakdciXXHl8GS7rWfGiWSo5jX1KbVlvKxOBbN+PAhaKzZ6tc3Gm+G4Dzg2v6FaCRA4jVvLnqFYfxB7812oKFZiHO7H4EAOZI/31wMQzXHI0fW0bMKUhWp3uajRss2qLASN1oZAzCjUD+q7k/AA/c071XcxTpTVGxBF8Tgk3txQqgjCUldZgGcgYn10hKdim71lVmPltVUbqerppy0VgtpaQ7gmsNCYSyHYUEeN1XYAGu5XhnX7sg78v+gi9fCahmKNEEgZh0N7oWvAsYIq+GsZeG0UZTQ2JvobLj2nyuRuBp4EVXi/qU6lkqgD8Y+5JXxi+9Qs/Q+VS3lxRHw9HEujsoIzPLn8OkKxweMhaI/ofANV40YsoGrU/EuRMrgkEqvpNTTtRgGULK45Ma5nOb73UZS4C4V05VqSIlmYrDI3Z8Ta1Cc98qyEO+n8UiLuY5SNy2YYy5n7q1YofQ8w1TXdpv9qdl+L1J4f7fY0x+pr1UuD6HrlSsjAXbmn2lTe0AmZ3KSuErg0xFlrab4CmY1VhZUt3OT3spxalv/gth8smFqAikk/bDqJcS4a7FP1DoFixMs0OfjsTku1vMKdHmFGn/Hwz/mlCcinPl0xkBh0n8W6jv7V5cRoRKdbTMjeAJZdGQnRmMRmAqSy3KkQ\u003d\",Value:\"ewogICJ0aW1lc3RhbXAiIDogMTczNjg5MTUyOTk5MCwKICAicHJvZmlsZUlkIiA6ICI1ZjU5NmViY2JlOTQ0NmQxYmI0M2JlNGYzZjRiOGJlNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZWlsMHNzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1OTA4ZWNmNGVkM2FiNjNmYmExZWNlZGUwM2Q3YTBkZDU4YjUzYWMyZTIwNjgxMjU1MjE5NjA5ZjJkYWM5NGIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Quest Item\",1:\"\",2:\"§7A garish ornament that is oddly\",3:\"§7beloved by §6Brynmor§7, owner of the\",4:\"§7§2Dwarven Tavern§7. If you return it to\",5:\"§7him, he will give you his §9Abiphone\",6:\"§9Contact§7.\",7:\"\",8:\"§8§l* §8Soulbound §8§l*\",9:\"§c§lSPECIAL\"],Name:\"§cSpeckled Teacup\"},ExtraAttributes:{id:\"SPECKLED_TEACUP\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Quest Item",
+ "",
+ "§7A garish ornament that is oddly",
+ "§7beloved by §6Brynmor§7, owner of the",
+ "§7§2Dwarven Tavern§7. If you return it to",
+ "§7him, he will give you his §9Abiphone",
+ "§9Contact§7.",
+ "",
+ "§8§l* §8Soulbound §8§l*",
+ "§c§lSPECIAL"
+ ],
+ "internalname": "SPECKLED_TEACUP",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file