diff options
-rw-r--r-- | items/BOO_STONE.json | 27 | ||||
-rw-r--r-- | items/GREAT_SPOOK_REFORGING_MANUAL.json | 23 | ||||
-rw-r--r-- | items/THE_SOUP_PAINTING.json | 17 |
3 files changed, 67 insertions, 0 deletions
diff --git a/items/BOO_STONE.json b/items/BOO_STONE.json new file mode 100644 index 00000000..ceec8aed --- /dev/null +++ b/items/BOO_STONE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Boo Stone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"baf546d7-95b0-3072-a6c8-23e66c1ab43e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NzkyNzk3MDg1NiwKICAicHJvZmlsZUlkIiA6ICJjN2FmMWNkNjNiNTE0Y2YzOGY4NWQ2ZDUxNzhjYThlNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJtb25zdGVyZ2FtZXIzMTUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjA0YWQyNTI0Yjk2MWQyMDc5NDU3NWM2N2RhOTI4NjUwYTlhZGUxYTBlNjBlN2ZkZTBmYjMwZTU3NzYxMmQ4NCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Greater Spook\",4:\"§9§7reforge when combined with\",5:\"§7§5Great Spook §7armor and\",6:\"§7equipment§7.\",7:\"\",8:\"§9Greater Spook §7(§6Legendary§7):\",9:\"§9Greater Spook Bonus\",10:\"§7Grants §a+1 §5Fear§7.\",11:\"\",12:\"§8§l* §8Soulbound §8§l*\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Boo Stone\"},ExtraAttributes:{year:2023,id:\"BOO_STONE\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Greater Spook", + "§9§7reforge when combined with", + "§7§5Great Spook §7armor and", + "§7equipment§7.", + "", + "§9Greater Spook §7(§6Legendary§7):", + "§9Greater Spook Bonus", + "§7Grants §a+1 §5Fear§7.", + "", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE REFORGE STONE" + ], + "internalname": "BOO_STONE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GREAT_SPOOK_REFORGING_MANUAL.json b/items/GREAT_SPOOK_REFORGING_MANUAL.json new file mode 100644 index 00000000..b1aeef10 --- /dev/null +++ b/items/GREAT_SPOOK_REFORGING_MANUAL.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:book", + "displayname": "§5Great Spook Reforging Manual", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Unlocks the Boo Stone in the\",1:\"§7Tyashoi 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:\"§5Great Spook Reforging Manual\"},ExtraAttributes:{year:2023,edition:-1,id:\"GREAT_SPOOK_REFORGING_MANUAL\"}}", + "damage": 0, + "lore": [ + "§7§7Unlocks the Boo Stone in the", + "§7Tyashoi Alchemist\u0027s shop.", + "", + "§7§7Obtained during the", + "§7§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC" + ], + "internalname": "GREAT_SPOOK_REFORGING_MANUAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/THE_SOUP_PAINTING.json b/items/THE_SOUP_PAINTING.json new file mode 100644 index 00000000..701b1a46 --- /dev/null +++ b/items/THE_SOUP_PAINTING.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:paper", + "displayname": "§a§oThe Soup", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7From a painter in hard times...\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§a§lUNCOMMON\"],Name:\"§a§oThe Soup\"},ExtraAttributes:{id:\"THE_SOUP_PAINTING\"}}", + "damage": 0, + "lore": [ + "§7From a painter in hard times...", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§a§lUNCOMMON" + ], + "internalname": "THE_SOUP_PAINTING", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |