diff options
Diffstat (limited to 'items/POWER_RING.json')
-rw-r--r-- | items/POWER_RING.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/POWER_RING.json b/items/POWER_RING.json new file mode 100644 index 00000000..e4bbf4f4 --- /dev/null +++ b/items/POWER_RING.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aRing of Power", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"088361d5-4d43-38a9-9ccd-4a0b5a4b6036\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxOTc1MjYyNDcxNywKICAicHJvZmlsZUlkIiA6ICI5ZDQyNWFiOGFmZjg0MGU1OWM3NzUzZjc5Mjg5YjMyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb21wa2luNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDUyOGZlNWRiZTAyZTFkOGQxMjE4NmUyYWY5OGJlMTMzNGNhN2Q1OTZiNzAyMWVmN2Y5NzhjNzA4OGIyMzVmYyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Allows you to harness the power\",1:\"§7of §a4§7 Gemstones, although\",2:\"§7only half of the normal power\",3:\"§7can be harnessed!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aRing of Power\"},ExtraAttributes:{id:\"POWER_RING\"}}", + "damage": 3, + "lore": [ + "§7Allows you to harness the power", + "§7of §a4§7 Gemstones, although", + "§7only half of the normal power", + "§7can be harnessed!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON ACCESSORY" + ], + "recipe": { + "A1": "FINE_RUBY_GEM:1", + "A2": "GEMSTONE_MIXTURE:1", + "A3": "FINE_RUBY_GEM:1", + "B1": "FINE_RUBY_GEM:1", + "B2": "POWER_TALISMAN:1", + "B3": "FINE_RUBY_GEM:1", + "C1": "FINE_RUBY_GEM:1", + "C2": "FINE_RUBY_GEM:1", + "C3": "FINE_RUBY_GEM:1" + }, + "internalname": "POWER_RING", + "crafttext": "Requires Gemstone Collection VI", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Power" + ] +}
\ No newline at end of file |