export-table-pulgin-csharp 1.0.34 → 1.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/ExportCSPlugin.js +1 -1
  2. package/dist/ExportUnityCSJsonPlugin.d.ts +2 -1
  3. package/dist/ExportUnityCSJsonPlugin.d.ts.map +1 -1
  4. package/dist/ExportUnityCSJsonPlugin.js +44 -17
  5. package/dist/index.d.ts +1 -1
  6. package/package.json +1 -1
  7. package/src/ExportCSPlugin.ts +1 -1
  8. package/src/ExportUnityCSJsonPlugin.ts +50 -14
  9. package/test/dist/SceneConfig.asset +1 -1
  10. package/test/dist/SceneConfigLoader.cs +19 -0
  11. package/test/dist/Sheet2.asset +1 -1
  12. package/test/dist/Sheet2Loader.cs +19 -0
  13. package/test/dist//344/273/273/345/212/241/345/210/227/350/241/250.asset +1 -1
  14. package/test/dist//344/273/273/345/212/241/345/210/227/350/241/250Loader.cs +19 -0
  15. package/test/dist//344/273/273/345/212/241/345/245/226/345/212/261.asset +1 -1
  16. package/test/dist//344/273/273/345/212/241/345/245/226/345/212/261Loader.cs +19 -0
  17. package/test/dist//344/273/273/345/212/241/346/227/266/351/231/220.asset +1 -1
  18. package/test/dist//344/273/273/345/212/241/346/227/266/351/231/220Loader.cs +19 -0
  19. package/test/dist//344/273/273/345/212/241/350/247/246/345/217/221/347/272/246/346/235/237/351/205/215/350/241/250.asset +1 -1
  20. package/test/dist//344/273/273/345/212/241/350/247/246/345/217/221/347/272/246/346/235/237/351/205/215/350/241/250Loader.cs +19 -0
  21. package/test/dist//345/257/271/350/257/235/350/241/250.asset +1 -1
  22. package/test/dist//345/257/271/350/257/235/350/241/250Loader.cs +19 -0
  23. package/test/dist//350/277/207/345/234/272/345/274/225/345/257/274.asset +15 -0
  24. package/test/dist//350/277/207/345/234/272/345/274/225/345/257/274Loader.cs +19 -0
  25. package/test/src//350/277/207/345/234/272/345/274/225/345/257/274.xlsx +0 -0
@@ -152,7 +152,7 @@ using System.Collections.Generic;
152
152
  using System.Linq;
153
153
 
