diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-24 16:46:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 16:46:48 +0200 |
commit | 43f25e522cf5949d83463ed8a4b056f1a812272c (patch) | |
tree | 1d35288abfe61a44b26b8e1cf5df1d351ffdaae5 /items/OPAL_POWER_SCROLL.json | |
parent | 58795939811dad21e2b86180f615fc2f5826b5b3 (diff) | |
download | NotEnoughUpdates-REPO-43f25e522cf5949d83463ed8a4b056f1a812272c.tar.gz NotEnoughUpdates-REPO-43f25e522cf5949d83463ed8a4b056f1a812272c.tar.bz2 NotEnoughUpdates-REPO-43f25e522cf5949d83463ed8a4b056f1a812272c.zip |
sOuLbOuNd (#726)
Diffstat (limited to 'items/OPAL_POWER_SCROLL.json')
-rw-r--r-- | items/OPAL_POWER_SCROLL.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/OPAL_POWER_SCROLL.json b/items/OPAL_POWER_SCROLL.json new file mode 100644 index 00000000..819d71d6 --- /dev/null +++ b/items/OPAL_POWER_SCROLL.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§fOpal Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Gain §f+10❂ True Defense §7for §a5s\",1:\"§a§7when using your §e§lRIGHT CLICK\",2:\"§e§l§6Item Ability§7.\",3:\"\",4:\"§7§7Can be combined with any §bitem\",5:\"§b§7with a §e§lRIGHT CLICK §6Item\",6:\"§6Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§fOpal Power Scroll\"},ExtraAttributes:{id:\"OPAL_POWER_SCROLL\"},resolved:0b}", + "damage": 0, + "lore": [ + "§7§7Gain §f+10❂ True Defense §7for §a5s", + "§a§7when using your §e§lRIGHT CLICK", + "§e§l§6Item Ability§7.", + "", + "§7§7Can be combined with any §bitem", + "§b§7with a §e§lRIGHT CLICK §6Item", + "§6Ability §7at an anvil.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "ENCHANTED_PAPER:16", + "B3": "ENCHANTED_PAPER:16", + "C1": "", + "C2": "ENCHANTED_PAPER:16", + "C3": "FINE_OPAL_GEM:16" + }, + "internalname": "OPAL_POWER_SCROLL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Power_Scroll" + ] +}
\ No newline at end of file |