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 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BE=8E=E9=A3=9F?= =?UTF-8?q?=E5=9F=8E=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 From faa1ae1768cb69894649be14e436bb36bc2d915e Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 27 Mar 2023 11:59:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac48e417c..b4c813d05 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,6 @@ pb.bat cmd/v2/.cache.meta cmd/v2/my.db .idea/ -bin/ bin/cross.json bin/gm.json bin/cmd