From 6511352fe6f0aef97a7cac0ce4ce931d15d1b4af Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 18 Oct 2024 23:08:23 +0200 Subject: Add some missing potion levels (#1413) * Add some missing potion levels * Parents * Fix --- items/POTION_NIGHT_VISION;2.json | 18 ++++++++++++++++++ items/POTION_REGENERATION;9.json | 21 +++++++++++++++++++++ items/POTION_SPELUNKER;5.json | 18 ++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 items/POTION_NIGHT_VISION;2.json create mode 100644 items/POTION_REGENERATION;9.json create mode 100644 items/POTION_SPELUNKER;5.json (limited to 'items') diff --git a/items/POTION_NIGHT_VISION;2.json b/items/POTION_NIGHT_VISION;2.json new file mode 100644 index 00000000..bf70df79 --- /dev/null +++ b/items/POTION_NIGHT_VISION;2.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§fNight Vision II Potion", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:16b,Amplifier:1b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§5Night Vision II §f(3:00)\",2:\"§7Grants greater visibility at night.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fNight Vision II Potion\"},ExtraAttributes:{potion_level:2,potion:\"night_vision\",effects:[0:{level:2,effect:\"night_vision\",duration_ticks:3600}],potion_type:\"POTION\",id:\"POTION_NIGHT_VISION;2\"}}", + "damage": 6, + "lore": [ + "", + "§5Night Vision II §f(3:00)", + "§7Grants greater visibility at night.", + "", + "§f§lCOMMON" + ], + "internalname": "POTION_NIGHT_VISION;2", + "crafttext": "", + "clickcommand": "viewpotion", + "modver": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/POTION_REGENERATION;9.json b/items/POTION_REGENERATION;9.json new file mode 100644 index 00000000..fced097e --- /dev/null +++ b/items/POTION_REGENERATION;9.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§5Regeneration IX Potion", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:10b,Amplifier:8b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§4Regeneration IX §f(2:30)\",2:\"§7Grants §c+60❣ Health Regen§7.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Regeneration IX Potion\"},ExtraAttributes:{potion_level:9,potion:\"regeneration\",effects:[0:{level:8,effect:\"regeneration\",duration_ticks:3000}],potion_type:\"POTION\",id:\"POTION_REGENERATION;9\"}}", + "damage": 1, + "lore": [ + "", + "§4Regeneration IX §f(2:30)", + "§7Grants §c+60❣ Health Regen§7.", + "", + "§5§lEPIC" + ], + "internalname": "POTION_REGENERATION;9", + "crafttext": "", + "clickcommand": "viewpotion", + "modver": "", + "infoType": "", + "info": [ + "https://wiki.hypixel.net/Regeneration_Potion" + ] +} \ No newline at end of file diff --git a/items/POTION_SPELUNKER;5.json b/items/POTION_SPELUNKER;5.json new file mode 100644 index 00000000..c76c0afe --- /dev/null +++ b/items/POTION_SPELUNKER;5.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§aSpelunker V Potion", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:16b,Amplifier:4b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§bSpelunker V §f(3:00)\",2:\"§7Grants §a25 §6☘ Mining Fortune§7.\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Spelunker V Potion\"},ExtraAttributes:{potion_level:5,potion:\"spelunker\",effects:[0:{level:5,effect:\"spelunker\",duration_ticks:3600}],potion_type:\"POTION\",id:\"POTION_SPELUNKER;5\"}}", + "damage": 6, + "lore": [ + "", + "§bSpelunker V §f(3:00)", + "§7Grants §a25 §6☘ Mining Fortune§7.", + "", + "§9§lRARE" + ], + "internalname": "POTION_SPELUNKER;5", + "crafttext": "", + "clickcommand": "viewpotion", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit