From 782dc74181469b2171d573fad74d64d0cd9f62ef Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sun, 2 Jul 2023 05:25:32 +1000 Subject: Missed items (#951) * adding a few missed items * adding to parents * made mana regen reflect souls found * new items * Added another summer item --------- Co-authored-by: jani270 --- items/DEFECTIVE_MONITOR.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/DEFECTIVE_MONITOR.json (limited to 'items/DEFECTIVE_MONITOR.json') diff --git a/items/DEFECTIVE_MONITOR.json b/items/DEFECTIVE_MONITOR.json new file mode 100644 index 00000000..e1a18442 --- /dev/null +++ b/items/DEFECTIVE_MONITOR.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Defective Monitor", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"13598060-ac62-3d83-9511-eae119a9af72\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzAxYTljYTMxMGZiOTZlNmMwYWFhM2VhMWQwNTg1ZjJmNDE3NjVkNmFhOTk3MDNiZjg2MWYyZTc2OWQyNGRjNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Rift Time: §a+60s\",1:\"§7Intelligence: §a+6\",2:\"\",3:\"§7Obtained from a Kloon who\",4:\"§7doesn\u0027t seem too stable.\",5:\"\",6:\"§5§lEPIC ACCESSORY\"],Name:\"§5Defective Monitor\"},ExtraAttributes:{id:\"DEFECTIVE_MONITOR\"}}", + "damage": 3, + "lore": [ + "§7Rift Time: §a+60s", + "§7Intelligence: §a+6", + "", + "§7Obtained from a Kloon who", + "§7doesn\u0027t seem too stable.", + "", + "§5§lEPIC ACCESSORY" + ], + "internalname": "DEFECTIVE_MONITOR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Defective_Monitor", + "https://wiki.hypixel.net/Defective_Monitor" + ] +} \ No newline at end of file -- cgit