154
154
  namespace MEEC.ExportedConfigs{
155
- public class ${RowClass} {
155
+ public partial class ${RowClass} {
156
156
 
157
157
  public static List<${RowClass}> Configs = new List<${RowClass}>()
158
158
  {
@@ -1,5 +1,6 @@
1
1
  import { HandleSheetParams, PluginBase } from "export-table-lib";
2
- export declare function export_stuff(paras: HandleSheetParams): string | null;
2
+ export declare function exportUJson(paras: HandleSheetParams): string | null;
3
+ export declare function exportUJsonLoader(paras: HandleSheetParams): string | null;
3
4
  export declare class ExportUJsonPlugin extends PluginBase {
4
5
  name: string;
5
6
  tags: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"ExportUnityCSJsonPlugin.d.ts","sourceRoot":"","sources":["../src/ExportUnityCSJsonPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,iBAAiB,EAA+B,UAAU,EAAkC,MAAM,kBAAkB,CAAA;AAGlI,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CAmCpE;AAED,qBAAa,iBAAkB,SAAQ,UAAU;IAChD,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,EAAE,CAAY;IAE1B,WAAW,CAAC,KAAK,EAAE,iBAAiB;CAQpC"}
1
+ {"version":3,"file":"ExportUnityCSJsonPlugin.d.ts","sourceRoot":"","sources":["../src/ExportUnityCSJsonPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,iBAAiB,EAA+B,UAAU,EAAkC,MAAM,kBAAkB,CAAA;AAGlI,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CA6BnE;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CA+BzE;AAED,qBAAa,iBAAkB,SAAQ,UAAU;IAChD,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,EAAE,CAAY;IAE1B,WAAW,CAAC,KAAK,EAAE,iBAAiB;CAiBpC"}
@@ -23,20 +23,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.ExportUJsonPlugin = exports.export_stuff = void 0;
26
+ exports.ExportUJsonPlugin = exports.exportUJsonLoader = exports.exportUJson = void 0;
27
27
  const export_table_lib_1 = require("export-table-lib");
28
28
  const fs = __importStar(require("fs-extra"));
29
- function export_stuff(paras) {
30
- var _a;
29
+ function exportUJson(paras) {
31
30
  let { datas, fields, name, objects, } = paras;
32
- let mainField = (_a = fields.find(f => f.type == "uid")) !== null && _a !== void 0 ? _a : fields[0];
33
- let jsonString = `
34
- {
35
- ${(0, export_table_lib_1.foreach)(objects, obj => `
36
- "${obj[mainField.name]}" : ${JSON.stringify(obj)}
37
- `, ",\n")}
38
- }
39
- `;
31
+ let jsonString = JSON.stringify(objects);
40
32
  // !!!必须开头没有空格
41
33
  let temp = `%YAML 1.1
42
34
  %TAG !u! tag:unity3d.com,2011:
@@ -56,7 +48,33 @@ MonoBehaviour:
56
48
  `;
57
49
  return temp;
58
50
  }
59
- exports.export_stuff = export_stuff;
51
+ exports.exportUJson = exportUJson;
52
+ function exportUJsonLoader(paras) {
53
+ let { datas, fields, name, objects, } = paras;
54
+ // !!!必须开头没有空格
55
+ let temp = `
56
+ using lang.json;
57
+ using UnityEngine.AddressableAssets;
58
+
59
+ namespace MEEC.ExportedConfigs
60
+ {
61
+ public partial class ${name}
62
+ {
63
+ static ${name}()
64
+ {
65
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/${name}.asset").WaitForCompletion();
66
+ var jsonText = configJson.JsonText;
67
+ var jsonObjs = JSON.parse<${name}[]>(jsonText);
68
+ var configs = ${name}.Configs;
69
+ configs.Clear();
70
+ configs.AddRange(jsonObjs);
71
+ }
72
+ }
73
+ }
74
+ `;
75
+ return temp;
76
+ }
77
+ exports.exportUJsonLoader = exportUJsonLoader;
60
78
  class ExportUJsonPlugin extends export_table_lib_1.PluginBase {
61
79
  constructor() {
62
80
  super(...arguments);
@@ -64,12 +82,21 @@ class ExportUJsonPlugin extends export_table_lib_1.PluginBase {
64
82
  this.tags = ["ujson"];
65
83
  }
66
84
  handleSheet(paras) {
67
- let content = export_stuff(paras);
68
- if (content != null) {
69
- let savePath = new export_table_lib_1.OutFilePath(paras.outPath, paras.table.name, ".asset").fullPath;
70
- fs.outputFileSync(savePath, content, "utf-8");
85
+ {
86
+ let content1 = exportUJsonLoader(paras);
87
+ if (content1 != null) {
88
+ let savePath = new export_table_lib_1.OutFilePath(paras.outPath, paras.table.name, "Loader.cs").fullPath;
89
+ fs.outputFileSync(savePath, content1, "utf-8");
90
+ }
91
+ }
92
+ {
93
+ let content2 = exportUJson(paras);
94
+ if (content2 != null) {
95
+ let savePath = new export_table_lib_1.OutFilePath(paras.outPath, paras.table.name, ".asset").fullPath;
96
+ fs.outputFileSync(savePath, content2, "utf-8");
97
+ }
98
+ return content2;
71
99
  }
72
- return content;
73
100
  }
74
101
  }
75
102
  exports.ExportUJsonPlugin = ExportUJsonPlugin;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import { ExportPlugin as ExportCSPlugin } from "./ExportCSPlugin";
2
2
  import { ExportUJsonPlugin } from "./ExportUnityCSJsonPlugin";
3
- export declare const ExportPlugins: (ExportUJsonPlugin | ExportCSPlugin)[];
3
+ export declare const ExportPlugins: (ExportCSPlugin | ExportUJsonPlugin)[];
4
4
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "export-table-pulgin-csharp",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -121,7 +121,7 @@ using System.Collections.Generic;
121
121
  using System.Linq;
122
122
 
123
123
  namespace MEEC.ExportedConfigs{
124
- public class ${RowClass} {
124
+ public partial class ${RowClass} {
125
125
 
126
126
  public static List<${RowClass}> Configs = new List<${RowClass}>()
127
127
  {
@@ -2,7 +2,7 @@
2
2
  import { cmm, HandleSheetParams, Field, foreach, IPlugin, st, PluginBase, HandleBatchParams, OutFilePath } from "export-table-lib"
3
3
  import * as fs from "fs-extra"
4
4
 
5
- export function export_stuff(paras: HandleSheetParams): string | null {
5
+ export function exportUJson(paras: HandleSheetParams): string | null {
6
6
  let {
7
7
  datas,
8
8
  fields,
@@ -10,14 +10,8 @@ export function export_stuff(paras: HandleSheetParams): string | null {
10
10
  objects,
11
11
  } = paras;
12
12
 
13
- let mainField: Field = fields.find(f => f.type == "uid") ?? fields[0]
14
- let jsonString = `
15
- {
16
- ${foreach(objects, obj => `
17
- "${obj[mainField.name]}" : ${JSON.stringify(obj)}
18
- `, ",\n")}
19
- }
20
- `
13
+ let jsonString = JSON.stringify(objects);
14
+
21
15
  // !!!必须开头没有空格
22
16
  let temp = `%YAML 1.1
23
17
  %TAG !u! tag:unity3d.com,2011:
@@ -39,16 +33,58 @@ MonoBehaviour:
39
33
 
40
34
  }
41
35
 
36
+ export function exportUJsonLoader(paras: HandleSheetParams): string | null {
37
+ let {
38
+ datas,
39
+ fields,
40
+ name,
41
+ objects,
42
+ } = paras;
43
+
44
+ // !!!必须开头没有空格
45
+ let temp = `
46
+ using lang.json;
47
+ using UnityEngine.AddressableAssets;
48
+
49
+ namespace MEEC.ExportedConfigs
50
+ {
51
+ public partial class ${name}
52
+ {
53
+ static ${name}()
54
+ {
55
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/${name}.asset").WaitForCompletion();
56
+ var jsonText = configJson.JsonText;
57
+ var jsonObjs = JSON.parse<${name}[]>(jsonText);
58
+ var configs = ${name}.Configs;
59
+ configs.Clear();
60
+ configs.AddRange(jsonObjs);
61
+ }
62
+ }
63
+ }
64
+ `
65
+ return temp
66
+
67
+ }
68
+
42
69
  export class ExportUJsonPlugin extends PluginBase {
43
70
  name = "ujson"
44
71
  tags: string[] = ["ujson"]
45
72
 
46
73
  handleSheet(paras: HandleSheetParams) {
47
- let content = export_stuff(paras)
48
- if (content != null) {
49
- let savePath = new OutFilePath(paras.outPath, paras.table.name, ".asset").fullPath
50
- fs.outputFileSync(savePath, content, "utf-8")
74
+ {
75
+ let content1 = exportUJsonLoader(paras)
76
+ if (content1 != null) {
77
+ let savePath = new OutFilePath(paras.outPath, paras.table.name, "Loader.cs").fullPath
78
+ fs.outputFileSync(savePath, content1, "utf-8")
79
+ }
80
+ }
81
+ {
82
+ let content2 = exportUJson(paras)
83
+ if (content2 != null) {
84
+ let savePath = new OutFilePath(paras.outPath, paras.table.name, ".asset").fullPath
85
+ fs.outputFileSync(savePath, content2, "utf-8")
86
+ }
87
+ return content2
51
88
  }
52
- return content
53
89
  }
54
90
  }
@@ -12,4 +12,4 @@ MonoBehaviour:
12
12
  m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
13
  m_Name: SceneConfig
14
14
  m_EditorClassIdentifier:
15
- JsonText: "\n{\n \"1\" : {\"uid\":1,\"sceneId\":\"第1章 格莫拉城\",\"outingBaseGold\":1000},\n \"2\" : {\"uid\":2,\"sceneId\":\"第2章 纳皮尔乐园\",\"outingBaseGold\":1200}\n}\n"
15
+ JsonText: "[{\"uid\":1,\"sceneId\":\"第1章 格莫拉城\",\"outingBaseGold\":1000},{\"uid\":2,\"sceneId\":\"第2章 纳皮尔乐园\",\"outingBaseGold\":1200}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class SceneConfig
8
+ {
9
+ static SceneConfig()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/SceneConfig.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<SceneConfig[]>(jsonText);
14
+ var configs = SceneConfig.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }
@@ -12,4 +12,4 @@ MonoBehaviour:
12
12
  m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
13
  m_Name: Sheet2
14
14
  m_EditorClassIdentifier:
15
- JsonText: "\n{\n \"1\" : {\"uid\":1,\"sceneId\":\"第1章 格莫拉城\",\"outingBaseGold\":1000},\n \"2\" : {\"uid\":2,\"sceneId\":\"第2章 纳皮尔乐园\",\"outingBaseGold\":1200}\n}\n"
15
+ JsonText: "[{\"uid\":1,\"sceneId\":\"第1章 格莫拉城\",\"outingBaseGold\":1000},{\"uid\":2,\"sceneId\":\"第2章 纳皮尔乐园\",\"outingBaseGold\":1200}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class Sheet2
8
+ {
9
+ static Sheet2()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/Sheet2.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<Sheet2[]>(jsonText);
14
+ var configs = Sheet2.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }
@@ -12,4 +12,4 @@ MonoBehaviour:
12
12
  m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
13
  m_Name: 任务列表
14
14
  m_EditorClassIdentifier:
15
- JsonText: "\n{\n \"50000\" : {\"id\":50000,\"name\":\"口腔\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"`/tp @e[type=npc,c=1,tag=消化NPC] 24 47 -171`\",\"succeedCmds\":\"\"},\n \"50010\" : {\"id\":50010,\"name\":\"食道和胃\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成口腔关卡`,`/give @p myitem:xhdlxj_modle_kouqiang`\"},\n \"50020\" : {\"id\":50020,\"name\":\"小肠\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成食道&胃关卡`,`/give @p myitem:xhdlxj_modle_shiguan`,`/give @p myitem:xhdlxj_modle_wei`\"},\n \"50030\" : {\"id\":50030,\"name\":\"大肠\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成小肠关卡`\"},\n \"50040\" : {\"id\":50040,\"name\":\"消化拼图\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成大肠关卡`,`/give @p myitem:xhdlxj_modle_xiaochang`,`/give @p myitem:xhdlxj_modle_dachang`\"},\n \"50050\" : {\"id\":50050,\"name\":\"恭喜完成\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成课程内容`\"}\n}\n"
15
+ JsonText: "[{\"id\":50000,\"name\":\"口腔\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"`/tp @e[type=npc,c=1,tag=消化NPC] 24 47 -171`\",\"succeedCmds\":\"\"},{\"id\":50010,\"name\":\"食道和胃\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成口腔关卡`,`/give @p myitem:xhdlxj_modle_kouqiang`\"},{\"id\":50020,\"name\":\"小肠\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成食道&胃关卡`,`/give @p myitem:xhdlxj_modle_shiguan`,`/give @p myitem:xhdlxj_modle_wei`\"},{\"id\":50030,\"name\":\"大肠\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成小肠关卡`\"},{\"id\":50040,\"name\":\"消化拼图\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成大肠关卡`,`/give @p myitem:xhdlxj_modle_xiaochang`,`/give @p myitem:xhdlxj_modle_dachang`\"},{\"id\":50050,\"name\":\"恭喜完成\",\"subTasks\":[],\"taskRewards\":[],\"任务类型\":\"\",\"任务标签\":\"\",\"startCmds\":\"\",\"succeedCmds\":\"`/title @p title 恭喜你完成课程内容`\"}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class 任务列表
8
+ {
9
+ static 任务列表()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/任务列表.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<任务列表[]>(jsonText);
14
+ var configs = 任务列表.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }
@@ -12,4 +12,4 @@ MonoBehaviour:
12
12
  m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
13
  m_Name: 任务奖励
14
14
  m_EditorClassIdentifier:
15
- JsonText: "\n{\n \"1001\" : {\"id\":1001,\"props1\":\"apple\",\"count1\":1},\n \"1002\" : {\"id\":1002,\"props1\":\"apple\",\"count1\":1},\n \"1003\" : {\"id\":1003,\"props1\":\"apple\",\"count1\":1},\n \"1004\" : {\"id\":1004,\"props1\":\"apple\",\"count1\":1},\n \"1005\" : {\"id\":1005,\"props1\":\"apple\",\"count1\":1}\n}\n"
15
+ JsonText: "[{\"id\":1001,\"props1\":\"apple\",\"count1\":1},{\"id\":1002,\"props1\":\"apple\",\"count1\":1},{\"id\":1003,\"props1\":\"apple\",\"count1\":1},{\"id\":1004,\"props1\":\"apple\",\"count1\":1},{\"id\":1005,\"props1\":\"apple\",\"count1\":1}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class 任务奖励
8
+ {
9
+ static 任务奖励()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/任务奖励.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<任务奖励[]>(jsonText);
14
+ var configs = 任务奖励.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }
@@ -12,4 +12,4 @@ MonoBehaviour:
12
12
  m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
13
  m_Name: 任务时限
14
14
  m_EditorClassIdentifier:
15
- JsonText: "\n{\n \"1001\" : {\"id\":1001,\"duration\":24}\n}\n"
15
+ JsonText: "[{\"id\":1001,\"duration\":24}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class 任务时限
8
+ {
9
+ static 任务时限()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/任务时限.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<任务时限[]>(jsonText);
14
+ var configs = 任务时限.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }
@@ -12,4 +12,4 @@ MonoBehaviour:
12
12
  m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
13
  m_Name: 任务触发约束配表
14
14
  m_EditorClassIdentifier:
15
- JsonText: "\n{\n \"1\" : {\"id\":1,\"taskId\":50000,\"autoAccept\":false,\"cond1\":\"\",\"para1\":0,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},\n \"2\" : {\"id\":2,\"taskId\":50010,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50000,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},\n \"7\" : {\"id\":7,\"taskId\":50020,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50010,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},\n \"8\" : {\"id\":8,\"taskId\":50030,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50020,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},\n \"9\" : {\"id\":9,\"taskId\":50040,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50030,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},\n \"10\" : {\"id\":10,\"taskId\":50050,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50040,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001}\n}\n"
15
+ JsonText: "[{\"id\":1,\"taskId\":50000,\"autoAccept\":false,\"cond1\":\"\",\"para1\":0,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},{\"id\":2,\"taskId\":50010,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50000,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},{\"id\":7,\"taskId\":50020,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50010,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},{\"id\":8,\"taskId\":50030,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50020,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},{\"id\":9,\"taskId\":50040,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50030,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001},{\"id\":10,\"taskId\":50050,\"autoAccept\":true,\"cond1\":\"前置任务\",\"para1\":50040,\"cond2\":\"\",\"para2\":0,\"cond3\":\"\",\"para3\":0,\"limit1\":\"任务时限\",\"limitPara1\":1001}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class 任务触发约束配表
8
+ {
9
+ static 任务触发约束配表()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/任务触发约束配表.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<任务触发约束配表[]>(jsonText);
14
+ var configs = 任务触发约束配表.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }
@@ -12,4 +12,4 @@ MonoBehaviour:
12
12
  m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
13
  m_Name: 对话表
14
14
  m_EditorClassIdentifier:
15
- JsonText: "\n{\n \"40100001\" : {\"id\":40100001,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Morning, sir!\",\"sound\":\"40100001\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100002\" : {\"id\":40100002,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Good morning to you, too, kid! So glad you came!\",\"sound\":\"40100003\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100003\" : {\"id\":40100003,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I heard you have troubles(麻烦).\",\"sound\":\"40100004\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100004\" : {\"id\":40100004,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Indeed(的确). And this time the troubles are strange.\",\"sound\":\"40100006\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100005\" : {\"id\":40100005,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"How strange?\",\"sound\":\"40100007\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100006\" : {\"id\":40100006,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"You remember finding my animals from before? \",\"sound\":\"40100009\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100007\" : {\"id\":40100007,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Now they are too big or too small!\",\"sound\":\"40100010\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100008\" : {\"id\":40100008,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Too big or too small?\",\"sound\":\"40100012\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100009\" : {\"id\":40100009,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Yeah! Take the chickens for an example(比如说)\",\"sound\":\"40100013\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100010\" : {\"id\":40100010,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"They were pretty small, but now they are huge!\",\"sound\":\"40100014\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100011\" : {\"id\":40100011,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Huge chickens?!\",\"sound\":\"40100016\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100012\" : {\"id\":40100012,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I have to see this!\",\"sound\":\"40100018\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100013\" : {\"id\":40100013,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Yes, please! Find a way to return them to normal!\",\"sound\":\"40100019\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100014\" : {\"id\":40100014,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"As always\",\"sound\":\"40100021\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100015\" : {\"id\":40100015,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I'm on it, sir.\",\"sound\":\"40100023\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100016\" : {\"id\":40100016,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Bless you!\",\"sound\":\"40100024\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100017\" : {\"id\":40100017,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Morning, sir!\",\"sound\":\"40100026\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100018\" : {\"id\":40100018,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Morning!\",\"sound\":\"40100027\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100019\" : {\"id\":40100019,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"What are you doing here?\",\"sound\":\"40100029\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100020\" : {\"id\":40100020,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"I'm a farm worker, so I'm doing farm work.\",\"sound\":\"40100030\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100021\" : {\"id\":40100021,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"But now I'm too afraid.\",\"sound\":\"40100031\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100022\" : {\"id\":40100022,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Why?\",\"sound\":\"40100032\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100023\" : {\"id\":40100023,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Why? Look at that huge bee!\",\"sound\":\"40100034\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100024\" : {\"id\":40100024,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Right.\",\"sound\":\"40100035\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100025\" : {\"id\":40100025,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Let me check out the huge bee.\",\"sound\":\"40100038\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100026\" : {\"id\":40100026,\"group_id\":4010003,\"speaker_name\":\"巨型蜜蜂\",\"speaker_type\":1,\"sentence\":\"Biggest! Biggest!\",\"sound\":\"40100039\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100027\" : {\"id\":40100027,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"The bee says biggest.\",\"sound\":\"40100041\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100028\" : {\"id\":40100028,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Any idea what that means?\",\"sound\":\"40100043\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100029\" : {\"id\":40100029,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Biggest? Let's say there are 3 stones(石头).\",\"sound\":\"40100044\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100030\" : {\"id\":40100030,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"A tiny stone, a small stone, and a big stone. \",\"sound\":\"40100045\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100031\" : {\"id\":40100031,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Then, we call the big stone, the biggest.\",\"sound\":\"40100046\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100032\" : {\"id\":40100032,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I see! \",\"sound\":\"40100047\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100033\" : {\"id\":40100033,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Speaking of the biggest, I need a favor(帮忙).\",\"sound\":\"40100049\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100034\" : {\"id\":40100034,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Name it!\",\"sound\":\"40100051\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100035\" : {\"id\":40100035,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"I'm trying to feed the horses, and horses love apples.\",\"sound\":\"40100052\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100036\" : {\"id\":40100036,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"I left some apples by the river, in the biggest tree.\",\"sound\":\"40100053\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100037\" : {\"id\":40100037,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Would you fetch it for me?\",\"sound\":\"40100054\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100038\" : {\"id\":40100038,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Getting apples for horses?\",\"sound\":\"40100056\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100039\" : {\"id\":40100039,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"That's my kind of thing!\",\"sound\":\"40100058\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100040\" : {\"id\":40100040,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Much appreciated! \",\"sound\":\"40100059\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100041\" : {\"id\":40100041,\"group_id\":4010005,\"speaker_name\":\"苹果树\",\"speaker_type\":1,\"sentence\":\"Give u apples\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100042\" : {\"id\":40100042,\"group_id\":4010006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I found your apples!\",\"sound\":\"40100061\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100043\" : {\"id\":40100043,\"group_id\":4010006,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Many thanks! Since you found the apples,\",\"sound\":\"40100062\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100044\" : {\"id\":40100044,\"group_id\":4010006,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"you should feed them to the horses.\",\"sound\":\"40100063\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100045\" : {\"id\":40100045,\"group_id\":4010006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I love horses!\",\"sound\":\"40100065\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100046\" : {\"id\":40100046,\"group_id\":4010006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Feeding horses is my thing!\",\"sound\":\"40100067\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100047\" : {\"id\":40100047,\"group_id\":4010007,\"speaker_name\":\"马\",\"speaker_type\":1,\"sentence\":\"Smallest! Smallest!\",\"sound\":\"40100068\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100048\" : {\"id\":40100048,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"The horse says smallest.\",\"sound\":\"40100069\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100049\" : {\"id\":40100049,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Any idea what that means?\",\"sound\":\"40100071\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100050\" : {\"id\":40100050,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"The opposite(相反)of biggest. \",\"sound\":\"40100073\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100051\" : {\"id\":40100051,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Opposite of biggest?\",\"sound\":\"40100074\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100052\" : {\"id\":40100052,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Opposite of biggest?\",\"sound\":\"40100074\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100053\" : {\"id\":40100053,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":0,\"sentence\":\"Yeah. The opposite of biggest is smallest.\",\"sound\":\"40100076\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100054\" : {\"id\":40100054,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I see! \",\"sound\":\"40100077\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100055\" : {\"id\":40100055,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Now I have to feed the sheep. Get some grass for me?\",\"sound\":\"40100079\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100056\" : {\"id\":40100056,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Finding stuff is my thing!\",\"sound\":\"40100081\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100057\" : {\"id\":40100057,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Wait! Only the grass by the smallest tree, near the river!\",\"sound\":\"40100082\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100058\" : {\"id\":40100058,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"By the smallest tree!\",\"sound\":\"40100083\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100059\" : {\"id\":40100059,\"group_id\":4010009,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Dialog9\",\"sound\":\"9\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100060\" : {\"id\":40100060,\"group_id\":4010010,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Dialog10\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100061\" : {\"id\":40100061,\"group_id\":4010011,\"speaker_name\":\"羊\",\"speaker_type\":1,\"sentence\":\"Dialog11\",\"sound\":\"11\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100062\" : {\"id\":40100062,\"group_id\":4010012,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Dialog12\",\"sound\":\"12\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100063\" : {\"id\":40100063,\"group_id\":4010013,\"speaker_name\":\"鸡\",\"speaker_type\":1,\"sentence\":\"对话13\",\"sound\":\"13\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100064\" : {\"id\":40100064,\"group_id\":4010014,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话14\",\"sound\":\"14\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100065\" : {\"id\":40100065,\"group_id\":4010015,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话15\",\"sound\":\"15\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100066\" : {\"id\":40100066,\"group_id\":4010016,\"speaker_name\":\"鸡\",\"speaker_type\":1,\"sentence\":\"对话16\",\"sound\":\"16\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100067\" : {\"id\":40100067,\"group_id\":4010017,\"speaker_name\":\"火鸡\",\"speaker_type\":1,\"sentence\":\"对话17\",\"sound\":\"17\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},\n \"40100068\" : {\"id\":40100068,\"group_id\":1,\"speaker_name\":\"小妹妹\",\"speaker_type\":1,\"sentence\":\"hello\",\"sound\":\"23\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},\n \"40100069\" : {\"id\":40100069,\"group_id\":2,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"hi\",\"sound\":\"24\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},\n \"40100070\" : {\"id\":40100070,\"group_id\":3,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"yo\",\"sound\":\"25\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},\n \"40100071\" : {\"id\":40100071,\"group_id\":4,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"ka\",\"sound\":\"26\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},\n \"40100072\" : {\"id\":40100072,\"group_id\":5,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"didi\",\"sound\":\"27\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},\n \"40100073\" : {\"id\":40100073,\"group_id\":6,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"kk\",\"sound\":\"28\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},\n \"20400001\" : {\"id\":20400001,\"group_id\":2040001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"废话1\",\"sound\":\"1\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400002\" : {\"id\":20400002,\"group_id\":2040002,\"speaker_name\":\"混乱牛\",\"speaker_type\":1,\"sentence\":\"废话2\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400003\" : {\"id\":20400003,\"group_id\":2040003,\"speaker_name\":\"牛\",\"speaker_type\":1,\"sentence\":\"废话3\",\"sound\":\"3\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400004\" : {\"id\":20400004,\"group_id\":2040004,\"speaker_name\":\"混乱鸭子\",\"speaker_type\":1,\"sentence\":\"废话4\",\"sound\":\"4\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400005\" : {\"id\":20400005,\"group_id\":2040005,\"speaker_name\":\"鸭子\",\"speaker_type\":1,\"sentence\":\"废话5\",\"sound\":\"5\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400006\" : {\"id\":20400006,\"group_id\":2040006,\"speaker_name\":\"混乱山羊\",\"speaker_type\":1,\"sentence\":\"废话6\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400007\" : {\"id\":20400007,\"group_id\":2040007,\"speaker_name\":\"山羊\",\"speaker_type\":1,\"sentence\":\"废话7\",\"sound\":\"7\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400008\" : {\"id\":20400008,\"group_id\":2040008,\"speaker_name\":\"混乱兔子\",\"speaker_type\":1,\"sentence\":\"废话8\",\"sound\":\"8\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400009\" : {\"id\":20400009,\"group_id\":2040009,\"speaker_name\":\"兔子\",\"speaker_type\":1,\"sentence\":\"废话9\",\"sound\":\"9\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400010\" : {\"id\":20400010,\"group_id\":2040010,\"speaker_name\":\"混乱猪\",\"speaker_type\":1,\"sentence\":\"废话10\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400011\" : {\"id\":20400011,\"group_id\":2040011,\"speaker_name\":\"猪\",\"speaker_type\":1,\"sentence\":\"废话11\",\"sound\":\"11\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400012\" : {\"id\":20400012,\"group_id\":2040012,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"废话12\",\"sound\":\"12\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400013\" : {\"id\":20400013,\"group_id\":2040013,\"speaker_name\":\"嗡嗡怪\",\"speaker_type\":1,\"sentence\":\"废话13\",\"sound\":\"13\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20400014\" : {\"id\":20400014,\"group_id\":2040014,\"speaker_name\":\"嗡嗡怪\",\"speaker_type\":1,\"sentence\":\"废话14\",\"sound\":\"14\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401001\" : {\"id\":20401001,\"group_id\":2040101,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话1\",\"sound\":\"1\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401002\" : {\"id\":20401002,\"group_id\":2040102,\"speaker_name\":\"猫\",\"speaker_type\":1,\"sentence\":\"对话2\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401003\" : {\"id\":20401003,\"group_id\":2040103,\"speaker_name\":\"萌宠1\",\"speaker_type\":1,\"sentence\":\"对话3\",\"sound\":\"3\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401004\" : {\"id\":20401004,\"group_id\":2040104,\"speaker_name\":\"猫\",\"speaker_type\":1,\"sentence\":\"对话4\",\"sound\":\"4\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401005\" : {\"id\":20401005,\"group_id\":2040105,\"speaker_name\":\"狗\",\"speaker_type\":1,\"sentence\":\"对话5\",\"sound\":\"5\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401006\" : {\"id\":20401006,\"group_id\":2040106,\"speaker_name\":\"萌宠2\",\"speaker_type\":1,\"sentence\":\"对话6\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401007\" : {\"id\":20401007,\"group_id\":2040107,\"speaker_name\":\"狗\",\"speaker_type\":1,\"sentence\":\"对话7\",\"sound\":\"7\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401008\" : {\"id\":20401008,\"group_id\":2040108,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话8\",\"sound\":\"8\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20401009\" : {\"id\":20401009,\"group_id\":2040199,\"speaker_name\":\"狗\",\"speaker_type\":1,\"sentence\":\"汪\",\"sound\":\"1\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20401010\" : {\"id\":20401010,\"group_id\":2040198,\"speaker_name\":\"猫\",\"speaker_type\":1,\"sentence\":\"喵\",\"sound\":\"1\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20402001\" : {\"id\":20402001,\"group_id\":2040201,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"垃圾话1\",\"sound\":\"15\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402002\" : {\"id\":20402002,\"group_id\":2040202,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话2\",\"sound\":\"16\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402003\" : {\"id\":20402003,\"group_id\":2040203,\"speaker_name\":\"萌宠1\",\"speaker_type\":1,\"sentence\":\"垃圾话3\",\"sound\":\"17\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402004\" : {\"id\":20402004,\"group_id\":2040204,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话4\",\"sound\":\"18\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402005\" : {\"id\":20402005,\"group_id\":2040205,\"speaker_name\":\"萌宠2\",\"speaker_type\":1,\"sentence\":\"垃圾话5\",\"sound\":\"19\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402006\" : {\"id\":20402006,\"group_id\":2040206,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话6\",\"sound\":\"20\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402007\" : {\"id\":20402007,\"group_id\":2040207,\"speaker_name\":\"萌宠3\",\"speaker_type\":1,\"sentence\":\"垃圾话7\",\"sound\":\"21\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402008\" : {\"id\":20402008,\"group_id\":2040208,\"speaker_name\":\"森林鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话8\",\"sound\":\"22\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402009\" : {\"id\":20402009,\"group_id\":2040209,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话9\",\"sound\":\"23\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20402010\" : {\"id\":20402010,\"group_id\":2040210,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"垃圾话10\",\"sound\":\"24\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500001\" : {\"id\":20500001,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Kiddo! Why are you here?\",\"sound\":\"1\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500002\" : {\"id\":20500002,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Could you do me a favor?\",\"sound\":\"2\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500003\" : {\"id\":20500003,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Why should I?\",\"sound\":\"3\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500004\" : {\"id\":20500004,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Please! I need the wonder potion!\",\"sound\":\"4\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500005\" : {\"id\":20500005,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"It can defeat Buzzy!\",\"sound\":\"5\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500006\" : {\"id\":20500006,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"I will help you, if you can find something for me.\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500007\" : {\"id\":20500007,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem! What is it?\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500008\" : {\"id\":20500008,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Find me some grass.\",\"sound\":\"8\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500009\" : {\"id\":20500009,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"OK!\",\"sound\":\"9\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500010\" : {\"id\":20500010,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi! I've got some grass.\",\"sound\":\"11\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,81],\"try_times\":4},\n \"20500011\" : {\"id\":20500011,\"group_id\":2050002,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"12\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,82],\"try_times\":4},\n \"20500012\" : {\"id\":20500012,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"13\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,83],\"try_times\":4},\n \"20500013\" : {\"id\":20500013,\"group_id\":2050002,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Well, that's exactly what I need.\",\"sound\":\"14\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,84],\"try_times\":4},\n \"20500014\" : {\"id\":20500014,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion?\",\"sound\":\"15\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,85],\"try_times\":4},\n \"20500015\" : {\"id\":20500015,\"group_id\":2050002,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Shhhh! Get me five different colors of flowers.\",\"sound\":\"16\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,86],\"try_times\":4},\n \"20500016\" : {\"id\":20500016,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem!\",\"sound\":\"17\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,87],\"try_times\":4},\n \"20500017\" : {\"id\":20500017,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi! I've got some flowers.\",\"sound\":\"1\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500018\" : {\"id\":20500018,\"group_id\":2050003,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500019\" : {\"id\":20500019,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"3\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500020\" : {\"id\":20500020,\"group_id\":2050003,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Good!  That's exactly what I need.\",\"sound\":\"4\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500021\" : {\"id\":20500021,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion?\",\"sound\":\"5\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500022\" : {\"id\":20500022,\"group_id\":2050003,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Shush! Get me five walnuts and peanuts.\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500023\" : {\"id\":20500023,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem!\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500024\" : {\"id\":20500024,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi!I've got them. \",\"sound\":\"6\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500025\" : {\"id\":20500025,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Some walnuts and peanuts.\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500026\" : {\"id\":20500026,\"group_id\":2050004,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500027\" : {\"id\":20500027,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500028\" : {\"id\":20500028,\"group_id\":2050004,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Nice!  That's exactly what I need.\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500029\" : {\"id\":20500029,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion?\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500030\" : {\"id\":20500030,\"group_id\":2050004,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"What potion? Get me some berries now.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500031\" : {\"id\":20500031,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500032\" : {\"id\":20500032,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi I've got some berries.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500033\" : {\"id\":20500033,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500034\" : {\"id\":20500034,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500035\" : {\"id\":20500035,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Perfect!  That's exactly what I need.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500036\" : {\"id\":20500036,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion now?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500037\" : {\"id\":20500037,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"So be it.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500038\" : {\"id\":20500038,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"What do I need?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500039\" : {\"id\":20500039,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"You need some grass, flowers, walnuts, peanuts, and berries.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500040\" : {\"id\":20500040,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Grass, flower, walnut, peanut, and berry?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500041\" : {\"id\":20500041,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Yes! And you have got them.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500042\" : {\"id\":20500042,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Here is the magic potion.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500043\" : {\"id\":20500043,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Wonderful! Thank you so much!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500044\" : {\"id\":20500044,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Off you go now, kiddo!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500045\" : {\"id\":20500045,\"group_id\":2050010,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is grass\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500046\" : {\"id\":20500046,\"group_id\":2050011,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is flower\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500047\" : {\"id\":20500047,\"group_id\":2050012,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is peanut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500048\" : {\"id\":20500048,\"group_id\":2050013,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is walnut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500049\" : {\"id\":20500049,\"group_id\":2050014,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is berry\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20500050\" : {\"id\":20500050,\"group_id\":20500001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"grass\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500051\" : {\"id\":20500051,\"group_id\":20500002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"flower\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500052\" : {\"id\":20500052,\"group_id\":20500003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"berry\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500053\" : {\"id\":20500053,\"group_id\":20500004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"walnut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500054\" : {\"id\":20500054,\"group_id\":20500005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"peanut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500055\" : {\"id\":20500055,\"group_id\":20500006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is grass.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500056\" : {\"id\":20500056,\"group_id\":20500007,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is flower.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500057\" : {\"id\":20500057,\"group_id\":20500008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is walnut.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500058\" : {\"id\":20500058,\"group_id\":20500009,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is berry.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500059\" : {\"id\":20500059,\"group_id\":20500010,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is peanut.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500060\" : {\"id\":20500060,\"group_id\":20500011,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"peanut\",\"sound\":\"10\",\"step_type\":2,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500061\" : {\"id\":20500061,\"group_id\":20500012,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Wonderful\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500062\" : {\"id\":20500062,\"group_id\":20500013,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Perfect\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20500063\" : {\"id\":20500063,\"group_id\":20500014,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Magic potion\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},\n \"20501001\" : {\"id\":20501001,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Hi,Kiddo! How are you?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501002\" : {\"id\":20501002,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Great! And you?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501003\" : {\"id\":20501003,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"I am all good.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501004\" : {\"id\":20501004,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Do me a favor, please.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501005\" : {\"id\":20501005,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"What's the problem?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501006\" : {\"id\":20501006,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"It's the magical seed.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501007\" : {\"id\":20501007,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I need to get it out.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501008\" : {\"id\":20501008,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Oh! The magical seed!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501009\" : {\"id\":20501009,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Let's go and check it out!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501010\" : {\"id\":20501010,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Great! Let's go!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501011\" : {\"id\":20501011,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"What should we do now?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501012\" : {\"id\":20501012,\"group_id\":2050102,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"I think we need an axe.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501013\" : {\"id\":20501013,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"An axe?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501014\" : {\"id\":20501014,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Where can we get it?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501015\" : {\"id\":20501015,\"group_id\":2050102,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Maybe you can borrow from the farmer.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501016\" : {\"id\":20501016,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"OK! I will go now!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501017\" : {\"id\":20501017,\"group_id\":2050103,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Hi, Kiddo! Why are you here?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501018\" : {\"id\":20501018,\"group_id\":2050103,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Could I borrow your axe?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501019\" : {\"id\":20501019,\"group_id\":2050103,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Sure. No problem!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501020\" : {\"id\":20501020,\"group_id\":2050103,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"It's in the cabin.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501021\" : {\"id\":20501021,\"group_id\":2050103,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Thank you!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501022\" : {\"id\":20501022,\"group_id\":2050110,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"axe\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501023\" : {\"id\":20501023,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Hey! You are back!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501024\" : {\"id\":20501024,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"How did it go?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501025\" : {\"id\":20501025,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"It went well. \",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501026\" : {\"id\":20501026,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I got the axe.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501027\" : {\"id\":20501027,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Great!\\r\\n\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501028\" : {\"id\":20501028,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Now we use the axe to break the rock.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501029\" : {\"id\":20501029,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"But how?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501030\" : {\"id\":20501030,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Just say \\\"axe\\\".\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},\n \"20501031\" : {\"id\":20501031,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"OK!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4}\n}\n"
15
+ JsonText: "[{\"id\":40100001,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Morning, sir!\",\"sound\":\"40100001\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100002,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Good morning to you, too, kid! So glad you came!\",\"sound\":\"40100003\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100003,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I heard you have troubles(麻烦).\",\"sound\":\"40100004\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100004,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Indeed(的确). And this time the troubles are strange.\",\"sound\":\"40100006\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100005,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"How strange?\",\"sound\":\"40100007\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100006,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"You remember finding my animals from before? \",\"sound\":\"40100009\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100007,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Now they are too big or too small!\",\"sound\":\"40100010\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100008,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Too big or too small?\",\"sound\":\"40100012\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100009,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Yeah! Take the chickens for an example(比如说)\",\"sound\":\"40100013\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100010,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"They were pretty small, but now they are huge!\",\"sound\":\"40100014\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100011,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Huge chickens?!\",\"sound\":\"40100016\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100012,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I have to see this!\",\"sound\":\"40100018\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100013,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Yes, please! Find a way to return them to normal!\",\"sound\":\"40100019\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100014,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"As always\",\"sound\":\"40100021\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100015,\"group_id\":4010001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I'm on it, sir.\",\"sound\":\"40100023\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100016,\"group_id\":4010001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Bless you!\",\"sound\":\"40100024\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100017,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Morning, sir!\",\"sound\":\"40100026\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100018,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Morning!\",\"sound\":\"40100027\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100019,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"What are you doing here?\",\"sound\":\"40100029\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100020,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"I'm a farm worker, so I'm doing farm work.\",\"sound\":\"40100030\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100021,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"But now I'm too afraid.\",\"sound\":\"40100031\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100022,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Why?\",\"sound\":\"40100032\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100023,\"group_id\":4010002,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Why? Look at that huge bee!\",\"sound\":\"40100034\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100024,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Right.\",\"sound\":\"40100035\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100025,\"group_id\":4010002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Let me check out the huge bee.\",\"sound\":\"40100038\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100026,\"group_id\":4010003,\"speaker_name\":\"巨型蜜蜂\",\"speaker_type\":1,\"sentence\":\"Biggest! Biggest!\",\"sound\":\"40100039\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100027,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"The bee says biggest.\",\"sound\":\"40100041\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100028,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Any idea what that means?\",\"sound\":\"40100043\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100029,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Biggest? Let's say there are 3 stones(石头).\",\"sound\":\"40100044\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100030,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"A tiny stone, a small stone, and a big stone. \",\"sound\":\"40100045\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100031,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Then, we call the big stone, the biggest.\",\"sound\":\"40100046\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100032,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I see! \",\"sound\":\"40100047\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100033,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Speaking of the biggest, I need a favor(帮忙).\",\"sound\":\"40100049\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100034,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Name it!\",\"sound\":\"40100051\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100035,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"I'm trying to feed the horses, and horses love apples.\",\"sound\":\"40100052\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100036,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"I left some apples by the river, in the biggest tree.\",\"sound\":\"40100053\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100037,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Would you fetch it for me?\",\"sound\":\"40100054\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100038,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Getting apples for horses?\",\"sound\":\"40100056\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100039,\"group_id\":4010004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"That's my kind of thing!\",\"sound\":\"40100058\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100040,\"group_id\":4010004,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Much appreciated! \",\"sound\":\"40100059\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100041,\"group_id\":4010005,\"speaker_name\":\"苹果树\",\"speaker_type\":1,\"sentence\":\"Give u apples\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100042,\"group_id\":4010006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I found your apples!\",\"sound\":\"40100061\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100043,\"group_id\":4010006,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Many thanks! Since you found the apples,\",\"sound\":\"40100062\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100044,\"group_id\":4010006,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"you should feed them to the horses.\",\"sound\":\"40100063\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100045,\"group_id\":4010006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I love horses!\",\"sound\":\"40100065\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100046,\"group_id\":4010006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Feeding horses is my thing!\",\"sound\":\"40100067\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100047,\"group_id\":4010007,\"speaker_name\":\"马\",\"speaker_type\":1,\"sentence\":\"Smallest! Smallest!\",\"sound\":\"40100068\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100048,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"The horse says smallest.\",\"sound\":\"40100069\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100049,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Any idea what that means?\",\"sound\":\"40100071\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100050,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"The opposite(相反)of biggest. \",\"sound\":\"40100073\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100051,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Opposite of biggest?\",\"sound\":\"40100074\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100052,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Opposite of biggest?\",\"sound\":\"40100074\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100053,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":0,\"sentence\":\"Yeah. The opposite of biggest is smallest.\",\"sound\":\"40100076\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100054,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I see! \",\"sound\":\"40100077\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100055,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Now I have to feed the sheep. Get some grass for me?\",\"sound\":\"40100079\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100056,\"group_id\":4010008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Finding stuff is my thing!\",\"sound\":\"40100081\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100057,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Wait! Only the grass by the smallest tree, near the river!\",\"sound\":\"40100082\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100058,\"group_id\":4010008,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"By the smallest tree!\",\"sound\":\"40100083\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100059,\"group_id\":4010009,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Dialog9\",\"sound\":\"9\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100060,\"group_id\":4010010,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Dialog10\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100061,\"group_id\":4010011,\"speaker_name\":\"羊\",\"speaker_type\":1,\"sentence\":\"Dialog11\",\"sound\":\"11\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100062,\"group_id\":4010012,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Dialog12\",\"sound\":\"12\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100063,\"group_id\":4010013,\"speaker_name\":\"鸡\",\"speaker_type\":1,\"sentence\":\"对话13\",\"sound\":\"13\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100064,\"group_id\":4010014,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话14\",\"sound\":\"14\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100065,\"group_id\":4010015,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话15\",\"sound\":\"15\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100066,\"group_id\":4010016,\"speaker_name\":\"鸡\",\"speaker_type\":1,\"sentence\":\"对话16\",\"sound\":\"16\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100067,\"group_id\":4010017,\"speaker_name\":\"火鸡\",\"speaker_type\":1,\"sentence\":\"对话17\",\"sound\":\"17\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,80,90],\"try_times\":4},{\"id\":40100068,\"group_id\":1,\"speaker_name\":\"小妹妹\",\"speaker_type\":1,\"sentence\":\"hello\",\"sound\":\"23\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},{\"id\":40100069,\"group_id\":2,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"hi\",\"sound\":\"24\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},{\"id\":40100070,\"group_id\":3,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"yo\",\"sound\":\"25\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},{\"id\":40100071,\"group_id\":4,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"ka\",\"sound\":\"26\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},{\"id\":40100072,\"group_id\":5,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"didi\",\"sound\":\"27\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},{\"id\":40100073,\"group_id\":6,\"speaker_name\":\"路人甲\",\"speaker_type\":1,\"sentence\":\"kk\",\"sound\":\"28\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,80,90],\"try_times\":1},{\"id\":20400001,\"group_id\":2040001,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"废话1\",\"sound\":\"1\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400002,\"group_id\":2040002,\"speaker_name\":\"混乱牛\",\"speaker_type\":1,\"sentence\":\"废话2\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400003,\"group_id\":2040003,\"speaker_name\":\"牛\",\"speaker_type\":1,\"sentence\":\"废话3\",\"sound\":\"3\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400004,\"group_id\":2040004,\"speaker_name\":\"混乱鸭子\",\"speaker_type\":1,\"sentence\":\"废话4\",\"sound\":\"4\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400005,\"group_id\":2040005,\"speaker_name\":\"鸭子\",\"speaker_type\":1,\"sentence\":\"废话5\",\"sound\":\"5\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400006,\"group_id\":2040006,\"speaker_name\":\"混乱山羊\",\"speaker_type\":1,\"sentence\":\"废话6\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400007,\"group_id\":2040007,\"speaker_name\":\"山羊\",\"speaker_type\":1,\"sentence\":\"废话7\",\"sound\":\"7\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400008,\"group_id\":2040008,\"speaker_name\":\"混乱兔子\",\"speaker_type\":1,\"sentence\":\"废话8\",\"sound\":\"8\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400009,\"group_id\":2040009,\"speaker_name\":\"兔子\",\"speaker_type\":1,\"sentence\":\"废话9\",\"sound\":\"9\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400010,\"group_id\":2040010,\"speaker_name\":\"混乱猪\",\"speaker_type\":1,\"sentence\":\"废话10\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400011,\"group_id\":2040011,\"speaker_name\":\"猪\",\"speaker_type\":1,\"sentence\":\"废话11\",\"sound\":\"11\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400012,\"group_id\":2040012,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"废话12\",\"sound\":\"12\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400013,\"group_id\":2040013,\"speaker_name\":\"嗡嗡怪\",\"speaker_type\":1,\"sentence\":\"废话13\",\"sound\":\"13\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20400014,\"group_id\":2040014,\"speaker_name\":\"嗡嗡怪\",\"speaker_type\":1,\"sentence\":\"废话14\",\"sound\":\"14\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401001,\"group_id\":2040101,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话1\",\"sound\":\"1\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401002,\"group_id\":2040102,\"speaker_name\":\"猫\",\"speaker_type\":1,\"sentence\":\"对话2\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401003,\"group_id\":2040103,\"speaker_name\":\"萌宠1\",\"speaker_type\":1,\"sentence\":\"对话3\",\"sound\":\"3\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401004,\"group_id\":2040104,\"speaker_name\":\"猫\",\"speaker_type\":1,\"sentence\":\"对话4\",\"sound\":\"4\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401005,\"group_id\":2040105,\"speaker_name\":\"狗\",\"speaker_type\":1,\"sentence\":\"对话5\",\"sound\":\"5\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401006,\"group_id\":2040106,\"speaker_name\":\"萌宠2\",\"speaker_type\":1,\"sentence\":\"对话6\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401007,\"group_id\":2040107,\"speaker_name\":\"狗\",\"speaker_type\":1,\"sentence\":\"对话7\",\"sound\":\"7\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401008,\"group_id\":2040108,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"对话8\",\"sound\":\"8\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20401009,\"group_id\":2040199,\"speaker_name\":\"狗\",\"speaker_type\":1,\"sentence\":\"汪\",\"sound\":\"1\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20401010,\"group_id\":2040198,\"speaker_name\":\"猫\",\"speaker_type\":1,\"sentence\":\"喵\",\"sound\":\"1\",\"step_type\":1,\"can_close\":false,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20402001,\"group_id\":2040201,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"垃圾话1\",\"sound\":\"15\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402002,\"group_id\":2040202,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话2\",\"sound\":\"16\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402003,\"group_id\":2040203,\"speaker_name\":\"萌宠1\",\"speaker_type\":1,\"sentence\":\"垃圾话3\",\"sound\":\"17\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402004,\"group_id\":2040204,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话4\",\"sound\":\"18\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402005,\"group_id\":2040205,\"speaker_name\":\"萌宠2\",\"speaker_type\":1,\"sentence\":\"垃圾话5\",\"sound\":\"19\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402006,\"group_id\":2040206,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话6\",\"sound\":\"20\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402007,\"group_id\":2040207,\"speaker_name\":\"萌宠3\",\"speaker_type\":1,\"sentence\":\"垃圾话7\",\"sound\":\"21\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402008,\"group_id\":2040208,\"speaker_name\":\"森林鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话8\",\"sound\":\"22\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402009,\"group_id\":2040209,\"speaker_name\":\"鹦鹉\",\"speaker_type\":1,\"sentence\":\"垃圾话9\",\"sound\":\"23\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20402010,\"group_id\":2040210,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"垃圾话10\",\"sound\":\"24\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500001,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Kiddo! Why are you here?\",\"sound\":\"1\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500002,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Could you do me a favor?\",\"sound\":\"2\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500003,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Why should I?\",\"sound\":\"3\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500004,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Please! I need the wonder potion!\",\"sound\":\"4\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500005,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"It can defeat Buzzy!\",\"sound\":\"5\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500006,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"I will help you, if you can find something for me.\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500007,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem! What is it?\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500008,\"group_id\":2050001,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Find me some grass.\",\"sound\":\"8\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500009,\"group_id\":2050001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"OK!\",\"sound\":\"9\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500010,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi! I've got some grass.\",\"sound\":\"11\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,81],\"try_times\":4},{\"id\":20500011,\"group_id\":2050002,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"12\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,82],\"try_times\":4},{\"id\":20500012,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"13\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,83],\"try_times\":4},{\"id\":20500013,\"group_id\":2050002,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Well, that's exactly what I need.\",\"sound\":\"14\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,84],\"try_times\":4},{\"id\":20500014,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion?\",\"sound\":\"15\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,85],\"try_times\":4},{\"id\":20500015,\"group_id\":2050002,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Shhhh! Get me five different colors of flowers.\",\"sound\":\"16\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,86],\"try_times\":4},{\"id\":20500016,\"group_id\":2050002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem!\",\"sound\":\"17\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,87],\"try_times\":4},{\"id\":20500017,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi! I've got some flowers.\",\"sound\":\"1\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500018,\"group_id\":2050003,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"2\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500019,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"3\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500020,\"group_id\":2050003,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Good!  That's exactly what I need.\",\"sound\":\"4\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500021,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion?\",\"sound\":\"5\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500022,\"group_id\":2050003,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Shush! Get me five walnuts and peanuts.\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500023,\"group_id\":2050003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem!\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500024,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi!I've got them. \",\"sound\":\"6\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500025,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Some walnuts and peanuts.\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500026,\"group_id\":2050004,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500027,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500028,\"group_id\":2050004,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Nice!  That's exactly what I need.\",\"sound\":\"6\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500029,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion?\",\"sound\":\"7\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500030,\"group_id\":2050004,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"What potion? Get me some berries now.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500031,\"group_id\":2050004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"No problem!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500032,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Hi I've got some berries.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500033,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Let me have a look!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500034,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\" Here you are.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500035,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\" Perfect!  That's exactly what I need.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500036,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Yay! How about the wonder potion now?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500037,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"So be it.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500038,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"What do I need?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500039,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"You need some grass, flowers, walnuts, peanuts, and berries.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500040,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Grass, flower, walnut, peanut, and berry?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500041,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Yes! And you have got them.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500042,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Here is the magic potion.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500043,\"group_id\":2050005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Wonderful! Thank you so much!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500044,\"group_id\":2050005,\"speaker_name\":\"女巫\",\"speaker_type\":1,\"sentence\":\"Off you go now, kiddo!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500045,\"group_id\":2050010,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is grass\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500046,\"group_id\":2050011,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is flower\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500047,\"group_id\":2050012,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is peanut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500048,\"group_id\":2050013,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is walnut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500049,\"group_id\":2050014,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is berry\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20500050,\"group_id\":20500001,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"grass\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500051,\"group_id\":20500002,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"flower\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500052,\"group_id\":20500003,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"berry\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500053,\"group_id\":20500004,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"walnut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500054,\"group_id\":20500005,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"peanut\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500055,\"group_id\":20500006,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is grass.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500056,\"group_id\":20500007,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is flower.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500057,\"group_id\":20500008,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is walnut.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500058,\"group_id\":20500009,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is berry.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500059,\"group_id\":20500010,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"This is peanut.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500060,\"group_id\":20500011,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"peanut\",\"sound\":\"10\",\"step_type\":2,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500061,\"group_id\":20500012,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Wonderful\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500062,\"group_id\":20500013,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Perfect\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20500063,\"group_id\":20500014,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Magic potion\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":1},{\"id\":20501001,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Hi,Kiddo! How are you?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501002,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Great! And you?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501003,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"I am all good.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501004,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Do me a favor, please.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501005,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"What's the problem?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501006,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"It's the magical seed.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501007,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I need to get it out.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501008,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Oh! The magical seed!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501009,\"group_id\":2050101,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Let's go and check it out!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501010,\"group_id\":2050101,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Great! Let's go!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501011,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"What should we do now?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501012,\"group_id\":2050102,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"I think we need an axe.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501013,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"An axe?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501014,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Where can we get it?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501015,\"group_id\":2050102,\"speaker_name\":\"法师\",\"speaker_type\":1,\"sentence\":\"Maybe you can borrow from the farmer.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501016,\"group_id\":2050102,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"OK! I will go now!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501017,\"group_id\":2050103,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Hi, Kiddo! Why are you here?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501018,\"group_id\":2050103,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Could I borrow your axe?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501019,\"group_id\":2050103,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"Sure. No problem!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501020,\"group_id\":2050103,\"speaker_name\":\"农场主\",\"speaker_type\":1,\"sentence\":\"It's in the cabin.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501021,\"group_id\":2050103,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"Thank you!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501022,\"group_id\":2050110,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"axe\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501023,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Hey! You are back!\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501024,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"How did it go?\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501025,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"It went well. \",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501026,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"I got the axe.\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501027,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Great!\\r\\n\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501028,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Now we use the axe to break the rock.\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501029,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"But how?\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501030,\"group_id\":2050104,\"speaker_name\":\"法师\",\"speaker_type\":0,\"sentence\":\"Just say \\\"axe\\\".\",\"sound\":\"10\",\"step_type\":1,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4},{\"id\":20501031,\"group_id\":2050104,\"speaker_name\":\"我\",\"speaker_type\":0,\"sentence\":\"OK!\",\"sound\":\"10\",\"step_type\":3,\"can_close\":true,\"score_rules\":[10,50,80],\"try_times\":4}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class 对话表
8
+ {
9
+ static 对话表()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/对话表.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<对话表[]>(jsonText);
14
+ var configs = 对话表.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,15 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!114 &11400000
4
+ MonoBehaviour:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ m_GameObject: {fileID: 0}
10
+ m_Enabled: 1
11
+ m_EditorHideFlags: 0
12
+ m_Script: {fileID: 11500000, guid: 496f60086c072a8479a6e0b948efb5e8, type: 3}
13
+ m_Name: 过场引导
14
+ m_EditorClassIdentifier:
15
+ JsonText: "[{\"id\":10100,\"group_id\":10100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Morning, sir!\",\"sentence_zh_CN\":\"Morning, sir!\",\"sound\":\"40100001\"},{\"id\":10200,\"group_id\":10200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Good morning to you, too, kid! So glad you came!\",\"sentence_zh_CN\":\"Good morning to you, too, kid! So glad you came!\",\"sound\":\"40100003\"},{\"id\":10300,\"group_id\":10300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"I heard you have troubles(麻烦).\",\"sentence_zh_CN\":\"I heard you have troubles(麻烦).\",\"sound\":\"40100004\"},{\"id\":10400,\"group_id\":10400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Indeed(的确). And this time the troubles are strange.\",\"sentence_zh_CN\":\"Indeed(的确). And this time the troubles are strange.\",\"sound\":\"40100006\"},{\"id\":10500,\"group_id\":10500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"How strange?\",\"sentence_zh_CN\":\"How strange?\",\"sound\":\"40100007\"},{\"id\":10600,\"group_id\":10600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"You remember finding my animals from before? \",\"sentence_zh_CN\":\"You remember finding my animals from before? \",\"sound\":\"40100009\"},{\"id\":20100,\"group_id\":20100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Now they are too big or too small!\",\"sentence_zh_CN\":\"Now they are too big or too small!\",\"sound\":\"40100010\"},{\"id\":20200,\"group_id\":20200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Too big or too small?\",\"sentence_zh_CN\":\"Too big or too small?\",\"sound\":\"40100012\"},{\"id\":20300,\"group_id\":20300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Yeah! Take the chickens for an example(比如说)\",\"sentence_zh_CN\":\"Yeah! Take the chickens for an example(比如说)\",\"sound\":\"40100013\"},{\"id\":2040001,\"group_id\":20400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"I checked the magic book.\",\"sentence_zh_CN\":\"我查阅了魔法书.\",\"sound\":\"2040001\"},{\"id\":2040002,\"group_id\":20400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Making magic potions also requires golden feathers.\",\"sentence_zh_CN\":\"制作神奇药水还需要金色的羽毛.\",\"sound\":\"2040002\"},{\"id\":2040003,\"group_id\":20400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"The farmer may have them.\",\"sentence_zh_CN\":\"农场主那里可能有.\",\"sound\":\"2040003\"},{\"id\":2040004,\"group_id\":20400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"but his farm has been a little chaotic recently.\",\"sentence_zh_CN\":\"不过他的农场最近因为嗡嗡怪的作乱有点混乱.\",\"sound\":\"2040004\"},{\"id\":2040005,\"group_id\":20400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"due to the disturbance of buzzing monster.\",\"sentence_zh_CN\":\"不过他的农场最近因为嗡嗡怪的作乱有点混乱.\",\"sound\":\"2040005\"},{\"id\":2040006,\"group_id\":20400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Go and have a look first.\",\"sentence_zh_CN\":\"你们先去看看情况吧.\",\"sound\":\"2040006\"},{\"id\":20500,\"group_id\":20500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Huge chickens?!\",\"sentence_zh_CN\":\"Huge chickens?!\",\"sound\":\"40100016\"},{\"id\":20600,\"group_id\":20600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"I have to see this!\",\"sentence_zh_CN\":\"I have to see this!\",\"sound\":\"40100018\"},{\"id\":30100,\"group_id\":30100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Yes, please! Find a way to return them to normal!\",\"sentence_zh_CN\":\"Yes, please! Find a way to return them to normal!\",\"sound\":\"40100019\"},{\"id\":30200,\"group_id\":30200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"As always\",\"sentence_zh_CN\":\"As always\",\"sound\":\"40100021\"},{\"id\":30300,\"group_id\":30300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"I'm on it, sir.\",\"sentence_zh_CN\":\"I'm on it, sir.\",\"sound\":\"40100023\"},{\"id\":30400,\"group_id\":30400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100024\"},{\"id\":30500,\"group_id\":30500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100025\"},{\"id\":30600,\"group_id\":30600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100026\"},{\"id\":40100,\"group_id\":40100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100027\"},{\"id\":40200,\"group_id\":40200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100028\"},{\"id\":40300,\"group_id\":40300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100029\"},{\"id\":40400,\"group_id\":40400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100030\"},{\"id\":40500,\"group_id\":40500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100031\"},{\"id\":40600,\"group_id\":40600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100032\"},{\"id\":50100,\"group_id\":50100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100033\"},{\"id\":50200,\"group_id\":50200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100034\"},{\"id\":50300,\"group_id\":50300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100035\"},{\"id\":50400,\"group_id\":50400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100036\"},{\"id\":50500,\"group_id\":50500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100037\"},{\"id\":50600,\"group_id\":50600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100038\"},{\"id\":60100,\"group_id\":60100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100039\"},{\"id\":60200,\"group_id\":60200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100040\"},{\"id\":60300,\"group_id\":60300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100041\"},{\"id\":60400,\"group_id\":60400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100042\"},{\"id\":60500,\"group_id\":60500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100043\"},{\"id\":60600,\"group_id\":60600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100044\"},{\"id\":70100,\"group_id\":70100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100045\"},{\"id\":70200,\"group_id\":70200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100046\"},{\"id\":70300,\"group_id\":70300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100047\"},{\"id\":70400,\"group_id\":70400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100048\"},{\"id\":70500,\"group_id\":70500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100049\"},{\"id\":70600,\"group_id\":70600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100050\"},{\"id\":80100,\"group_id\":80100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100051\"},{\"id\":80200,\"group_id\":80200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100052\"},{\"id\":80300,\"group_id\":80300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100053\"},{\"id\":80400,\"group_id\":80400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100054\"},{\"id\":80500,\"group_id\":80500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100055\"},{\"id\":80600,\"group_id\":80600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100056\"},{\"id\":90100,\"group_id\":90100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100057\"},{\"id\":90200,\"group_id\":90200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100058\"},{\"id\":90300,\"group_id\":90300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100059\"},{\"id\":90400,\"group_id\":90400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100060\"},{\"id\":90500,\"group_id\":90500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100061\"},{\"id\":90600,\"group_id\":90600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100062\"},{\"id\":100100,\"group_id\":100100,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100063\"},{\"id\":100200,\"group_id\":100200,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100064\"},{\"id\":100300,\"group_id\":100300,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100065\"},{\"id\":100400,\"group_id\":100400,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100066\"},{\"id\":100500,\"group_id\":100500,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100067\"},{\"id\":100600,\"group_id\":100600,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100068\"},{\"id\":10101,\"group_id\":10101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100068\"},{\"id\":10102,\"group_id\":10102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100069\"},{\"id\":10201,\"group_id\":10201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100070\"},{\"id\":10202,\"group_id\":10202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100071\"},{\"id\":10301,\"group_id\":10301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100072\"},{\"id\":10302,\"group_id\":10302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100073\"},{\"id\":10401,\"group_id\":10401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100074\"},{\"id\":10402,\"group_id\":10402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100075\"},{\"id\":10501,\"group_id\":10501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100076\"},{\"id\":10502,\"group_id\":10502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100077\"},{\"id\":10601,\"group_id\":10601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100078\"},{\"id\":10602,\"group_id\":10602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100079\"},{\"id\":20101,\"group_id\":20101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100080\"},{\"id\":20102,\"group_id\":20102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100081\"},{\"id\":20201,\"group_id\":20201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100082\"},{\"id\":20202,\"group_id\":20202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100083\"},{\"id\":20301,\"group_id\":20301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100084\"},{\"id\":20302,\"group_id\":20302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100085\"},{\"id\":20401,\"group_id\":20401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100086\"},{\"id\":20402,\"group_id\":20402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100087\"},{\"id\":20501,\"group_id\":20501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100088\"},{\"id\":20502,\"group_id\":20502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100089\"},{\"id\":20601,\"group_id\":20601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100090\"},{\"id\":20602,\"group_id\":20602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100091\"},{\"id\":30101,\"group_id\":30101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100092\"},{\"id\":30102,\"group_id\":30102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100093\"},{\"id\":30201,\"group_id\":30201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100094\"},{\"id\":30202,\"group_id\":30202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100095\"},{\"id\":30301,\"group_id\":30301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100096\"},{\"id\":30302,\"group_id\":30302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100097\"},{\"id\":30401,\"group_id\":30401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100098\"},{\"id\":30402,\"group_id\":30402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100099\"},{\"id\":30501,\"group_id\":30501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100100\"},{\"id\":30502,\"group_id\":30502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100101\"},{\"id\":30601,\"group_id\":30601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100102\"},{\"id\":30602,\"group_id\":30602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100103\"},{\"id\":40101,\"group_id\":40101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100104\"},{\"id\":40102,\"group_id\":40102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100105\"},{\"id\":40201,\"group_id\":40201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100106\"},{\"id\":40202,\"group_id\":40202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100107\"},{\"id\":40301,\"group_id\":40301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100108\"},{\"id\":40302,\"group_id\":40302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100109\"},{\"id\":40401,\"group_id\":40401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100110\"},{\"id\":40402,\"group_id\":40402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100111\"},{\"id\":40501,\"group_id\":40501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100112\"},{\"id\":40502,\"group_id\":40502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100113\"},{\"id\":40601,\"group_id\":40601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100114\"},{\"id\":40602,\"group_id\":40602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100115\"},{\"id\":50101,\"group_id\":50101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100116\"},{\"id\":50102,\"group_id\":50102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100117\"},{\"id\":50201,\"group_id\":50201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100118\"},{\"id\":50202,\"group_id\":50202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100119\"},{\"id\":50301,\"group_id\":50301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100120\"},{\"id\":50302,\"group_id\":50302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100121\"},{\"id\":50401,\"group_id\":50401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100122\"},{\"id\":50402,\"group_id\":50402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100123\"},{\"id\":50501,\"group_id\":50501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100124\"},{\"id\":50502,\"group_id\":50502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100125\"},{\"id\":50601,\"group_id\":50601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100126\"},{\"id\":50602,\"group_id\":50602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100127\"},{\"id\":60101,\"group_id\":60101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100128\"},{\"id\":60102,\"group_id\":60102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100129\"},{\"id\":60201,\"group_id\":60201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100130\"},{\"id\":60202,\"group_id\":60202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100131\"},{\"id\":60301,\"group_id\":60301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100132\"},{\"id\":60302,\"group_id\":60302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100133\"},{\"id\":60401,\"group_id\":60401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100134\"},{\"id\":60402,\"group_id\":60402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100135\"},{\"id\":60501,\"group_id\":60501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100136\"},{\"id\":60502,\"group_id\":60502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100137\"},{\"id\":60601,\"group_id\":60601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100138\"},{\"id\":60602,\"group_id\":60602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100139\"},{\"id\":70101,\"group_id\":70101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100140\"},{\"id\":70102,\"group_id\":70102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100141\"},{\"id\":70201,\"group_id\":70201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100142\"},{\"id\":70202,\"group_id\":70202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100143\"},{\"id\":70301,\"group_id\":70301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100144\"},{\"id\":70302,\"group_id\":70302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100145\"},{\"id\":70401,\"group_id\":70401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100146\"},{\"id\":70402,\"group_id\":70402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100147\"},{\"id\":70501,\"group_id\":70501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100148\"},{\"id\":70502,\"group_id\":70502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100149\"},{\"id\":70601,\"group_id\":70601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100150\"},{\"id\":70602,\"group_id\":70602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100151\"},{\"id\":80101,\"group_id\":80101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100152\"},{\"id\":80102,\"group_id\":80102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100153\"},{\"id\":80201,\"group_id\":80201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100154\"},{\"id\":80202,\"group_id\":80202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100155\"},{\"id\":80301,\"group_id\":80301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100156\"},{\"id\":80302,\"group_id\":80302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100157\"},{\"id\":80401,\"group_id\":80401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100158\"},{\"id\":80402,\"group_id\":80402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100159\"},{\"id\":80501,\"group_id\":80501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100160\"},{\"id\":80502,\"group_id\":80502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100161\"},{\"id\":80601,\"group_id\":80601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100162\"},{\"id\":80602,\"group_id\":80602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100163\"},{\"id\":90101,\"group_id\":90101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100164\"},{\"id\":90102,\"group_id\":90102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100165\"},{\"id\":90201,\"group_id\":90201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100166\"},{\"id\":90202,\"group_id\":90202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100167\"},{\"id\":90301,\"group_id\":90301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100168\"},{\"id\":90302,\"group_id\":90302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100169\"},{\"id\":90401,\"group_id\":90401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100170\"},{\"id\":90402,\"group_id\":90402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100171\"},{\"id\":90501,\"group_id\":90501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100172\"},{\"id\":90502,\"group_id\":90502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100173\"},{\"id\":90601,\"group_id\":90601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100174\"},{\"id\":90602,\"group_id\":90602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100175\"},{\"id\":100101,\"group_id\":100101,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100176\"},{\"id\":100102,\"group_id\":100102,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100177\"},{\"id\":100201,\"group_id\":100201,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100178\"},{\"id\":100202,\"group_id\":100202,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100179\"},{\"id\":100301,\"group_id\":100301,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100180\"},{\"id\":100302,\"group_id\":100302,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100181\"},{\"id\":100401,\"group_id\":100401,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100182\"},{\"id\":100402,\"group_id\":100402,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100183\"},{\"id\":100501,\"group_id\":100501,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100184\"},{\"id\":100502,\"group_id\":100502,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100185\"},{\"id\":100601,\"group_id\":100601,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100186\"},{\"id\":100602,\"group_id\":100602,\"speaker_name\":\"魔盒爷爷\",\"sentence\":\"Bless you!\",\"sentence_zh_CN\":\"Bless you!\",\"sound\":\"40100187\"}]"
@@ -0,0 +1,19 @@
1
+
2
+ using lang.json;
3
+ using UnityEngine.AddressableAssets;
4
+
5
+ namespace MEEC.ExportedConfigs
6
+ {
7
+ public partial class 过场引导
8
+ {
9
+ static 过场引导()
10
+ {
11
+ var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>("Assets/Bundles/GameConfig/Auto/过场引导.asset").WaitForCompletion();
12
+ var jsonText = configJson.JsonText;
13
+ var jsonObjs = JSON.parse<过场引导[]>(jsonText);
14
+ var configs = 过场引导.Configs;
15
+ configs.Clear();
16
+ configs.AddRange(jsonObjs);
17
+ }
18
+ }
19
+ }