From 7898e8c53cbf5974fe29228520408a3bd6263e5c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:23:22 +0100 Subject: feat: Stinky Cheese Potion (#1434) --- items/POTION_STINKY_CHEESE;1.json | 18 ++++++++++++++++++ items/TALBOT_NPC.json | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 items/POTION_STINKY_CHEESE;1.json (limited to 'items') diff --git a/items/POTION_STINKY_CHEESE;1.json b/items/POTION_STINKY_CHEESE;1.json new file mode 100644 index 00000000..ee06ea2d --- /dev/null +++ b/items/POTION_STINKY_CHEESE;1.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:potion", + "displayname": "§fDouce Pluie de Stinky Cheese I Potion", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:12b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§eDouce Pluie de Stinky Cheese I §f(1:00:00)\",2:\"§7Gain §2+20ൠ Bonus Pest Chance§7.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fDouce Pluie de Stinky Cheese I Potion\"},ExtraAttributes:{potion_level:1,potion:\"stinky_cheese\",effects:[0:{level:1,effect:\"stinky_cheese\",duration_ticks:72000}],potion_type:\"POTION\",id:\"POTION_STINKY_CHEESE;1\",splash:0b}}", + "damage": 3, + "lore": [ + "", + "§eDouce Pluie de Stinky Cheese I §f(1:00:00)", + "§7Gain §2+20ൠ Bonus Pest Chance§7.", + "", + "§f§lCOMMON" + ], + "internalname": "POTION_STINKY_CHEESE;1", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/TALBOT_NPC.json b/items/TALBOT_NPC.json index 6d0b91e6..e933332c 100644 --- a/items/TALBOT_NPC.json +++ b/items/TALBOT_NPC.json @@ -44,6 +44,13 @@ "cost": [ "SKYBLOCK_PELT:340" ] + }, + { + "type": "npc_shop", + "result": "POTION_STINKY_CHEESE;1:1", + "cost": [ + "SKYBLOCK_PELT:40" + ] } ], "crafttext": "", -- cgit