diff options
Diffstat (limited to 'items/ENCHANTED_CLOCK.json')
-rw-r--r-- | items/ENCHANTED_CLOCK.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/ENCHANTED_CLOCK.json b/items/ENCHANTED_CLOCK.json new file mode 100644 index 00000000..49d5b239 --- /dev/null +++ b/items/ENCHANTED_CLOCK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:clock", + "displayname": "§9Enchanted Clock", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Time Skip §e§lRIGHT CLICK\",1:\"§7Advances the time of all minions\",2:\"§7on your island by 1 hour\",3:\"§8Cooldown: §a50s\",4:\"\",5:\"§9§lRARE\",6:\"\",7:\"§c§lNOTE: This Item is currently unobtainable!\"],Name:\"§9Enchanted Clock\"},ExtraAttributes:{id:\"ENCHANTED_CLOCK\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Time Skip §e§lRIGHT CLICK", + "§7Advances the time of all minions", + "§7on your island by 1 hour", + "§8Cooldown: §a50s", + "", + "§9§lRARE", + "", + "§c§lNOTE: This Item is currently unobtainable!" + ], + "internalname": "ENCHANTED_CLOCK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Clock" + ] +}
\ No newline at end of file |