From c1c6851d1d9f9b57cb7d427886e26b24c2ca5794 Mon Sep 17 00:00:00 2001 From: Vixid <52578495+VixidDev@users.noreply.github.com> Date: Tue, 12 Sep 2023 22:11:55 +0100 Subject: Add Mushed Glowy Tonic (#980) --- items/MOBY_NPC.json | 8 ++++++++ items/MUSHED_GLOWY_TONIC.json | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 items/MUSHED_GLOWY_TONIC.json (limited to 'items') diff --git a/items/MOBY_NPC.json b/items/MOBY_NPC.json index 8b9cda10..c0caddf5 100644 --- a/items/MOBY_NPC.json +++ b/items/MOBY_NPC.json @@ -54,6 +54,14 @@ "GLOWING_MUSHROOM:15" ] }, + { + "type": "npc_shop", + "result": "MUSHED_GLOWY_TONIC:1", + "cost": [ + "FULL_CHUM_BUCKET:8", + "GLOWING_MUSHROOM:10" + ] + }, { "type": "npc_shop", "result": "CHUMMING_TALISMAN:1", diff --git a/items/MUSHED_GLOWY_TONIC.json b/items/MUSHED_GLOWY_TONIC.json new file mode 100644 index 00000000..151d7533 --- /dev/null +++ b/items/MUSHED_GLOWY_TONIC.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§fMushed Glowy Tonic I Potion", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:8b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§2Mushed Glowy Tonic I §f(1:00:00)\",2:\"§7Grants §b+30☂ Fishing Speed§7.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fMushed Glowy Tonic I Potion\"},ExtraAttributes:{potion_level:1,potion:\"mushed_glowy_tonic\",effects:[0:{level:1,effect:\"mushed_glowy_tonic\",duration_ticks:72000}],potion_type:\"POTION\",id:\"MUSHED_GLOWY_TONIC\",splash:0b,potion_name:\"Mushed Glowy Tonic\"}}", + "damage": 11, + "lore": [ + "", + "§2Mushed Glowy Tonic I §f(1:00:00)", + "§7Grants §b+30☂ Fishing Speed§7.", + "", + "§f§lCOMMON" + ], + "internalname": "MUSHED_GLOWY_TONIC", + "modver": "2.1.1-PRE", + "clickcommand": "", + "crafttext": "", + "infoType": "" + } \ No newline at end of file -- cgit