diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/OVERFLUX_POWER_ORB.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/OVERFLUX_POWER_ORB.json')
-rw-r--r-- | items/OVERFLUX_POWER_ORB.json | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/items/OVERFLUX_POWER_ORB.json b/items/OVERFLUX_POWER_ORB.json index a80a6e3c..ebec214f 100644 --- a/items/OVERFLUX_POWER_ORB.json +++ b/items/OVERFLUX_POWER_ORB.json @@ -1,10 +1,10 @@ { "internalname": "OVERFLUX_POWER_ORB", "itemid": "minecraft:skull", - "displayname": "Overflux Power Orb", - "clickcommand": "viewrecipe", + "displayname": "§5Overflux Power Orb", + "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4aa91940-7633-3390-9635-dc17ac33b5d9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU2MTU5NWQ5Yzc0NTc3OTZjNzE5ZmFlNDYzYTIyMjcxY2JjMDFjZjEwODA5ZjVhNjRjY2IzZDZhZTdmOGY2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Place an orb for §a60s §7buffing\",2:\"§7up to §b5 §7players within §a18\",3:\"§a§7blocks.\",4:\"§8Costs 50% of max mana.\",5:\"§8Only one orb applies per player.\",6:\"\",7:\"§aOrb Buff: Overflux\",8:\"§7Grants §b+100% §7base mana regen.\",9:\"§7Heals §c2.5% §7of max §c❤§7 per second.\",10:\"§7Increases all heals by §a+5%§7.\",11:\"§7Grants §c+25❁ Strength§7.\",12:\"\",13:\"§c☠ §5Requires Wolf LVL 7\",14:\"§5§lEPIC\"],Name:\"§5Overflux Power Orb\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"OVERFLUX_POWER_ORB\",uuid:\"714f5498-3649-417d-9281-5c894589da70\",timestamp:\"3/28/20 5:10 AM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4aa91940-7633-3390-9635-dc17ac33b5d9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU2MTU5NWQ5Yzc0NTc3OTZjNzE5ZmFlNDYzYTIyMjcxY2JjMDFjZjEwODA5ZjVhNjRjY2IzZDZhZTdmOGY2In19fQ==\"}]}},display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Place an orb for §a60s §7buffing\",2:\"§7up to §b5 §7players within §a18\",3:\"§a§7blocks.\",4:\"§8Costs 50% of max mana.\",5:\"§8Only one orb applies per player.\",6:\"\",7:\"§aOrb Buff: Overflux\",8:\"§7Grants §b+100% §7base mana regen.\",9:\"§7Heals §c2.5% §7of max §c❤§7 per second.\",10:\"§7Increases all heals by §a+5%§7.\",11:\"§7Grants §c+25❁ Strength§7.\",12:\"\",13:\"§c☠ §5Requires Wolf LVL 7\",14:\"§5§lEPIC\"],Name:\"§5Overflux Power Orb\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"OVERFLUX_POWER_ORB\",uuid:\"a8ea09db-75d7-4545-ba20-3e3644bc99ac\",timestamp:\"3/31/20 5:45 PM\"}}", "modver": "1.0.0", "lore": [ "§6Item Ability: Deploy", @@ -22,5 +22,21 @@ "", "§c☠ §5Requires Wolf LVL 7", "§5§lEPIC" + ], + "recipe": { + "A1": "GOLDEN_TOOTH:32", + "A2": "OVERFLUX_CAPACITOR:1", + "A3": "GOLDEN_TOOTH:32", + "B1": "ENCHANTED_REDSTONE_BLOCK:8", + "B2": "MANA_FLUX_POWER_ORB:1", + "B3": "ENCHANTED_REDSTONE_BLOCK:8", + "C1": "GOLDEN_TOOTH:32", + "C2": "ENCHANTED_REDSTONE_BLOCK:8", + "C3": "GOLDEN_TOOTH:32" + }, + "clickcommand": "viewrecipe", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Overflux_Power_Orb" ] }
\ No newline at end of file |