diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/ALCHEMIST_RECIPE.json | 23 | ||||
-rw-r--r-- | items/GREAT_SPOOK;1.json | 22 | ||||
-rw-r--r-- | items/GREAT_SPOOK_POTION.json | 18 | ||||
-rw-r--r-- | items/SCARY_GRIMOIRE.json | 24 | ||||
-rw-r--r-- | items/SILVER_FANG.json | 5 | ||||
-rw-r--r-- | items/SIRIUS_BOOK.json | 22 |
6 files changed, 112 insertions, 2 deletions
diff --git a/items/ALCHEMIST_RECIPE.json b/items/ALCHEMIST_RECIPE.json new file mode 100644 index 00000000..1b7e1ac6 --- /dev/null +++ b/items/ALCHEMIST_RECIPE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:paper", + "displayname": "§5Alchemist Recipe", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Unlocks the Great Spook Potion\",1:\"§7in the Tyashoi Alchemist\u0027s shop.\",2:\"\",3:\"§7§7Obtained during the\",4:\"§7§5Alchemist §7experiments!\",5:\"\",6:\"§8Edition #???\",7:\"\",8:\"§8§l* §8Soulbound §8§l*\",9:\"§5§lEPIC\"],Name:\"§5Alchemist Recipe\"},ExtraAttributes:{year:2023,edition:466,id:\"ALCHEMIST_RECIPE\"}}", + "damage": 0, + "lore": [ + "§7§7Unlocks the Great Spook Potion", + "§7in the Tyashoi Alchemist\u0027s shop.", + "", + "§7§7Obtained during the", + "§7§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC" + ], + "internalname": "ALCHEMIST_RECIPE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GREAT_SPOOK;1.json b/items/GREAT_SPOOK;1.json new file mode 100644 index 00000000..502cf2a5 --- /dev/null +++ b/items/GREAT_SPOOK;1.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Great Spook I\",1:\"§7§7Grants §a+1 §5Fear §7on\",2:\"§7§5Great Spook Armor§7.\",3:\"\",4:\"§7Applicable on: §9Armor\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{year:2023,id:\"GREAT_SPOOK;1\",enchantments:{great_spook:1}}}", + "damage": 0, + "lore": [ + "§9Great Spook I", + "§7§7Grants §a+1 §5Fear §7on", + "§7§5Great Spook Armor§7.", + "", + "§7Applicable on: §9Armor", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "GREAT_SPOOK;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GREAT_SPOOK_POTION.json b/items/GREAT_SPOOK_POTION.json new file mode 100644 index 00000000..7e9d7e93 --- /dev/null +++ b/items/GREAT_SPOOK_POTION.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fGreat Spook Potion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"778b43d3-68ec-36da-9fe3-6f5244ee867a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1NDE3Mjc0NTU2MSwKICAicHJvZmlsZUlkIiA6ICI0NGNlMmMwZTFjNTM0ZDhmYmExNmNkNDhlYjkyYTUxZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4WGlyYW56dThYeCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NWZkMzBjNjA5NjRmMWQxNjU0MTdmZmRiMGI4NjU0ODgxMjZhYmU0ODA3N2U4YjI5ZjIzNzhhZTIwMmRhZjVlIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7Consuming this potion grants\",1:\"§7§a+3 §5Fear §7for §b24 hours§7.\",2:\"\",3:\"§8§l* §8Soulbound §8§l*\",4:\"§f§lCOMMON\"],Name:\"§fGreat Spook Potion\"},ExtraAttributes:{id:\"GREAT_SPOOK_POTION\"}}", + "damage": 3, + "lore": [ + "§7§7Consuming this potion grants", + "§7§a+3 §5Fear §7for §b24 hours§7.", + "", + "§8§l* §8Soulbound §8§l*", + "§f§lCOMMON" + ], + "internalname": "GREAT_SPOOK_POTION", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SCARY_GRIMOIRE.json b/items/SCARY_GRIMOIRE.json new file mode 100644 index 00000000..16f8fc76 --- /dev/null +++ b/items/SCARY_GRIMOIRE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Scary Grimoire", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e8973d64-c0ac-3dd7-8492-99e4212e7536\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NTMzMjkyNjg0MiwKICAicHJvZmlsZUlkIiA6ICIyM2YxYTU5ZjQ2OWI0M2RkYmRiNTM3YmZlYzEwNDcxZiIsCiAgInByb2ZpbGVOYW1lIiA6ICIyODA3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFhMmYwNWM4YzBiYmUxNWQ2NDVhNTdmNzhjM2U3MGRhYmE3NzJmMjE1NzZhMjhkNzU3MmY0ZjRkMDQ3YjQ4MjIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§7Unlocks the Great Spook\",1:\"§7Enchantment in the Tyashoi\",2:\"§7Alchemist\u0027s shop.\",3:\"\",4:\"§7§7Obtained during the\",5:\"§7§5Alchemist §7experiments!\",6:\"\",7:\"§8Edition #???\",8:\"\",9:\"§8§l* §8Soulbound §8§l*\",10:\"§5§lEPIC\"],Name:\"§5Scary Grimoire\"},ExtraAttributes:{year:2023,edition:-1,id:\"SCARY_GRIMOIRE\"}}", + "damage": 3, + "lore": [ + "§7§7Unlocks the Great Spook", + "§7Enchantment in the Tyashoi", + "§7Alchemist\u0027s shop.", + "", + "§7§7Obtained during the", + "§7§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC" + ], + "internalname": "SCARY_GRIMOIRE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SILVER_FANG.json b/items/SILVER_FANG.json index 472618c4..b94dacb3 100644 --- a/items/SILVER_FANG.json +++ b/items/SILVER_FANG.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:ghast_tear", "displayname": "§aSilver Fang", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aSilver Fang\"},ExtraAttributes:{id:\"SILVER_FANG\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§5§kX§5 Rift-Transferable §kX\",4:\"§a§lUNCOMMON SWORD\"],Name:\"§aSilver Fang\"},ExtraAttributes:{id:\"SILVER_FANG\"}}", "damage": 0, "lore": [ "§7Damage: §c+100", "", "§7§8This item can be reforged!", + "§5§kX§5 Rift-Transferable §kX", "§a§lUNCOMMON SWORD" ], "recipe": { @@ -22,7 +23,7 @@ }, "internalname": "SILVER_FANG", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Silver_Fang", diff --git a/items/SIRIUS_BOOK.json b/items/SIRIUS_BOOK.json new file mode 100644 index 00000000..31d97ec6 --- /dev/null +++ b/items/SIRIUS_BOOK.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:book", + "displayname": "§5Shadows indicate riddles, illuminating unseen stars", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Penned by the enigmatic\",1:\"§7merchant, Sirius, this tome\",2:\"§7unveils his \u0027humble\u0027 origins,\",3:\"§7draped in shadow and affluence.\",4:\"§7A tale of ambition where modesty\",5:\"§7meets grandeur.\",6:\"\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§5§lEPIC\"],Name:\"§5Shadows indicate riddles, illuminating unseen stars\"},ExtraAttributes:{id:\"SIRIUS_BOOK\"}}", + "damage": 0, + "lore": [ + "§7§7Penned by the enigmatic", + "§7merchant, Sirius, this tome", + "§7unveils his \u0027humble\u0027 origins,", + "§7draped in shadow and affluence.", + "§7A tale of ambition where modesty", + "§7meets grandeur.", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC" + ], + "internalname": "SIRIUS_BOOK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |