From 393350b886d3c293237c54c96ada6119ef2b468a Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 27 Mar 2023 11:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BE=8E=E9=A3=9F=E5=9F=8E?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_breakingbad.json | 53 ++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bin/json/game_breakingbad.json diff --git a/bin/json/game_breakingbad.json b/bin/json/game_breakingbad.json new file mode 100644 index 000000000..739418e58 --- /dev/null +++ b/bin/json/game_breakingbad.json @@ -0,0 +1,53 @@ +[ + { + "delicacies": "99999", + "recipe": [], + "Type": 1, + "flame": 1, + "unlockreward": { + "a": "attr", + "t": "diamond", + "n": 1 + } + }, + { + "delicacies": "10011", + "recipe": [ + { + "a": "1001", + "n": 5 + }, + { + "a": "1003", + "n": 20 + }, + { + "a": "1004", + "n": 10 + } + ], + "Type": 2, + "flame": 5, + "unlockreward": { + "a": "attr", + "t": "diamond", + "n": 10 + } + }, + { + "delicacies": "10012", + "recipe": [ + { + "a": "1001", + "n": 20 + } + ], + "Type": 2, + "flame": 3, + "unlockreward": { + "a": "attr", + "t": "diamond", + "n": 5 + } + } +] \ No newline at end of file