From 4ad392f0eef7f99762e3d09916d0192264fe628c Mon Sep 17 00:00:00 2001 From: yangqiwen <494909017@qq.com> Date: Tue, 11 Feb 2025 16:40:05 +0800 Subject: [PATCH] 1 --- assets/GameRoomRes/Room1/prefab/Room1.prefab | 243 ++- assets/GameRoomRes/Room1/texture/回家.png | Bin 0 -> 8555 bytes .../GameRoomRes/Room1/texture/回家.png.meta | 38 + assets/GameRoomRes/Room2/prefab/Room2.prefab | 1515 +++++++++++++---- assets/MainHall/prefab/MainHall.prefab | 4 +- assets/Scripts/DH/DH_1.ts | 8 +- assets/Scripts/DH/DH_2.ts | 14 +- assets/Scripts/DH/DH_3.ts | 9 +- .../FirstSelectScene/GameStoryConfig.ts | 30 +- assets/Scripts/GameRoomRes/Room1/Room1.ts | 130 +- assets/Scripts/GameRoomRes/Room2/Room2.ts | 184 +- .../GameStoryRes/KaiChangGuanQia1Gai.ts | 27 +- assets/Scripts/JuQingChat/TaskManager.ts | 257 +-- assets/Scripts/MainHall/MainHall.ts | 18 +- assets/Scripts/MainHall/MainHallBtn.ts | 20 +- assets/Scripts/MainScene/MainScene.ts | 4 +- assets/Scripts/Manager/UserManager.ts | 6 +- assets/Scripts/PrefabManager/PrefabManage.ts | 2 + assets/Scripts/ZaoCanDian/ZaoCanDian.ts | 15 +- assets/ZaoCanDian.meta | 18 +- .../Json/JuQingChatConfig/ChatPerson.json | 150 +- .../JuQingChatConfig/ChatPerson.json.meta | 2 +- .../Json/JuQingChatConfig/DH_BuTianGuo.json | 80 + ...aoYan.json.meta => DH_BuTianGuo.json.meta} | 2 +- .../JuQingChatConfig/DH_JiangXiaoTian.json | 57 + ...n.json.meta => DH_JiangXiaoTian.json.meta} | 2 +- .../Json/JuQingChatConfig/DH_JiangYuEr.json | 204 +++ ...gQian.json.meta => DH_JiangYuEr.json.meta} | 2 +- .../Json/JuQingChatConfig/DH_LongGe.json | 64 + ...uMengXue.json.meta => DH_LongGe.json.meta} | 2 +- .../Json/JuQingChatConfig/DH_LongZhenNan.json | 88 + .../JuQingChatConfig/DH_LongZhenNan.json.meta | 6 + .../Json/JuQingChatConfig/DH_LuoXiYan.json | 179 ++ .../JuQingChatConfig/DH_LuoXiYan.json.meta | 6 + .../Json/JuQingChatConfig/DH_QianDuoFa.json | 136 ++ .../JuQingChatConfig/DH_QianDuoFa.json.meta | 6 + .../Json/JuQingChatConfig/DH_SongDeKuai.json | 49 + .../JuQingChatConfig/DH_SongDeKuai.json.meta | 6 + .../Json/JuQingChatConfig/DH_ZhaoCheng.json | 41 + .../JuQingChatConfig/DH_ZhaoCheng.json.meta | 6 + .../Json/JuQingChatConfig/WX_BangFei.json | 32 + .../JuQingChatConfig/WX_BangFei.json.meta | 6 + .../Json/JuQingChatConfig/WX_ChenTianBa.json | 510 +----- .../JuQingChatConfig/WX_ChenTianBa.json.meta | 2 +- .../Json/JuQingChatConfig/WX_LiBingYan.json | 273 --- .../Json/JuQingChatConfig/WX_LiuWei.json | 211 +-- .../Json/JuQingChatConfig/WX_LiuWei.json.meta | 2 +- .../Json/JuQingChatConfig/WX_Ma.json | 31 +- .../Json/JuQingChatConfig/WX_Ma.json.meta | 6 + .../Json/JuQingChatConfig/WX_SuMengXue.json | 839 --------- .../Json/JuQingChatConfig/WX_XiaYun.json | 577 +------ .../Json/JuQingChatConfig/WX_XiaYun.json.meta | 2 +- .../Json/JuQingChatConfig/WX_XiaoYan.json | 76 - .../JuQingChatConfig/WX_YangLingQian.json | 314 ---- .../Json/JuQingChatConfig/WX_YuChuShiJia.json | 203 --- .../JuQingChatConfig/WX_YuChuShiJia.json.meta | 6 - .../assets/resources/config/ChatPerson.json | 64 +- .../assets/resources/config/WX_BangFei.json | 32 + .../resources/config/WX_ChenTianBa.json} | 53 +- .../resources/config/WX_LiuWei.json} | 92 +- xls表/assets/resources/config/WX_Ma.json | 65 + xls表/assets/resources/config/WX_XiaYun.json | 65 + .../配置表- 剧情/config/ChatPerson.json | 64 +- .../配置表- 剧情/config/WX_BangFei.json | 32 + .../config/WX_ChenTianBa.json | 106 ++ .../配置表- 剧情/config/WX_FaXiao.json | 213 --- .../config/WX_LiuJiaHao.json | 190 --- .../{WX_LiuRuYan.json => WX_LiuWei.json} | 87 +- xls表/配置表- 剧情/config/WX_Ma.json | 65 + .../配置表- 剧情/config/WX_XiaYun.json | 65 + xls表/配置表- 剧情/人物管理.xlsx | Bin 9961 -> 10255 bytes xls表/配置表- 剧情/微信聊天.xlsx | Bin 21319 -> 35742 bytes 72 files changed, 3508 insertions(+), 4405 deletions(-) create mode 100644 assets/GameRoomRes/Room1/texture/回家.png create mode 100644 assets/GameRoomRes/Room1/texture/回家.png.meta create mode 100644 assets/resources/Json/JuQingChatConfig/DH_BuTianGuo.json rename assets/resources/Json/JuQingChatConfig/{WX_XiaoYan.json.meta => DH_BuTianGuo.json.meta} (53%) create mode 100644 assets/resources/Json/JuQingChatConfig/DH_JiangXiaoTian.json rename assets/resources/Json/JuQingChatConfig/{WX_LiBingYan.json.meta => DH_JiangXiaoTian.json.meta} (53%) create mode 100644 assets/resources/Json/JuQingChatConfig/DH_JiangYuEr.json rename assets/resources/Json/JuQingChatConfig/{WX_YangLingQian.json.meta => DH_JiangYuEr.json.meta} (53%) create mode 100644 assets/resources/Json/JuQingChatConfig/DH_LongGe.json rename assets/resources/Json/JuQingChatConfig/{WX_SuMengXue.json.meta => DH_LongGe.json.meta} (53%) create mode 100644 assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json create mode 100644 assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json.meta create mode 100644 assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json create mode 100644 assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json.meta create mode 100644 assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json create mode 100644 assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json.meta create mode 100644 assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json create mode 100644 assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json.meta create mode 100644 assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json create mode 100644 assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json.meta create mode 100644 assets/resources/Json/JuQingChatConfig/WX_BangFei.json create mode 100644 assets/resources/Json/JuQingChatConfig/WX_BangFei.json.meta delete mode 100644 assets/resources/Json/JuQingChatConfig/WX_LiBingYan.json rename xls表/配置表- 剧情/config/WX_TuiXiaoYuan.json => assets/resources/Json/JuQingChatConfig/WX_Ma.json (53%) create mode 100644 assets/resources/Json/JuQingChatConfig/WX_Ma.json.meta delete mode 100644 assets/resources/Json/JuQingChatConfig/WX_SuMengXue.json delete mode 100644 assets/resources/Json/JuQingChatConfig/WX_XiaoYan.json delete mode 100644 assets/resources/Json/JuQingChatConfig/WX_YangLingQian.json delete mode 100644 assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json delete mode 100644 assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json.meta create mode 100644 xls表/assets/resources/config/WX_BangFei.json rename xls表/{配置表- 剧情/config/WX_BaoXian.json => assets/resources/config/WX_ChenTianBa.json} (57%) rename xls表/{配置表- 剧情/config/WX_SuYaoGuiMi.json => assets/resources/config/WX_LiuWei.json} (54%) create mode 100644 xls表/assets/resources/config/WX_Ma.json create mode 100644 xls表/assets/resources/config/WX_XiaYun.json create mode 100644 xls表/配置表- 剧情/config/WX_BangFei.json create mode 100644 xls表/配置表- 剧情/config/WX_ChenTianBa.json delete mode 100644 xls表/配置表- 剧情/config/WX_FaXiao.json delete mode 100644 xls表/配置表- 剧情/config/WX_LiuJiaHao.json rename xls表/配置表- 剧情/config/{WX_LiuRuYan.json => WX_LiuWei.json} (50%) create mode 100644 xls表/配置表- 剧情/config/WX_Ma.json create mode 100644 xls表/配置表- 剧情/config/WX_XiaYun.json diff --git a/assets/GameRoomRes/Room1/prefab/Room1.prefab b/assets/GameRoomRes/Room1/prefab/Room1.prefab index 5f32d801..37272f18 100644 --- a/assets/GameRoomRes/Room1/prefab/Room1.prefab +++ b/assets/GameRoomRes/Room1/prefab/Room1.prefab @@ -34,19 +34,22 @@ }, { "__id__": 48 + }, + { + "__id__": 51 } ], "_active": true, "_components": [ { - "__id__": 51 + "__id__": 57 }, { - "__id__": 52 + "__id__": 58 } ], "_prefab": { - "__id__": 53 + "__id__": 59 }, "_opacity": 255, "_color": { @@ -1977,6 +1980,240 @@ "fileId": "b2qeb3jE9NVK1LWog09tKH", "sync": false }, + { + "__type__": "cc.Node", + "_name": "回家", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 52 + }, + { + "__id__": 53 + }, + { + "__id__": 54 + } + ], + "_prefab": { + "__id__": 56 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 139, + "height": 131 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 302.346, + -475.221, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 51 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "a5529c85-616e-4b60-bddd-86a5f3db225f" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 51 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 36, + "_left": 0, + "_right": 3.1539999999999964, + "_top": 0, + "_bottom": 126.27899999999994, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_id": "" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 51 + }, + "_enabled": true, + "_normalMaterial": null, + "_grayMaterial": null, + "duration": 0.1, + "zoomScale": 1.1, + "clickEvents": [ + { + "__id__": 55 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 0, + "transition": 0, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 230, + "g": 230, + "b": 230, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 120, + "g": 120, + "b": 120, + "a": 200 + }, + "_N$normalSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "_N$pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + }, + "pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + }, + "_N$hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "_N$disabledSprite": { + "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" + }, + "_N$target": null, + "_id": "" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "df1f065H9dF4pHpvg/OFyic", + "handler": "clickGoHome", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "cexmk8CD9B4qtTZqKs2jjr", + "sync": false + }, { "__type__": "cc.Widget", "_name": "", diff --git a/assets/GameRoomRes/Room1/texture/回家.png b/assets/GameRoomRes/Room1/texture/回家.png new file mode 100644 index 0000000000000000000000000000000000000000..9d63154b1ae955843814fd9d189fb2dfeb8a25fc GIT binary patch literal 8555 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 literal 0 HcmV?d00001 diff --git a/assets/GameRoomRes/Room1/texture/回家.png.meta b/assets/GameRoomRes/Room1/texture/回家.png.meta new file mode 100644 index 00000000..99400e15 --- /dev/null +++ b/assets/GameRoomRes/Room1/texture/回家.png.meta @@ -0,0 +1,38 @@ +{ + "ver": "2.3.7", + "uuid": "b78cf1d0-92b7-4a99-8040-7eda738fca74", + "importer": "texture", + "type": "sprite", + "wrapMode": "clamp", + "filterMode": "bilinear", + "premultiplyAlpha": false, + "genMipmaps": false, + "packable": true, + "width": 139, + "height": 131, + "platformSettings": {}, + "subMetas": { + "回家": { + "ver": "1.0.6", + "uuid": "a5529c85-616e-4b60-bddd-86a5f3db225f", + "importer": "sprite-frame", + "rawTextureUuid": "b78cf1d0-92b7-4a99-8040-7eda738fca74", + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 139, + "height": 131, + "rawWidth": 139, + "rawHeight": 131, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "subMetas": {} + } + } +} \ No newline at end of file diff --git a/assets/GameRoomRes/Room2/prefab/Room2.prefab b/assets/GameRoomRes/Room2/prefab/Room2.prefab index 3b2f3cf1..9dd7b43a 100644 --- a/assets/GameRoomRes/Room2/prefab/Room2.prefab +++ b/assets/GameRoomRes/Room2/prefab/Room2.prefab @@ -27,35 +27,44 @@ "__id__": 125 }, { - "__id__": 128 + "__id__": 136 }, { - "__id__": 135 + "__id__": 139 }, { - "__id__": 142 + "__id__": 146 }, { - "__id__": 149 + "__id__": 153 }, { - "__id__": 163 + "__id__": 160 }, { - "__id__": 189 + "__id__": 174 + }, + { + "__id__": 200 + }, + { + "__id__": 218 + }, + { + "__id__": 221 } ], "_active": true, "_components": [ { - "__id__": 207 + "__id__": 229 }, { - "__id__": 208 + "__id__": 230 } ], "_prefab": { - "__id__": 209 + "__id__": 231 }, "_opacity": 255, "_color": { @@ -4459,7 +4468,7 @@ "asset": { "__id__": 0 }, - "fileId": "b7+b3kOU5Hp7zuy+nUMB84", + "fileId": "b8M5PS7GNEWbYvrxPaO7Q0", "sync": false }, { @@ -4564,7 +4573,7 @@ "asset": { "__id__": 0 }, - "fileId": "6bru8rlShKgZMmVnZD80Ip", + "fileId": "c4+JECzDhB6rguujcDozjx", "sync": false }, { @@ -4673,6 +4682,7 @@ "iconSpFrame": { "__id__": 117 }, + "qiPaoStr": null, "goodIdTab": [ 3005 ], @@ -4686,25 +4696,35 @@ "asset": { "__id__": 0 }, - "fileId": "02EzKgK1hICr5b+h6TJOts", + "fileId": "13FsmpmyFCvYgweXG9OSDB", "sync": false }, { "__type__": "cc.Node", - "_name": "膳食烟雾spine", + "_name": "needGoodNode_303", "_objFlags": 0, "_parent": { "__id__": 1 }, - "_children": [], + "_children": [ + { + "__id__": 126 + }, + { + "__id__": 129 + } + ], "_active": false, "_components": [ { - "__id__": 126 + "__id__": 132 + }, + { + "__id__": 133 } ], "_prefab": { - "__id__": 127 + "__id__": 135 }, "_opacity": 255, "_color": { @@ -4716,8 +4736,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 450.4, - "height": 450.4 + "width": 140, + "height": 140 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4728,8 +4748,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -28.412, - 137.513, + 23.362, + 376.774, 0, 0, 0, @@ -4753,79 +4773,22 @@ "groupIndex": 0, "_id": "" }, - { - "__type__": "sp.Skeleton", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 125 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3" - } - ], - "paused": false, - "defaultSkin": "default", - "defaultAnimation": "打斗烟雾", - "_preCacheMode": 0, - "_cacheMode": 0, - "loop": false, - "premultipliedAlpha": true, - "timeScale": 1, - "_accTime": 0, - "_playCount": 0, - "_frameCache": null, - "_curFrame": null, - "_skeletonCache": null, - "_animationName": "打斗烟雾", - "_animationQueue": [], - "_headAniInfo": null, - "_playTimes": 1, - "_isAniComplete": true, - "_N$skeletonData": { - "__uuid__": "8f85e03c-1a2c-467f-bc99-b2302b61df2d" - }, - "_N$_defaultCacheMode": 0, - "_N$debugSlots": false, - "_N$debugBones": false, - "_N$debugMesh": false, - "_N$useTint": false, - "_N$enableBatch": false, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "22axK+PnRKzL0ah3/qrVVj", - "sync": false - }, { "__type__": "cc.Node", - "_name": "startBtnTask201", + "_name": "按钮交付", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 125 }, - "_children": [ - { - "__id__": 129 - } - ], - "_active": false, + "_children": [], + "_active": true, "_components": [ { - "__id__": 132 + "__id__": 127 } ], "_prefab": { - "__id__": 134 + "__id__": 128 }, "_opacity": 255, "_color": { @@ -4837,8 +4800,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 190, - "height": 74 + "width": 120, + "height": 129 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4858,7 +4821,7 @@ 1, 1, 1, - 0 + 1 ] }, "_eulerAngles": { @@ -4874,12 +4837,55 @@ "groupIndex": 0, "_id": "" }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 126 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "5be16993-c048-46d1-9d5b-bde4baa1d9be" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b7+b3kOU5Hp7zuy+nUMB84", + "sync": false + }, { "__type__": "cc.Node", - "_name": "按钮", + "_name": "spFrame", "_objFlags": 0, "_parent": { - "__id__": 128 + "__id__": 125 }, "_children": [], "_active": true, @@ -4901,8 +4907,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 647, - "height": 149 + "width": 46, + "height": 46 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4939,7 +4945,7 @@ "_id": "" }, { - "__type__": "sp.Skeleton", + "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { @@ -4948,36 +4954,26 @@ "_enabled": true, "_materials": [ { - "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3" + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" } ], - "paused": false, - "defaultSkin": "default", - "defaultAnimation": "让他们滚", - "_preCacheMode": 0, - "_cacheMode": 0, - "loop": true, - "premultipliedAlpha": true, - "timeScale": 1, - "_accTime": 0, - "_playCount": 0, - "_frameCache": null, - "_curFrame": null, - "_skeletonCache": null, - "_animationName": "让他们滚", - "_animationQueue": [], - "_headAniInfo": null, - "_playTimes": 0, - "_isAniComplete": true, - "_N$skeletonData": { - "__uuid__": "28da143d-35de-47b7-9a08-1ac2fc26721b" + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "ac1145c4-c4cc-4f08-a6f0-2bc42dafa11d" }, - "_N$_defaultCacheMode": 0, - "_N$debugSlots": false, - "_N$debugBones": false, - "_N$debugMesh": false, - "_N$useTint": false, - "_N$enableBatch": false, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, "_id": "" }, { @@ -4988,30 +4984,43 @@ "asset": { "__id__": 0 }, - "fileId": "51UU2jjddLT7RsAXZZ5gTI", + "fileId": "6bru8rlShKgZMmVnZD80Ip", "sync": false }, + { + "__type__": "67b86Vr/PZKGZqkUcKGp7BO", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 125 + }, + "_enabled": true, + "scaleStart": 1, + "scaleEnd": 1.1, + "time": 0.6, + "_id": "" + }, { "__type__": "cc.Button", "_name": "", "_objFlags": 0, "node": { - "__id__": 128 + "__id__": 125 }, "_enabled": true, "_normalMaterial": null, "_grayMaterial": null, "duration": 0.1, - "zoomScale": 1.1, + "zoomScale": 1.2, "clickEvents": [ { - "__id__": 133 + "__id__": 134 } ], "_N$interactable": true, "_N$enableAutoGrayEffect": false, - "_N$transition": 3, - "transition": 3, + "_N$transition": 0, + "transition": 0, "_N$normalColor": { "__type__": "cc.Color", "r": 255, @@ -5070,7 +5079,7 @@ }, "component": "", "_componentId": "649c49J/pxN2ohyBiR6yQqc", - "handler": "onStartTask201", + "handler": "onClickNeedQiPao303", "customEventData": "" }, { @@ -5081,29 +5090,25 @@ "asset": { "__id__": 0 }, - "fileId": "33Bl7qF51FT7x6E8TDU0mF", + "fileId": "02EzKgK1hICr5b+h6TJOts", "sync": false }, { "__type__": "cc.Node", - "_name": "startBtnTask207", + "_name": "膳食烟雾spine", "_objFlags": 0, "_parent": { "__id__": 1 }, - "_children": [ - { - "__id__": 136 - } - ], + "_children": [], "_active": false, "_components": [ { - "__id__": 139 + "__id__": 137 } ], "_prefab": { - "__id__": 141 + "__id__": 138 }, "_opacity": 255, "_color": { @@ -5115,8 +5120,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 190, - "height": 74 + "width": 450.4, + "height": 450.4 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -5127,8 +5132,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - 0, + -28.412, + 137.513, 0, 0, 0, @@ -5136,7 +5141,128 @@ 1, 1, 1, - 0 + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "sp.Skeleton", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 136 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3" + } + ], + "paused": false, + "defaultSkin": "default", + "defaultAnimation": "打斗烟雾", + "_preCacheMode": 0, + "_cacheMode": 0, + "loop": false, + "premultipliedAlpha": true, + "timeScale": 1, + "_accTime": 0, + "_playCount": 0, + "_frameCache": null, + "_curFrame": null, + "_skeletonCache": null, + "_animationName": "打斗烟雾", + "_animationQueue": [], + "_headAniInfo": null, + "_playTimes": 1, + "_isAniComplete": true, + "_N$skeletonData": { + "__uuid__": "8f85e03c-1a2c-467f-bc99-b2302b61df2d" + }, + "_N$_defaultCacheMode": 0, + "_N$debugSlots": false, + "_N$debugBones": false, + "_N$debugMesh": false, + "_N$useTint": false, + "_N$enableBatch": false, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "22axK+PnRKzL0ah3/qrVVj", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "startBtnTask201", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 140 + } + ], + "_active": false, + "_components": [ + { + "__id__": 143 + } + ], + "_prefab": { + "__id__": 145 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 190, + "height": 74 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 0 ] }, "_eulerAngles": { @@ -5157,17 +5283,17 @@ "_name": "按钮", "_objFlags": 0, "_parent": { - "__id__": 135 + "__id__": 139 }, "_children": [], "_active": true, "_components": [ { - "__id__": 137 + "__id__": 141 } ], "_prefab": { - "__id__": 138 + "__id__": 142 }, "_opacity": 255, "_color": { @@ -5221,7 +5347,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 136 + "__id__": 140 }, "_enabled": true, "_materials": [ @@ -5231,7 +5357,7 @@ ], "paused": false, "defaultSkin": "default", - "defaultAnimation": "开始治疗", + "defaultAnimation": "让他们滚", "_preCacheMode": 0, "_cacheMode": 0, "loop": true, @@ -5242,7 +5368,7 @@ "_frameCache": null, "_curFrame": null, "_skeletonCache": null, - "_animationName": "开始治疗", + "_animationName": "让他们滚", "_animationQueue": [], "_headAniInfo": null, "_playTimes": 0, @@ -5266,7 +5392,7 @@ "asset": { "__id__": 0 }, - "fileId": "a9iKecmnNO/rmsNVnEY4ZA", + "fileId": "51UU2jjddLT7RsAXZZ5gTI", "sync": false }, { @@ -5274,7 +5400,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 135 + "__id__": 139 }, "_enabled": true, "_normalMaterial": null, @@ -5283,7 +5409,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 140 + "__id__": 144 } ], "_N$interactable": true, @@ -5348,7 +5474,7 @@ }, "component": "", "_componentId": "649c49J/pxN2ohyBiR6yQqc", - "handler": "onStartTask207", + "handler": "onStartTask201", "customEventData": "" }, { @@ -5359,29 +5485,29 @@ "asset": { "__id__": 0 }, - "fileId": "afprPp4AVMeIl50ewB7l8F", + "fileId": "33Bl7qF51FT7x6E8TDU0mF", "sync": false }, { "__type__": "cc.Node", - "_name": "startBtnTask208", + "_name": "startBtnTask207", "_objFlags": 0, "_parent": { "__id__": 1 }, "_children": [ { - "__id__": 143 + "__id__": 147 } ], "_active": false, "_components": [ { - "__id__": 146 + "__id__": 150 } ], "_prefab": { - "__id__": 148 + "__id__": 152 }, "_opacity": 255, "_color": { @@ -5435,17 +5561,17 @@ "_name": "按钮", "_objFlags": 0, "_parent": { - "__id__": 142 + "__id__": 146 }, "_children": [], "_active": true, "_components": [ { - "__id__": 144 + "__id__": 148 } ], "_prefab": { - "__id__": 145 + "__id__": 149 }, "_opacity": 255, "_color": { @@ -5499,7 +5625,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 143 + "__id__": 147 }, "_enabled": true, "_materials": [ @@ -5509,7 +5635,7 @@ ], "paused": false, "defaultSkin": "default", - "defaultAnimation": "烹制膳食", + "defaultAnimation": "开始治疗", "_preCacheMode": 0, "_cacheMode": 0, "loop": true, @@ -5520,7 +5646,7 @@ "_frameCache": null, "_curFrame": null, "_skeletonCache": null, - "_animationName": "烹制膳食", + "_animationName": "开始治疗", "_animationQueue": [], "_headAniInfo": null, "_playTimes": 0, @@ -5544,7 +5670,7 @@ "asset": { "__id__": 0 }, - "fileId": "28mggno7dFeKIGpoYkFOgQ", + "fileId": "a9iKecmnNO/rmsNVnEY4ZA", "sync": false }, { @@ -5552,7 +5678,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 142 + "__id__": 146 }, "_enabled": true, "_normalMaterial": null, @@ -5561,7 +5687,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 147 + "__id__": 151 } ], "_N$interactable": true, @@ -5626,7 +5752,7 @@ }, "component": "", "_componentId": "649c49J/pxN2ohyBiR6yQqc", - "handler": "onStartTask208", + "handler": "onStartTask207", "customEventData": "" }, { @@ -5637,34 +5763,29 @@ "asset": { "__id__": 0 }, - "fileId": "4dfKib3I5LNbakjUqMSAIm", + "fileId": "afprPp4AVMeIl50ewB7l8F", "sync": false }, { "__type__": "cc.Node", - "_name": "声效", + "_name": "startBtnTask208", "_objFlags": 0, "_parent": { "__id__": 1 }, "_children": [ { - "__id__": 150 - }, - { - "__id__": 153 - }, - { - "__id__": 156 - }, + "__id__": 154 + } + ], + "_active": false, + "_components": [ { - "__id__": 159 + "__id__": 157 } ], - "_active": true, - "_components": [], "_prefab": { - "__id__": 162 + "__id__": 159 }, "_opacity": 255, "_color": { @@ -5676,8 +5797,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 0, - "height": 0 + "width": 190, + "height": 74 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -5697,7 +5818,7 @@ 1, 1, 1, - 1 + 0 ] }, "_eulerAngles": { @@ -5715,20 +5836,20 @@ }, { "__type__": "cc.Node", - "_name": "声效0", + "_name": "按钮", "_objFlags": 0, "_parent": { - "__id__": 149 + "__id__": 153 }, "_children": [], - "_active": false, + "_active": true, "_components": [ { - "__id__": 151 + "__id__": 155 } ], "_prefab": { - "__id__": 152 + "__id__": 156 }, "_opacity": 255, "_color": { @@ -5740,8 +5861,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 28.7, - "height": 51.8 + "width": 647, + "height": 149 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -5752,8 +5873,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -2.522, - 205.968, + 0, + 0, 0, 0, 0, @@ -5782,7 +5903,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 150 + "__id__": 154 }, "_enabled": true, "_materials": [ @@ -5792,7 +5913,7 @@ ], "paused": false, "defaultSkin": "default", - "defaultAnimation": 1, + "defaultAnimation": "烹制膳食", "_preCacheMode": 0, "_cacheMode": 0, "loop": true, @@ -5803,13 +5924,13 @@ "_frameCache": null, "_curFrame": null, "_skeletonCache": null, - "_animationName": 1, + "_animationName": "烹制膳食", "_animationQueue": [], "_headAniInfo": null, "_playTimes": 0, "_isAniComplete": true, "_N$skeletonData": { - "__uuid__": "ab1afbe8-c914-4fdc-83e1-7b0753fd5581" + "__uuid__": "28da143d-35de-47b7-9a08-1ac2fc26721b" }, "_N$_defaultCacheMode": 0, "_N$debugSlots": false, @@ -5827,50 +5948,216 @@ "asset": { "__id__": 0 }, - "fileId": "23AFRfRFRIr4L48McLLlV2", + "fileId": "28mggno7dFeKIGpoYkFOgQ", "sync": false }, { - "__type__": "cc.Node", - "_name": "声效1", + "__type__": "cc.Button", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 149 + "node": { + "__id__": 153 }, - "_children": [], - "_active": false, - "_components": [ + "_enabled": true, + "_normalMaterial": null, + "_grayMaterial": null, + "duration": 0.1, + "zoomScale": 1.1, + "clickEvents": [ { - "__id__": 154 + "__id__": 158 } ], - "_prefab": { - "__id__": 155 - }, - "_opacity": 255, - "_color": { + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 3, + "transition": 3, + "_N$normalColor": { "__type__": "cc.Color", "r": 255, "g": 255, "b": 255, "a": 255 }, - "_contentSize": { - "__type__": "cc.Size", - "width": 28.7, - "height": 51.8 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 }, - "_trs": { + "pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_N$normalSprite": null, + "_N$pressedSprite": null, + "pressedSprite": null, + "_N$hoverSprite": null, + "hoverSprite": null, + "_N$disabledSprite": null, + "_N$target": null, + "_id": "" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "649c49J/pxN2ohyBiR6yQqc", + "handler": "onStartTask208", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "4dfKib3I5LNbakjUqMSAIm", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "声效", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 161 + }, + { + "__id__": 164 + }, + { + "__id__": 167 + }, + { + "__id__": 170 + } + ], + "_active": true, + "_components": [], + "_prefab": { + "__id__": 173 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -172.236, - 207.575, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "声效0", + "_objFlags": 0, + "_parent": { + "__id__": 160 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 162 + } + ], + "_prefab": { + "__id__": 163 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 28.7, + "height": 51.8 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -2.522, + 205.968, 0, 0, 0, @@ -5899,7 +6186,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 153 + "__id__": 161 }, "_enabled": true, "_materials": [ @@ -5944,25 +6231,25 @@ "asset": { "__id__": 0 }, - "fileId": "c6qRJeYT9LV473gHIrHf5+", + "fileId": "23AFRfRFRIr4L48McLLlV2", "sync": false }, { "__type__": "cc.Node", - "_name": "声效2", + "_name": "声效1", "_objFlags": 0, "_parent": { - "__id__": 149 + "__id__": 160 }, "_children": [], "_active": false, "_components": [ { - "__id__": 157 + "__id__": 165 } ], "_prefab": { - "__id__": 158 + "__id__": 166 }, "_opacity": 255, "_color": { @@ -5986,8 +6273,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -257.113, - -177.486, + -172.236, + 207.575, 0, 0, 0, @@ -6016,7 +6303,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 156 + "__id__": 164 }, "_enabled": true, "_materials": [ @@ -6061,25 +6348,25 @@ "asset": { "__id__": 0 }, - "fileId": "0bKnvTasBFT74N1jm3LbAH", + "fileId": "c6qRJeYT9LV473gHIrHf5+", "sync": false }, { "__type__": "cc.Node", - "_name": "声效3", + "_name": "声效2", "_objFlags": 0, "_parent": { - "__id__": 149 + "__id__": 160 }, "_children": [], "_active": false, "_components": [ { - "__id__": 160 + "__id__": 168 } ], "_prefab": { - "__id__": 161 + "__id__": 169 }, "_opacity": 255, "_color": { @@ -6103,8 +6390,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -62.08, - -2.53, + -257.113, + -177.486, 0, 0, 0, @@ -6133,7 +6420,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 159 + "__id__": 167 }, "_enabled": true, "_materials": [ @@ -6178,45 +6465,25 @@ "asset": { "__id__": 0 }, - "fileId": "27SAIP0FxFOYXZDVwyX7WY", - "sync": false - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "7b2Ot3MnhI4J7+JwCacvnI", + "fileId": "0bKnvTasBFT74N1jm3LbAH", "sync": false }, { "__type__": "cc.Node", - "_name": "qiPao", + "_name": "声效3", "_objFlags": 0, "_parent": { - "__id__": 1 + "__id__": 160 }, - "_children": [ - { - "__id__": 164 - }, - { - "__id__": 170 - }, - { - "__id__": 176 - }, + "_children": [], + "_active": false, + "_components": [ { - "__id__": 182 + "__id__": 171 } ], - "_active": true, - "_components": [], "_prefab": { - "__id__": 188 + "__id__": 172 }, "_opacity": 255, "_color": { @@ -6228,8 +6495,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 0, - "height": 0 + "width": 28.7, + "height": 51.8 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -6240,8 +6507,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - 0, + -62.08, + -2.53, 0, 0, 0, @@ -6266,25 +6533,162 @@ "_id": "" }, { - "__type__": "cc.Node", - "_name": "qiPao_0", + "__type__": "sp.Skeleton", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 163 + "node": { + "__id__": 170 }, - "_children": [ + "_enabled": true, + "_materials": [ { - "__id__": 165 + "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3" } ], - "_active": false, - "_components": [ - { - "__id__": 168 + "paused": false, + "defaultSkin": "default", + "defaultAnimation": 1, + "_preCacheMode": 0, + "_cacheMode": 0, + "loop": true, + "premultipliedAlpha": true, + "timeScale": 1, + "_accTime": 0, + "_playCount": 0, + "_frameCache": null, + "_curFrame": null, + "_skeletonCache": null, + "_animationName": 1, + "_animationQueue": [], + "_headAniInfo": null, + "_playTimes": 0, + "_isAniComplete": true, + "_N$skeletonData": { + "__uuid__": "ab1afbe8-c914-4fdc-83e1-7b0753fd5581" + }, + "_N$_defaultCacheMode": 0, + "_N$debugSlots": false, + "_N$debugBones": false, + "_N$debugMesh": false, + "_N$useTint": false, + "_N$enableBatch": false, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "27SAIP0FxFOYXZDVwyX7WY", + "sync": false + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7b2Ot3MnhI4J7+JwCacvnI", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "qiPao", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 175 + }, + { + "__id__": 181 + }, + { + "__id__": 187 + }, + { + "__id__": 193 } ], + "_active": true, + "_components": [], "_prefab": { - "__id__": 169 + "__id__": 199 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "qiPao_0", + "_objFlags": 0, + "_parent": { + "__id__": 174 + }, + "_children": [ + { + "__id__": 176 + } + ], + "_active": false, + "_components": [ + { + "__id__": 179 + } + ], + "_prefab": { + "__id__": 180 }, "_opacity": 255, "_color": { @@ -6338,17 +6742,17 @@ "_name": "str", "_objFlags": 0, "_parent": { - "__id__": 164 + "__id__": 175 }, "_children": [], "_active": true, "_components": [ { - "__id__": 166 + "__id__": 177 } ], "_prefab": { - "__id__": 167 + "__id__": 178 }, "_opacity": 255, "_color": { @@ -6402,7 +6806,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 165 + "__id__": 176 }, "_enabled": true, "_materials": [ @@ -6446,7 +6850,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 164 + "__id__": 175 }, "_enabled": true, "_materials": [ @@ -6489,21 +6893,21 @@ "_name": "qiPao_1", "_objFlags": 0, "_parent": { - "__id__": 163 + "__id__": 174 }, "_children": [ { - "__id__": 171 + "__id__": 182 } ], "_active": false, "_components": [ { - "__id__": 174 + "__id__": 185 } ], "_prefab": { - "__id__": 175 + "__id__": 186 }, "_opacity": 255, "_color": { @@ -6557,17 +6961,17 @@ "_name": "str", "_objFlags": 0, "_parent": { - "__id__": 170 + "__id__": 181 }, "_children": [], "_active": true, "_components": [ { - "__id__": 172 + "__id__": 183 } ], "_prefab": { - "__id__": 173 + "__id__": 184 }, "_opacity": 255, "_color": { @@ -6621,7 +7025,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 171 + "__id__": 182 }, "_enabled": true, "_materials": [ @@ -6665,7 +7069,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 170 + "__id__": 181 }, "_enabled": true, "_materials": [ @@ -6708,21 +7112,21 @@ "_name": "qiPao_2", "_objFlags": 0, "_parent": { - "__id__": 163 + "__id__": 174 }, "_children": [ { - "__id__": 177 + "__id__": 188 } ], "_active": false, "_components": [ { - "__id__": 180 + "__id__": 191 } ], "_prefab": { - "__id__": 181 + "__id__": 192 }, "_opacity": 255, "_color": { @@ -6776,17 +7180,17 @@ "_name": "str", "_objFlags": 0, "_parent": { - "__id__": 176 + "__id__": 187 }, "_children": [], "_active": true, "_components": [ { - "__id__": 178 + "__id__": 189 } ], "_prefab": { - "__id__": 179 + "__id__": 190 }, "_opacity": 255, "_color": { @@ -6840,7 +7244,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 177 + "__id__": 188 }, "_enabled": true, "_materials": [ @@ -6884,7 +7288,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 176 + "__id__": 187 }, "_enabled": true, "_materials": [ @@ -6927,21 +7331,21 @@ "_name": "qiPao_3", "_objFlags": 0, "_parent": { - "__id__": 163 + "__id__": 174 }, "_children": [ { - "__id__": 183 + "__id__": 194 } ], "_active": false, "_components": [ { - "__id__": 186 + "__id__": 197 } ], "_prefab": { - "__id__": 187 + "__id__": 198 }, "_opacity": 255, "_color": { @@ -6995,17 +7399,17 @@ "_name": "str", "_objFlags": 0, "_parent": { - "__id__": 182 + "__id__": 193 }, "_children": [], "_active": true, "_components": [ { - "__id__": 184 + "__id__": 195 } ], "_prefab": { - "__id__": 185 + "__id__": 196 }, "_opacity": 255, "_color": { @@ -7059,7 +7463,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 183 + "__id__": 194 }, "_enabled": true, "_materials": [ @@ -7103,7 +7507,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 182 + "__id__": 193 }, "_enabled": true, "_materials": [ @@ -7161,20 +7565,20 @@ }, "_children": [ { - "__id__": 190 + "__id__": 201 }, { - "__id__": 199 + "__id__": 210 } ], "_active": true, "_components": [ { - "__id__": 205 + "__id__": 216 } ], "_prefab": { - "__id__": 206 + "__id__": 217 }, "_opacity": 255, "_color": { @@ -7228,24 +7632,24 @@ "_name": "diTu", "_objFlags": 0, "_parent": { - "__id__": 189 + "__id__": 200 }, "_children": [ { - "__id__": 191 + "__id__": 202 } ], "_active": false, "_components": [ { - "__id__": 195 + "__id__": 206 }, { - "__id__": 197 + "__id__": 208 } ], "_prefab": { - "__id__": 198 + "__id__": 209 }, "_opacity": 255, "_color": { @@ -7299,20 +7703,20 @@ "_name": "str", "_objFlags": 0, "_parent": { - "__id__": 190 + "__id__": 201 }, "_children": [], "_active": true, "_components": [ { - "__id__": 192 + "__id__": 203 }, { - "__id__": 193 + "__id__": 204 } ], "_prefab": { - "__id__": 194 + "__id__": 205 }, "_opacity": 255, "_color": { @@ -7366,7 +7770,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 191 + "__id__": 202 }, "_enabled": true, "_materials": [ @@ -7399,7 +7803,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 191 + "__id__": 202 }, "_enabled": true, "_color": { @@ -7428,7 +7832,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 190 + "__id__": 201 }, "_enabled": true, "_normalMaterial": null, @@ -7437,7 +7841,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 196 + "__id__": 207 } ], "_N$interactable": true, @@ -7498,7 +7902,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 189 + "__id__": 200 }, "component": "", "_componentId": "80d7bgwi4BEwLB3smYXVoys", @@ -7510,7 +7914,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 190 + "__id__": 201 }, "_enabled": true, "_materials": [ @@ -7563,21 +7967,21 @@ "_name": "textNode", "_objFlags": 0, "_parent": { - "__id__": 189 + "__id__": 200 }, "_children": [ { - "__id__": 200 + "__id__": 211 } ], "_active": false, "_components": [ { - "__id__": 203 + "__id__": 214 } ], "_prefab": { - "__id__": 204 + "__id__": 215 }, "_opacity": 255, "_color": { @@ -7631,17 +8035,17 @@ "_name": "str", "_objFlags": 0, "_parent": { - "__id__": 199 + "__id__": 210 }, "_children": [], "_active": true, "_components": [ { - "__id__": 201 + "__id__": 212 } ], "_prefab": { - "__id__": 202 + "__id__": 213 }, "_opacity": 255, "_color": { @@ -7695,7 +8099,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 200 + "__id__": 211 }, "_enabled": true, "_materials": [ @@ -7739,7 +8143,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 199 + "__id__": 210 }, "_enabled": true, "_materials": [ @@ -7782,14 +8186,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 189 + "__id__": 200 }, "_enabled": true, "diTu": { - "__id__": 190 + "__id__": 201 }, "textNode": { - "__id__": 199 + "__id__": 210 }, "_id": "" }, @@ -7804,6 +8208,431 @@ "fileId": "03zejFJfZNGZbYUtFt5wuS", "sync": false }, + { + "__type__": "cc.Node", + "_name": "openBtnSpine", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 219 + } + ], + "_prefab": { + "__id__": 220 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 0, + "height": 0 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "sp.Skeleton", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 218 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3" + } + ], + "paused": false, + "defaultSkin": "default", + "defaultAnimation": "手机1", + "_preCacheMode": 0, + "_cacheMode": 0, + "loop": true, + "premultipliedAlpha": true, + "timeScale": 1, + "_accTime": 0, + "_playCount": 0, + "_frameCache": null, + "_curFrame": null, + "_skeletonCache": null, + "_animationName": "手机1", + "_animationQueue": [], + "_headAniInfo": null, + "_playTimes": 0, + "_isAniComplete": true, + "_N$skeletonData": { + "__uuid__": "91f4b847-692f-4694-86f8-3e5a8eb9cf66" + }, + "_N$_defaultCacheMode": 0, + "_N$debugSlots": false, + "_N$debugBones": false, + "_N$debugMesh": false, + "_N$useTint": false, + "_N$enableBatch": false, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f87cTHzv9OTYr7kLae0Iw5", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "出门", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 222 + } + ], + "_active": true, + "_components": [ + { + "__id__": 225 + }, + { + "__id__": 226 + } + ], + "_prefab": { + "__id__": 228 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 110, + "height": 110 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 304.36430434782613, + -611, + 0, + 0, + 0, + 0, + 1, + 0.8, + 0.8, + 0 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "spine", + "_objFlags": 0, + "_parent": { + "__id__": 221 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 223 + } + ], + "_prefab": { + "__id__": 224 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 117.4, + "height": 124.22 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + -10, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "sp.Skeleton", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 222 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3" + } + ], + "paused": false, + "defaultSkin": "出门", + "defaultAnimation": "静止", + "_preCacheMode": 0, + "_cacheMode": 0, + "loop": true, + "premultipliedAlpha": true, + "timeScale": 1, + "_accTime": 0, + "_playCount": 0, + "_frameCache": null, + "_curFrame": null, + "_skeletonCache": null, + "_animationName": "静止", + "_animationQueue": [], + "_headAniInfo": null, + "_playTimes": 0, + "_isAniComplete": true, + "_N$skeletonData": { + "__uuid__": "428ffea6-6e1a-422d-b5b0-3aa536ad2589" + }, + "_N$_defaultCacheMode": 0, + "_N$debugSlots": false, + "_N$debugBones": false, + "_N$debugMesh": false, + "_N$useTint": false, + "_N$enableBatch": false, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5eyCRPmmZPsoHDt0rea9va", + "sync": false + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 221 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 36, + "_left": 0, + "_right": 26.635695652173865, + "_top": 0, + "_bottom": 12, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_id": "" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 221 + }, + "_enabled": true, + "_normalMaterial": null, + "_grayMaterial": null, + "duration": 0.1, + "zoomScale": 1.1, + "clickEvents": [ + { + "__id__": 227 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 3, + "transition": 3, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_N$normalSprite": null, + "_N$pressedSprite": null, + "pressedSprite": null, + "_N$hoverSprite": null, + "hoverSprite": null, + "_N$disabledSprite": null, + "_N$target": null, + "_id": "" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "649c49J/pxN2ohyBiR6yQqc", + "handler": "chumenClickEvent", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "73u1juLe9GBr3a+Xq8A1qY", + "sync": false + }, { "__type__": "cc.Widget", "_name": "", diff --git a/assets/MainHall/prefab/MainHall.prefab b/assets/MainHall/prefab/MainHall.prefab index bd5a60c3..a5b0d82c 100644 --- a/assets/MainHall/prefab/MainHall.prefab +++ b/assets/MainHall/prefab/MainHall.prefab @@ -7294,7 +7294,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 119, + "width": 180, "height": 35.5 }, "_anchorPoint": { @@ -8739,7 +8739,7 @@ "_enabled": true, "scaleStart": 1, "scaleEnd": 1.1, - "time": 0.2, + "time": 0.5, "_id": "" }, { diff --git a/assets/Scripts/DH/DH_1.ts b/assets/Scripts/DH/DH_1.ts index aba8d908..211f11cc 100644 --- a/assets/Scripts/DH/DH_1.ts +++ b/assets/Scripts/DH/DH_1.ts @@ -14,8 +14,12 @@ const { ccclass, property, disallowMultiple, menu } = cc._decorator; @menu('对话剧情/DH_1') export default class DH_1 extends DHBase { chatConfig = [ - { effectUrl: 'DH/DH_1/sound/厨师长!以您的水平后天夺取厨神称号应该是手拿把掐吧。', delayTime: 6.21, str: '厨师长!以您的水平后天夺取厨神称号应该是手拿把掐吧。', posi: 'qipao1' }, - { effectUrl: 'DH/DH_1/sound/那是,等我将厨神称号拿回来,燕子肯定会特别开心。', delayTime: 4.59, str: '那是,等我将厨神称号拿回来,燕子肯定会特别开心。', posi: '-1' }, + { effectUrl: 'DH/DH_1/sound/这是夏芸家吗?', delayTime: 6.21, str: '这是夏芸家吗?', posi: 'qipao1' }, + { effectUrl: 'DH/DH_1/sound/是的,我是夏芸前夫,你是?', delayTime: 4.59, str: '是的,我是夏芸前夫,你是?', posi: '-1' }, + { effectUrl: 'DH/DH_1/sound/管你什么前夫后夫,夏芸用这房子抵押借了500万高利贷。', delayTime: 4.59, str: '管你什么前夫后夫,夏芸用这房子抵押借了500万高利贷。', posi: '-1' }, + { effectUrl: 'DH/DH_1/sound/现在找不到她人,我们是过来收房子的。', delayTime: 4.59, str: '现在找不到她人,我们是过来收房子的。', posi: '-1' }, + { effectUrl: 'DH/DH_1/sound/什么?500万?我跟她已经离婚了,房子跟她没一毛钱关系。', delayTime: 4.59, str: '什么?500万?我跟她已经离婚了,房子跟她没一毛钱关系。', posi: '-1' }, + { effectUrl: 'DH/DH_1/sound/三天内拿不出500万,就乖乖把房子交出来。', delayTime: 4.59, str: '三天内拿不出500万,就乖乖把房子交出来。', posi: '-1' }, ] @property(sp.Skeleton) diff --git a/assets/Scripts/DH/DH_2.ts b/assets/Scripts/DH/DH_2.ts index 9f26ac7b..a121d6e3 100644 --- a/assets/Scripts/DH/DH_2.ts +++ b/assets/Scripts/DH/DH_2.ts @@ -15,16 +15,10 @@ const { ccclass, property, disallowMultiple, menu } = cc._decorator; @menu('对话剧情/DH_2') export default class DH_2 extends DHBase { chatConfig = [ - { effectUrl: 'DH/DH_2/sound/哈哈!姐夫,让你手受伤了不会怪我吧。还有你看我成为厨神了。', delayTime: 7.07, str: '哈哈!姐夫,让你手受伤了不会怪我吧。还有你看我成为厨神了。', posi: 'qipao2' }, - { effectUrl: 'DH/DH_2/sound/恭喜啊,我还担心我没去,厨神称号被别家夺去了呢?', delayTime: 4.87, str: '恭喜啊,我还担心我没去,厨神称号被别家夺去了呢?', posi: '-1' }, - { effectUrl: 'DH/DH_2/sound/行了,和他废什么话!', delayTime: 1.28, str: '行了,和他废什么话!', posi: 'qipao3' }, - { effectUrl: 'DH/DH_2/sound/这是当初签订的协议,你没有获得厨神就要和小女离婚,你净身出户。', delayTime: 7.3, str: '这是当初签订的协议,你没有获得厨神就要和小女离婚,你净身出户。', posi: 'qipao3' }, - { effectUrl: 'DH/DH_2/sound/这。。。爸、不要啊,我不能没有燕子啊。', delayTime: 4.61, str: '这。。。爸、不要啊,我不能没有燕子啊。', posi: '-1' }, - { effectUrl: 'DH/DH_2/sound/燕子,你说话呀,不要离开我啊。', delayTime: 3.57, str: '燕子,你说话呀,不要离开我啊。', posi: '-1' }, - // { effectUrl: 'DH/DH_2/sound/燕子', delayTime: 1.84, str: '燕子', posi: '-1' }, - { effectUrl: 'DH/DH_2/sound/滚开,一个残疾废物,还痴心妄想呢?', delayTime: 6.18, str: '滚开,一个残疾废物,还痴心妄想呢?', posi: 'qipao1' }, - { effectUrl: 'DH/DH_2/sound/我们走!', delayTime: 2.31, str: '我们走!', posi: 'qipao3' }, - { effectUrl: 'DH/DH_2/sound/燕子、燕子、你不要走啊,没有你我怎么活啊。', delayTime: 6.44, str: '燕子、燕子、你不要走啊,没有你我怎么活啊。', posi: '-1' }, + { effectUrl: 'DH/DH_2/sound/女儿的棒棒糖都丢了?', delayTime: 7.07, str: '女儿的棒棒糖都丢了?', posi: '-1' }, + { effectUrl: 'DH/DH_2/sound/看着不止一个人', delayTime: 1.28, str: '看着不止一个人', posi: '-1' }, + { effectUrl: 'DH/DH_2/sound/难道是陈霸天这个畜生!', delayTime: 7.3, str: '难道是陈霸天这个畜生!', posi: '-1' }, + { effectUrl: 'DH/DH_2/sound/这是什么?', delayTime: 4.61, str: '这是什么?', posi: '-1' }, ] @property(sp.Skeleton) diff --git a/assets/Scripts/DH/DH_3.ts b/assets/Scripts/DH/DH_3.ts index d73139fd..3e6547f7 100644 --- a/assets/Scripts/DH/DH_3.ts +++ b/assets/Scripts/DH/DH_3.ts @@ -15,11 +15,10 @@ const { ccclass, property, disallowMultiple, menu } = cc._decorator; @menu('对话剧情/DH_3') export default class DH_3 extends DHBase { chatConfig = [ - { effectUrl: 'DH/DH_3/sound/为什么!燕子,难道我们这么多年的感情是假的吗?', delayTime: 6.08, str: '为什么!燕子,难道我们这么多年的感情是假的吗?', posi: '-1' }, - { effectUrl: 'DH/DH_3/sound/如果不是你有利用价值、我姐会嫁给你?', delayTime: 5.53, str: '如果不是你有利用价值、我姐会嫁给你?', posi: 'qipao2' }, - { effectUrl: 'DH/DH_3/sound/什么意思,燕子当初不是喜欢我,才愿意嫁给我的吗?', delayTime: 4.53, str: '什么意思,燕子当初不是喜欢我,才愿意嫁给我的吗?', posi: '-1' }, - { effectUrl: 'DH/DH_3/sound/你一个平民窟出来的废物,能配得上我姐吗?', delayTime: 5.26, str: '你一个平民窟出来的废物,能配得上我姐吗?', posi: 'qipao2' }, - { effectUrl: 'DH/DH_3/sound/你胡说,不可能。', delayTime: 1.97, str: '你胡说,不可能。', posi: '-1' }, + { effectUrl: 'DH/DH_3/sound/我要的钱带来了没', delayTime: 6.08, str: '我要的钱带来了没', posi: 'qipao2' }, + { effectUrl: 'DH/DH_3/sound/2000万一分不少,把人放了。', delayTime: 5.53, str: '2000万一分不少,把人放了。', posi: '-1' }, + { effectUrl: 'DH/DH_3/sound/人就在里面,你自己进去带走吧', delayTime: 4.53, str: '人就在里面,你自己进去带走吧', posi: 'qipao2' }, + { effectUrl: 'DH/DH_3/sound/萌萌,你怎么了!!', delayTime: 4.53, str: '萌萌,你怎么了!!', posi: '-1' }, ] @property(sp.Skeleton) diff --git a/assets/Scripts/FirstSelectScene/GameStoryConfig.ts b/assets/Scripts/FirstSelectScene/GameStoryConfig.ts index 49d42f59..7b6d0cae 100644 --- a/assets/Scripts/FirstSelectScene/GameStoryConfig.ts +++ b/assets/Scripts/FirstSelectScene/GameStoryConfig.ts @@ -18,17 +18,17 @@ export let GameStoryConfigData = [ title: "破碎的家庭", titleIconUrl: "意外重生", roomIndex: GameType.Room2, - // roomIndex:GameType.CityPrefab, + // roomIndex:GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room2' }, { index: 2, - title: "恶客上门", + title: "我的早餐摊", titleIconUrl: "恶客上门", // roomIndex: GameType.Room3, - roomIndex:GameType.CityPrefab, + roomIndex:GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/投资人家', releaseBundleName:'Room3' @@ -38,7 +38,7 @@ export let GameStoryConfigData = [ title: "前程往事", titleIconUrl: "前程往事", // roomIndex: GameType.Room4, - roomIndex:GameType.CityPrefab, + roomIndex:GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room4' @@ -48,7 +48,7 @@ export let GameStoryConfigData = [ title: "拜师会长", titleIconUrl: "拜师会长", // roomIndex: GameType.Room5, - roomIndex:GameType.CityPrefab, + roomIndex:GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room5' @@ -57,7 +57,7 @@ export let GameStoryConfigData = [ index: 5, title: "锋芒初露", titleIconUrl: "锋芒初露", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room6' @@ -66,7 +66,7 @@ export let GameStoryConfigData = [ index: 6, title: "美食大赛", titleIconUrl: "美食大赛", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/投资人家', releaseBundleName:'Room7' @@ -75,7 +75,7 @@ export let GameStoryConfigData = [ index: 7, title: "先敌一步", titleIconUrl: "先敌一步", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room8' @@ -84,7 +84,7 @@ export let GameStoryConfigData = [ index: 8, title: "确立关系", titleIconUrl: "确立关系", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅内', releaseBundleName:'Room9' @@ -93,7 +93,7 @@ export let GameStoryConfigData = [ index: 9, title: "终至市区", titleIconUrl: "终至市区", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/主场景', releaseBundleName:'Room10' @@ -102,7 +102,7 @@ export let GameStoryConfigData = [ index: 10, title: "预料之外", titleIconUrl: "预料之外", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/投资人家', releaseBundleName:'Room11' @@ -111,7 +111,7 @@ export let GameStoryConfigData = [ index: 11, title: "解救燕子", titleIconUrl: "解救燕子", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room12' @@ -120,7 +120,7 @@ export let GameStoryConfigData = [ index: 12, title: "两女相见", titleIconUrl: "两女相见", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/投资人家', releaseBundleName:'Room13' @@ -129,7 +129,7 @@ export let GameStoryConfigData = [ index: 13, title: "接任会长", titleIconUrl: "接任会长", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room14' @@ -138,7 +138,7 @@ export let GameStoryConfigData = [ index: 14, title: "恶有恶报", titleIconUrl: "恶有恶报", - roomIndex: GameType.CityPrefab, + roomIndex: GameType.MainHall, isCanPlay: true, // musicUrl:'CommonSound/西餐厅外', releaseBundleName:'Room15' diff --git a/assets/Scripts/GameRoomRes/Room1/Room1.ts b/assets/Scripts/GameRoomRes/Room1/Room1.ts index bb6101ee..92d66105 100644 --- a/assets/Scripts/GameRoomRes/Room1/Room1.ts +++ b/assets/Scripts/GameRoomRes/Room1/Room1.ts @@ -2,6 +2,7 @@ import { ryw_Event } from "../../../FrameWork/Event/EventEnum"; import EventMgr from "../../../FrameWork/Event/EventMgr"; import User from "../../../FrameWork/User/User"; import Common5 from "../../../Platform/th/Common5"; +import { GameStoryConfigData } from "../../FirstSelectScene/GameStoryConfig"; import ChatManager from "../../JuQingChat/ChatManager"; import JuQingManager from "../../JuQingChat/JuQingManager"; import TaskManager, { MainTaskIdEnum } from "../../JuQingChat/TaskManager"; @@ -10,85 +11,85 @@ import PrefabManage, { GameType } from "../../PrefabManager/PrefabManage"; -const {ccclass, property} = cc._decorator; +const { ccclass, property } = cc._decorator; @ccclass export default class Room1 extends cc.Component { - + finishTaskStep = 0 - maskGuideNode:cc.Node = null - onLoad () { - + maskGuideNode: cc.Node = null + onLoad() { + } - - start () { + + start() { this.showChatBtnStatus() - EventMgr.onEvent_custom(ryw_Event.RefreshJuQingDuiHua,()=>{ + EventMgr.onEvent_custom(ryw_Event.RefreshJuQingDuiHua, () => { this.showChatBtnStatus() - },this) - this.scheduleOnce(()=>{ + }, this) + this.scheduleOnce(() => { PrefabManage.preloadPrefabByType(GameType.ChatList) PrefabManage.preloadPrefabByType(GameType.ChatDialog) - },0.2) + }, 0.2) } - showChatBtnStatus(){ + showChatBtnStatus() { let openBtnSpine = this.node.getChildByName('openBtnSpine') let shouJi = this.node.getChildByName('手机') let indexStr = JuQingManager.getCurJuQingUnLockIndex() - if(ChatManager.isChatTypeIncludeEventIndex('WX',indexStr)){ + if (ChatManager.isChatTypeIncludeEventIndex('WX', indexStr)) { let spineNode = this.node.getChildByName('手机').getChildByName('spine') - spineNode.getComponent(sp.Skeleton).setAnimation(0,'闪烁',true) - Common5.playEffect('sound/手机信息') - }else{ + spineNode.getComponent(sp.Skeleton).setAnimation(0, '闪烁', true) + Common5.playEffect('sound/手机信息') + } else { let spineNode = this.node.getChildByName('手机').getChildByName('spine') - spineNode.getComponent(sp.Skeleton).setAnimation(0,'静止',false) + spineNode.getComponent(sp.Skeleton).setAnimation(0, '静止', false) } let isHaveTask = false - let mainTaskInfo:any = TaskManager.getCurUnLockMainTaskInfo() + let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() let mainId = mainTaskInfo.Id - if(mainId != MainTaskIdEnum.MainTask_None && mainId){ + if (mainId != MainTaskIdEnum.MainTask_None && mainId) { isHaveTask = true } - if(isHaveTask){ + if (isHaveTask) { let spineNode = this.node.getChildByName('任务助手').getChildByName('spine') - spineNode.getComponent(sp.Skeleton).setAnimation(0,'闪烁',true) - }else{ + spineNode.getComponent(sp.Skeleton).setAnimation(0, '闪烁', true) + } else { let spineNode = this.node.getChildByName('任务助手').getChildByName('spine') - spineNode.getComponent(sp.Skeleton).setAnimation(0,'静止',false) + spineNode.getComponent(sp.Skeleton).setAnimation(0, '静止', false) } - + //开放手机按钮 - if(indexStr == 'WX_101'){ - openBtnSpine.setPosition(cc.v2(0,0)) + if (indexStr == 'WX_1') { + openBtnSpine.setPosition(cc.v2(0, 0)) openBtnSpine.active = true shouJi.opacity = 0 - openBtnSpine.getComponent(sp.Skeleton).setAnimation(0,'手机1',false) - this.scheduleOnce(()=>{ - openBtnSpine.getComponent(sp.Skeleton).setAnimation(0,'手机2',false) - + openBtnSpine.getComponent(sp.Skeleton).setAnimation(0, '手机1', false) + this.scheduleOnce(() => { + openBtnSpine.getComponent(sp.Skeleton).setAnimation(0, '手机2', false) + cc.tween(openBtnSpine) - .to(0.5,{x:shouJi.x,y:shouJi.y}) - .call(()=>{ + .to(0.5, { x: shouJi.x, y: shouJi.y }) + .call(() => { cc.tween(shouJi) - .set({active:true,scale:0.5,opacity:255}) - .to(0.15,{scale:0.9}) - .to(0.15,{scale:0.8}) - .start() + .set({ active: true, scale: 0.5, opacity: 255 }) + .to(0.15, { scale: 0.9 }) + .to(0.15, { scale: 0.8 }) + .start() openBtnSpine.active = false this.guideView([shouJi]); }) - .start() - },1.67) - } - - let chuMen = this.node.getChildByName('出门') - if(User.getFirstStepIndex() >= 2){ - this.node.getChildByName('出门').active = true - }else{ - this.node.getChildByName('出门').active = false + .start() + }, 1.67) } - + + // let chuMen = this.node.getChildByName('出门') + // if(User.getFirstStepIndex() >= 2){ + // this.node.getChildByName('出门').active = true + // }else{ + this.node.getChildByName('出门').active = false + // } + // //开放出门按钮 // if(mainId == MainTaskIdEnum.MainTask_102 && User.getFirstStepIndex() == 2){ // openBtnSpine.setPosition(cc.v2(0,0)) @@ -98,7 +99,7 @@ export default class Room1 extends cc.Component { // openBtnSpine.getComponent(sp.Skeleton).setAnimation(0,'门1',false) // this.scheduleOnce(()=>{ // openBtnSpine.getComponent(sp.Skeleton).setAnimation(0,'门2',false) - + // cc.tween(openBtnSpine) // .to(0.5,{x:chuMen.x,y:chuMen.y}) // .call(()=>{ @@ -118,14 +119,25 @@ export default class Room1 extends cc.Component { // },1.67) // } } - clickWXChat(){ + clickWXChat() { JuQingManager.openJuQingOrChat('WX') + + this.node.getChildByName('回家').active = true + } + + clickGoHome() { + this.node.getChildByName('回家').active = false + let zhangJie = User.getStatistics("zhangJie") + PrefabManage.loadPrefabByType(GameStoryConfigData[zhangJie].roomIndex); + // PrefabManage.loadPrefabByType(Common5.selectGameInfo.roomIndex) + this.node.removeFromParent() + this.node.destroy() } - chumenClickEvent(){ + chumenClickEvent() { PrefabManage.loadPrefabByType(GameType.CityPrefab) - - if(cc.isValid(this.maskGuideNode)){ + + if (cc.isValid(this.maskGuideNode)) { this.maskGuideNode.removeFromParent() this.maskGuideNode.destroy() } @@ -134,20 +146,20 @@ export default class Room1 extends cc.Component { this.node.destroy() } - clickTaskInfoEvent(){ - let customTaskInfo:any = TaskManager.getCurUnLockMainTaskInfo() - if(customTaskInfo && Object.keys(customTaskInfo).length > 0 && customTaskInfo.Id != MainTaskIdEnum.MainTask_None){ + clickTaskInfoEvent() { + let customTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() + if (customTaskInfo && Object.keys(customTaskInfo).length > 0 && customTaskInfo.Id != MainTaskIdEnum.MainTask_None) { PrefabManage.loadPrefabByType(GameType.TaskInfoNode) - }else{ - if(TaskManager.getIsLastTaskFinish()){ + } else { + if (TaskManager.getIsLastTaskFinish()) { PrefabManage.showTextTips('后续剧情策划挠头制作中,敬请期待!') - }else{ + } else { PrefabManage.showTextTips('当前无任务') } } - + } - + guideView(nodeArray) { if (this.maskGuideNode == null) { PrefabManage.loadPrefabByType(GameType.GuideMskNode, null, (prefab) => { diff --git a/assets/Scripts/GameRoomRes/Room2/Room2.ts b/assets/Scripts/GameRoomRes/Room2/Room2.ts index 9f3e65cc..34250dc5 100644 --- a/assets/Scripts/GameRoomRes/Room2/Room2.ts +++ b/assets/Scripts/GameRoomRes/Room2/Room2.ts @@ -6,6 +6,7 @@ import JuQingManager from "../../JuQingChat/JuQingManager"; import TaskManager, { MainTaskIdEnum } from "../../JuQingChat/TaskManager"; import JuQingQiPao from "../../JuQingGuanQia/JuQingQiPao"; import BagManager from "../../Manager/BagManager"; +import UserManager from "../../Manager/UserManager"; import NewGuideScript from "../../NewGuide/NewGuideScript"; import PrefabManage, { GameType } from "../../PrefabManager/PrefabManage"; import GetAward from "../../SCommon/GetAward"; @@ -57,6 +58,52 @@ let ChadianConfig = { effectUrl: "GameRoomRes/sound/Room2/乖,爸爸不会抛弃你的,爸爸这就去赚钱。" } ], + chadianLog303: [ + { + str: "20万筹齐没?", + qiPaoPos: 0, + delay: 1.5, + effectUrl: "GameRoomRes/sound/Room2/20万筹齐没?" + }, { + str: "磨磨唧唧,我还以为你给不起20万跑路了呢。", + qiPaoPos: 1, + delay: 2, + effectUrl: "GameRoomRes/sound/Room2/磨磨唧唧,我还以为你给不起20万跑路了呢。" + }, { + str: "夏芸,现在这家跟你没关系了,拿着你的东西滚出去。", + qiPaoPos: -1, + delay: 2.9, + effectUrl: "GameRoomRes/sound/Room2/夏芸,现在这家跟你没关系了,拿着你的东西滚出去。" + } + ], + chadianLog401: [ + { + str: "哼,我跟你的事还没完,走着瞧。", + qiPaoPos: 1, + delay: 2, + effectUrl: "GameRoomRes/sound/Room2/哼,我跟你的事还没完,走着瞧。" + } + ], + chadianLog402: [ + { + str: "爸爸,妈妈怎么跟丑叔叔走了。", + qiPaoPos: 2, + delay: 2, + effectUrl: "GameRoomRes/sound/Room2/爸爸,妈妈怎么跟丑叔叔走了。" + }, + { + str: "以后爸爸一个人也会好好照顾你的。", + qiPaoPos: -1, + delay: 2, + effectUrl: "GameRoomRes/sound/Room2/以后爸爸一个人也会好好照顾你的。" + }, + { + str: "谁啊?来了来了", + qiPaoPos: -1, + delay: 2, + effectUrl: "GameRoomRes/sound/Room2/谁啊?来了来了" + } + ], } const { ccclass, property } = cc._decorator; @@ -146,34 +193,32 @@ export default class Room2 extends cc.Component { User.setStatistics("zhangJie", 2) //开放出门按钮 let openBtnSpine = this.node.getChildByName('openBtnSpine') - if (mainId == MainTaskIdEnum.MainTask_301) { - openBtnSpine.setPosition(cc.v2(0, 0)) - openBtnSpine.active = true - let chuMen = this.node.getChildByName('出门') - chuMen.active = true - chuMen.opacity = 0 - openBtnSpine.getComponent(sp.Skeleton).setAnimation(0, '门1', false) - this.scheduleOnce(() => { - openBtnSpine.getComponent(sp.Skeleton).setAnimation(0, '门2', false) - - cc.tween(openBtnSpine) - .to(0.5, { x: chuMen.x, y: chuMen.y }) - .call(() => { - cc.tween(chuMen) - .set({ active: true, scale: 0.5, opacity: 255 }) - .to(0.15, { scale: 0.9 }) - .to(0.15, { scale: 0.8 }) - .call(() => { - // User.setGameGuideStepIndex(1); - User.setFirstStepIndex(3); - this.guideView([chuMen]); - }) - .start() - openBtnSpine.active = false - }) - .start() - }, 1.67) - } + openBtnSpine.setPosition(cc.v2(0, 0)) + openBtnSpine.active = true + let chuMen = this.node.getChildByName('出门') + chuMen.active = true + chuMen.opacity = 0 + openBtnSpine.getComponent(sp.Skeleton).setAnimation(0, '门1', false) + this.scheduleOnce(() => { + openBtnSpine.getComponent(sp.Skeleton).setAnimation(0, '门2', false) + + cc.tween(openBtnSpine) + .to(0.5, { x: chuMen.x, y: chuMen.y }) + .call(() => { + cc.tween(chuMen) + .set({ active: true, scale: 0.5, opacity: 255 }) + .to(0.15, { scale: 0.9 }) + .to(0.15, { scale: 0.8 }) + .call(() => { + // User.setGameGuideStepIndex(1); + User.setFirstStepIndex(3); + this.guideView([chuMen]); + }) + .start() + openBtnSpine.active = false + }) + .start() + }, 1.67) // this.showQiPao(ChadianConfig.chadianLog202[2], () => { // this.showQiPao(ChadianConfig.chadianLog202[3], () => { // this.node.getChildByName('mainNode').getChildByName('女儿站').active = false @@ -188,11 +233,11 @@ export default class Room2 extends cc.Component { // }); }); }); - } else if (mainId == MainTaskIdEnum.MainTask_208 && BagManager.getBagGoodNums(3005) <= 0) { - this.showQiPao(ChadianConfig.chadianLog208[0], () => { - this.showQiPao(ChadianConfig.chadianLog208[1], () => { - this.node.getChildByName('startBtnTask208').active = true - }); + } else if (mainId == MainTaskIdEnum.MainTask_303) { + this.node.getChildByName('mainNode').getChildByName('老婆').getComponent(sp.Skeleton).setAnimation(0, '说话', true) + this.showQiPao(ChadianConfig.chadianLog303[0], () => { + this.node.getChildByName("needGoodNode_303").active = true + this.node.getChildByName('mainNode').getChildByName('老婆').getComponent(sp.Skeleton).setAnimation(0, '待机', true) }); } } @@ -220,6 +265,22 @@ export default class Room2 extends cc.Component { this.node.getChildByName('mainNode').getChildByName('牌匾 破旧').active = true this.node.getChildByName('mainNode').getChildByName('老婆鞋子').active = true this.node.getChildByName('mainNode').getChildByName('行李箱').active = true + } if (mainId == MainTaskIdEnum.MainTask_303 || mainId == MainTaskIdEnum.MainTask_401) { + this.node.getChildByName('mainNode').getChildByName('老板').active = true + this.node.getChildByName('mainNode').getChildByName('老婆').active = true + this.node.getChildByName('mainNode').getChildByName('女儿站').active = true + // this.node.getChildByName('mainNode').getChildByName('touchArea_化妆品').active = true + // this.node.getChildByName('mainNode').getChildByName('touchArea_衣服').active = true + // this.node.getChildByName('mainNode').getChildByName('touchArea_钱').active = true + // this.node.getChildByName('mainNode').getChildByName('touchArea_鞋子').active = true + this.node.getChildByName('mainNode').getChildByName('衣服').active = true + this.node.getChildByName('mainNode').getChildByName('抹布').active = true + this.node.getChildByName('mainNode').getChildByName('现金1').active = true + this.node.getChildByName('mainNode').getChildByName('菜谱').active = true + // this.node.getChildByName('mainNode').getChildByName('化妆品').active = true + this.node.getChildByName('mainNode').getChildByName('牌匾 破旧').active = true + this.node.getChildByName('mainNode').getChildByName('老婆鞋子').active = true + this.node.getChildByName('mainNode').getChildByName('行李箱').active = true } else if (mainId == MainTaskIdEnum.MainTask_201) { this.node.getChildByName('mainNode').getChildByName('女儿站').active = true this.node.getChildByName('mainNode').getChildByName('女儿站').getComponent(sp.Skeleton).setAnimation(0, '女儿哭泣', true) @@ -385,7 +446,28 @@ export default class Room2 extends cc.Component { } if (this.finishTaskStep == 3) { - this.node.getChildByName('mainNode').getChildByName('touchArea_菜谱').active = true + // this.node.getChildByName('mainNode').getChildByName('touchArea_菜谱').active = true + this.node.getChildByName('mainNode').getChildByName('老板').getComponent(sp.Skeleton).setAnimation(0, '说话', true) + this.showQiPao(ChadianConfig.chadianLog401[1], () => { + this.node.getChildByName('mainNode').getChildByName('老板').getComponent(sp.Skeleton).setAnimation(0, '待机', true) + cc.tween(this.node.getChildByName('mainNode').getChildByName('老板')) + .to(1, { opacity: 0 }) + .start() + cc.tween(this.node.getChildByName('mainNode').getChildByName('老婆')) + .to(1, { opacity: 0 }) + .start() + this.scheduleOnce(() => { + TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_401) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_402) + this.showQiPao(ChadianConfig.chadianLog402[0], () => { + this.showQiPao(ChadianConfig.chadianLog402[1], () => { + this.showQiPao(ChadianConfig.chadianLog402[2], () => { + User.setStatistics("zhangJie", 4) + }) + }) + }) + }, 1) + }); } } @@ -421,6 +503,40 @@ export default class Room2 extends cc.Component { }, 1.5) } + chumenClickEvent() { + let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() + let mainId = mainTaskInfo.Id + if (mainId == MainTaskIdEnum.MainTask_301) { + User.setFirstStepIndex(3) + } + PrefabManage.loadPrefabByType(GameType.MainHall) + + if (cc.isValid(this.maskGuideNode)) { + this.maskGuideNode.removeFromParent() + this.maskGuideNode.destroy() + } + + this.node.removeFromParent() + this.node.destroy() + + } + + onClickNeedQiPao303() { + if (User.getMoney() >= 200000) { + UserManager.subMoney(200000) + this.node.getChildByName("needGoodNode_303").active = false + this.node.getChildByName('mainNode').getChildByName('老板').getComponent(sp.Skeleton).setAnimation(0, '说话', true) + this.showQiPao(ChadianConfig.chadianLog303[1], () => { + this.node.getChildByName('mainNode').getChildByName('老板').getComponent(sp.Skeleton).setAnimation(0, '待机', true) + this.showQiPao(ChadianConfig.chadianLog303[2], () => { + TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_303) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_401) + this.node.getChildByName('startBtnTask201').active = true + }); + }); + } + } + guideView(nodeArray) { if (this.maskGuideNode == null) { PrefabManage.loadPrefabByType(GameType.GuideMskNode, null, (prefab) => { diff --git a/assets/Scripts/GameStoryRes/KaiChangGuanQia1Gai.ts b/assets/Scripts/GameStoryRes/KaiChangGuanQia1Gai.ts index ff2555d4..9f721897 100644 --- a/assets/Scripts/GameStoryRes/KaiChangGuanQia1Gai.ts +++ b/assets/Scripts/GameStoryRes/KaiChangGuanQia1Gai.ts @@ -37,10 +37,10 @@ let ChadianConfig = { effectUrl: "GameStoryRes/sound/KaiChangGuanQia1Gai/林齐!你...你怎么来了!" }, { - str: "你们在酒店干什么!", + str: "你们!怎么会在酒店!", qiPaoPos: 3, delay: 2.8, - effectUrl: "GameStoryRes/sound/KaiChangGuanQia1Gai/你们在酒店干什么!" + effectUrl: "GameStoryRes/sound/KaiChangGuanQia1Gai/你们!怎么会在酒店!" }, { str: "你个窝囊废你瞎嚷嚷什么啊!", @@ -66,6 +66,12 @@ let ChadianConfig = { delay: 4.5, effectUrl: "GameStoryRes/sound/KaiChangGuanQia1Gai/陈天霸你给我等着,一年内我让你西餐厅破产!" }, + { + str: "林齐!我也是为了女儿,你以后会明白我的苦衷。", + qiPaoPos: 2, + delay: 5.5, + effectUrl: "GameStoryRes/sound/KaiChangGuanQia1Gai/林齐!我也是为了女儿,你以后会明白我的苦衷。" + }, { str: "今天这事没完,我看你有什么本事让我西餐厅破产。", qiPaoPos: 6, @@ -369,14 +375,17 @@ export default class KaiChangGuanQia1 extends cc.Component { cc.tween(this.mainNode) // .to(0.6, { scale: 1.5, x: 130 }) .call(() => { - // this.laoPo.getComponent(sp.Skeleton).setAnimation(0, '说话', true) - this.nanZhu3.getComponent(sp.Skeleton).setAnimation(0, '老板倒地说话', true) + this.laoPo.getComponent(sp.Skeleton).setAnimation(0, '说话', true) this.showQiPao(ChadianConfig.chadianLog[8], () => { this.laoPo.getComponent(sp.Skeleton).setAnimation(0, '流泪', false) - - this.scheduleOnce(() => { - part2() - }, 2) + this.nanZhu3.getComponent(sp.Skeleton).setAnimation(0, '老板倒地说话', true) + this.showQiPao(ChadianConfig.chadianLog[9], () => { + this.laoPo.getComponent(sp.Skeleton).setAnimation(0, '流泪', false) + + this.scheduleOnce(() => { + part2() + }, 2) + }); }); }) .start() @@ -471,7 +480,7 @@ export default class KaiChangGuanQia1 extends cc.Component { User.setFirstStepIndex(1) // this.scheduleOnce(() => { TaskManager.setCurTask(MainTaskIdEnum.MainTask_101) - JuQingManager.unLockNewJuQing('WX_101') + JuQingManager.unLockNewJuQing('WX_1') User.setFirstStepIndex(2) let zhangJie = User.getStatistics("zhangJie") PrefabManage.loadPrefabByType(GameStoryConfigData[zhangJie].roomIndex); diff --git a/assets/Scripts/JuQingChat/TaskManager.ts b/assets/Scripts/JuQingChat/TaskManager.ts index 69d56e5e..0afeb88d 100644 --- a/assets/Scripts/JuQingChat/TaskManager.ts +++ b/assets/Scripts/JuQingChat/TaskManager.ts @@ -40,25 +40,9 @@ export enum MainTaskIdEnum { MainTask_None, MainTask_100 = 100,//这个id用于存储未完待续的阶段任务(临时标志) MainTask_101, - MainTask_102, - MainTask_103, - MainTask_104, MainTask_200 = 200, MainTask_201 = 201, - MainTask_202, - MainTask_203, - MainTask_204, - MainTask_205, - MainTask_206, - MainTask_207, - MainTask_208, - MainTask_209, - MainTask_210, - MainTask_211, - MainTask_212, - MainTask_213, - MainTask_301 = 301, MainTask_302, @@ -215,261 +199,119 @@ let TaskListConfig = [ /**第2章 **/ { TaskId: MainTaskIdEnum.MainTask_200, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '支离破碎', TaskDesc: '回家照看女儿', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 5, isAutoTanChu: false + TaskTittle: '破碎的家庭', TaskDesc: '回家照看女儿', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', + subtitle: 2, isAutoTanChu: false }, { TaskId: MainTaskIdEnum.MainTask_201, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '支离破碎', TaskDesc: '完成跟女儿的对话', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 5, isAutoTanChu: false + TaskTittle: '破碎的家庭', TaskDesc: '完成跟女儿的对话', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_2', + subtitle: 3, isAutoTanChu: false }, /**第3章 **/ { TaskId: MainTaskIdEnum.MainTask_301, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '出门赚够20万偿还金', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 19, isAutoTanChu: false + TaskTittle: '我的早餐摊', TaskDesc: '出门赚够20万偿还金', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_3', + subtitle: 4, taskNum: 200000, isAutoTanChu: false }, { TaskId: MainTaskIdEnum.MainTask_302, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '外出【废瓶回收】获取湘菜食材', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 20, wanFaRuKouTip: ['rk_jiuPingHuiShouChang'], GMGameType: 'JiuPingHuiShou', GMGoodIdArray: [3620, 3621, 3622], taskCaiGouDan: [3620, 3621, 3622], isAutoTanChu: true + TaskTittle: '我的早餐摊', TaskDesc: '查看陈天霸的手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', + subtitle: 5, isAutoTanChu: true }, { TaskId: MainTaskIdEnum.MainTask_303, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '去【投资人家】完成湘菜并获得投资', TaskNeedMoney: 150000, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], - subtitle: 21, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_304, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '外出【烂尾中餐城】建造湘菜馆', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_room'], - subtitle: 22, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_305, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '外出【快递站】拿礼物', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 23, wanFaRuKouTip: ['rk_kuaiDiZhan'], GMGameType: 'KuaiDiZhan', GMGoodIdArray: [3006], taskCaiGouDan: [3006], isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_306, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '打车前往【投资人家】送礼物', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_300', wanFaRuKouTip: ['rk_chuZuChe'], - subtitle: 24, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_3062, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '查看手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 24, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_307, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '外出【湘菜馆】研发5种湘菜菜品', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_301', wanFaRuKouTip: ['rk_linShiXiangCai'], finishUnLockMainTask: MainTaskIdEnum.MainTask_308, - subtitle: 25, GMGameType: 'ZhongCanTing', GMCapitalLevel: [[0, 5]], isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_308, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '查看手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 26, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_309, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '资本相助', TaskDesc: '【回家】寻找女儿', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe', 'rk_room'], - subtitle: 27, isAutoTanChu: true + TaskTittle: '我的早餐摊', TaskDesc: '骑电驴回家偿还前妻20万', finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 6, isAutoTanChu: true }, - + /**第4章 **/ { TaskId: MainTaskIdEnum.MainTask_401, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '女儿失踪', TaskDesc: '【回家】寻找女儿丢失的线索', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 28, isAutoTanChu: false + TaskTittle: '恩断义绝', TaskDesc: '清理前妻的东西赶出家门', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', + subtitle: 7, isAutoTanChu: false }, { TaskId: MainTaskIdEnum.MainTask_402, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '女儿失踪', TaskDesc: '查看手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 29, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_403, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '女儿失踪', TaskDesc: '外出【卖货郎】购买解药', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_maiHuoLang'], - GMGameType: 'ShouHuoJi', GMGoodIdArray: [3007], taskCaiGouDan: [3007], - subtitle: 30, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_404, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '女儿失踪', TaskDesc: '打车前往【餐馆】查明餐馆风波', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe', 'rk_room'], - subtitle: 31, isAutoTanChu: true + TaskTittle: '恩断义绝', TaskDesc: '安慰女儿', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', + subtitle: 8, isAutoTanChu: true }, + /**第5章 **/ { TaskId: MainTaskIdEnum.MainTask_501, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '餐馆中毒', TaskDesc: '给中毒女孩使用解药', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 32, isAutoTanChu: false + TaskTittle: '骤至的债务', TaskDesc: '完成对话了解情况', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_4', + subtitle: 9, isAutoTanChu: false }, { TaskId: MainTaskIdEnum.MainTask_502, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '餐馆中毒', TaskDesc: '还原女孩食物中毒真相', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], - subtitle: 33, isAutoTanChu: true + TaskTittle: '骤至的债务', TaskDesc: '筹齐500万偿还高利贷', TaskNeedMoney: 0, taskNum: 5000000, finishUnLockJuQingIndex: '', + subtitle: 10, isAutoTanChu: true }, { TaskId: MainTaskIdEnum.MainTask_503, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '餐馆中毒', TaskDesc: '聘用秘书获得川菜食谱', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], - subtitle: 34, isAutoTanChu: true + TaskTittle: '骤至的债务', TaskDesc: '骑电驴前往贷款公司偿还', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_5', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 11, isAutoTanChu: true }, - { - TaskId: MainTaskIdEnum.MainTask_504, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '餐馆中毒', TaskDesc: '查看手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 35, isAutoTanChu: true - }, - - // {TaskId:MainTaskIdEnum.MainTask_505,includeSubTaskId:[],needFinishSubTaskId:SubTaskIdEnum.SubTask_None, - // TaskTittle:'餐馆中毒',TaskDesc:'外出【废瓶回收】/获得川菜食材',TaskNeedMoney:0,finishUnLockJuQingIndex:'', - // GMGameType:'JiuPingHuiShou', GMGoodIdArray:[3008,3009],taskCaiGouDan:[3008,3009],wanFaRuKouTip:['rk_jiuPingHuiShouChang'], - // subtitle:36,isAutoTanChu:true}, - - // {TaskId:MainTaskIdEnum.MainTask_506,includeSubTaskId:[],needFinishSubTaskId:SubTaskIdEnum.SubTask_None, - // TaskTittle:'餐馆中毒',TaskDesc:'查看手机/师妹消息',TaskNeedMoney:0,finishUnLockJuQingIndex:'', - // subtitle:37,isAutoTanChu:false}, - - { - TaskId: MainTaskIdEnum.MainTask_507, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '餐馆中毒', TaskDesc: '打车前往【西餐厅】面见师妹', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe', 'rk_room'], - subtitle: 38, isAutoTanChu: true - }, - - + /**第5章 **/ { TaskId: MainTaskIdEnum.MainTask_601, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜传承', TaskDesc: '在【西餐厅】硬抗陈天霸', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 39, isAutoTanChu: false + TaskTittle: '女儿被绑架', TaskDesc: '查看发小的手机信息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', + subtitle: 12, isAutoTanChu: false }, - { TaskId: MainTaskIdEnum.MainTask_602, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜传承', TaskDesc: '付15万违约金解救师妹', TaskNeedMoney: 150000, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], - subtitle: 40, isAutoTanChu: true + TaskTittle: '女儿被绑架', TaskDesc: '回家寻找女儿被绑架的线索', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_6', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 13, isAutoTanChu: true }, - { TaskId: MainTaskIdEnum.MainTask_603, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜传承', TaskDesc: '外出【探宝】获得厨具、川菜御厨匾', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_601', - GMGameType: 'ShenHaiTanBao', GMGoodIdArray: [3602], taskCaiGouDan: [3520, 3521, 3602], - finishUnLockMainTask: MainTaskIdEnum.MainTask_604, wanFaRuKouTip: ['rk_shenHaiTanBao'], - subtitle: 41, isAutoTanChu: true + TaskTittle: '女儿被绑架', TaskDesc: '查看陈天霸的手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_7', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 14, isAutoTanChu: true }, - { TaskId: MainTaskIdEnum.MainTask_604, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜传承', TaskDesc: '查看手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 42, isAutoTanChu: true + TaskTittle: '女儿被绑架', TaskDesc: '筹齐女儿的赎金2000万', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', + subtitle: 15, isAutoTanChu: true + }, + { + TaskId: MainTaskIdEnum.MainTask_604, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, + TaskTittle: '女儿被绑架', TaskDesc: '前往赎回女儿', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 16, isAutoTanChu: true }, - - // {TaskId:MainTaskIdEnum.MainTask_605,includeSubTaskId:[],needFinishSubTaskId:SubTaskIdEnum.SubTask_None, - // TaskTittle:'川菜传承',TaskDesc:'外出【卖货郎】/买面包车',TaskNeedMoney:30000,finishUnLockJuQingIndex:'', - // wanFaRuKouTip:['rk_maiHuoLang'],GMGameType:'ShouHuoJi', GMGoodIdArray:[],taskCaiGouDan:[3014], - // subtitle:43,isAutoTanChu:true}, - { TaskId: MainTaskIdEnum.MainTask_606, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜传承', TaskDesc: '开车前往【投资人家】', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe', 'rk_room'], - subtitle: 44, isAutoTanChu: true + TaskTittle: '女儿被绑架', TaskDesc: '打开门并救回女儿', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 17, isAutoTanChu: true }, /**第7章 **/ { TaskId: MainTaskIdEnum.MainTask_701, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '前往【投资人家】解决女人风波', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 45, isAutoTanChu: false + TaskTittle: '命运的捉弄', TaskDesc: '前往医院', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 18, isAutoTanChu: false }, { TaskId: MainTaskIdEnum.MainTask_702, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '外出【快递站】拿牡丹和兰花', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 46, wanFaRuKouTip: ['rk_kuaiDiZhan'], GMGameType: 'KuaiDiZhan', GMGoodIdArray: [3015, 3016], taskCaiGouDan: [3015, 3016], isAutoTanChu: true + TaskTittle: '命运的捉弄', TaskDesc: '询问女儿的身体状况', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_8', wanFaRuKouTip: ['rk_chuZuChe'], + subtitle: 19, isAutoTanChu: true }, { TaskId: MainTaskIdEnum.MainTask_703, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '开车前往【投资人家】送花', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], jieSuoNextTaskId: MainTaskIdEnum.MainTask_704, - subtitle: 47, needGoodId: 3015, isAutoTanChu: true + TaskTittle: '命运的捉弄', TaskDesc: '筹齐女儿的医疗费用100亿', TaskNeedMoney: 0, taskNum: 10000000000, finishUnLockJuQingIndex: '', + subtitle: 20, isAutoTanChu: true }, - { - TaskId: MainTaskIdEnum.MainTask_704, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '将兰花送师妹', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], jieSuoNextTaskId: MainTaskIdEnum.MainTask_705, - subtitle: 48, needGoodId: 3016, isAutoTanChu: false - }, - - - { - TaskId: MainTaskIdEnum.MainTask_705, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '外出【食品回收】获取川菜食材', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 49, wanFaRuKouTip: ['rk_shiPinHuiShou'], GMGameType: 'ShiCaiHuiShou', GMGoodIdArray: [3633], taskCaiGouDan: [3630, 3631, 3632, 3633], isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_706, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '返回【投资人家】展示实力并获得投资', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], - subtitle: 50, isAutoTanChu: true - }, - { - TaskId: MainTaskIdEnum.MainTask_707, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '外出【林氏中餐城】建造川菜馆', TaskNeedMoney: 800000, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_room'], - subtitle: 51, isAutoTanChu: true - }, - { - TaskId: MainTaskIdEnum.MainTask_708, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '查看手机消息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 52, isAutoTanChu: true - }, - { - TaskId: MainTaskIdEnum.MainTask_709, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '开车前往【投资人家】', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe'], - subtitle: 53, isAutoTanChu: true - }, - { - TaskId: MainTaskIdEnum.MainTask_710, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '外出【卖货郎】买解药', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 54, wanFaRuKouTip: ['rk_maiHuoLang'], GMGameType: 'ShouHuoJi', GMGoodIdArray: [3020], taskCaiGouDan: [3020], isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_711, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '开车前往【投资人家】', TaskNeedMoney: 0, finishUnLockJuQingIndex: 'WX_QL701', jieSuoNextTaskId: MainTaskIdEnum.MainTask_712, - subtitle: 55, wanFaRuKouTip: ['rk_chuZuChe'], needGoodId: 3020, isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_712, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '查看手机信息', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 56, isAutoTanChu: true - }, - { - TaskId: MainTaskIdEnum.MainTask_713, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '外出【快递站】获得魔鬼辣酱', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', - subtitle: 57, wanFaRuKouTip: ['rk_kuaiDiZhan'], GMGameType: 'KuaiDiZhan', GMGoodIdArray: [3017, 3018, 3019], taskCaiGouDan: [3017, 3018, 3019], isAutoTanChu: true - }, - - { - TaskId: MainTaskIdEnum.MainTask_714, includeSubTaskId: [], needFinishSubTaskId: SubTaskIdEnum.SubTask_None, - TaskTittle: '川菜馆开张', TaskDesc: '开车【餐馆】处理闹事风波', TaskNeedMoney: 0, finishUnLockJuQingIndex: '', wanFaRuKouTip: ['rk_chuZuChe', 'rk_room'], - subtitle: 58, isAutoTanChu: true - }, // // //第二章 // { TaskId: MainTaskIdEnum.MainTask_501, unLockGame: [], TaskTittle: '意外重生', TaskDesc: '意外重生回到10年前---任务1', finishUnLockJuQingIndex: '' }, // { TaskId: MainTaskIdEnum.MainTask_502, unLockGame: [], TaskTittle: '苏瑶受伤', TaskDesc: '帮苏瑶疗伤---任务2', finishUnLockJuQingIndex: 'WX_1' }, @@ -593,12 +435,19 @@ export default class TaskManager { public static juQingFinishEventEmit(unLockJuQingIndex) { console.log(unLockJuQingIndex, 'unLockJuQingIndex+++++++++++++++===') - if (unLockJuQingIndex == 'WX_101') { + if (unLockJuQingIndex == 'WX_1') { this.finishCurMainTask(MainTaskIdEnum.MainTask_101) this.setCurTask(MainTaskIdEnum.MainTask_200) User.setStatistics("zhangJie", 1) + } else if (unLockJuQingIndex == 'WX_3') { + this.finishCurMainTask(MainTaskIdEnum.MainTask_302) + this.setCurTask(MainTaskIdEnum.MainTask_303) + } else if (unLockJuQingIndex == 'WX_5') { + this.finishCurMainTask(MainTaskIdEnum.MainTask_601) + this.setCurTask(MainTaskIdEnum.MainTask_602) } - // if (unLockJuQingIndex == 'WX_2') { + + // if (unLockJuQingIndex == 'WX_3') { // JuQingManager.unLockNewJuQing('WX_10') // } else if (unLockJuQingIndex == 'WX_3') { // JuQingManager.unLockNewJuQing('WX_11') diff --git a/assets/Scripts/MainHall/MainHall.ts b/assets/Scripts/MainHall/MainHall.ts index 87401897..09df7766 100644 --- a/assets/Scripts/MainHall/MainHall.ts +++ b/assets/Scripts/MainHall/MainHall.ts @@ -115,8 +115,8 @@ export default class MainHall extends UiBase { this.curStayTime = Date.now() - // PrefabManage.loadPrefabByType(GameType.ChaoFanWang, this.node.getChildByName('prefabNode'), (node) => { - // }) + PrefabManage.loadPrefabByType(GameType.ZaoCanDian, this.node.getChildByName('prefabNode'), (node) => { + }) // if (User.getRoomGoodStatus() == 0) { // PrefabManage.loadPrefabByType(GameType.chatLongGe) // this.hideSomeBtn(true) @@ -301,7 +301,9 @@ export default class MainHall extends UiBase { let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() let mainId = mainTaskInfo.Id let index = User.getFirstStepIndex() - if (index == 1000) { + if (index == 3) { + + }else if (index == 1000) { this.scheduleOnce(() => { let zhuanpan = User.getZhuanPanFree() if (zhuanpan) { @@ -522,12 +524,10 @@ export default class MainHall extends UiBase { let money = UserManager.getCurMoney() let getCurTaskId = User.getCurTaskId() - // if (mainId == MainTaskIdEnum.MainTask_503 && money >= config.taskNum) { - // TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_503) - // TaskManager.setCurTask(MainTaskIdEnum.MainTask_504) - // let node = this.node.getChildByName('UINode').getChildByName('主线剧情') - // this.guideView([node], 150) - // } + if (mainId == MainTaskIdEnum.MainTask_301 && money >= config.taskNum) { + TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_301) + TaskManager.setCurTask(MainTaskIdEnum.MainTask_302) + } } diff --git a/assets/Scripts/MainHall/MainHallBtn.ts b/assets/Scripts/MainHall/MainHallBtn.ts index f2979de5..1dcdfde1 100644 --- a/assets/Scripts/MainHall/MainHallBtn.ts +++ b/assets/Scripts/MainHall/MainHallBtn.ts @@ -329,8 +329,8 @@ export default class MainHallBtn extends cc.Component { //spineNodeTask.getComponent(sp.Skeleton).setAnimation(0,'呼吸',true) taskDescNode.active = true - tanhao.active = true - taskLab.string = taskConfig.TaskTittle + // tanhao.active = true + taskLab.string = taskConfig.TaskDesc taskNode.getComponent('ScaleScripts').startTween() } else { //spineNodeTask.getComponent(sp.Skeleton).setAnimation(0,'静止',false) @@ -363,8 +363,8 @@ export default class MainHallBtn extends cc.Component { //spineNodeTask.getComponent(sp.Skeleton).setAnimation(0,'呼吸',true) taskDescNode.active = true - tanhao.active = true - taskLab.string = taskConfig.TaskTittle + // tanhao.active = true + taskLab.string = taskConfig.TaskDesc taskNode.getComponent('ScaleScripts').startTween() } else { //spineNodeTask.getComponent(sp.Skeleton).setAnimation(0,'静止',false) @@ -751,10 +751,14 @@ export default class MainHallBtn extends cc.Component { clickGoHome() { //Common5.playEffect("sound/按键点击") // PrefabManage.loadPrefabByType(GameType.ShouHuoji) - User.setStatistics("zhangJie",1) - let zhangJie = User.getStatistics("zhangJie") - if (zhangJie) { - PrefabManage.loadPrefabByType(GameStoryConfigData[zhangJie].roomIndex) + // let zhangJie = User.getStatistics("zhangJie") + // if (zhangJie) { + // PrefabManage.loadPrefabByType(GameStoryConfigData[zhangJie].roomIndex) + // } + let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() + let mainId = mainTaskInfo.Id + if (mainId == MainTaskIdEnum.MainTask_303) { + PrefabManage.loadPrefabByType(GameType.Room2) } } diff --git a/assets/Scripts/MainScene/MainScene.ts b/assets/Scripts/MainScene/MainScene.ts index 9ec5908c..23268963 100644 --- a/assets/Scripts/MainScene/MainScene.ts +++ b/assets/Scripts/MainScene/MainScene.ts @@ -97,7 +97,7 @@ export default class MainScene extends cc.Component { // MiShuManager.setMishuLock(i, true, false) // } - // User.setFirstStepIndex(1) + // User.setFirstStepIndex(3) // let zhuzis = [3709, 3710, 3711, 3712, 3713, 3714] // zhuzis.forEach(element => { // BagManager.addBagList({ goodId: element, goodNum: 1 }) @@ -121,7 +121,7 @@ export default class MainScene extends cc.Component { // User.setCurChallengeId(19) // User.setChengJiuReward([0, 0, 0, 0, 0, 0, 0, 0, 0]) // cc.sys.localStorage.removeItem("货源引导") - User.setStatistics("zhangJie",2) + // User.setStatistics("zhangJie",2) let zhangJie = User.getStatistics("zhangJie") let taskArray = User.getCurTaskId() let taskId = taskArray[0] diff --git a/assets/Scripts/Manager/UserManager.ts b/assets/Scripts/Manager/UserManager.ts index f91e6d7e..b1067c13 100644 --- a/assets/Scripts/Manager/UserManager.ts +++ b/assets/Scripts/Manager/UserManager.ts @@ -471,12 +471,16 @@ export default class UserManager{ ChuShiXieHuiLevelStr += ';' let DiaoLuoAllGet = 'DiaoLuoAllGet:'+ User.getDiaoLuoAllGet() +';' let zhuanPanFree = 'zhuanPanFree:'+ User.getZhuanPanFree() +';' + + let allStatistics = User.getAllStatistics() + let allStatisticsStr = 'allStatistics:' + allStatisticsStr = allStatisticsStr + allStatistics.join('#') + ';' let newStr = shouyiFanbeiNum+shouyiFanbeiTime+autoClickTime+clickIncomeNum+ curChallengeId+mishuPeiXunLevel+duiyouPeiXunLevel+myLevel+FangchanListStr+FangchanShouyiStr+SignListStr+ MishuListStr+DuiyouListStr+ShiPuArrayStr+TanweiArrayStr - +showAdNum+dengLuDayNum+saveDay+ziChanData_1+ziChanData_unLockNum+curGameLevelIndex+ChuShiXieHuiLevelStr+DiaoLuoAllGet+zhuanPanFree + +showAdNum+dengLuDayNum+saveDay+ziChanData_1+ziChanData_unLockNum+curGameLevelIndex+ChuShiXieHuiLevelStr+DiaoLuoAllGet+zhuanPanFree+allStatistics let sendData = moneyStr+userIQ+dayStr+bagGoodIdStrA+roomGoodStatusA+fengweiStrA+canInterStrA+hetongDataA+curJuQingUnLockIndexStr+ curUnLockMainTaskInfo+curUnLockSubTaskInfo+firstStepIndexStr+taofenStr+shoulieStr+ditanStr+GameGuideStepIndexStr+chatStr diff --git a/assets/Scripts/PrefabManager/PrefabManage.ts b/assets/Scripts/PrefabManager/PrefabManage.ts index 20a88f78..867375f3 100644 --- a/assets/Scripts/PrefabManager/PrefabManage.ts +++ b/assets/Scripts/PrefabManager/PrefabManage.ts @@ -222,6 +222,7 @@ export enum GameType { TaskResult, JieDao, + ZaoCanDian, KaiChangGuanQia1Gai, GameStory2, @@ -506,6 +507,7 @@ let AllPrefabConfig = [ { desc: "剧情任务结果", gameType: GameType.TaskResult, bundleName: "MainPrefab", prefabUrl: "prefab/taskResult", dadianTag: '剧情任务结果-进入', wanJiaDaDianTag: "剧情任务结果-玩家", isNeedLoading: false }, { desc: "街道", gameType: GameType.JieDao, bundleName: "JieDao", prefabUrl: "prefab/JieDao", dadianTag: '街道-进入', wanJiaDaDianTag: "街道-玩家", isNeedLoading: true }, + { desc: "早餐店", gameType: GameType.ZaoCanDian, bundleName: "ZaoCanDian", prefabUrl: "prefab/ZaoCanDian", dadianTag: '早餐店-进入', wanJiaDaDianTag: "早餐店-玩家", isNeedLoading: true }, { desc: "开场关卡1", gameType: GameType.KaiChangGuanQia1Gai, bundleName: "KaiChangGuanQia1Gai", prefabUrl: "prefab/KaiChangGuanQia1Gai", dadianTag: '开场关卡1-进入', wanJiaDaDianTag: "开场关卡1-玩家", isNeedLoading: true }, { desc: "游戏文字剧情2", gameType: GameType.GameStory2, bundleName: "GameStory2", prefabUrl: "prefab/GameStory2", dadianTag: '游戏文字剧情2-进入', wanJiaDaDianTag: "游戏文字剧情2-玩家", isNeedLoading: true }, diff --git a/assets/Scripts/ZaoCanDian/ZaoCanDian.ts b/assets/Scripts/ZaoCanDian/ZaoCanDian.ts index 7c4e3d5a..e3220988 100644 --- a/assets/Scripts/ZaoCanDian/ZaoCanDian.ts +++ b/assets/Scripts/ZaoCanDian/ZaoCanDian.ts @@ -7,7 +7,9 @@ import { ryw_Event } from "../../FrameWork/Event/EventEnum"; import EventMgr from "../../FrameWork/Event/EventMgr"; +import User from "../../FrameWork/User/User"; import Common5 from "../../Platform/th/Common5"; +import TaskManager from "../JuQingChat/TaskManager"; import ZaoCanManager from "../Manager/ZaoCanManager"; import ZaoCanDianNpc from "./ZaoCanDianNpc"; @@ -47,10 +49,13 @@ export default class ZaoCanDian extends cc.Component { // onLoad () {} start() { - //NPC,头上带气泡 - - //点击,点击完自动上架早餐 - + let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo() + let mainId = mainTaskInfo.Id + let index = User.getFirstStepIndex() + if (index == 3) { //早餐摊引导 + + return + } //刷新早餐种类 this.refreshZaoCan() EventMgr.onEvent_custom(ryw_Event.levelUpChange, () => { @@ -62,7 +67,7 @@ export default class ZaoCanDian extends cc.Component { refreshZaoCan() { let config = ZaoCanManager.getManagerConfigDate() for (let i = 0; i < config.length; i++) { - let name = ZaoCanManager.getCurNameById(config[i]) + let name = ZaoCanManager.getCurNameById(i) this.ZaoCanArr[i] = name } diff --git a/assets/ZaoCanDian.meta b/assets/ZaoCanDian.meta index ee193b1b..16c9b749 100644 --- a/assets/ZaoCanDian.meta +++ b/assets/ZaoCanDian.meta @@ -2,12 +2,20 @@ "ver": "1.1.3", "uuid": "68622627-7883-424a-8419-8c87f58497b1", "importer": "folder", - "isBundle": false, + "isBundle": true, "bundleName": "", "priority": 1, - "compressionType": {}, - "optimizeHotUpdate": {}, - "inlineSpriteFrames": {}, - "isRemoteBundle": {}, + "compressionType": { + "bytedance": "zip" + }, + "optimizeHotUpdate": { + "bytedance": false + }, + "inlineSpriteFrames": { + "bytedance": false + }, + "isRemoteBundle": { + "bytedance": true + }, "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/ChatPerson.json b/assets/resources/Json/JuQingChatConfig/ChatPerson.json index feccf438..1c8ccd84 100644 --- a/assets/resources/Json/JuQingChatConfig/ChatPerson.json +++ b/assets/resources/Json/JuQingChatConfig/ChatPerson.json @@ -5,166 +5,56 @@ "type": "WX", "jsonName": "WX_ChenTianBa", "eventIndexStr": [ - "WX_202", - "WX_203", - "WX_501", - "WX_702", - "WX_1102", - "WX_1103", - "WX_2001", - "WX_2101", - "WX_2201", - "WX_2202", - "WX_2301", - "WX_2501" + "WX_3", + "WX_6" ], "imgPath": "陈天霸(反派)", "qunLiaoType": "single" }, { "id": 2, - "chatPersonName": "夏芸(老婆)", + "chatPersonName": "刘伟(发小)", "type": "WX", - "jsonName": "WX_XiaYun", + "jsonName": "WX_LiuWei", "eventIndexStr": [ - "WX_102", - "WX_401", - "WX_901", - "WX_902", - "WX_1001", - "WX_1802", - "WX_1902", - "WX_2102", - "WX_2103", - "WX_2401", - "WX_2501", - "WX_2505", - "WX_9001" + "WX_1", + "WX_2", + "WX_5" ], - "imgPath": "夏芸(老婆)", + "imgPath": "刘伟(发小)", "qunLiaoType": "single" }, { "id": 3, - "chatPersonName": "苏梦雪(投资人)", + "chatPersonName": "妈", "type": "WX", - "jsonName": "WX_SuMengXue", + "jsonName": "WX_LiuGuiFang", "eventIndexStr": [ - "WX_204", - "WX_601", - "WX_701", - "WX_801", - "WX_1002", - "WX_1101", - "WX_1301", - "WX_1501", - "WX_1601", - "WX_1602", - "WX_1701", - "WX_1901", - "WX_20012", - "WX_2402", - "WX_2503", - "WX_2504", - "WX_2507", - "WX_9002" + "WX_4" ], - "imgPath": "苏梦雪(投资人)", + "imgPath": "妈", "qunLiaoType": "single" }, { "id": 4, - "chatPersonName": "李冰妍(秘书)", + "chatPersonName": "绑匪", "type": "WX", - "jsonName": "WX_LiBingYan", + "jsonName": "WX_BangFei", "eventIndexStr": [ - "WX_1302", - "WX_1801", - "WX_2002", - "WX_2003", - "WX_9003" + "WX_7" ], - "imgPath": "李冰妍(秘书)", + "imgPath": "绑匪", "qunLiaoType": "single" }, { "id": 5, - "chatPersonName": "杨玲倩(师妹)", - "type": "WX", - "jsonName": "WX_YangLingQian", - "eventIndexStr": [ - "WX_502", - "WX_703", - "WX_1702", - "WX_2502", - "WX_9004", - "WX_9005" - ], - "imgPath": "杨玲倩(师妹)", - "qunLiaoType": "single" - }, - { - "id": 6, - "chatPersonName": "刘伟(发小)", - "type": "WX", - "jsonName": "WX_LiuWei", - "eventIndexStr": [ - "WX_101", - "WX_201", - "WX_300", - "WX_301", - "WX_1401", - "WX_1402" - ], - "imgPath": "刘伟(发小)", - "qunLiaoType": "single" - }, - { - "id": 7, - "chatPersonName": "御厨世家群", + "chatPersonName": "夏芸(前妻)", "type": "WX", - "jsonName": "WX_YuChuShiJia", - "eventIndexStr": [ - "WX_QL701", - "WX_QL801", - "WX_QL1201" - ], - "imgPath": "御厨世家群", - "qunLiaoType": "group" - }, - { - "id": 8, - "chatPersonName": "萧言", - "type": "WX", - "jsonName": "WX_XiaoYan", + "jsonName": "WX_XiaYun", "eventIndexStr": [ - "WX_2506" + "WX_8" ], - "imgPath": "萧言", - "qunLiaoType": "single" - }, - { - "id": 9, - "chatPersonName": "苏菜传承人", - "type": "WX", - "jsonName": "WX_SuCai", - "imgPath": "苏菜传承人", - "qunLiaoType": "single" - }, - { - "id": 10, - "chatPersonName": "徽菜传承人", - "type": "WX", - "jsonName": "WX_HuiCai", - "imgPath": "徽菜传承人", - "qunLiaoType": "single" - }, - { - "id": 11, - "chatPersonName": "闽菜传承人", - "type": "WX", - "jsonName": "WX_MinCai", - "imgPath": "闽菜传承人", + "imgPath": "夏芸(前妻)", "qunLiaoType": "single" } ] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/ChatPerson.json.meta b/assets/resources/Json/JuQingChatConfig/ChatPerson.json.meta index 2ce20aa5..e1dd88e8 100644 --- a/assets/resources/Json/JuQingChatConfig/ChatPerson.json.meta +++ b/assets/resources/Json/JuQingChatConfig/ChatPerson.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "d617d27c-33ce-4524-9e6f-25e4133ca823", + "uuid": "54a1a68a-333f-4afb-9c94-e757ec3ce999", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_BuTianGuo.json b/assets/resources/Json/JuQingChatConfig/DH_BuTianGuo.json new file mode 100644 index 00000000..5188ddaa --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_BuTianGuo.json @@ -0,0 +1,80 @@ +[ + { + "indexStr": "DH_88", + "id": 0, + "speaker": "other", + "contentDesc": "补天锅:我乃补天锅,只要听我的,保你能吃香喝辣。", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_88", + "id": 1, + "speaker": "other", + "contentDesc": "首先,通过升级来提升你的级别。", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_88", + "id": 2, + "speaker": "other", + "contentDesc": "消耗金钱升级,级别越高收益越高!", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_88", + "id": 3, + "speaker": "other", + "contentDesc": "对了,我喜欢小姐姐,你可以雇佣几个小姐姐做助理。", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_88", + "id": 4, + "speaker": "other", + "contentDesc": "雇佣后,不仅增加每秒的收益,后期还可以提升点击收益。", + "next": 5, + "isFinish": false + }, + { + "indexStr": "DH_88", + "id": 5, + "speaker": "other", + "contentDesc": "好啦,接下来你先赚够50万吧!", + "isFinish": true + }, + { + "indexStr": "DH_16", + "id": 6, + "speaker": "other", + "contentDesc": "丢失神源,你很快就会丧失修为,现在只有一个方法弥补了。", + "next": 7, + "isFinish": false + }, + { + "indexStr": "DH_16", + "id": 7, + "speaker": "me", + "contentDesc": "什么办法?", + "next": 8, + "isFinish": false + }, + { + "indexStr": "DH_16", + "id": 8, + "speaker": "other", + "contentDesc": "进五行山脉,寻五行源石,融合后可成五行圣体。", + "next": 9, + "isFinish": false + }, + { + "indexStr": "DH_16", + "id": 9, + "speaker": "me", + "contentDesc": "好!我会尽快获取五行源石。", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_XiaoYan.json.meta b/assets/resources/Json/JuQingChatConfig/DH_BuTianGuo.json.meta similarity index 53% rename from assets/resources/Json/JuQingChatConfig/WX_XiaoYan.json.meta rename to assets/resources/Json/JuQingChatConfig/DH_BuTianGuo.json.meta index 606d216a..5a7ffd4a 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_XiaoYan.json.meta +++ b/assets/resources/Json/JuQingChatConfig/DH_BuTianGuo.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "89261964-9e1f-47db-a58a-9c6e1e5abb57", + "uuid": "9d468c61-a5d8-4aa4-b456-cf23374d38fe", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_JiangXiaoTian.json b/assets/resources/Json/JuQingChatConfig/DH_JiangXiaoTian.json new file mode 100644 index 00000000..bfe28561 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_JiangXiaoTian.json @@ -0,0 +1,57 @@ +[ + { + "indexStr": "DH_10", + "id": 0, + "speaker": "other", + "contentDesc": "儿子,你终于长大了,没想到实力这么强了!", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_10", + "id": 1, + "speaker": "me", + "contentDesc": "我没你这样的爸爸!你为什么要加入暗月组织!", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_10", + "id": 2, + "speaker": "other", + "contentDesc": "哎,我因为自己的使命,这么多年一直在追查暗月首领。", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_10", + "id": 3, + "speaker": "me", + "contentDesc": "暗月首领是谁?我怎么才能相信你!", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_10", + "id": 4, + "speaker": "other", + "contentDesc": "我追踪他到这里的废弃基地,因为有禁制就进不去了。", + "next": 5, + "isFinish": false + }, + { + "indexStr": "DH_10", + "id": 5, + "speaker": "me", + "contentDesc": "你...先走吧!我会想办法去证实。", + "next": 6, + "isFinish": false + }, + { + "indexStr": "DH_10", + "id": 6, + "speaker": "other", + "contentDesc": "你一定要小心!还有,你们兄妹要远离异能研究所!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_LiBingYan.json.meta b/assets/resources/Json/JuQingChatConfig/DH_JiangXiaoTian.json.meta similarity index 53% rename from assets/resources/Json/JuQingChatConfig/WX_LiBingYan.json.meta rename to assets/resources/Json/JuQingChatConfig/DH_JiangXiaoTian.json.meta index 9b5ce521..07c3f8af 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_LiBingYan.json.meta +++ b/assets/resources/Json/JuQingChatConfig/DH_JiangXiaoTian.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "1236cafd-7b1c-46b5-aa5c-5e9d0134f001", + "uuid": "262f7ce1-8368-4715-bd0c-e646495272c9", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_JiangYuEr.json b/assets/resources/Json/JuQingChatConfig/DH_JiangYuEr.json new file mode 100644 index 00000000..b80338a1 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_JiangYuEr.json @@ -0,0 +1,204 @@ +[ + { + "indexStr": "DH_1", + "id": 0, + "speaker": "other", + "contentDesc": "哥,你怎么了,拿着祖传铁锅干什么?", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_1", + "id": 1, + "speaker": "me", + "contentDesc": "至尊剑被洛家父子夺走,以后哥只能摆摊赚钱养你了!", + "isFinish": true + }, + { + "indexStr": "DH_5", + "id": 2, + "speaker": "me", + "contentDesc": "妹妹,你这是怎么了!", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_5", + "id": 3, + "speaker": "other", + "contentDesc": "我坐着轮椅外出,不小心碰了洛北辰的车,就被他打伤了。", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_5", + "id": 4, + "speaker": "me", + "contentDesc": "洛北辰这个畜生!抢我器魂,伤我妹妹,我饶不了他!", + "next": 5, + "isFinish": false + }, + { + "indexStr": "DH_5", + "id": 5, + "speaker": "补天锅", + "contentDesc": "她这是寒气入体,不能拖太久,赶紧到迷雾森林去找几味草药。", + "next": 6, + "isFinish": false + }, + { + "indexStr": "DH_5", + "id": 6, + "speaker": "other", + "contentDesc": "哥,这是大黑锅?怎么还有器灵?", + "next": 7, + "isFinish": false + }, + { + "indexStr": "DH_5", + "id": 7, + "speaker": "me", + "contentDesc": "是啊,这可是补天锅,你等我回来,我马上去给你找草药。", + "isFinish": true + }, + { + "indexStr": "DH_6", + "id": 8, + "speaker": "other", + "contentDesc": "哥,这药太厉害了,我的瘫痪也好了。", + "next": 9, + "isFinish": false + }, + { + "indexStr": "DH_6", + "id": 9, + "speaker": "me", + "contentDesc": "傻瓜,你在家好好休息吧,我现在就去找洛北辰报仇。", + "next": 10, + "isFinish": false + }, + { + "indexStr": "DH_6", + "id": 10, + "speaker": "other", + "contentDesc": "他手上有至尊剑,虽然还没完全融合,但还是很危险啊!", + "next": 11, + "isFinish": false + }, + { + "indexStr": "DH_6", + "id": 11, + "speaker": "me", + "contentDesc": "你哥现在是一锅在手,天下我有,放心吧!", + "isFinish": true + }, + { + "indexStr": "DH_12", + "id": 12, + "speaker": "other", + "contentDesc": "哥,我在研究所看到一个人,是...是谁着?怎么想不起来了!", + "next": 13, + "isFinish": false + }, + { + "indexStr": "DH_12", + "id": 13, + "speaker": "me", + "contentDesc": "别着急,慢慢想,我倒要看看是哪个畜生害的你!", + "next": 14, + "isFinish": false + }, + { + "indexStr": "DH_12", + "id": 14, + "speaker": "补天锅", + "contentDesc": "她这是神魂受损,用饕餮蹄滋补就可以恢复了。", + "next": 15, + "isFinish": false + }, + { + "indexStr": "DH_12", + "id": 15, + "speaker": "me", + "contentDesc": "好,我这就准备清炖饕餮蹄。", + "isFinish": true + }, + { + "indexStr": "DH_13", + "id": 16, + "speaker": "other", + "contentDesc": "哥,我想起来了,那个人就是巨富集团的老总钱多发!", + "next": 17, + "isFinish": false + }, + { + "indexStr": "DH_13", + "id": 17, + "speaker": "me", + "contentDesc": "什么!就是那个觉醒了元宝器魂的钱多发?", + "next": 18, + "isFinish": false + }, + { + "indexStr": "DH_13", + "id": 18, + "speaker": "other", + "contentDesc": "他不光自己实力很强,而且仗着有钱还雇了一堆人保护。", + "next": 19, + "isFinish": false + }, + { + "indexStr": "DH_13", + "id": 19, + "speaker": "me", + "contentDesc": "哼!那我就让他知道,什么是开公司的不如摆摊卖炒饭的!", + "next": 20, + "isFinish": false + }, + { + "indexStr": "DH_13", + "id": 20, + "speaker": "me", + "contentDesc": "等我先收购了他的公司,让他破产,再单独收拾他!", + "isFinish": true + }, + { + "indexStr": "DH_21", + "id": 21, + "speaker": "other", + "contentDesc": "神,这人间太美味了,要不你就退出吧!", + "next": 22, + "isFinish": false + }, + { + "indexStr": "DH_21", + "id": 22, + "speaker": "洛夕颜", + "contentDesc": "魔,别不自量力,你并不是我的对手!", + "next": 23, + "isFinish": false + }, + { + "indexStr": "DH_21", + "id": 23, + "speaker": "me", + "contentDesc": "你们!今天都别想走了!", + "next": 24, + "isFinish": false + }, + { + "indexStr": "DH_21", + "id": 24, + "speaker": "洛夕颜", + "contentDesc": "就凭你?哈哈!等我彻底融合这个身体再来收拾你!", + "next": 25, + "isFinish": false + }, + { + "indexStr": "DH_21", + "id": 25, + "speaker": "other", + "contentDesc": "就是你毁了我们在人间的势力!以后慢慢折磨你!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_YangLingQian.json.meta b/assets/resources/Json/JuQingChatConfig/DH_JiangYuEr.json.meta similarity index 53% rename from assets/resources/Json/JuQingChatConfig/WX_YangLingQian.json.meta rename to assets/resources/Json/JuQingChatConfig/DH_JiangYuEr.json.meta index 3cbe7807..a2d0b286 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_YangLingQian.json.meta +++ b/assets/resources/Json/JuQingChatConfig/DH_JiangYuEr.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "b9eacd85-e222-46df-b6d6-4bd075808c16", + "uuid": "c41e43e1-8266-4f3a-b77c-188e2a955bbf", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_LongGe.json b/assets/resources/Json/JuQingChatConfig/DH_LongGe.json new file mode 100644 index 00000000..9a3e7117 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_LongGe.json @@ -0,0 +1,64 @@ +[ + { + "indexStr": "DH_3", + "id": 0, + "speaker": "other", + "contentDesc": "哼!小子,你爸欠的50万什么时候还!", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_3", + "id": 1, + "speaker": "me", + "contentDesc": "那个混蛋欠你的钱,和我有什么关系!", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_3", + "id": 2, + "speaker": "other", + "contentDesc": "父债子偿!今天不还钱,我就住你家里,你妹妹这姿色...嘿嘿...", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_3", + "id": 3, + "speaker": "me", + "contentDesc": "你个混蛋!你等着,我马上去筹钱!", + "isFinish": true + }, + { + "indexStr": "DH_4", + "id": 4, + "speaker": "other", + "contentDesc": "哈哈,本金还了,不过还差500万的利息啊。", + "next": 5, + "isFinish": false + }, + { + "indexStr": "DH_4", + "id": 5, + "speaker": "江鱼儿", + "contentDesc": "你这是欺负人!", + "next": 6, + "isFinish": false + }, + { + "indexStr": "DH_4", + "id": 6, + "speaker": "other", + "contentDesc": "欺负你又怎样!凑不齐钱,就拿你这个小美人来抵债,嘿嘿!", + "next": 7, + "isFinish": false + }, + { + "indexStr": "DH_4", + "id": 7, + "speaker": "me", + "contentDesc": "敢威胁我家人,我必须干掉你!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_SuMengXue.json.meta b/assets/resources/Json/JuQingChatConfig/DH_LongGe.json.meta similarity index 53% rename from assets/resources/Json/JuQingChatConfig/WX_SuMengXue.json.meta rename to assets/resources/Json/JuQingChatConfig/DH_LongGe.json.meta index 331e6c2d..6547a197 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_SuMengXue.json.meta +++ b/assets/resources/Json/JuQingChatConfig/DH_LongGe.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "8ba290fc-5ae1-4697-9bc7-be5ec790579b", + "uuid": "cf5c5716-d79a-407e-b408-b7a61a61975f", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json b/assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json new file mode 100644 index 00000000..ef8082f4 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json @@ -0,0 +1,88 @@ +[ + { + "indexStr": "DH_17", + "id": 0, + "speaker": "me", + "contentDesc": "你!你是巡夜人首领,龙镇南?", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_17", + "id": 1, + "speaker": "other", + "contentDesc": "嗯,你已成就五行圣体,那你就是最佳的下一任首领!", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_17", + "id": 2, + "speaker": "me", + "contentDesc": "我哪有资格胜任啊。", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_17", + "id": 3, + "speaker": "other", + "contentDesc": "这世界,神、魔、人三方势力共存,而人族最弱。", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_17", + "id": 4, + "speaker": "other", + "contentDesc": "一是因老夫实力太弱,二是人族气运流失。", + "next": 5, + "isFinish": false + }, + { + "indexStr": "DH_17", + "id": 5, + "speaker": "me", + "contentDesc": "那我需要做什么?", + "next": 6, + "isFinish": false + }, + { + "indexStr": "DH_17", + "id": 6, + "speaker": "other", + "contentDesc": "你先找到五方神兽鼎,剩下的我自会告诉你!", + "isFinish": true + }, + { + "indexStr": "DH_18", + "id": 7, + "speaker": "other", + "contentDesc": "很好,有了这五鼎,人族气运如虹,必将大兴!", + "next": 8, + "isFinish": false + }, + { + "indexStr": "DH_18", + "id": 8, + "speaker": "me", + "contentDesc": "那您老就继续带领人族兴盛吧!", + "next": 9, + "isFinish": false + }, + { + "indexStr": "DH_18", + "id": 9, + "speaker": "other", + "contentDesc": "不!你接下来的任务就是打赢我!接任巡夜人首领之位!", + "next": 10, + "isFinish": false + }, + { + "indexStr": "DH_18", + "id": 10, + "speaker": "me", + "contentDesc": "这...,好吧,那晚辈就冒犯了!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json.meta b/assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json.meta new file mode 100644 index 00000000..6906b13d --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_LongZhenNan.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "04b58cd6-b991-44e2-bc8a-1a5e80bc66e1", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json b/assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json new file mode 100644 index 00000000..f4f3ff91 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json @@ -0,0 +1,179 @@ +[ + { + "indexStr": "DH_8", + "id": 0, + "speaker": "me", + "contentDesc": "夕颜,以后我绝不会再让你受伤害。", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_8", + "id": 1, + "speaker": "other", + "contentDesc": "夜哥,我感觉我脑袋里好像有什么东西,一直在嘀咕着说话。", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_8", + "id": 2, + "speaker": "me", + "contentDesc": "傻丫头,不会有事的,应该是受到惊吓后产生错觉了。", + "next": 3, + "isFinish": true + }, + { + "indexStr": "DH_9", + "id": 3, + "speaker": "other", + "contentDesc": "夜哥,你的东西都在这个箱子里,快看看吧。", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_9", + "id": 4, + "speaker": "me", + "contentDesc": "好。", + "isFinish": true + }, + { + "indexStr": "DH_22", + "id": 5, + "speaker": "other", + "contentDesc": "夜哥,你真是太帅了。", + "next": 6, + "isFinish": false + }, + { + "indexStr": "DH_22", + "id": 6, + "speaker": "me", + "contentDesc": "哈哈,帅就对了,以后这座城我来守护!", + "isFinish": true + }, + { + "indexStr": "DH_100", + "id": 7, + "speaker": "other", + "contentDesc": "夜….夜哥,我头…好痛,啊…是谁在说话,出来啊!", + "next": 8, + "isFinish": false + }, + { + "indexStr": "DH_100", + "id": 8, + "contentDesc": "夕颜,你怎么了,你别吓我!", + "isFinish": true + }, + { + "indexStr": "DH_23", + "id": 9, + "speaker": "other", + "contentDesc": "你是谁?我要sha了你,啊啊啊....", + "next": 10, + "isFinish": false + }, + { + "indexStr": "DH_23", + "id": 10, + "speaker": "补天锅", + "contentDesc": "她这是魔种入侵,扰了心神。", + "next": 11, + "isFinish": false + }, + { + "indexStr": "DH_23", + "id": 11, + "speaker": "补天锅", + "contentDesc": "雾海深处有几样物品,可以驱逐魔种,不过那地方太危险了!", + "next": 12, + "isFinish": false + }, + { + "indexStr": "DH_23", + "id": 12, + "speaker": "me", + "contentDesc": "我不能看着夕颜受折磨,再危险我也要去!", + "next": 13, + "isFinish": false + }, + { + "indexStr": "DH_23", + "id": 13, + "speaker": "补天锅", + "contentDesc": "你先将她绑起来,不然她会伤害其他人!", + "next": 14, + "isFinish": false + }, + { + "indexStr": "DH_23", + "id": 14, + "speaker": "me", + "contentDesc": "好!", + "isFinish": true + }, + { + "indexStr": "DH_101", + "id": 15, + "speaker": "other", + "contentDesc": "夜哥,对不起,我差点伤害到你。", + "next": 16, + "isFinish": false + }, + { + "indexStr": "DH_101", + "id": 16, + "speaker": "me", + "contentDesc": "傻瓜,没关系,你在家好好修养,我出去摆摊赚钱了。", + "isFinish": true + }, + { + "indexStr": "DH_19", + "id": 17, + "speaker": "other", + "contentDesc": "夜哥,如今你是巡夜人首领了,可我却是一个普通人。", + "next": 18, + "isFinish": false + }, + { + "indexStr": "DH_19", + "id": 18, + "speaker": "me", + "contentDesc": "傻瓜,普通人多好啊,没有纷争,没有打打杀杀。", + "next": 19, + "isFinish": false + }, + { + "indexStr": "DH_19", + "id": 19, + "speaker": "other", + "contentDesc": "可作为你的女人,我也想成为你的帮手,你能帮我吗?", + "next": 20, + "isFinish": false + }, + { + "indexStr": "DH_19", + "id": 20, + "speaker": "me", + "contentDesc": "哎!那就等我解决掉光明会的申梓后,把神源给你吧。", + "next": 21, + "isFinish": false + }, + { + "indexStr": "DH_19", + "id": 21, + "speaker": "other", + "contentDesc": "真的吗?有了神源我肯定可以成为强大的觉醒者!", + "next": 22, + "isFinish": false + }, + { + "indexStr": "DH_19", + "id": 22, + "speaker": "me", + "contentDesc": "好啦,我先去铲除这个道貌岸然的光明会了。", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json.meta b/assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json.meta new file mode 100644 index 00000000..26522217 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_LuoXiYan.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "e0c3071f-bbaf-45c0-8b02-465de85ebc7c", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json b/assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json new file mode 100644 index 00000000..ed8b862b --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json @@ -0,0 +1,136 @@ +[ + { + "indexStr": "DH_14", + "id": 0, + "speaker": "other", + "contentDesc": "炒饭佬,你有毛病啊,凭啥收购老子的公司?", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 1, + "speaker": "me", + "contentDesc": "就凭你经营恶毒研究所,还害我妹妹!", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 2, + "speaker": "other", + "contentDesc": "我明白了,那天在研究所罐子里的人是你妹妹!", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 3, + "speaker": "me", + "contentDesc": "哼!你现在孤家寡人一个,嚣张不了多久了!", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 4, + "speaker": "other", + "contentDesc": "你搞毛啊!老子只是被所长拉去搞投资的。", + "next": 5, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 5, + "speaker": "other", + "contentDesc": "可见识了他们的畜生行为后,老子扭头就走了。", + "next": 6, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 6, + "speaker": "me", + "contentDesc": "...,这样啊,那我跟你说声对不起还来得及吗?", + "next": 7, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 7, + "speaker": "other", + "contentDesc": "老子虽然不在乎这个公司,可你让我脸没地方搁啊!", + "next": 8, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 8, + "speaker": "me", + "contentDesc": "那要不你来我这当CEO?经营的事都归你管。", + "next": 9, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 9, + "speaker": "other", + "contentDesc": "老子的元宝器魂能大幅提升收益的,是你想招募就招募的?", + "next": 10, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 10, + "speaker": "me", + "contentDesc": "那你想怎样啊?", + "next": 11, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 11, + "speaker": "other", + "contentDesc": "哎,算了,你只要打赢我,我就同意你的招揽。", + "next": 12, + "isFinish": false + }, + { + "indexStr": "DH_14", + "id": 12, + "speaker": "me", + "contentDesc": "这可是你说的,你等着。", + "isFinish": true + }, + { + "indexStr": "DH_15", + "id": 13, + "speaker": "other", + "contentDesc": "老江啊,有没有考虑干这狗屁的异能研究所一波啊。", + "next": 14, + "isFinish": false + }, + { + "indexStr": "DH_15", + "id": 14, + "speaker": "me", + "contentDesc": "可我都不知道研究所的所长是谁,怎么干?", + "next": 15, + "isFinish": false + }, + { + "indexStr": "DH_15", + "id": 15, + "speaker": "other", + "contentDesc": "他叫岳不仁,就是一个不人不鬼的杂种,恶心死人!", + "next": 16, + "isFinish": false + }, + { + "indexStr": "DH_15", + "id": 16, + "speaker": "me", + "contentDesc": "行!既然你知道是谁了,那咱就为民除害,干他!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json.meta b/assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json.meta new file mode 100644 index 00000000..9e3d167e --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_QianDuoFa.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "fb4c464a-b24e-4b89-9508-e24e8a0124b4", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json b/assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json new file mode 100644 index 00000000..4c4c87e4 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json @@ -0,0 +1,49 @@ +[ + { + "indexStr": "DH_11", + "id": 0, + "speaker": "other", + "contentDesc": "江老大,我发现了你妹妹在异能研究所的线索。", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_11", + "id": 1, + "speaker": "me", + "contentDesc": "太好了,快点告诉我。", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_11", + "id": 2, + "speaker": "other", + "contentDesc": "从研究所出来一个押运队,里面被押运的人正是你妹妹。", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_11", + "id": 3, + "speaker": "me", + "contentDesc": "好,知道是谁负责押运吗?", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_11", + "id": 4, + "speaker": "other", + "contentDesc": "随队的是主管严久狂,一个阴险狡诈之人。", + "next": 5, + "isFinish": false + }, + { + "indexStr": "DH_11", + "id": 5, + "speaker": "me", + "contentDesc": "那就干掉他,救出我妹妹!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json.meta b/assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json.meta new file mode 100644 index 00000000..99e585b7 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_SongDeKuai.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "334a87ba-6be9-45b2-a88e-74d33a16c42e", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json b/assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json new file mode 100644 index 00000000..edf3d6e3 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json @@ -0,0 +1,41 @@ +[ + { + "indexStr": "DH_7", + "id": 0, + "speaker": "other", + "contentDesc": "小子,你身上灵气波动很大啊,有没有兴趣加入巡夜人?", + "next": 1, + "isFinish": false + }, + { + "indexStr": "DH_7", + "id": 1, + "speaker": "me", + "contentDesc": "巡夜人是什么人?", + "next": 2, + "isFinish": false + }, + { + "indexStr": "DH_7", + "id": 2, + "speaker": "other", + "contentDesc": "巡夜人...是一群守护众生的人!", + "next": 3, + "isFinish": false + }, + { + "indexStr": "DH_7", + "id": 3, + "speaker": "me", + "contentDesc": "我是个自私的人,我只想守护我的家人。", + "next": 4, + "isFinish": false + }, + { + "indexStr": "DH_7", + "id": 4, + "speaker": "other", + "contentDesc": "嗯...,等你了解了这世界,我再来找你!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json.meta b/assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json.meta new file mode 100644 index 00000000..c262fdda --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/DH_ZhaoCheng.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "f916fcfe-7f98-4eea-89e2-3190b52d1e11", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_BangFei.json b/assets/resources/Json/JuQingChatConfig/WX_BangFei.json new file mode 100644 index 00000000..d6c09369 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/WX_BangFei.json @@ -0,0 +1,32 @@ +[ + { + "indexStr": "WX_7", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "2000万赎金准备好后来xx废弃厂交赎金。", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_7", + "id": 1, + "speaker": "other", + "contentType": "word", + "contentDesc": "记住,只能你一个人来,别耍花样,否则后果自负。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_7", + "id": 2, + "speaker": "me", + "contentType": "word", + "contentDesc": "钱没问题,我女儿要是少了一根头发,你们一分钱都别想拿到!", + "isFinish": true + } +] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_BangFei.json.meta b/assets/resources/Json/JuQingChatConfig/WX_BangFei.json.meta new file mode 100644 index 00000000..79adc1be --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/WX_BangFei.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "7e4a19c6-2073-4d5e-9670-aad9a9944713", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json b/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json index ff145e6e..ceeba49f 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json +++ b/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json @@ -1,552 +1,106 @@ [ { - "indexStr": "WX_202", + "indexStr": "WX_3", "id": 0, "speaker": "other", "contentType": "word", - "contentDesc": "女儿救不了,老婆也守不住,一张破菜谱有什么用?", + "contentDesc": "20万怎么还没到账呢??", "next": [ 1 ], "isFinish": false }, { - "indexStr": "WX_202", + "indexStr": "WX_3", "id": 1, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "你别欺人太甚,迟早要你好看!", - "isFinish": true + "contentDesc": "要不你跪下来求我,这20万就不要你的了。", + "next": [ + 2 + ], + "isFinish": false }, { - "indexStr": "WX_203", + "indexStr": "WX_3", "id": 2, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "你有本事给你女儿治病吗?要不给你女儿换个爹吧哈哈哈", + "contentDesc": "陈天霸,你算什么东西?让我跪下来求你。", "next": [ 3 ], "isFinish": false }, { - "indexStr": "WX_203", + "indexStr": "WX_3", "id": 3, "speaker": "other", "contentType": "word", - "contentDesc": "你老婆我养的很好,我再辛苦一下给你养个女儿吧", + "contentDesc": "你就嘴硬吧,我在家等你,拿不出20万你女儿我就带走了。", "next": [ 4 ], "isFinish": false }, { - "indexStr": "WX_203", + "indexStr": "WX_3", "id": 4, "speaker": "me", "contentType": "word", - "contentDesc": "滚,凭我的湘菜厨艺,也能养活我女儿", - "next": [ - 5 - ], - "isFinish": false + "contentDesc": "你敢动我女儿一根汗毛,我跟你拼命。", + "isFinish": true }, { - "indexStr": "WX_203", + "indexStr": "WX_6", "id": 5, "speaker": "other", "contentType": "word", - "contentDesc": "中餐早没落了,你祖上是湘菜御厨,有屁用呢", + "contentDesc": "听说你女儿被绑架了,早给我抚养哪会出这种事啊。", "next": [ 6 ], "isFinish": false }, { - "indexStr": "WX_203", + "indexStr": "WX_6", "id": 6, "speaker": "me", "contentType": "word", - "contentDesc": "别嚣张!这张湘菜菜谱,迟早把你的西餐赶出去!", - "isFinish": true + "contentDesc": "陈天霸!是不是你干的?", + "next": [ + 7 + ], + "isFinish": false }, { - "indexStr": "WX_501", + "indexStr": "WX_6", "id": 7, "speaker": "other", "contentType": "word", - "contentDesc": "你是不是偷了老子的川菜菜谱", + "contentDesc": "你不要诽谤我啊,我告你诽谤啊。", "next": [ 8 ], "isFinish": false }, { - "indexStr": "WX_501", + "indexStr": "WX_6", "id": 8, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "川菜菜谱?我师妹的菜谱,什么时候成你的了?", + "contentDesc": "我倒要看看你怎么筹齐2000万赎金。", "next": [ 9 ], "isFinish": false }, { - "indexStr": "WX_501", + "indexStr": "WX_6", "id": 9, - "speaker": "other", - "contentType": "word", - "contentDesc": "在我的餐厅就是我的!", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_501", - "id": 10, - "speaker": "me", - "contentType": "word", - "contentDesc": "现在,在我的餐馆,就是我的了", - "next": [ - 11 - ], - "isFinish": false - }, - { - "indexStr": "WX_501", - "id": 11, - "speaker": "other", - "contentType": "word", - "contentDesc": "你!你给我等着", - "isFinish": true, - "unLockJuQingIndex": "WX_502" - }, - { - "indexStr": "WX_702", - "id": 12, - "speaker": "other", - "contentType": "word", - "contentDesc": "听说你的投资人出事了,没事吧?", - "next": [ - 13 - ], - "isFinish": false - }, - { - "indexStr": "WX_702", - "id": 13, - "speaker": "me", - "contentType": "word", - "contentDesc": "少假惺惺,是你干的吧?", - "next": [ - 14 - ], - "isFinish": false - }, - { - "indexStr": "WX_702", - "id": 14, - "speaker": "other", - "contentType": "word", - "contentDesc": "是我干的又能咋样?你以后给我小心点!", - "next": [ - 15 - ], - "isFinish": false - }, - { - "indexStr": "WX_702", - "id": 15, - "speaker": "me", - "contentType": "word", - "contentDesc": "陈天霸,你放马过来!", - "isFinish": true, - "unLockJuQingIndex": "WX_703" - }, - { - "indexStr": "WX_1102", - "id": 16, - "speaker": "other", - "contentType": "word", - "contentDesc": "你那小秘书,来偷偷打听徽菜菜谱,人被我抓了!", - "next": [ - 17 - ], - "isFinish": false - }, - { - "indexStr": "WX_1102", - "id": 17, - "speaker": "me", - "contentType": "word", - "contentDesc": "你想咋样?徽菜?八大菜谱都会是我的", - "next": [ - 18 - ], - "isFinish": false - }, - { - "indexStr": "WX_1102", - "id": 18, - "speaker": "other", - "contentType": "word", - "contentDesc": "听说中餐之首的鲁菜菜谱遗失在深海", - "next": [ - 19 - ], - "isFinish": false - }, - { - "indexStr": "WX_1102", - "id": 19, - "speaker": "other", - "contentType": "word", - "contentDesc": "你给我找到,我就放了你秘书", - "next": [ - 20 - ], - "isFinish": false - }, - { - "indexStr": "WX_1102", - "id": 20, - "speaker": "me", - "contentType": "word", - "contentDesc": "行,希望你说话算话", - "isFinish": true - }, - { - "indexStr": "WX_1103", - "id": 21, - "speaker": "other", - "contentType": "word", - "contentDesc": "再不把鲁菜谱找来,别怪我对你秘书动手!", - "next": [ - 22 - ], - "isFinish": false - }, - { - "indexStr": "WX_1103", - "id": 22, - "speaker": "me", - "contentType": "word", - "contentDesc": "菜谱给你,人必须安全,迟早菜谱会回我手中", - "isFinish": true - }, - { - "indexStr": "WX_2001", - "id": 23, - "speaker": "other", - "contentType": "word", - "contentDesc": "小子,你得意不了多久了", - "next": [ - 24 - ], - "isFinish": false - }, - { - "indexStr": "WX_2001", - "id": 24, - "speaker": "me", - "contentType": "word", - "contentDesc": "陈天霸,你什么意思?", - "next": [ - 25 - ], - "isFinish": false - }, - { - "indexStr": "WX_2001", - "id": 25, - "speaker": "other", - "contentType": "word", - "contentDesc": "看看你林氏中餐股份,要换人做主了", - "next": [ - 26 - ], - "isFinish": false - }, - { - "indexStr": "WX_2001", - "id": 26, - "speaker": "me", - "contentType": "word", - "contentDesc": "收购林氏中餐股份的人是你!", - "isFinish": true - }, - { - "indexStr": "WX_2101", - "id": 27, - "speaker": "me", - "contentType": "word", - "contentDesc": "陈天霸,你的报应到了,麦啃鸡是第一个", - "next": [ - 28 - ], - "isFinish": false - }, - { - "indexStr": "WX_2101", - "id": 28, - "speaker": "other", - "contentType": "word", - "contentDesc": "别得意得太早,我还拿着鲁菜菜谱呢", - "next": [ - 29 - ], - "isFinish": false - }, - { - "indexStr": "WX_2101", - "id": 29, - "speaker": "me", - "contentType": "word", - "contentDesc": "你最好拿好,我马上就会拿回来!", - "next": [ - 30 - ], - "isFinish": false - }, - { - "indexStr": "WX_2101", - "id": 30, - "speaker": "other", - "contentType": "word", - "contentDesc": "我陈天霸就算去乞讨,你也休想拿到菜谱!", - "isFinish": true, - "unLockJuQingIndex": "WX_2102" - }, - { - "indexStr": "WX_2201", - "id": 31, - "speaker": "other", - "contentType": "word", - "contentDesc": "你不是想要鲁菜菜谱吗?给你个机会", - "next": [ - 32 - ], - "isFinish": false - }, - { - "indexStr": "WX_2201", - "id": 32, - "speaker": "me", - "contentType": "word", - "contentDesc": "说说看", - "next": [ - 33 - ], - "isFinish": false - }, - { - "indexStr": "WX_2201", - "id": 33, - "speaker": "other", - "contentType": "word", - "contentDesc": "拍卖行有套玉器,是我家祖传的,但在我爷爷那辈就丢失了", - "next": [ - 34 - ], - "isFinish": false - }, - { - "indexStr": "WX_2201", - "id": 34, - "speaker": "other", - "contentType": "word", - "contentDesc": "我爷爷去海外了,你帮我拍下来", - "next": [ - 35 - ], - "isFinish": false - }, - { - "indexStr": "WX_2201", - "id": 35, - "speaker": "me", - "contentType": "word", - "contentDesc": "海外?你爷爷?祖传物品", - "next": [ - 36 - ], - "isFinish": false - }, - { - "indexStr": "WX_2201", - "id": 36, - "speaker": "other", - "contentType": "word", - "contentDesc": "这和你没关系,你拿到物品,我给你菜谱", - "isFinish": true - }, - { - "indexStr": "WX_2202", - "id": 37, - "speaker": "other", - "contentType": "word", - "contentDesc": "怎么样?我要的东西,拍到了吗?", - "next": [ - 38 - ], - "isFinish": false - }, - { - "indexStr": "WX_2202", - "id": 38, - "speaker": "me", - "contentType": "word", - "contentDesc": "这东西对你这么重要?", - "next": [ - 39 - ], - "isFinish": false - }, - { - "indexStr": "WX_2202", - "id": 39, - "speaker": "other", - "contentType": "word", - "contentDesc": "当...当然不重要,给我..爷爷准备生日礼物而已", - "next": [ - 40 - ], - "isFinish": false - }, - { - "indexStr": "WX_2202", - "id": 40, - "speaker": "me", - "contentType": "word", - "contentDesc": "你先带好鲁菜菜谱!去我的餐馆交易", - "isFinish": true - }, - { - "indexStr": "WX_2301", - "id": 41, - "speaker": "other", - "contentType": "word", - "contentDesc": "林老板,国内的这点产业就给你了", - "next": [ - 42 - ], - "isFinish": false - }, - { - "indexStr": "WX_2301", - "id": 42, - "speaker": "me", - "contentType": "word", - "contentDesc": "你不还有米奇淋餐厅么?直接送我?", - "next": [ - 43 - ], - "isFinish": false - }, - { - "indexStr": "WX_2301", - "id": 43, - "speaker": "other", - "contentType": "word", - "contentDesc": "做人留一线,给我留下米奇淋", - "next": [ - 44 - ], - "isFinish": false - }, - { - "indexStr": "WX_2301", - "id": 44, - "speaker": "other", - "contentType": "word", - "contentDesc": "等我将祖传的玉器带回海外,我们可能会合作哦?", - "next": [ - 45 - ], - "isFinish": false - }, - { - "indexStr": "WX_2301", - "id": 45, - "speaker": "me", - "contentType": "word", - "contentDesc": "没门!不管你海外有多大的西餐事业,照样收拾你!", - "next": [ - 46 - ], - "isFinish": false - }, - { - "indexStr": "WX_2301", - "id": 46, - "speaker": "other", - "contentType": "word", - "contentDesc": "来我米奇淋餐厅,面聊一下吧", - "next": [ - 47 - ], - "isFinish": false - }, - { - "indexStr": "WX_2301", - "id": 47, - "speaker": "me", - "contentType": "word", - "contentDesc": "怕你不成,看你能说出啥?", - "isFinish": true - }, - { - "indexStr": "WX_2501", - "id": 48, - "speaker": "other", - "contentType": "img", - "contentDesc": "老婆女儿被绑", - "next": [ - 49 - ], - "isFinish": false - }, - { - "indexStr": "WX_2501", - "id": 49, - "speaker": "other", - "contentType": "word", - "contentDesc": "我去海外继承家产了,你老婆和女儿我会好好照顾的", - "next": [ - 50 - ], - "isFinish": false - }, - { - "indexStr": "WX_2501", - "id": 50, - "speaker": "other", - "contentType": "word", - "contentDesc": "作为对你的感谢,我给你留了个“礼物”哈哈哈", - "next": [ - 51 - ], - "isFinish": false - }, - { - "indexStr": "WX_2501", - "id": 51, - "speaker": "other", - "contentType": "word", - "contentDesc": "友情提醒,苏梦雪可没你想的这么简单", - "next": [ - 52 - ], - "isFinish": false - }, - { - "indexStr": "WX_2501", - "id": 52, "speaker": "me", "contentType": "word", - "contentDesc": "陈天霸!我一定会弄死你!", + "contentDesc": "陈天霸,这事要跟你有关,我不会放过你的。", "isFinish": true } ] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json.meta b/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json.meta index 578937f6..a284db33 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json.meta +++ b/assets/resources/Json/JuQingChatConfig/WX_ChenTianBa.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "a10e4aeb-83ae-4f73-a79e-32de0abea610", + "uuid": "28fe047c-8af4-4e08-91b1-975b34115ffe", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_LiBingYan.json b/assets/resources/Json/JuQingChatConfig/WX_LiBingYan.json deleted file mode 100644 index 368ce57b..00000000 --- a/assets/resources/Json/JuQingChatConfig/WX_LiBingYan.json +++ /dev/null @@ -1,273 +0,0 @@ -[ - { - "indexStr": "WX_1302", - "id": 0, - "speaker": "other", - "contentType": "word", - "contentDesc": "老板,快来馆子里,刘伟他把我...", - "next": [ - 1 - ], - "isFinish": false - }, - { - "indexStr": "WX_1302", - "id": 1, - "speaker": "me", - "contentType": "word", - "contentDesc": "他把你怎么了?", - "next": [ - 2 - ], - "isFinish": false - }, - { - "indexStr": "WX_1302", - "id": 2, - "speaker": "other", - "contentType": "word", - "contentDesc": "他要非礼我!我躲在办公室,他在砸门", - "next": [ - 3 - ], - "isFinish": false - }, - { - "indexStr": "WX_1302", - "id": 3, - "speaker": "me", - "contentType": "word", - "contentDesc": "怎么可能,我马上回来!", - "isFinish": true - }, - { - "indexStr": "WX_1801", - "id": 4, - "speaker": "me", - "contentType": "word", - "contentDesc": "我收留你,你就这么对我?!", - "next": [ - 5 - ], - "isFinish": false - }, - { - "indexStr": "WX_1801", - "id": 5, - "speaker": "other", - "contentType": "word", - "contentDesc": "对不起,老板", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_1801", - "id": 6, - "speaker": "me", - "contentType": "word", - "contentDesc": "陈天霸值得你这么做吗?", - "next": [ - 7 - ], - "isFinish": false - }, - { - "indexStr": "WX_1801", - "id": 7, - "speaker": "other", - "contentType": "word", - "contentDesc": "我也有苦衷,快递给你寄了东西,过阵子就能收到了", - "isFinish": true - }, - { - "indexStr": "WX_2002", - "id": 8, - "speaker": "other", - "contentType": "word", - "contentDesc": "给你的快递到了吧", - "next": [ - 9 - ], - "isFinish": false - }, - { - "indexStr": "WX_2002", - "id": 9, - "speaker": "me", - "contentType": "word", - "contentDesc": "还没去拿,是什么东西?", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_2002", - "id": 10, - "speaker": "other", - "contentType": "word", - "contentDesc": "我祖传的东西,你收到就明白了,另外给你份礼物", - "next": [ - 11 - ], - "isFinish": false - }, - { - "indexStr": "WX_2002", - "id": 11, - "speaker": "other", - "contentType": "word", - "contentDesc": "陈氏西餐马上有黑料爆出,股市大跌,抓住机会", - "next": [ - 12 - ], - "isFinish": false - }, - { - "indexStr": "WX_2002", - "id": 12, - "speaker": "me", - "contentType": "word", - "contentDesc": "我还能信任你吗?", - "isFinish": true - }, - { - "indexStr": "WX_2003", - "id": 13, - "speaker": "other", - "contentType": "word", - "contentDesc": "黑料我们已经爆出去了,赶快去收购", - "next": [ - 14 - ], - "isFinish": false - }, - { - "indexStr": "WX_2003", - "id": 14, - "speaker": "me", - "contentType": "word", - "contentDesc": "盯着呢", - "next": [ - 15 - ], - "isFinish": false - }, - { - "indexStr": "WX_2003", - "id": 15, - "speaker": "other", - "contentType": "word", - "contentDesc": "糟糕,我们被陈天霸发现了,快来西餐厅救我!", - "next": [ - 16 - ], - "isFinish": false - }, - { - "indexStr": "WX_2003", - "id": 16, - "speaker": "me", - "contentType": "word", - "contentDesc": "我凭什么来救你?", - "next": [ - 17 - ], - "isFinish": false - }, - { - "indexStr": "WX_2003", - "id": 17, - "speaker": "other", - "contentType": "word", - "contentDesc": "你不救我没关系,你老婆你也不救吗?", - "next": [ - 18 - ], - "isFinish": false - }, - { - "indexStr": "WX_2003", - "id": 18, - "speaker": "me", - "contentType": "word", - "contentDesc": "你什么意思!", - "isFinish": true - }, - { - "indexStr": "WX_9003", - "id": 19, - "speaker": "other", - "contentType": "word", - "contentDesc": "老板,上个月餐馆盈利金额情况出来了", - "next": [ - 20 - ], - "isFinish": false - }, - { - "indexStr": "WX_9003", - "id": 20, - "speaker": "me", - "contentType": "word", - "contentDesc": "哦?上个月盈利怎么样?", - "next": [ - 21 - ], - "isFinish": false - }, - { - "indexStr": "WX_9003", - "id": 21, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "10000000", - "next": [ - 22 - ], - "isFinish": false - }, - { - "indexStr": "WX_9003", - "id": 22, - "speaker": "me", - "contentType": "word", - "contentDesc": "这么多??", - "next": [ - 23 - ], - "isFinish": false - }, - { - "indexStr": "WX_9003", - "id": 23, - "speaker": "other", - "contentType": "word", - "contentDesc": "意想不到吧!还是老板经营的好", - "next": [ - 24 - ], - "isFinish": false - }, - { - "indexStr": "WX_9003", - "id": 24, - "speaker": "me", - "contentType": "word", - "contentDesc": "不错不错,月底给你们发奖金", - "next": [ - 25 - ], - "isFinish": false - }, - { - "indexStr": "WX_9003", - "id": 25, - "speaker": "other", - "contentType": "word", - "contentDesc": "谢谢老板", - "isFinish": true - } -] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json b/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json index c0a81043..3ea64990 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json +++ b/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json @@ -1,281 +1,136 @@ [ { - "indexStr": "WX_101", + "indexStr": "WX_1", "id": 0, "speaker": "other", "contentType": "word", - "contentDesc": "齐哥,我刚酒店门口看到嫂子跟老板...", + "contentDesc": "齐哥,我刚酒店门口看到嫂子跟西餐厅的老板陈天霸...", "next": [ 1 ], "isFinish": false }, { - "indexStr": "WX_101", + "indexStr": "WX_1", "id": 1, "speaker": "me", "contentType": "word", - "contentDesc": "我已经知道了", + "contentDesc": "嗯,我已经知道了。", "next": [ 2 ], "isFinish": false }, { - "indexStr": "WX_101", + "indexStr": "WX_1", "id": 2, "speaker": "other", "contentType": "word", - "contentDesc": "嫂子不可能干这种事,她是不是有什么苦衷啊?", + "contentDesc": "嫂子不是这样的人,她是不是有什么苦衷啊?", "next": [ 3 ], "isFinish": false }, { - "indexStr": "WX_101", + "indexStr": "WX_1", "id": 3, "speaker": "me", "contentType": "word", - "contentDesc": "能有什么苦衷,不就是他陈天霸比我有钱吗?", + "contentDesc": "她不就是嫌弃我是个卖包子的,没他陈天霸有钱吗?", "next": [ 4 ], "isFinish": false }, { - "indexStr": "WX_101", + "indexStr": "WX_1", "id": 4, "speaker": "me", "contentType": "word", - "contentDesc": "行了不说了,被那王八蛋打了一顿,我去买点消肿喷雾去", + "contentDesc": "行了,我先回家去看看女儿。", "isFinish": true }, { - "indexStr": "WX_201", + "indexStr": "WX_2", "id": 5, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "最近资金宽裕吗?给我女儿买药没钱了", + "contentDesc": "齐哥,听说你现在遇到了些困难?", "next": [ 6 ], "isFinish": false }, { - "indexStr": "WX_201", + "indexStr": "WX_2", "id": 6, "speaker": "other", - "contentType": "word", - "contentDesc": "齐哥,我也没钱了,还在等月底发工资", + "contentType": "zhuanzhang", + "contentDesc": "50000", "next": [ 7 ], "isFinish": false }, { - "indexStr": "WX_201", + "indexStr": "WX_2", "id": 7, "speaker": "other", "contentType": "word", - "contentDesc": "对了,听说【食品回收】在招临时工,要不你去看看", + "contentDesc": "这是我这些年的全部积蓄,希望能帮到你。", "next": [ 8 ], "isFinish": false }, { - "indexStr": "WX_201", + "indexStr": "WX_2", "id": 8, "speaker": "me", "contentType": "word", - "contentDesc": "多谢了,我这就去看看", - "isFinish": true - }, - { - "indexStr": "WX_300", - "id": 9, - "speaker": "other", - "contentType": "word", - "contentDesc": "齐哥,听说你开了个湘菜馆,恭喜啊!", + "contentDesc": "兄弟,多谢了,等我有钱一定还你。", "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_300", - "id": 10, - "speaker": "me", - "contentType": "word", - "contentDesc": "谢谢,不过刚起步,生意一般般", - "next": [ - 11 - ], - "isFinish": false - }, - { - "indexStr": "WX_300", - "id": 11, - "speaker": "other", - "contentType": "word", - "contentDesc": "这还不简单,你多研发几种菜品啊", - "next": [ - 12 + 9 ], "isFinish": false }, { - "indexStr": "WX_300", - "id": 12, + "indexStr": "WX_2", + "id": 9, "speaker": "other", "contentType": "word", - "contentDesc": "菜品丰富了,客人才能选择自己喜欢吃的", - "next": [ - 13 - ], - "isFinish": false - }, - { - "indexStr": "WX_300", - "id": 13, - "speaker": "me", - "contentType": "word", - "contentDesc": "我怎么没想到!我这就去", + "contentDesc": "咱俩无需多言!!", "isFinish": true }, { - "indexStr": "WX_301", - "id": 14, + "indexStr": "WX_5", + "id": 10, "speaker": "other", "contentType": "word", "contentDesc": "齐哥,出大事了,快回来!", "next": [ - 15 + 11 ], "isFinish": false }, { - "indexStr": "WX_301", - "id": 15, + "indexStr": "WX_5", + "id": 11, "speaker": "other", "contentType": "word", - "contentDesc": "我看到你女儿被几个人带走了,我没追上他们", + "contentDesc": "我看到你女儿被几个人绑走了,我没追上他们。", "next": [ - 16 + 12 ], "isFinish": false }, { - "indexStr": "WX_301", - "id": 16, + "indexStr": "WX_5", + "id": 12, "speaker": "me", "contentType": "word", "contentDesc": "什么!我这就回去!", "isFinish": true - }, - { - "indexStr": "WX_1401", - "id": 17, - "speaker": "other", - "contentType": "word", - "contentDesc": "你相信我吗?", - "next": [ - 18 - ], - "isFinish": false - }, - { - "indexStr": "WX_1401", - "id": 18, - "speaker": "me", - "contentType": "word", - "contentDesc": "当然信,我们从小玩到大的,我相信你不会做这种事", - "next": [ - 19 - ], - "isFinish": false - }, - { - "indexStr": "WX_1401", - "id": 19, - "speaker": "other", - "contentType": "word", - "contentDesc": "你秘书有问题,我听到她和陈天霸打电话,要对付你", - "next": [ - 20 - ], - "isFinish": false - }, - { - "indexStr": "WX_1401", - "id": 20, - "speaker": "other", - "contentType": "word", - "contentDesc": "小心点吧,最好安装一下监控", - "next": [ - 21 - ], - "isFinish": false - }, - { - "indexStr": "WX_1401", - "id": 21, - "speaker": "me", - "contentType": "word", - "contentDesc": "陈天霸都这么对她了,我还是去准备一下", - "isFinish": true - }, - { - "indexStr": "WX_1402", - "id": 22, - "speaker": "other", - "contentType": "word", - "contentDesc": "餐馆前的跑车是你买的吗?", - "next": [ - 23 - ], - "isFinish": false - }, - { - "indexStr": "WX_1402", - "id": 23, - "speaker": "me", - "contentType": "word", - "contentDesc": "是啊,刚买的,还不错吧", - "next": [ - 24 - ], - "isFinish": false - }, - { - "indexStr": "WX_1402", - "id": 24, - "speaker": "other", - "contentType": "word", - "contentDesc": "我有件事想请你...", - "next": [ - 25 - ], - "isFinish": false - }, - { - "indexStr": "WX_1402", - "id": 25, - "speaker": "me", - "contentType": "word", - "contentDesc": "有什么困难吗?只要我能帮上忙的义不容辞", - "next": [ - 26 - ], - "isFinish": false - }, - { - "indexStr": "WX_1402", - "id": 26, - "speaker": "other", - "contentType": "word", - "contentDesc": "去你家里见面聊吧,带点吃的喝的", - "isFinish": true } ] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json.meta b/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json.meta index f819fd61..b717081a 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json.meta +++ b/assets/resources/Json/JuQingChatConfig/WX_LiuWei.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "f7c5ef69-d501-4127-a746-44630aaa338e", + "uuid": "5fbb5ad4-41c8-48d8-9a27-44369a2e4c71", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_TuiXiaoYuan.json b/assets/resources/Json/JuQingChatConfig/WX_Ma.json similarity index 53% rename from xls表/配置表- 剧情/config/WX_TuiXiaoYuan.json rename to assets/resources/Json/JuQingChatConfig/WX_Ma.json index 35f24eb2..bd9bd5a6 100644 --- a/xls表/配置表- 剧情/config/WX_TuiXiaoYuan.json +++ b/assets/resources/Json/JuQingChatConfig/WX_Ma.json @@ -4,7 +4,7 @@ "id": 0, "speaker": "other", "contentType": "word", - "contentDesc": "先生,耽误你几分钟,我是**公司的理财推销员", + "contentDesc": "小齐啊,村里都在传你欠了很多钱,怎么回事啊?", "next": [ 1 ], @@ -13,9 +13,9 @@ { "indexStr": "WX_4", "id": 1, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "投资我们公司,利润率高达15%啊。", + "contentDesc": "妈,你别担心,没什么大事的。", "next": [ 2 ], @@ -24,9 +24,9 @@ { "indexStr": "WX_4", "id": 2, - "speaker": "me", - "contentType": "word", - "contentDesc": "既然利润率这么高,你怎么不去投呢?", + "speaker": "other", + "contentType": "zhaunzhang", + "contentDesc": "1000000", "next": [ 3 ], @@ -37,7 +37,7 @@ "id": 3, "speaker": "other", "contentType": "word", - "contentDesc": "你不知道我们推销员都穷吗,没钱。", + "contentDesc": "我问亲戚借了些钱,加上我跟你爸这些年的积蓄,你先拿去应应急。", "next": [ 4 ], @@ -48,7 +48,7 @@ "id": 4, "speaker": "me", "contentType": "word", - "contentDesc": "你没钱我也没钱。", + "contentDesc": "谢谢妈,等我宽裕了一定还你们。", "next": [ 5 ], @@ -57,20 +57,9 @@ { "indexStr": "WX_4", "id": 5, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "唉唉,没钱是吧,我们还做小额贷,利息只有8%,贷一笔吗?", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_4", - "id": 6, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【2000万转账】", + "contentDesc": "你们别担心,保重身体。", "isFinish": true } ] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_Ma.json.meta b/assets/resources/Json/JuQingChatConfig/WX_Ma.json.meta new file mode 100644 index 00000000..4cda5d94 --- /dev/null +++ b/assets/resources/Json/JuQingChatConfig/WX_Ma.json.meta @@ -0,0 +1,6 @@ +{ + "ver": "1.0.2", + "uuid": "fdee503d-15bb-47b0-a873-89c44661ce0e", + "importer": "json", + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_SuMengXue.json b/assets/resources/Json/JuQingChatConfig/WX_SuMengXue.json deleted file mode 100644 index e330b957..00000000 --- a/assets/resources/Json/JuQingChatConfig/WX_SuMengXue.json +++ /dev/null @@ -1,839 +0,0 @@ -[ - { - "indexStr": "WX_204", - "id": 0, - "speaker": "other", - "contentType": "word", - "contentDesc": "我关注你很久了,湘菜御厨匾,是时候再次发光了", - "next": [ - 1 - ], - "isFinish": false - }, - { - "indexStr": "WX_204", - "id": 1, - "speaker": "me", - "contentType": "word", - "contentDesc": "你是?(不会是搞诈骗的吧)", - "next": [ - 2 - ], - "isFinish": false - }, - { - "indexStr": "WX_204", - "id": 2, - "speaker": "other", - "contentType": "word", - "contentDesc": "我还知道你有个传家宝,藏有振兴中餐的秘密", - "next": [ - 3 - ], - "isFinish": false - }, - { - "indexStr": "WX_204", - "id": 3, - "speaker": "other", - "contentType": "word", - "contentDesc": "中餐八大菜系没落太久了,你想不想重现你爷爷的荣光", - "next": [ - 4 - ], - "isFinish": false - }, - { - "indexStr": "WX_204", - "id": 4, - "speaker": "me", - "contentType": "word", - "contentDesc": "我爷爷?中餐荣光?你到底在说什么?", - "next": [ - 5 - ], - "isFinish": false - }, - { - "indexStr": "WX_204", - "id": 5, - "speaker": "other", - "contentType": "word", - "contentDesc": "赶紧打个车,来我这里细聊", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_204", - "id": 6, - "speaker": "me", - "contentType": "word", - "contentDesc": "去就去,我看你耍什么花招", - "isFinish": true - }, - { - "indexStr": "WX_601", - "id": 7, - "speaker": "me", - "contentType": "word", - "contentDesc": "振兴中餐的秘密,就是找齐八大菜谱和御厨匾?", - "next": [ - 8 - ], - "isFinish": false - }, - { - "indexStr": "WX_601", - "id": 8, - "speaker": "other", - "contentType": "word", - "contentDesc": "没错!川菜厨师找到了的话,带过来聊聊吧", - "next": [ - 9 - ], - "isFinish": false - }, - { - "indexStr": "WX_601", - "id": 9, - "speaker": "other", - "contentType": "word", - "contentDesc": "对了,给你配了辆豪车,你开车过来吧", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_601", - "id": 10, - "speaker": "me", - "contentType": "word", - "contentDesc": "哎呀,这怎么好意思啊(暗自窃喜)", - "isFinish": true - }, - { - "indexStr": "WX_701", - "id": 11, - "speaker": "other", - "contentType": "word", - "contentDesc": "林齐,救..救我!", - "next": [ - 12 - ], - "isFinish": false - }, - { - "indexStr": "WX_701", - "id": 12, - "speaker": "me", - "contentType": "word", - "contentDesc": "发生什么事了?我马上过来!", - "isFinish": true - }, - { - "indexStr": "WX_801", - "id": 13, - "speaker": "other", - "contentType": "word", - "contentDesc": "听说你找到金钱猛鱼跟石斑鱼了?", - "next": [ - 14 - ], - "isFinish": false - }, - { - "indexStr": "WX_801", - "id": 14, - "speaker": "me", - "contentType": "word", - "contentDesc": "对,侥幸找到了", - "next": [ - 15 - ], - "isFinish": false - }, - { - "indexStr": "WX_801", - "id": 15, - "speaker": "other", - "contentType": "word", - "contentDesc": "那你快去拍卖行,拿下苏菜菜谱和御厨匾,缺少资金的话先拿去用", - "next": [ - 16 - ], - "isFinish": false - }, - { - "indexStr": "WX_801", - "id": 16, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "100000", - "isFinish": true - }, - { - "indexStr": "WX_1002", - "id": 17, - "speaker": "other", - "contentType": "word", - "contentDesc": "苏菜菜谱到手了没?", - "next": [ - 18 - ], - "isFinish": false - }, - { - "indexStr": "WX_1002", - "id": 18, - "speaker": "me", - "contentType": "word", - "contentDesc": "有些波折,不过已经到手了", - "next": [ - 19 - ], - "isFinish": false - }, - { - "indexStr": "WX_1002", - "id": 19, - "speaker": "other", - "contentType": "word", - "contentDesc": "太好了,来我这边,聊一聊后续的计划", - "isFinish": true - }, - { - "indexStr": "WX_1101", - "id": 20, - "speaker": "other", - "contentType": "word", - "contentDesc": "八大菜系集齐快一半了,进度还不错", - "next": [ - 12 - ], - "isFinish": false - }, - { - "indexStr": "WX_1101", - "id": 21, - "speaker": "me", - "contentType": "word", - "contentDesc": "全靠苏总帮助!", - "next": [ - 22 - ], - "isFinish": false - }, - { - "indexStr": "WX_1101", - "id": 22, - "speaker": "other", - "contentType": "word", - "contentDesc": "等你八大菜系集齐,你传家宝的秘密就解开了", - "next": [ - 23 - ], - "isFinish": false - }, - { - "indexStr": "WX_1101", - "id": 23, - "speaker": "me", - "contentType": "word", - "contentDesc": "爷爷留下的东西,我也想知道,我先去继续经营苏菜馆", - "isFinish": true - }, - { - "indexStr": "WX_1301", - "id": 24, - "speaker": "other", - "contentType": "word", - "contentDesc": "徽菜馆开起来了,生意还好吗?", - "next": [ - 25 - ], - "isFinish": false - }, - { - "indexStr": "WX_1301", - "id": 25, - "speaker": "me", - "contentType": "word", - "contentDesc": "勉强能赚点,但是利润空间不大?", - "next": [ - 26 - ], - "isFinish": false - }, - { - "indexStr": "WX_1301", - "id": 26, - "speaker": "other", - "contentType": "word", - "contentDesc": "我去试了下菜品太少了,你多研发几种菜品去", - "next": [ - 27 - ], - "isFinish": false - }, - { - "indexStr": "WX_1301", - "id": 27, - "speaker": "me", - "contentType": "word", - "contentDesc": "对哦,把这茬给忘记了,我这就去", - "next": [ - 28 - ], - "isFinish": false - }, - { - "indexStr": "WX_1301", - "id": 28, - "speaker": "other", - "contentType": "word", - "contentDesc": "嗯,忙完把你那破车换了吧,好歹也是小老板了", - "isFinish": true - }, - { - "indexStr": "WX_1501", - "id": 29, - "speaker": "me", - "contentType": "word", - "contentDesc": "我拿到浙菜菜谱了", - "next": [ - 30 - ], - "isFinish": false - }, - { - "indexStr": "WX_1501", - "id": 30, - "speaker": "other", - "contentType": "word", - "contentDesc": "不错,来我这边一趟,你的新车买好了吗?", - "next": [ - 31 - ], - "isFinish": false - }, - { - "indexStr": "WX_1501", - "id": 31, - "speaker": "me", - "contentType": "word", - "contentDesc": "买好了,我让秘书送我过来!", - "isFinish": true - }, - { - "indexStr": "WX_1601", - "id": 32, - "speaker": "other", - "contentType": "word", - "contentDesc": "你知道陈天霸早上来找我做什么吗?", - "next": [ - 33 - ], - "isFinish": false - }, - { - "indexStr": "WX_1601", - "id": 33, - "speaker": "me", - "contentType": "word", - "contentDesc": "他又在动什么歪心思?", - "next": [ - 34 - ], - "isFinish": false - }, - { - "indexStr": "WX_1601", - "id": 34, - "speaker": "other", - "contentType": "word", - "contentDesc": "他想将中餐厅收购,合并到他的西餐厅去", - "next": [ - 35 - ], - "isFinish": false - }, - { - "indexStr": "WX_1601", - "id": 35, - "speaker": "me", - "contentType": "word", - "contentDesc": "他在想屁吃!", - "next": [ - 36 - ], - "isFinish": false - }, - { - "indexStr": "WX_1601", - "id": 36, - "speaker": "other", - "contentType": "word", - "contentDesc": "粗俗!让中餐厅上市吧,才有和他对擂的资本", - "isFinish": true - }, - { - "indexStr": "WX_1602", - "id": 37, - "speaker": "other", - "contentType": "word", - "contentDesc": "浙菜馆也起来了啊,有个客人,想和你见面聊,有空没", - "next": [ - 38 - ], - "isFinish": false - }, - { - "indexStr": "WX_1602", - "id": 38, - "speaker": "me", - "contentType": "word", - "contentDesc": "见我?那我这就来!", - "isFinish": true - }, - { - "indexStr": "WX_1701", - "id": 39, - "speaker": "other", - "contentType": "word", - "contentDesc": "快递发给你一些上市资料,你去取一下", - "next": [ - 40 - ], - "isFinish": false - }, - { - "indexStr": "WX_1701", - "id": 40, - "speaker": "other", - "contentType": "word", - "contentDesc": "多了解一下,中餐厅要准备上市了", - "next": [ - 41 - ], - "isFinish": false - }, - { - "indexStr": "WX_1701", - "id": 41, - "speaker": "me", - "contentType": "word", - "contentDesc": "好,都差不多准备好了", - "next": [ - 42 - ], - "isFinish": false - }, - { - "indexStr": "WX_1701", - "id": 42, - "speaker": "other", - "contentType": "word", - "contentDesc": "据说你的秘书有点问题?", - "next": [ - 43 - ], - "isFinish": false - }, - { - "indexStr": "WX_1701", - "id": 43, - "speaker": "me", - "contentType": "word", - "contentDesc": "嗯,她应该是陈天霸的人,这个我会处理", - "isFinish": true - }, - { - "indexStr": "WX_1901", - "id": 44, - "speaker": "other", - "contentType": "word", - "contentDesc": "你去见陈天霸了?他和你说啥了?", - "next": [ - 45 - ], - "isFinish": false - }, - { - "indexStr": "WX_1901", - "id": 45, - "speaker": "me", - "contentType": "word", - "contentDesc": "这王八蛋想收购中餐厅,我没答应", - "next": [ - 46 - ], - "isFinish": false - }, - { - "indexStr": "WX_1901", - "id": 46, - "speaker": "other", - "contentType": "word", - "contentDesc": "好样的!到这程度了,他想来插一脚?想得美!", - "next": [ - 47 - ], - "isFinish": false - }, - { - "indexStr": "WX_1901", - "id": 47, - "speaker": "other", - "contentType": "word", - "contentDesc": "我们先将公司上市,你去买点烟花礼炮庆祝一下!", - "isFinish": true - }, - { - "indexStr": "WX_20012", - "id": 48, - "speaker": "other", - "contentType": "word", - "contentDesc": "你要是有资金压力,就去【海外贸易】去交易获得资金", - "next": [ - 49 - ], - "isFinish": false - }, - { - "indexStr": "WX_20012", - "id": 49, - "speaker": "other", - "contentType": "word", - "contentDesc": "我跟那里的负责人打好招呼了,都给你按最高价回收", - "next": [ - 50 - ], - "isFinish": false - }, - { - "indexStr": "WX_20012", - "id": 50, - "speaker": "me", - "contentType": "word", - "contentDesc": "好,多谢了,刚好现在资金链断了", - "isFinish": true - }, - { - "indexStr": "WX_2402", - "id": 51, - "speaker": "other", - "contentType": "word", - "contentDesc": "满汉全席食谱拿到,西餐也被我们赶出去了", - "next": [ - 52 - ], - "isFinish": false - }, - { - "indexStr": "WX_2402", - "id": 52, - "speaker": "other", - "contentType": "word", - "contentDesc": "让大伙来我家,吃一顿满汉全席吧", - "next": [ - 53 - ], - "isFinish": false - }, - { - "indexStr": "WX_2402", - "id": 53, - "speaker": "me", - "contentType": "word", - "contentDesc": "好,我来掌厨,这一次,我要彻底治好我女儿", - "isFinish": true - }, - { - "indexStr": "WX_2503", - "id": 54, - "speaker": "other", - "contentType": "word", - "contentDesc": "餐馆的事情解决了?", - "next": [ - 55 - ], - "isFinish": false - }, - { - "indexStr": "WX_2503", - "id": 55, - "speaker": "me", - "contentType": "word", - "contentDesc": "解决了,对了你知道陈天霸在海外的情况吗?", - "next": [ - 56 - ], - "isFinish": false - }, - { - "indexStr": "WX_2503", - "id": 56, - "speaker": "other", - "contentType": "word", - "contentDesc": "陈天霸可没那么简单,陈氏家族更是深不可测", - "next": [ - 57 - ], - "isFinish": false - }, - { - "indexStr": "WX_2503", - "id": 57, - "speaker": "other", - "contentType": "word", - "contentDesc": "你有能力能帮我找回苏家祖器,我就把一切都告诉你", - "next": [ - 58 - ], - "isFinish": false - }, - { - "indexStr": "WX_2503", - "id": 58, - "speaker": "me", - "contentType": "word", - "contentDesc": "又是祖器,这到底是什么东西?", - "isFinish": true - }, - { - "indexStr": "WX_2504", - "id": 59, - "speaker": "me", - "contentType": "word", - "contentDesc": "【苏家祖器】", - "next": [ - 60 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 60, - "speaker": "other", - "contentType": "word", - "contentDesc": "居然真被你找到了,太好了!", - "next": [ - 61 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 61, - "speaker": "me", - "contentType": "word", - "contentDesc": "能告诉我关于你们的事情了吧", - "next": [ - 62 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 62, - "speaker": "other", - "contentType": "word", - "contentDesc": "我跟陈天霸都来自于海外超级世家苏家跟陈家", - "next": [ - 63 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 63, - "speaker": "other", - "contentType": "word", - "contentDesc": "世俗界的很多产业背后都是超级世家的支持", - "next": [ - 64 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 64, - "speaker": "me", - "contentType": "word", - "contentDesc": "那你们来这里,难道是为了你们口中所说的祖器?", - "next": [ - 65 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 65, - "speaker": "other", - "contentType": "word", - "contentDesc": "没错,只有获得家族祖器才能拥有世家的继承权", - "next": [ - 66 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 66, - "speaker": "other", - "contentType": "word", - "contentDesc": "陈天霸继承了陈家,恐怕不会放过你", - "next": [ - 67 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 67, - "speaker": "other", - "contentType": "word", - "contentDesc": "我也得离开一段时间,得回海外接管家族", - "next": [ - 68 - ], - "isFinish": false - }, - { - "indexStr": "WX_2504", - "id": 68, - "speaker": "me", - "contentType": "word", - "contentDesc": "陈家是吧,我记住了", - "isFinish": true - }, - { - "indexStr": "WX_2507", - "id": 69, - "speaker": "other", - "contentType": "word", - "contentDesc": "听说你得到了萧家的支持?", - "next": [ - 70 - ], - "isFinish": false - }, - { - "indexStr": "WX_2507", - "id": 70, - "speaker": "me", - "contentType": "word", - "contentDesc": "嗯,现在还不清楚情况如何", - "next": [ - 71 - ], - "isFinish": false - }, - { - "indexStr": "WX_2507", - "id": 71, - "speaker": "other", - "contentType": "word", - "contentDesc": "如果萧家愿意出手,那我苏家也将助你一臂之力一举吞并陈家", - "next": [ - 72 - ], - "isFinish": false - }, - { - "indexStr": "WX_2507", - "id": 72, - "speaker": "me", - "contentType": "word", - "contentDesc": "那太好了!", - "next": [ - 73 - ], - "isFinish": false - }, - { - "indexStr": "WX_2507", - "id": 73, - "speaker": "other", - "contentType": "word", - "contentDesc": "趁着还有时间,你先累计下资金", - "next": [ - 74 - ], - "isFinish": false - }, - { - "indexStr": "WX_2507", - "id": 74, - "speaker": "other", - "contentType": "word", - "contentDesc": "可能到时候还需要你的资金支援", - "next": [ - 75 - ], - "isFinish": false - }, - { - "indexStr": "WX_2507", - "id": 75, - "speaker": "me", - "contentType": "word", - "contentDesc": "没问题,我这就去!", - "isFinish": true - }, - { - "indexStr": "WX_9002", - "id": 76, - "speaker": "other", - "contentType": "word", - "contentDesc": "听说你最近资金压力挺大啊", - "next": [ - 77 - ], - "isFinish": false - }, - { - "indexStr": "WX_9002", - "id": 77, - "speaker": "me", - "contentType": "word", - "contentDesc": "成功的道路多少有点艰难", - "next": [ - 78 - ], - "isFinish": false - }, - { - "indexStr": "WX_9002", - "id": 78, - "speaker": "other", - "contentType": "word", - "contentDesc": "我又凑了一笔钱,先转你,可别让我失望啊", - "next": [ - 79 - ], - "isFinish": false - }, - { - "indexStr": "WX_9002", - "id": 79, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "50000000", - "next": [ - 80 - ], - "isFinish": false - }, - { - "indexStr": "WX_9002", - "id": 80, - "speaker": "me", - "contentType": "word", - "contentDesc": "放心,我一定不会让你失望的", - "isFinish": true - } -] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json b/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json index 5669e989..10e98e06 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json +++ b/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json @@ -1,612 +1,65 @@ [ { - "indexStr": "WX_102", + "indexStr": "WX_8", "id": 0, "speaker": "other", "contentType": "word", - "contentDesc": "我有我的苦衷,老板陈天霸,更能解决我当前的困境", + "contentDesc": "女儿怎么了??", "next": [ 1 ], "isFinish": false }, { - "indexStr": "WX_102", + "indexStr": "WX_8", "id": 1, "speaker": "me", "contentType": "word", - "contentDesc": "你还有脸给我发消息?", + "contentDesc": "你是不是早就知道女儿的病情,为了筹钱才离开我们的。", "next": [ 2 ], "isFinish": false }, { - "indexStr": "WX_102", + "indexStr": "WX_8", "id": 2, "speaker": "other", "contentType": "word", - "contentDesc": "以后你会懂的,我现在没必要跟你解释", + "contentDesc": "我也实在没办法,以我们当时的情况完全负担不起,我只能这么做。", "next": [ 3 ], "isFinish": false }, { - "indexStr": "WX_102", + "indexStr": "WX_8", "id": 3, "speaker": "other", - "contentType": "word", - "contentDesc": "我要把女儿带走,我跟陈天霸在家等你,打个车回来吧", + "contentType": "zhuanzhang", + "contentDesc": "100000000", "next": [ 4 ], "isFinish": false }, { - "indexStr": "WX_102", + "indexStr": "WX_8", "id": 4, - "speaker": "me", - "contentType": "word", - "contentDesc": "你们欺人太甚了吧!我不可能把女儿给你们的", - "isFinish": true - }, - { - "indexStr": "WX_401", - "id": 5, - "speaker": "other", - "contentType": "word", - "contentDesc": "留的字条,你看到了吧", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_401", - "id": 6, - "speaker": "me", - "contentType": "word", - "contentDesc": "夏芸,你什么意思!", - "next": [ - 7 - ], - "isFinish": false - }, - { - "indexStr": "WX_401", - "id": 7, - "speaker": "other", - "contentType": "word", - "contentDesc": "女儿我带走了,你先处理好你自己的那点破事吧!", - "next": [ - 8 - ], - "isFinish": false - }, - { - "indexStr": "WX_401", - "id": 8, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "200000", - "next": [ - 9 - ], - "isFinish": false - }, - { - "indexStr": "WX_401", - "id": 9, - "speaker": "other", - "contentType": "word", - "contentDesc": "这钱你拿着去买针解毒剂,回你的破餐馆,我闺蜜在那吃东西中毒了", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_401", - "id": 10, - "speaker": "me", - "contentType": "word", - "contentDesc": "不可能!等我解决了餐馆的事,我就来接女儿!", - "isFinish": true - }, - { - "indexStr": "WX_901", - "id": 11, - "speaker": "other", - "contentType": "word", - "contentDesc": "女儿又病发晕倒了", - "next": [ - 12 - ], - "isFinish": false - }, - { - "indexStr": "WX_901", - "id": 12, - "speaker": "me", - "contentType": "word", - "contentDesc": "病发越来越快了,我换个好点的膳食试试", - "next": [ - 13 - ], - "isFinish": false - }, - { - "indexStr": "WX_901", - "id": 13, - "speaker": "other", - "contentType": "word", - "contentDesc": "好,你快去", - "next": [ - 14 - ], - "isFinish": false - }, - { - "indexStr": "WX_901", - "id": 14, - "speaker": "me", - "contentType": "word", - "contentDesc": "这就去准备食材", - "isFinish": true - }, - { - "indexStr": "WX_902", - "id": 15, - "speaker": "other", - "contentType": "word", - "contentDesc": "还没准备好吗?", - "next": [ - 16 - ], - "isFinish": false - }, - { - "indexStr": "WX_902", - "id": 16, - "speaker": "me", - "contentType": "word", - "contentDesc": "刚准备好食材", - "next": [ - 17 - ], - "isFinish": false - }, - { - "indexStr": "WX_902", - "id": 17, "speaker": "other", "contentType": "word", - "contentDesc": "你不是买车了么,快点回来", + "contentDesc": "这钱你拿着,剩下的我会想办法的。", "next": [ - 18 + 5 ], "isFinish": false }, { - "indexStr": "WX_902", - "id": 18, - "speaker": "me", - "contentType": "word", - "contentDesc": "我这就开车回来", - "isFinish": true - }, - { - "indexStr": "WX_1001", - "id": 19, - "speaker": "other", - "contentType": "word", - "contentDesc": "看起来你过得还不错", - "next": [ - 20 - ], - "isFinish": false - }, - { - "indexStr": "WX_1001", - "id": 20, - "speaker": "me", - "contentType": "word", - "contentDesc": "你想说什么?", - "next": [ - 21 - ], - "isFinish": false - }, - { - "indexStr": "WX_1001", - "id": 21, - "speaker": "other", - "contentType": "word", - "contentDesc": "你现在做的中餐,效果还不错,但这还远远不够", - "next": [ - 22 - ], - "isFinish": false - }, - { - "indexStr": "WX_1001", - "id": 22, - "speaker": "me", - "contentType": "word", - "contentDesc": "什么意思?", - "next": [ - 23 - ], - "isFinish": false - }, - { - "indexStr": "WX_1001", - "id": 23, - "speaker": "other", - "contentType": "word", - "contentDesc": "女儿的病.....总之你继续努力吧", - "next": [ - 24 - ], - "isFinish": false - }, - { - "indexStr": "WX_1001", - "id": 24, - "speaker": "me", - "contentType": "word", - "contentDesc": "莫名其妙", - "isFinish": true - }, - { - "indexStr": "WX_1802", - "id": 25, - "speaker": "other", - "contentType": "word", - "contentDesc": "听说你都买跑车了?", - "next": [ - 26 - ], - "isFinish": false - }, - { - "indexStr": "WX_1802", - "id": 26, - "speaker": "me", - "contentType": "word", - "contentDesc": "嗯,工作需要", - "next": [ - 27 - ], - "isFinish": false - }, - { - "indexStr": "WX_1802", - "id": 27, - "speaker": "other", - "contentType": "word", - "contentDesc": "挺好,来米奇淋西餐厅一趟,陈天霸找你", - "next": [ - 28 - ], - "isFinish": false - }, - { - "indexStr": "WX_1802", - "id": 28, - "speaker": "me", - "contentType": "word", - "contentDesc": "等着,我正准备找他!", - "isFinish": true - }, - { - "indexStr": "WX_1902", - "id": 29, - "speaker": "other", - "contentType": "word", - "contentDesc": "恭喜你,林氏中餐厅上市了", - "next": [ - 30 - ], - "isFinish": false - }, - { - "indexStr": "WX_1902", - "id": 30, - "speaker": "other", - "contentType": "word", - "contentDesc": "不过,陈天霸已经出手了,看看新闻和股市吧", - "next": [ - 31 - ], - "isFinish": false - }, - { - "indexStr": "WX_1902", - "id": 31, - "speaker": "me", - "contentType": "word", - "contentDesc": "陈天霸还不死心,你为什么告诉我?", - "next": [ - 32 - ], - "isFinish": false - }, - { - "indexStr": "WX_1902", - "id": 32, - "speaker": "other", - "contentType": "word", - "contentDesc": "过阵子你就知道了", - "isFinish": true - }, - { - "indexStr": "WX_2102", - "id": 33, - "speaker": "other", - "contentType": "word", - "contentDesc": "林齐,女儿的病,找到根治的办法吗?", - "next": [ - 34 - ], - "isFinish": false - }, - { - "indexStr": "WX_2102", - "id": 34, - "speaker": "me", - "contentType": "word", - "contentDesc": "快了,再熬一次膳食,兰兰就应该好大半了", - "next": [ - 35 - ], - "isFinish": false - }, - { - "indexStr": "WX_2102", - "id": 35, - "speaker": "me", - "contentType": "word", - "contentDesc": "等我集齐八大菜系菜谱,肯定能够治好兰兰", - "next": [ - 36 - ], - "isFinish": false - }, - { - "indexStr": "WX_2102", - "id": 36, - "speaker": "other", - "contentType": "word", - "contentDesc": "我相信你一定可以的", - "isFinish": true - }, - { - "indexStr": "WX_2103", - "id": 37, - "speaker": "other", - "contentType": "word", - "contentDesc": "膳食食材准备好了吗", - "next": [ - 38 - ], - "isFinish": false - }, - { - "indexStr": "WX_2103", - "id": 38, - "speaker": "me", - "contentType": "word", - "contentDesc": "好了,我马上回来!", - "isFinish": true - }, - { - "indexStr": "WX_2401", - "id": 39, - "speaker": "other", - "contentType": "word", - "contentDesc": "8块御厨匾是不是只差鲁菜御厨匾了", - "next": [ - 40 - ], - "isFinish": false - }, - { - "indexStr": "WX_2401", - "id": 40, - "speaker": "me", - "contentType": "word", - "contentDesc": "对,其他的都已经找到了", - "next": [ - 41 - ], - "isFinish": false - }, - { - "indexStr": "WX_2401", - "id": 41, - "speaker": "other", - "contentType": "word", - "contentDesc": "鲁菜御厨匾就在米奇淋餐厅里边角落", - "next": [ - 42 - ], - "isFinish": false - }, - { - "indexStr": "WX_2401", - "id": 42, - "speaker": "other", - "contentType": "word", - "contentDesc": "陈天霸拿到后就故意将它一直压在那边", - "isFinish": true - }, - { - "indexStr": "WX_2501", - "id": 43, - "speaker": "me", - "contentType": "word", - "contentDesc": "你们到哪里了", - "next": [ - 44 - ], - "isFinish": false - }, - { - "indexStr": "WX_2501", - "id": 44, - "speaker": "other", - "contentType": "word", - "contentDesc": "快到了,女儿的病有办法根治了么", - "next": [ - 45 - ], - "isFinish": false - }, - { - "indexStr": "WX_2501", - "id": 45, - "speaker": "me", - "contentType": "word", - "contentDesc": "有了满汉全席食谱,应该没问题", - "next": [ - 46 - ], - "isFinish": false - }, - { - "indexStr": "WX_2501", - "id": 46, - "speaker": "other", - "contentType": "word", - "contentDesc": "太好了,老公", - "isFinish": true - }, - { - "indexStr": "WX_2505", - "id": 47, - "speaker": "other", - "contentType": "word", - "contentDesc": "老公,时间紧迫我长话短说,我打听到一个重要消息!", - "next": [ - 48 - ], - "isFinish": false - }, - { - "indexStr": "WX_2505", - "id": 48, - "speaker": "other", - "contentType": "word", - "contentDesc": "海外最大的世家萧家在找他们的祖器", - "next": [ - 49 - ], - "isFinish": false - }, - { - "indexStr": "WX_2505", - "id": 49, - "speaker": "other", - "contentType": "word", - "contentDesc": "如果你能帮他们找到,或许能得到他们的支持", - "next": [ - 50 - ], - "isFinish": false - }, - { - "indexStr": "WX_2505", - "id": 50, - "speaker": "other", - "contentType": "word", - "contentDesc": "地址就在废品回.....啊!", - "next": [ - 51 - ], - "isFinish": false - }, - { - "indexStr": "WX_2505", - "id": 51, - "speaker": "me", - "contentType": "word", - "contentDesc": "老婆,你怎么了?", - "next": [ - 52 - ], - "isFinish": false - }, - { - "indexStr": "WX_2505", - "id": 52, - "speaker": "me", - "contentType": "word", - "contentDesc": "我这就去,等我,我一定会把你们救出来的!", - "isFinish": true - }, - { - "indexStr": "WX_9001", - "id": 53, - "speaker": "other", - "contentType": "word", - "contentDesc": "听说你现在的经营遇到了些资金上的困难?", - "next": [ - 54 - ], - "isFinish": false - }, - { - "indexStr": "WX_9001", - "id": 54, - "speaker": "me", - "contentType": "word", - "contentDesc": "没事,不用你担心", - "next": [ - 55 - ], - "isFinish": false - }, - { - "indexStr": "WX_9001", - "id": 55, - "speaker": "other", - "contentType": "word", - "contentDesc": "少逞强,先拿去,我也只能支持你这么多了", - "next": [ - 56 - ], - "isFinish": false - }, - { - "indexStr": "WX_9001", - "id": 56, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "5000000", - "next": [ - 57 - ], - "isFinish": false - }, - { - "indexStr": "WX_9001", - "id": 57, + "indexStr": "WX_8", + "id": 5, "speaker": "me", "contentType": "word", - "contentDesc": "你...行,以后我会还你的", - "next": [ - 58 - ], - "isFinish": false - }, - { - "indexStr": "WX_9001", - "id": 58, - "speaker": "other", - "contentType": "word", - "contentDesc": "嗯", + "contentDesc": "都怪我没用,剩下的钱无论如何我都会筹齐的。", "isFinish": true } ] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json.meta b/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json.meta index 1dcbf828..e2ba295c 100644 --- a/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json.meta +++ b/assets/resources/Json/JuQingChatConfig/WX_XiaYun.json.meta @@ -1,6 +1,6 @@ { "ver": "1.0.2", - "uuid": "ab06b3fb-637d-4069-9547-a4d093f43fa9", + "uuid": "636ce251-ee16-48af-8da5-e192c201a493", "importer": "json", "subMetas": {} } \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_XiaoYan.json b/assets/resources/Json/JuQingChatConfig/WX_XiaoYan.json deleted file mode 100644 index 8771e6b6..00000000 --- a/assets/resources/Json/JuQingChatConfig/WX_XiaoYan.json +++ /dev/null @@ -1,76 +0,0 @@ -[ - { - "indexStr": "WX_2506", - "id": 0, - "speaker": "me", - "contentType": "word", - "contentDesc": "【萧家祖器】", - "next": [ - 1 - ], - "isFinish": false - }, - { - "indexStr": "WX_2506", - "id": 1, - "speaker": "other", - "contentType": "word", - "contentDesc": "居然是我萧家祖器,太好了", - "next": [ - 2 - ], - "isFinish": false - }, - { - "indexStr": "WX_2506", - "id": 2, - "speaker": "other", - "contentType": "word", - "contentDesc": "有什么要求尽管提,能做到的我义不容辞", - "next": [ - 3 - ], - "isFinish": false - }, - { - "indexStr": "WX_2506", - "id": 3, - "speaker": "me", - "contentType": "word", - "contentDesc": "我老婆孩子被陈家的陈天霸抢走了,有什么办法吗?", - "next": [ - 4 - ], - "isFinish": false - }, - { - "indexStr": "WX_2506", - "id": 4, - "speaker": "other", - "contentType": "word", - "contentDesc": "陈家新家主陈天霸?这件事恐怕好好计划一下", - "next": [ - 5 - ], - "isFinish": false - }, - { - "indexStr": "WX_2506", - "id": 5, - "speaker": "other", - "contentType": "word", - "contentDesc": "这样,我先回家族召集人,有情况立马联系你", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_2506", - "id": 6, - "speaker": "me", - "contentType": "word", - "contentDesc": "好,多谢", - "isFinish": true - } -] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_YangLingQian.json b/assets/resources/Json/JuQingChatConfig/WX_YangLingQian.json deleted file mode 100644 index cb68628e..00000000 --- a/assets/resources/Json/JuQingChatConfig/WX_YangLingQian.json +++ /dev/null @@ -1,314 +0,0 @@ -[ - { - "indexStr": "WX_502", - "id": 0, - "speaker": "me", - "contentType": "word", - "contentDesc": "师妹,我开了个中餐馆,来我这干啊", - "next": [ - 1 - ], - "isFinish": false - }, - { - "indexStr": "WX_502", - "id": 1, - "speaker": "other", - "contentType": "word", - "contentDesc": "早就想过去了,可是陈天霸这王八蛋,他不肯批我的辞职", - "next": [ - 2 - ], - "isFinish": false - }, - { - "indexStr": "WX_502", - "id": 2, - "speaker": "me", - "contentType": "word", - "contentDesc": "该死的混蛋!让他给我等着,我就过来", - "next": [ - 3 - ], - "isFinish": false - }, - { - "indexStr": "WX_502", - "id": 3, - "speaker": "me", - "contentType": "word", - "contentDesc": "对了,你的川菜御厨匾还在吧?我知道它的秘密了", - "next": [ - 4 - ], - "isFinish": false - }, - { - "indexStr": "WX_502", - "id": 4, - "speaker": "other", - "contentType": "word", - "contentDesc": "我把它和我的厨具套装封存在深海了", - "isFinish": true - }, - { - "indexStr": "WX_502", - "id": 5, - "speaker": "me", - "contentType": "word", - "contentDesc": "行,这个事等我过来了再说", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_703", - "id": 6, - "speaker": "other", - "contentType": "word", - "contentDesc": "师哥,馆子里有人闹事,说我们的菜不够辣", - "next": [ - 7 - ], - "isFinish": false - }, - { - "indexStr": "WX_703", - "id": 7, - "speaker": "me", - "contentType": "word", - "contentDesc": "找茬的吧,我去找点辣椒酱材料,给他们配个魔鬼辣椒酱", - "isFinish": true - }, - { - "indexStr": "WX_1702", - "id": 8, - "speaker": "other", - "contentType": "word", - "contentDesc": "赶快回餐馆,餐馆着火了!", - "next": [ - 9 - ], - "isFinish": false - }, - { - "indexStr": "WX_1702", - "id": 9, - "speaker": "me", - "contentType": "word", - "contentDesc": "什么!秘书去哪了?", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_1702", - "id": 10, - "speaker": "other", - "contentType": "word", - "contentDesc": "没看到,我怀疑就是她干的", - "next": [ - 11 - ], - "isFinish": false - }, - { - "indexStr": "WX_1702", - "id": 11, - "speaker": "me", - "contentType": "word", - "contentDesc": "行吧,我马上回来!", - "isFinish": true - }, - { - "indexStr": "WX_2502", - "id": 12, - "speaker": "other", - "contentType": "word", - "contentDesc": "师哥,出大事了!", - "next": [ - 13 - ], - "isFinish": false - }, - { - "indexStr": "WX_2502", - "id": 13, - "speaker": "me", - "contentType": "word", - "contentDesc": "慌慌张张的,出什么事了?", - "next": [ - 14 - ], - "isFinish": false - }, - { - "indexStr": "WX_2502", - "id": 14, - "speaker": "other", - "contentType": "word", - "contentDesc": "师哥,食材供货商终止了跟我们的合同", - "next": [ - 15 - ], - "isFinish": false - }, - { - "indexStr": "WX_2502", - "id": 15, - "speaker": "other", - "contentType": "word", - "contentDesc": "所有店都没食材,我们的资金支持不了多久了", - "next": [ - 16 - ], - "isFinish": false - }, - { - "indexStr": "WX_2502", - "id": 16, - "speaker": "me", - "contentType": "word", - "contentDesc": "我去收购一个食材公司,特供给我们的餐馆", - "next": [ - 17 - ], - "isFinish": false - }, - { - "indexStr": "WX_2502", - "id": 17, - "speaker": "me", - "contentType": "word", - "contentDesc": "你们再顶两天,我去筹备一下资金", - "isFinish": true - }, - { - "indexStr": "WX_9004", - "id": 18, - "speaker": "other", - "contentType": "word", - "contentDesc": "师哥,听说你要扩大经营,我能不能投资点啊", - "next": [ - 19 - ], - "isFinish": false - }, - { - "indexStr": "WX_9004", - "id": 19, - "speaker": "me", - "contentType": "word", - "contentDesc": "呦,可以啊,准备投资几个小目标啊?", - "next": [ - 20 - ], - "isFinish": false - }, - { - "indexStr": "WX_9004", - "id": 20, - "speaker": "other", - "contentType": "word", - "contentDesc": "呐,这是我的投资款,你可别让我亏了啊师哥", - "next": [ - 21 - ], - "isFinish": false - }, - { - "indexStr": "WX_9004", - "id": 21, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "1000000", - "next": [ - 22 - ], - "isFinish": false - }, - { - "indexStr": "WX_9004", - "id": 22, - "speaker": "me", - "contentType": "word", - "contentDesc": "得勒,肯定让你稳赚", - "isFinish": true - }, - { - "indexStr": "WX_9005", - "id": 23, - "speaker": "other", - "contentType": "word", - "contentDesc": "师哥,最近在忙什么赚钱的项目啊", - "next": [ - 24 - ], - "isFinish": false - }, - { - "indexStr": "WX_9005", - "id": 24, - "speaker": "me", - "contentType": "word", - "contentDesc": "手里还真有个项目,就是以你的资产,恐怕玩不起", - "next": [ - 25 - ], - "isFinish": false - }, - { - "indexStr": "WX_9005", - "id": 25, - "speaker": "other", - "contentType": "word", - "contentDesc": "你也太小看你师妹了吧???", - "next": [ - 26 - ], - "isFinish": false - }, - { - "indexStr": "WX_9005", - "id": 26, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "100000000", - "next": [ - 27 - ], - "isFinish": false - }, - { - "indexStr": "WX_9005", - "id": 27, - "speaker": "other", - "contentType": "word", - "contentDesc": "就问你够不够?", - "next": [ - 28 - ], - "isFinish": false - }, - { - "indexStr": "WX_9005", - "id": 28, - "speaker": "me", - "contentType": "word", - "contentDesc": "你就是传说中的富婆是吧??", - "next": [ - 29 - ], - "isFinish": false - }, - { - "indexStr": "WX_9005", - "id": 29, - "speaker": "me", - "contentType": "word", - "contentDesc": "够够够,等着躺赚吧", - "isFinish": true - } -] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json b/assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json deleted file mode 100644 index 3679d9d4..00000000 --- a/assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json +++ /dev/null @@ -1,203 +0,0 @@ -[ - { - "indexStr": "WX_QL701", - "id": 0, - "speaker": "WX_SuCai", - "contentType": "word", - "contentDesc": "苏总,哪个是你认定的人?", - "next": [ - 1 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL701", - "id": 1, - "speaker": "WX_SuMengXue", - "contentType": "word", - "contentDesc": "@林齐,就这个,湘菜传承人", - "next": [ - 2 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL701", - "id": 2, - "speaker": "WX_HuiCai", - "contentType": "word", - "contentDesc": "我相信苏总的眼光,小伙子,中餐崛起靠你了", - "next": [ - 3 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL701", - "id": 3, - "speaker": "WX_MinCai", - "contentType": "word", - "contentDesc": "我见过,人模狗样的恐怕中看不中用!", - "next": [ - 4 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL701", - "id": 4, - "speaker": "me", - "contentType": "word", - "contentDesc": "@闽菜掌门,我们见过?", - "next": [ - 5 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL701", - "id": 5, - "speaker": "WX_SuMengXue", - "contentType": "word", - "contentDesc": "你们先别闹,大家目标一致,以后多多交流", - "isFinish": true, - "unLockJuQingIndex": "WX_702" - }, - { - "indexStr": "WX_QL801", - "id": 6, - "speaker": "WX_HuiCai", - "contentType": "word", - "contentDesc": "苏菜菜谱和苏菜御厨匾出现在拍卖场", - "next": [ - 7 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL801", - "id": 7, - "speaker": "WX_SuCai", - "contentType": "word", - "contentDesc": "什么!一般人可没法获得拍卖场的入场券", - "next": [ - 8 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL801", - "id": 8, - "speaker": "WX_HuiCai", - "contentType": "word", - "contentDesc": "入场券我有办法,不过需要你的帮助@林齐", - "next": [ - 9 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL801", - "id": 9, - "speaker": "me", - "contentType": "word", - "contentDesc": "我能做些什么?", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL801", - "id": 10, - "speaker": "WX_HuiCai", - "contentType": "word", - "contentDesc": "拍卖行老板对海里的稀有食材很感兴趣", - "next": [ - 11 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL801", - "id": 11, - "speaker": "WX_HuiCai", - "contentType": "word", - "contentDesc": "如果能深海找到金钱猛鱼跟石斑鱼,能免费获得入场券", - "next": [ - 12 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL801", - "id": 12, - "speaker": "me", - "contentType": "word", - "contentDesc": "那我去试一下", - "isFinish": true - }, - { - "indexStr": "WX_QL1201", - "id": 13, - "speaker": "me", - "contentType": "img", - "contentDesc": "徽菜菜谱", - "next": [ - 14 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL1201", - "id": 14, - "speaker": "me", - "contentType": "word", - "contentDesc": "徽菜菜谱我找回来了,@徽菜传承人", - "next": [ - 15 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL1201", - "id": 15, - "speaker": "WX_HuiCai", - "contentType": "word", - "contentDesc": "太好了,果然只有你才能振兴中餐", - "next": [ - 16 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL1201", - "id": 16, - "speaker": "me", - "contentType": "word", - "contentDesc": "我尽力,鲁菜菜谱我换给陈天霸了,鲁菜传承人在吗?", - "next": [ - 17 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL1201", - "id": 17, - "speaker": "WX_SuMengXue", - "contentType": "word", - "contentDesc": "鲁菜传承人还没加进群里,不过也快了", - "next": [ - 18 - ], - "isFinish": false - }, - { - "indexStr": "WX_QL1201", - "id": 18, - "speaker": "me", - "contentType": "word", - "contentDesc": "好,我争取在他进群前把菜谱拿回来", - "isFinish": true - } -] \ No newline at end of file diff --git a/assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json.meta b/assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json.meta deleted file mode 100644 index ec978bce..00000000 --- a/assets/resources/Json/JuQingChatConfig/WX_YuChuShiJia.json.meta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ver": "1.0.2", - "uuid": "2c7aa159-3aa0-4df2-b0d5-2e42b7174544", - "importer": "json", - "subMetas": {} -} \ No newline at end of file diff --git a/xls表/assets/resources/config/ChatPerson.json b/xls表/assets/resources/config/ChatPerson.json index c303d78a..1c8ccd84 100644 --- a/xls表/assets/resources/config/ChatPerson.json +++ b/xls表/assets/resources/config/ChatPerson.json @@ -1,68 +1,60 @@ [ { "id": 1, - "chatPersonName": "柳家豪(前世小舅子)", + "chatPersonName": "陈天霸(反派)", "type": "WX", - "jsonName": "WX_LiuJiaHao", + "jsonName": "WX_ChenTianBa", "eventIndexStr": [ - "WX_5", - "WX_6", - "WX_8" + "WX_3", + "WX_6" ], - "imgPath": "柳家豪(前世小舅子)" + "imgPath": "陈天霸(反派)", + "qunLiaoType": "single" }, { "id": 2, - "chatPersonName": "柳如燕(前世妻子)", + "chatPersonName": "刘伟(发小)", "type": "WX", - "jsonName": "WX_LiuRuYan", + "jsonName": "WX_LiuWei", "eventIndexStr": [ - "WX_7", - "WX_9" + "WX_1", + "WX_2", + "WX_5" ], - "imgPath": "柳如燕(前世妻子)" + "imgPath": "刘伟(发小)", + "qunLiaoType": "single" }, { "id": 3, - "chatPersonName": "发小", + "chatPersonName": "妈", "type": "WX", - "jsonName": "WX_FaXiao", + "jsonName": "WX_LiuGuiFang", "eventIndexStr": [ - "WX_1", - "WX_11", - "WX_12" + "WX_4" ], - "imgPath": "发小" + "imgPath": "妈", + "qunLiaoType": "single" }, { "id": 4, - "chatPersonName": "苏瑶闺蜜", + "chatPersonName": "绑匪", "type": "WX", - "jsonName": "WX_SuYaoGuiMi", + "jsonName": "WX_BangFei", "eventIndexStr": [ - "WX_2", - "WX_10" + "WX_7" ], - "imgPath": "苏瑶闺蜜" + "imgPath": "绑匪", + "qunLiaoType": "single" }, { "id": 5, - "chatPersonName": "推销员", + "chatPersonName": "夏芸(前妻)", "type": "WX", - "jsonName": "WX_TuiXiaoYuan", + "jsonName": "WX_XiaYun", "eventIndexStr": [ - "WX_4" - ], - "imgPath": "推销员" - }, - { - "id": 6, - "chatPersonName": "保险", - "type": "WX", - "jsonName": "WX_BaoXian", - "eventIndexStr": [ - "WX_3" + "WX_8" ], - "imgPath": "保险" + "imgPath": "夏芸(前妻)", + "qunLiaoType": "single" } ] \ No newline at end of file diff --git a/xls表/assets/resources/config/WX_BangFei.json b/xls表/assets/resources/config/WX_BangFei.json new file mode 100644 index 00000000..d6c09369 --- /dev/null +++ b/xls表/assets/resources/config/WX_BangFei.json @@ -0,0 +1,32 @@ +[ + { + "indexStr": "WX_7", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "2000万赎金准备好后来xx废弃厂交赎金。", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_7", + "id": 1, + "speaker": "other", + "contentType": "word", + "contentDesc": "记住,只能你一个人来,别耍花样,否则后果自负。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_7", + "id": 2, + "speaker": "me", + "contentType": "word", + "contentDesc": "钱没问题,我女儿要是少了一根头发,你们一分钱都别想拿到!", + "isFinish": true + } +] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_BaoXian.json b/xls表/assets/resources/config/WX_ChenTianBa.json similarity index 57% rename from xls表/配置表- 剧情/config/WX_BaoXian.json rename to xls表/assets/resources/config/WX_ChenTianBa.json index 5f382590..ceeba49f 100644 --- a/xls表/配置表- 剧情/config/WX_BaoXian.json +++ b/xls表/assets/resources/config/WX_ChenTianBa.json @@ -4,7 +4,7 @@ "id": 0, "speaker": "other", "contentType": "word", - "contentDesc": "我是保险公司的,请问您开车吗?", + "contentDesc": "20万怎么还没到账呢??", "next": [ 1 ], @@ -13,9 +13,9 @@ { "indexStr": "WX_3", "id": 1, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "我不开车司机开", + "contentDesc": "要不你跪下来求我,这20万就不要你的了。", "next": [ 2 ], @@ -24,9 +24,9 @@ { "indexStr": "WX_3", "id": 2, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "您的车有保险吗?", + "contentDesc": "陈天霸,你算什么东西?让我跪下来求你。", "next": [ 3 ], @@ -35,9 +35,9 @@ { "indexStr": "WX_3", "id": 3, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "应该有吧,我没问过,等会问问。", + "contentDesc": "你就嘴硬吧,我在家等你,拿不出20万你女儿我就带走了。", "next": [ 4 ], @@ -46,64 +46,61 @@ { "indexStr": "WX_3", "id": 4, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "您坐的车值多少钱呀?", - "next": [ - 5 - ], - "isFinish": false + "contentDesc": "你敢动我女儿一根汗毛,我跟你拼命。", + "isFinish": true }, { - "indexStr": "WX_3", + "indexStr": "WX_6", "id": 5, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "没问过,估计有个几个亿吧。", + "contentDesc": "听说你女儿被绑架了,早给我抚养哪会出这种事啊。", "next": [ 6 ], "isFinish": false }, { - "indexStr": "WX_3", + "indexStr": "WX_6", "id": 6, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "大哥,你啥车呀?", + "contentDesc": "陈天霸!是不是你干的?", "next": [ 7 ], "isFinish": false }, { - "indexStr": "WX_3", + "indexStr": "WX_6", "id": 7, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "高铁", + "contentDesc": "你不要诽谤我啊,我告你诽谤啊。", "next": [ 8 ], "isFinish": false }, { - "indexStr": "WX_3", + "indexStr": "WX_6", "id": 8, "speaker": "other", "contentType": "word", - "contentDesc": "穷逼,都我玩呢?没钱赏你去买个吧。", + "contentDesc": "我倒要看看你怎么筹齐2000万赎金。", "next": [ 9 ], "isFinish": false }, { - "indexStr": "WX_3", + "indexStr": "WX_6", "id": 9, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【100万转账】", + "speaker": "me", + "contentType": "word", + "contentDesc": "陈天霸,这事要跟你有关,我不会放过你的。", "isFinish": true } ] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_SuYaoGuiMi.json b/xls表/assets/resources/config/WX_LiuWei.json similarity index 54% rename from xls表/配置表- 剧情/config/WX_SuYaoGuiMi.json rename to xls表/assets/resources/config/WX_LiuWei.json index 4669899a..3ea64990 100644 --- a/xls表/配置表- 剧情/config/WX_SuYaoGuiMi.json +++ b/xls表/assets/resources/config/WX_LiuWei.json @@ -1,65 +1,62 @@ [ { - "indexStr": "WX_2", + "indexStr": "WX_1", "id": 0, "speaker": "other", "contentType": "word", - "contentDesc": "街区公园的那个许愿池真的很灵验啊!", + "contentDesc": "齐哥,我刚酒店门口看到嫂子跟西餐厅的老板陈天霸...", "next": [ 1 ], "isFinish": false }, { - "indexStr": "WX_2", + "indexStr": "WX_1", "id": 1, "speaker": "me", "contentType": "word", - "contentDesc": "你是怎么知道的?", + "contentDesc": "嗯,我已经知道了。", "next": [ 2 ], "isFinish": false }, { - "indexStr": "WX_2", + "indexStr": "WX_1", "id": 2, "speaker": "other", "contentType": "word", - "contentDesc": "那天我在那里许愿,希望有几十万出现在我面前。", + "contentDesc": "嫂子不是这样的人,她是不是有什么苦衷啊?", "next": [ 3 ], "isFinish": false }, { - "indexStr": "WX_2", + "indexStr": "WX_1", "id": 3, "speaker": "me", "contentType": "word", - "contentDesc": "难道真的实现了?", + "contentDesc": "她不就是嫌弃我是个卖包子的,没他陈天霸有钱吗?", "next": [ 4 ], "isFinish": false }, { - "indexStr": "WX_2", + "indexStr": "WX_1", "id": 4, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "嗯,我刚走出公园大门,就看到一辆运钞车从我面前驶过。", - "next": [ - 5 - ], - "isFinish": false + "contentDesc": "行了,我先回家去看看女儿。", + "isFinish": true }, { "indexStr": "WX_2", "id": 5, "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【50万转账】", + "contentType": "word", + "contentDesc": "齐哥,听说你现在遇到了些困难?", "next": [ 6 ], @@ -68,83 +65,72 @@ { "indexStr": "WX_2", "id": 6, - "speaker": "me", - "contentType": "word", - "contentDesc": "我去,你抢来的啊", - "isFinish": true + "speaker": "other", + "contentType": "zhuanzhang", + "contentDesc": "50000", + "next": [ + 7 + ], + "isFinish": false }, { - "indexStr": "WX_10", + "indexStr": "WX_2", "id": 7, "speaker": "other", "contentType": "word", - "contentDesc": "汉升,我怎么联系不上瑶瑶了?", + "contentDesc": "这是我这些年的全部积蓄,希望能帮到你。", "next": [ 8 ], "isFinish": false }, { - "indexStr": "WX_10", + "indexStr": "WX_2", "id": 8, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "她怎么了,你知道她怎么样了吗?", + "contentDesc": "兄弟,多谢了,等我有钱一定还你。", "next": [ 9 ], "isFinish": false }, { - "indexStr": "WX_10", + "indexStr": "WX_2", "id": 9, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "都怪我!没保护好瑶瑶。", - "next": [ - 10 - ], - "isFinish": false + "contentDesc": "咱俩无需多言!!", + "isFinish": true }, { - "indexStr": "WX_10", + "indexStr": "WX_5", "id": 10, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "瑶瑶她爸欠了龙哥500万,瑶瑶被龙哥挟持了", + "contentDesc": "齐哥,出大事了,快回来!", "next": [ 11 ], "isFinish": false }, { - "indexStr": "WX_10", + "indexStr": "WX_5", "id": 11, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "我在想办法筹钱准备救瑶瑶出来。", + "contentDesc": "我看到你女儿被几个人绑走了,我没追上他们。", "next": [ 12 ], "isFinish": false }, { - "indexStr": "WX_10", + "indexStr": "WX_5", "id": 12, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "啊!怎么会这样,500万这么多啊,我这还有点你先拿去救瑶瑶要紧。", - "next": [ - 13 - ], - "isFinish": false - }, - { - "indexStr": "WX_10", - "id": 13, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【50万转账】", + "contentDesc": "什么!我这就回去!", "isFinish": true } ] \ No newline at end of file diff --git a/xls表/assets/resources/config/WX_Ma.json b/xls表/assets/resources/config/WX_Ma.json new file mode 100644 index 00000000..bd9bd5a6 --- /dev/null +++ b/xls表/assets/resources/config/WX_Ma.json @@ -0,0 +1,65 @@ +[ + { + "indexStr": "WX_4", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "小齐啊,村里都在传你欠了很多钱,怎么回事啊?", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 1, + "speaker": "me", + "contentType": "word", + "contentDesc": "妈,你别担心,没什么大事的。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 2, + "speaker": "other", + "contentType": "zhaunzhang", + "contentDesc": "1000000", + "next": [ + 3 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 3, + "speaker": "other", + "contentType": "word", + "contentDesc": "我问亲戚借了些钱,加上我跟你爸这些年的积蓄,你先拿去应应急。", + "next": [ + 4 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 4, + "speaker": "me", + "contentType": "word", + "contentDesc": "谢谢妈,等我宽裕了一定还你们。", + "next": [ + 5 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 5, + "speaker": "me", + "contentType": "word", + "contentDesc": "你们别担心,保重身体。", + "isFinish": true + } +] \ No newline at end of file diff --git a/xls表/assets/resources/config/WX_XiaYun.json b/xls表/assets/resources/config/WX_XiaYun.json new file mode 100644 index 00000000..10e98e06 --- /dev/null +++ b/xls表/assets/resources/config/WX_XiaYun.json @@ -0,0 +1,65 @@ +[ + { + "indexStr": "WX_8", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "女儿怎么了??", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 1, + "speaker": "me", + "contentType": "word", + "contentDesc": "你是不是早就知道女儿的病情,为了筹钱才离开我们的。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 2, + "speaker": "other", + "contentType": "word", + "contentDesc": "我也实在没办法,以我们当时的情况完全负担不起,我只能这么做。", + "next": [ + 3 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 3, + "speaker": "other", + "contentType": "zhuanzhang", + "contentDesc": "100000000", + "next": [ + 4 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 4, + "speaker": "other", + "contentType": "word", + "contentDesc": "这钱你拿着,剩下的我会想办法的。", + "next": [ + 5 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 5, + "speaker": "me", + "contentType": "word", + "contentDesc": "都怪我没用,剩下的钱无论如何我都会筹齐的。", + "isFinish": true + } +] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/ChatPerson.json b/xls表/配置表- 剧情/config/ChatPerson.json index c303d78a..1c8ccd84 100644 --- a/xls表/配置表- 剧情/config/ChatPerson.json +++ b/xls表/配置表- 剧情/config/ChatPerson.json @@ -1,68 +1,60 @@ [ { "id": 1, - "chatPersonName": "柳家豪(前世小舅子)", + "chatPersonName": "陈天霸(反派)", "type": "WX", - "jsonName": "WX_LiuJiaHao", + "jsonName": "WX_ChenTianBa", "eventIndexStr": [ - "WX_5", - "WX_6", - "WX_8" + "WX_3", + "WX_6" ], - "imgPath": "柳家豪(前世小舅子)" + "imgPath": "陈天霸(反派)", + "qunLiaoType": "single" }, { "id": 2, - "chatPersonName": "柳如燕(前世妻子)", + "chatPersonName": "刘伟(发小)", "type": "WX", - "jsonName": "WX_LiuRuYan", + "jsonName": "WX_LiuWei", "eventIndexStr": [ - "WX_7", - "WX_9" + "WX_1", + "WX_2", + "WX_5" ], - "imgPath": "柳如燕(前世妻子)" + "imgPath": "刘伟(发小)", + "qunLiaoType": "single" }, { "id": 3, - "chatPersonName": "发小", + "chatPersonName": "妈", "type": "WX", - "jsonName": "WX_FaXiao", + "jsonName": "WX_LiuGuiFang", "eventIndexStr": [ - "WX_1", - "WX_11", - "WX_12" + "WX_4" ], - "imgPath": "发小" + "imgPath": "妈", + "qunLiaoType": "single" }, { "id": 4, - "chatPersonName": "苏瑶闺蜜", + "chatPersonName": "绑匪", "type": "WX", - "jsonName": "WX_SuYaoGuiMi", + "jsonName": "WX_BangFei", "eventIndexStr": [ - "WX_2", - "WX_10" + "WX_7" ], - "imgPath": "苏瑶闺蜜" + "imgPath": "绑匪", + "qunLiaoType": "single" }, { "id": 5, - "chatPersonName": "推销员", + "chatPersonName": "夏芸(前妻)", "type": "WX", - "jsonName": "WX_TuiXiaoYuan", + "jsonName": "WX_XiaYun", "eventIndexStr": [ - "WX_4" - ], - "imgPath": "推销员" - }, - { - "id": 6, - "chatPersonName": "保险", - "type": "WX", - "jsonName": "WX_BaoXian", - "eventIndexStr": [ - "WX_3" + "WX_8" ], - "imgPath": "保险" + "imgPath": "夏芸(前妻)", + "qunLiaoType": "single" } ] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_BangFei.json b/xls表/配置表- 剧情/config/WX_BangFei.json new file mode 100644 index 00000000..d6c09369 --- /dev/null +++ b/xls表/配置表- 剧情/config/WX_BangFei.json @@ -0,0 +1,32 @@ +[ + { + "indexStr": "WX_7", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "2000万赎金准备好后来xx废弃厂交赎金。", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_7", + "id": 1, + "speaker": "other", + "contentType": "word", + "contentDesc": "记住,只能你一个人来,别耍花样,否则后果自负。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_7", + "id": 2, + "speaker": "me", + "contentType": "word", + "contentDesc": "钱没问题,我女儿要是少了一根头发,你们一分钱都别想拿到!", + "isFinish": true + } +] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_ChenTianBa.json b/xls表/配置表- 剧情/config/WX_ChenTianBa.json new file mode 100644 index 00000000..ceeba49f --- /dev/null +++ b/xls表/配置表- 剧情/config/WX_ChenTianBa.json @@ -0,0 +1,106 @@ +[ + { + "indexStr": "WX_3", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "20万怎么还没到账呢??", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_3", + "id": 1, + "speaker": "other", + "contentType": "word", + "contentDesc": "要不你跪下来求我,这20万就不要你的了。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_3", + "id": 2, + "speaker": "me", + "contentType": "word", + "contentDesc": "陈天霸,你算什么东西?让我跪下来求你。", + "next": [ + 3 + ], + "isFinish": false + }, + { + "indexStr": "WX_3", + "id": 3, + "speaker": "other", + "contentType": "word", + "contentDesc": "你就嘴硬吧,我在家等你,拿不出20万你女儿我就带走了。", + "next": [ + 4 + ], + "isFinish": false + }, + { + "indexStr": "WX_3", + "id": 4, + "speaker": "me", + "contentType": "word", + "contentDesc": "你敢动我女儿一根汗毛,我跟你拼命。", + "isFinish": true + }, + { + "indexStr": "WX_6", + "id": 5, + "speaker": "other", + "contentType": "word", + "contentDesc": "听说你女儿被绑架了,早给我抚养哪会出这种事啊。", + "next": [ + 6 + ], + "isFinish": false + }, + { + "indexStr": "WX_6", + "id": 6, + "speaker": "me", + "contentType": "word", + "contentDesc": "陈天霸!是不是你干的?", + "next": [ + 7 + ], + "isFinish": false + }, + { + "indexStr": "WX_6", + "id": 7, + "speaker": "other", + "contentType": "word", + "contentDesc": "你不要诽谤我啊,我告你诽谤啊。", + "next": [ + 8 + ], + "isFinish": false + }, + { + "indexStr": "WX_6", + "id": 8, + "speaker": "other", + "contentType": "word", + "contentDesc": "我倒要看看你怎么筹齐2000万赎金。", + "next": [ + 9 + ], + "isFinish": false + }, + { + "indexStr": "WX_6", + "id": 9, + "speaker": "me", + "contentType": "word", + "contentDesc": "陈天霸,这事要跟你有关,我不会放过你的。", + "isFinish": true + } +] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_FaXiao.json b/xls表/配置表- 剧情/config/WX_FaXiao.json deleted file mode 100644 index 33598d9a..00000000 --- a/xls表/配置表- 剧情/config/WX_FaXiao.json +++ /dev/null @@ -1,213 +0,0 @@ -[ - { - "indexStr": "WX_1", - "id": 0, - "speaker": "other", - "contentType": "word", - "contentDesc": "兄弟,什么时候结婚啊?", - "next": [ - 1 - ], - "isFinish": false - }, - { - "indexStr": "WX_1", - "id": 1, - "speaker": "me", - "contentType": "word", - "contentDesc": "等钱赚多点再说吧。", - "next": [ - 2 - ], - "isFinish": false - }, - { - "indexStr": "WX_1", - "id": 2, - "speaker": "other", - "contentType": "word", - "contentDesc": "你俩现在有多少钱啊。", - "next": [ - 3 - ], - "isFinish": false - }, - { - "indexStr": "WX_1", - "id": 3, - "speaker": "me", - "contentType": "word", - "contentDesc": "加起来十二万多。", - "next": [ - 4 - ], - "isFinish": false - }, - { - "indexStr": "WX_1", - "id": 4, - "speaker": "other", - "contentType": "word", - "contentDesc": "我去这么多可以结了啊。", - "next": [ - 5 - ], - "isFinish": false - }, - { - "indexStr": "WX_1", - "id": 5, - "speaker": "me", - "contentType": "word", - "contentDesc": "她十一万八,我两千多。", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_1", - "id": 6, - "speaker": "other", - "contentType": "word", - "contentDesc": "兄弟你这不能吃软饭啊。", - "next": [ - 7 - ], - "isFinish": false - }, - { - "indexStr": "WX_1", - "id": 7, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【10万转账】", - "isFinish": true - }, - { - "indexStr": "WX_11", - "id": 8, - "speaker": "other", - "contentType": "word", - "contentDesc": "兄弟,看你最近在到处筹钱?", - "next": [ - 9 - ], - "isFinish": false - }, - { - "indexStr": "WX_11", - "id": 9, - "speaker": "other", - "contentType": "word", - "contentDesc": "是遇到什么难处了吗?", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_11", - "id": 10, - "speaker": "me", - "contentType": "word", - "contentDesc": "没啥大事,我自己能解决。", - "next": [ - 11 - ], - "isFinish": false - }, - { - "indexStr": "WX_11", - "id": 11, - "speaker": "other", - "contentType": "word", - "contentDesc": "还是兄弟不,有困难不找我?", - "next": [ - 12 - ], - "isFinish": false - }, - { - "indexStr": "WX_11", - "id": 12, - "speaker": "other", - "contentType": "word", - "contentDesc": "我这还有点积蓄你先拿去用。", - "next": [ - 13 - ], - "isFinish": false - }, - { - "indexStr": "WX_11", - "id": 13, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【800万转账】", - "isFinish": true - }, - { - "indexStr": "WX_12", - "id": 14, - "speaker": "other", - "contentType": "word", - "contentDesc": "兄弟,听说你快要达到三级面点师了?", - "next": [ - 15 - ], - "isFinish": false - }, - { - "indexStr": "WX_12", - "id": 15, - "speaker": "me", - "contentType": "word", - "contentDesc": "嗯,还差点,正在努力。", - "next": [ - 16 - ], - "isFinish": false - }, - { - "indexStr": "WX_12", - "id": 16, - "speaker": "other", - "contentType": "word", - "contentDesc": "到三级面点师就能去镇中心了呀。", - "next": [ - 17 - ], - "isFinish": false - }, - { - "indexStr": "WX_12", - "id": 17, - "speaker": "other", - "contentType": "word", - "contentDesc": "带带哥们啊,兄弟我还剩点最后的棺材本。", - "next": [ - 18 - ], - "isFinish": false - }, - { - "indexStr": "WX_12", - "id": 18, - "speaker": "other", - "contentType": "word", - "contentDesc": "让我投资下你呗,到时带我一起去镇中心呀。", - "next": [ - 19 - ], - "isFinish": false - }, - { - "indexStr": "WX_12", - "id": 19, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【1亿转账】", - "isFinish": true - } -] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_LiuJiaHao.json b/xls表/配置表- 剧情/config/WX_LiuJiaHao.json deleted file mode 100644 index 3b46186d..00000000 --- a/xls表/配置表- 剧情/config/WX_LiuJiaHao.json +++ /dev/null @@ -1,190 +0,0 @@ -[ - { - "indexStr": "WX_5", - "id": 0, - "speaker": "other", - "contentType": "word", - "contentDesc": "乡巴佬,别以为拜了魏会长为师,就可以肆意妄为。", - "next": [ - 1 - ], - "isFinish": false - }, - { - "indexStr": "WX_5", - "id": 1, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【100万转账】", - "next": [ - 2 - ], - "isFinish": false - }, - { - "indexStr": "WX_5", - "id": 2, - "speaker": "other", - "contentType": "word", - "contentDesc": "这是100万,给你去买棺材。", - "next": [ - 3 - ], - "isFinish": false - }, - { - "indexStr": "WX_5", - "id": 3, - "speaker": "other", - "contentType": "word", - "contentDesc": "你要么一辈子在乡镇当个井底蛙。", - "next": [ - 4 - ], - "isFinish": false - }, - { - "indexStr": "WX_5", - "id": 4, - "speaker": "other", - "contentType": "word", - "contentDesc": "不然等你将门店开到市区的时候会让你见识到我们厉害的。", - "next": [ - 5 - ], - "isFinish": false - }, - { - "indexStr": "WX_5", - "id": 5, - "speaker": "me", - "contentType": "word", - "contentDesc": "我好怕怕哦,来,快来干我!", - "next": [ - 6 - ], - "isFinish": false - }, - { - "indexStr": "WX_5", - "id": 6, - "speaker": "other", - "contentType": "word", - "contentDesc": "好好好,你给我等着!", - "isFinish": true - }, - { - "indexStr": "WX_6", - "id": 7, - "speaker": "other", - "contentType": "word", - "contentDesc": "乡巴佬,给脸不要是吧,我们一而再的橄榄枝都拒绝?", - "next": [ - 8 - ], - "isFinish": false - }, - { - "indexStr": "WX_6", - "id": 8, - "speaker": "other", - "contentType": "word", - "contentDesc": "你彻底将路堵死了,你要敢将门店开到市区来有你好看的。", - "next": [ - 9 - ], - "isFinish": false - }, - { - "indexStr": "WX_6", - "id": 9, - "speaker": "me", - "contentType": "word", - "contentDesc": "我等着,我就快成为二级面点师了,达到就会去市区开设门店。", - "next": [ - 10 - ], - "isFinish": false - }, - { - "indexStr": "WX_6", - "id": 10, - "speaker": "other", - "contentType": "word", - "contentDesc": "好好好,你小子有种!你要能在市区将店开起来我跟你姓。", - "isFinish": true - }, - { - "indexStr": "WX_8", - "id": 11, - "speaker": "other", - "contentType": "word", - "contentDesc": "小子,你彻底完了,竟然敢真的接手我们的门店。", - "next": [ - 12 - ], - "isFinish": false - }, - { - "indexStr": "WX_8", - "id": 12, - "speaker": "other", - "contentType": "word", - "contentDesc": "上次被我那个吃里扒外的姐姐救了你。", - "next": [ - 13 - ], - "isFinish": false - }, - { - "indexStr": "WX_8", - "id": 13, - "speaker": "other", - "contentType": "word", - "contentDesc": "等我将她的事解决了,再来收拾你。", - "next": [ - 14 - ], - "isFinish": false - }, - { - "indexStr": "WX_8", - "id": 14, - "speaker": "me", - "contentType": "word", - "contentDesc": "什么,你还是人吗?你还准备对付你姐姐?", - "next": [ - 15 - ], - "isFinish": false - }, - { - "indexStr": "WX_8", - "id": 15, - "speaker": "other", - "contentType": "word", - "contentDesc": "姐姐?我们家养了这么多年的白眼狼而已。", - "next": [ - 16 - ], - "isFinish": false - }, - { - "indexStr": "WX_8", - "id": 16, - "speaker": "other", - "contentType": "word", - "contentDesc": "怎么?你还心疼。哈哈,我就喜欢看你这样,你越急我越高兴。", - "next": [ - 17 - ], - "isFinish": true - }, - { - "indexStr": "WX_8", - "id": 17, - "speaker": "me", - "contentType": "word", - "contentDesc": "(不行,我得去救燕子)" - } -] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_LiuRuYan.json b/xls表/配置表- 剧情/config/WX_LiuWei.json similarity index 50% rename from xls表/配置表- 剧情/config/WX_LiuRuYan.json rename to xls表/配置表- 剧情/config/WX_LiuWei.json index 8be63e85..3ea64990 100644 --- a/xls表/配置表- 剧情/config/WX_LiuRuYan.json +++ b/xls表/配置表- 剧情/config/WX_LiuWei.json @@ -1,139 +1,136 @@ [ { - "indexStr": "WX_7", + "indexStr": "WX_1", "id": 0, "speaker": "other", "contentType": "word", - "contentDesc": "陈先生,您和我们柳家能不能化干戈为玉帛?您有什么要求可以跟我说。", + "contentDesc": "齐哥,我刚酒店门口看到嫂子跟西餐厅的老板陈天霸...", "next": [ 1 ], "isFinish": false }, { - "indexStr": "WX_7", + "indexStr": "WX_1", "id": 1, - "speaker": "other", - "contentType": "zhuanzhang", - "contentDesc": "【2000万转账】", + "speaker": "me", + "contentType": "word", + "contentDesc": "嗯,我已经知道了。", "next": [ 2 ], "isFinish": false }, { - "indexStr": "WX_7", + "indexStr": "WX_1", "id": 2, "speaker": "other", "contentType": "word", - "contentDesc": "陈先生,这是我的一点心意。", + "contentDesc": "嫂子不是这样的人,她是不是有什么苦衷啊?", "next": [ 3 ], "isFinish": false }, { - "indexStr": "WX_7", + "indexStr": "WX_1", "id": 3, "speaker": "me", "contentType": "word", - "contentDesc": "不是我要跟柳家作对,是你们柳家容不下我。", + "contentDesc": "她不就是嫌弃我是个卖包子的,没他陈天霸有钱吗?", "next": [ 4 ], "isFinish": false }, { - "indexStr": "WX_7", + "indexStr": "WX_1", "id": 4, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "哎!我知道,但是我也劝不了我弟弟。", - "next": [ - 5 - ], - "isFinish": false + "contentDesc": "行了,我先回家去看看女儿。", + "isFinish": true }, { - "indexStr": "WX_7", + "indexStr": "WX_2", "id": 5, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "那没办法了。", + "contentDesc": "齐哥,听说你现在遇到了些困难?", "next": [ 6 ], "isFinish": false }, { - "indexStr": "WX_7", + "indexStr": "WX_2", "id": 6, "speaker": "other", - "contentType": "word", - "contentDesc": "那你自己小心点吧,我看我父亲和弟弟在商量要对付你。", + "contentType": "zhuanzhang", + "contentDesc": "50000", "next": [ 7 ], "isFinish": false }, { - "indexStr": "WX_7", + "indexStr": "WX_2", "id": 7, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "(看来她还是心善,我一个陌生人都能提醒我)", + "contentDesc": "这是我这些年的全部积蓄,希望能帮到你。", "next": [ 8 ], "isFinish": false }, { - "indexStr": "WX_7", + "indexStr": "WX_2", "id": 8, "speaker": "me", "contentType": "word", - "contentDesc": "嗯,我会的,谢谢提醒。", - "isFinish": true + "contentDesc": "兄弟,多谢了,等我有钱一定还你。", + "next": [ + 9 + ], + "isFinish": false }, { - "indexStr": "WX_9", + "indexStr": "WX_2", "id": 9, "speaker": "other", "contentType": "word", - "contentDesc": "汉升,我已经将妹妹转移到另外的医院了。", - "next": [ - 10 - ], - "isFinish": false + "contentDesc": "咱俩无需多言!!", + "isFinish": true }, { - "indexStr": "WX_9", + "indexStr": "WX_5", "id": 10, - "speaker": "me", - "contentType": "zhuanzhang", - "contentDesc": "[1.5亿转账]", + "speaker": "other", + "contentType": "word", + "contentDesc": "齐哥,出大事了,快回来!", "next": [ 11 ], "isFinish": false }, { - "indexStr": "WX_9", + "indexStr": "WX_5", "id": 11, - "speaker": "me", + "speaker": "other", "contentType": "word", - "contentDesc": "嗯,我已经将钱都凑齐了,你拿着尽快将妹妹治疗好吧。", + "contentDesc": "我看到你女儿被几个人绑走了,我没追上他们。", "next": [ 12 ], "isFinish": false }, { - "indexStr": "WX_9", + "indexStr": "WX_5", "id": 12, - "speaker": "other", + "speaker": "me", "contentType": "word", - "contentDesc": "真是太谢谢你了,等我回来,我会想办法报答你的。", + "contentDesc": "什么!我这就回去!", "isFinish": true } ] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_Ma.json b/xls表/配置表- 剧情/config/WX_Ma.json new file mode 100644 index 00000000..bd9bd5a6 --- /dev/null +++ b/xls表/配置表- 剧情/config/WX_Ma.json @@ -0,0 +1,65 @@ +[ + { + "indexStr": "WX_4", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "小齐啊,村里都在传你欠了很多钱,怎么回事啊?", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 1, + "speaker": "me", + "contentType": "word", + "contentDesc": "妈,你别担心,没什么大事的。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 2, + "speaker": "other", + "contentType": "zhaunzhang", + "contentDesc": "1000000", + "next": [ + 3 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 3, + "speaker": "other", + "contentType": "word", + "contentDesc": "我问亲戚借了些钱,加上我跟你爸这些年的积蓄,你先拿去应应急。", + "next": [ + 4 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 4, + "speaker": "me", + "contentType": "word", + "contentDesc": "谢谢妈,等我宽裕了一定还你们。", + "next": [ + 5 + ], + "isFinish": false + }, + { + "indexStr": "WX_4", + "id": 5, + "speaker": "me", + "contentType": "word", + "contentDesc": "你们别担心,保重身体。", + "isFinish": true + } +] \ No newline at end of file diff --git a/xls表/配置表- 剧情/config/WX_XiaYun.json b/xls表/配置表- 剧情/config/WX_XiaYun.json new file mode 100644 index 00000000..10e98e06 --- /dev/null +++ b/xls表/配置表- 剧情/config/WX_XiaYun.json @@ -0,0 +1,65 @@ +[ + { + "indexStr": "WX_8", + "id": 0, + "speaker": "other", + "contentType": "word", + "contentDesc": "女儿怎么了??", + "next": [ + 1 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 1, + "speaker": "me", + "contentType": "word", + "contentDesc": "你是不是早就知道女儿的病情,为了筹钱才离开我们的。", + "next": [ + 2 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 2, + "speaker": "other", + "contentType": "word", + "contentDesc": "我也实在没办法,以我们当时的情况完全负担不起,我只能这么做。", + "next": [ + 3 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 3, + "speaker": "other", + "contentType": "zhuanzhang", + "contentDesc": "100000000", + "next": [ + 4 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 4, + "speaker": "other", + "contentType": "word", + "contentDesc": "这钱你拿着,剩下的我会想办法的。", + "next": [ + 5 + ], + "isFinish": false + }, + { + "indexStr": "WX_8", + "id": 5, + "speaker": "me", + "contentType": "word", + "contentDesc": "都怪我没用,剩下的钱无论如何我都会筹齐的。", + "isFinish": true + } +] \ No newline at end of file diff --git a/xls表/配置表- 剧情/人物管理.xlsx b/xls表/配置表- 剧情/人物管理.xlsx index a6a0e8bcf74c1738a06f1039b96f5c6b0199fc7e..b08eb5d9834fabba0252bf15d8a2e731377c2a51 100644 GIT binary patch delta 6430 zcmZ8mbySqy_8u5YKyt{T28Qki=@1D)hL#Q~iJ=>Z4grawL8JvqiJ?0sgb#!fMwAo< zq*LmL_gnXVzkBx|`Bx;vN8{~k*YvegxGrmq>D7uh`RV8<@>@kdlQ<;V7_xVRdfzx1nTXzu z8HG_QbC^WfMM%e(Sy$k*Zly+$s$V<2BVmz>A%t={dNK^1W43$MFE^ugq&>%G+?wB1 zCI^pEU$KzvCh_Cj&5FT9w`|X^gkM;Gk@G2uL6kl3SPeTwy?ObxW#3Rhiwunk>AC#8 zCr=vu60u#mY@s}MUkIOdA3mefUvenc-p2o(3+_VnK`fCI7t&-V$SvRg`|<*i9vX*; z{~!g`phZSJ{yCJ*k;OU4#CDDaOz9wQDMH}mQtFjH)N#CfX_3i~=3-Z$6 zf>>#aFtIY|#@FDysq1O?=$n;TSkyHc{%)nx=ql~C1Mms@!L7(8AcY?3kE4VLcW0{F z#Q^|XDF6W4J8A=51^wY(F5XV|_CDT%{~CnV2-E zZd#dP6#C*L4)8Ciu=a$|(Oz&J^neZu6l{mZnJDt zd?7yFS+v+uPiZ`S-hOP^G4wdsTYE-s&w$!eh-s=*WRlldh;RFm)Q^=EM`-av8I+0= zD$cEkcOm)q>Wez+>{=z{@rgyXM zI}#+N<^xkiCJ`n#YRY;b7ynIQ=S6IC#5Ws)I&jIY#VZ=`Zy`0W<)llqBBGnlWxh4e zE{6Kq???t+$FGl2Mm{SrkF_*OHD0GVR3i+lTcRUD{)H{Ivc&D})4HAhvt!h9|6(?^ zN4E}eeFF=d!^-tsSPT!GXCz;iA`h`ND_-Eru0pRXu_AgsSt}GNu3Hkz`N>02sz-rY zz|xB(TL(Ae^DBgOZ&)YoxodpH0av!Xub}!aB+v#!ek7L1mo6f7W&v+X$u@U~9-lfG z&Q<}pnI`>oJdF>tyoKyz`UGh$Iw;StQ8{&;l29iMs$mjKRGdM0p1de&-&ge+8#d#6 zN`i{F2(W!In{D2j#v>>;)&oBV9#Yb+Jyk_c468Nhq3+V#-vBeP@GSX?g{lwDd&;SeD9&H*4HRZ9fW2EmnA_!SB)(Id1wuW{W* zXcWyCdPLuUUs?|dKdkvIf`g;^)0~`EpNX`dwhanQ0qZTx^=4w<;Uj~2F+p_n`b>*t zT7+PVY$8=fG42UmkzU*NG-5?}_3*c3eC=|u_!1scVlHT3Yc#EQYlfRg3$+jNuUcPmHn(mk;|C-{EmWO- zy**?h_o_b5aoy_)-+#JgG@)8!>4txNU@hFs@)4}~P58?MR>9C}=aM&mPsOslYaN@F zY{w84km##v>hw!hx2SKQ2WzcuYP`=fC1wN%cBss{(gY3_=~@BN{^jG9o%1^(ZS4nY zr4|5dD*A%$GonFOi~aG|dD1t8w)qQQ93$~7Z?N*Ex*rcotr7~lTW%h!ztG;cvlQ1+ zBB@s%E|LCZl|a;f-uEM?u9t>oY~0B0Fk_V_03xvJSjq>1_2o7wMH zDNK!~_vY{jhfk}@(Ran>42UEEGa!^)D3w4Xdw1V!4l=@TrhJ&S!^{c73gV{KP=ykA z*!ey4cjyo`Tg+Q!N5zQaD;4o*s{fV1jRVua5~D-DAhOyo?A)=pLEPR3-{ze8Eloy3 z{Z0eRqtlq4T2zw7jw?nh`^kFszC)>D-}d9|c6ohlAU`kUtjJv=y6L#uO^?74p}11Yn|v%=1Hf zY!klj9n@8Qo_6I&p85^is|d9XX%22RJ5*T=M8vENYq8ZYNzNXTrYs>^N{XQ!U2KOO zG_7qwmzZ+m2r(4vre~vU?6(LyYtwvVLUgL9LwcarQ_YEVcIhl3#?ate$H$QeG>- z)8Lff;LjS3M5a+*xf4f6N1Ztz)>n1cmx1JIUf)&TI;tp|Oi+&b$%iz?S3_|0Y%-Vg zMOO!cSyzURHxfP+By^a4+zUfcThGMi=xxwK=p0LX8%DJHk2S^~hG*yuk$li2%O6c7 zGhDBLV;n1b)BDtH_}ZQJ#ma>51)5VuRjR3`Fz{M*PdIU}_@vF`yMiA9vNps8e3oJv zA{exq)hk%zNiAL<$^~M}5~v#DQB9uw9BsZN(`MGLjnYZP@UsVBMCBnsJKS35H!&PM zvy2Sw1-mwpU93J?+{^_S)G(;qB2PI~%E!g`IM#NFy2kub?^Z5CPL`qPM(XD3#ntJ? ztn9$^G7Hb8`dpudRx-PH3WN5m*%7cR$~9Tbd)5(<2W%s|$;6QipE3-5aWV?!uV@1X zdi@@Sx{yhyihHP`sBjRDz;Plrw2XiMMSp^Pi~a-Jq2q-LLV6;Bz;{8yg1Vw*jzIsI zif--tcTrzUewM<(V6g{9$<~X2x0Y8Yy#b8$yl*kLY~Az0`N&u6PMB1w9!vL3#x~=G z$;-S7-ar&_|5N`P*RFyt4BuDOlR|_9=x5IMoD*mAqLu$|urA`iE}~pC@P%4J0N|4W z0C4~BH1YNcbhY>XlOuEHZpj!Es+(7XhiufjEX8f4lH_kITPp)u3cA-zZ&}}*hS$4sX z>jP4+rlhB&H`_LUcYns9Uj=vjVD86SPQ%BxGFi3Udl-E>Z*25$cC|ZZQp#-Bk7Zsl zA1{@MtdeZF$XH#EoeDiTSOPz)1#1)*E4Yq5f{C@7){tNxxlhr#;{sbqdwe46H&yq= zWvfZ>i?)4Y)GIcP#UEB02ERfhvf^W^y8Ou501v^K3NHn5VuRe&amw3$vqDH@9Z@asa!MC;ZVs+^%>i|szhV6I_PyAM?= z854iQ^d)BWDK0inNb(KrBh zp%!-yFLB|at+|Gv_-RB>h$@MRsJ_B`qqi@hoP^=ijV!iRW}3qaK@qbrel5CkCRN{X z*GmP(pH^DgDR?8^V3pH5`a5=jkDb%R?>8iV+;JuSmgz1dFGfjaU%_~;#PzV(Z&XBn z);~y~%{Jt8oMwt?x$0Fu!h;|wieL-xL2RCSi2W3>zZhv~%Vwv60ckN@k$dTpRqyW? za$``~2vm}69$2`{r1LwiYgiwiQ8QPhXeZkZ|4au^BL9AA&RT)xXr^g;Fq2D?O;CPk zdy;(gW9r9Dn+0vIXHqUwKI6n3j!E|%%q6Jv+v%!5xh>VAbv^Vfn|Dq;vMiu$;kxKR+h{sX$=5_RA!a0+ zwf8i?Hk!g}{gbV8IGiTN!*1i^MUX;G-VY<9I}QfALf2zL!QJWy2a`ywFHR>mv=O=H z8Rn9kTLaV5F!3*lw;)Pdyl%7-7m3-c)1(?Bw{Pyh>V~O>O1dAIU3Sbj1k$40?ImkIJvKK-q}R0DKfT{P?dVkw6E|;HmL?dCoD!MN`xc!SC#_Q^!7ej)KQC z+E0`(=FU!hw$jR_yL8d;4*d{nng9Lw|639*z%zT{60(eVkoO3UP)bS3n@Z^1a;% ziop*T@)5w|A5fzp_Ynm6L~nBz<3u3>8Y#hk#p)@ z8`nGACh{=!^(=JA&lPOMbfAfw-eByU)t}kle0Cx4oi!Cfo`o>u`s#*0gBOZicDbAO zX;V>ze6ja~_Lg#))~Mw%O+y~f4ab(6BL&GMbw+z-2)=7*e6(JE^SO|5o8wzA;2M>1 zN%Q-GnM3r-xJzL3%z|K-6p|0qZub&{@ZFu(+@3aFe6DggC${}GAweXpzYCD% z_wRKxf9GX8k;2w5gMfWVl8|^h%zXTk6nCNLWnr=#arJUE{^oR7^iml!18@>@?9(Y{A(HlCG+b4y3S-7mTlUO{tiwi@~{4dr- zQ6WNdU>^uO?gtTbx&Sc zLuV*y-ofFi9N*X428#La+%xmowL@cH##K|j^vA;||6sK+XF@EZ zZkva^i|XhvRF}%nt9B67SPeE|3%p@|!Jbt&(ZpIK76%34;~Gc^uc&CEgn-n~#akFz z5L|^Ud+s*k63d8G<+tY#V)youdZLIO)||x>mf>`MVhw8zr%@bEF_S>`7{+8iD zW{p7^0r*+=_Dhk%{oF%aufWQBVXE#@f^hhUoxWW1Roi`yApaI^T3=Zp84YkO^Sd- zV)`H$-BsyG`a}<6&q6jp{$j3Vkc6H9Mt69c_?UM1O=!@I(~Y5l#w_Me|ALH1Dj=TZ zvl2%)otulSgxNF7NT()6T$v!IrO0F* zLHV0d)^HkfT5_B7DP{!rGKW9Y(fs}=`3&*sE0*t2YYH0#Yk~7y<@zA@eST_ei6Ld# zM+P>Fwvbja>eZh`gh$jweP!>-rbrL3mJNQqQK0>%wGd9doLw>SDZ97Cn@svzwz*#v z+hJan)e#XCcq&A-BCW(kKZTta;^lZa@@Va{hw)p7%*BrcgUronj>n*)t8~7CpCuPF zQEowp$+I6`BW|JJr&S?fGRWKE}Jn-`V6%tp!WjmI+%MXUdcLXFyM_F(-1KTKAPLV3V&a& zsO{EGU!X5U3#uS*MWVElI5P#HM(zfB;sL5pq}9G6MAA3>+zl$|3;g$a2*PFBU`5ZD z(<^@`Y)vyVdcDclxu%oy z`b&kbxU8d1WR0Ts-^lth^Fj_uo=SQGVBT{T6GmKEcz((aUe{JKBoFc@9OCZHjWH>W z|B3fqE&5&fdA-iP9NsuWUA|X@6}D6a(s_UHfcxJ&*ar>Rw<^!=Pl!iPu($l8prUAJ zvdX~A4^ZPYu+Anck~CSx7n^cdkfc6^RG&k?fL3z^IN`irHXCs#y{ z!`RKnM5tS?aKYCO3HxETv#L4jixRY*HPwG$j=$`1likT_KMq*$?gdu02qQSe^e9mbm7Y zAOa?;$LjS}a5xGs<@7OY^dwc)@1V3-c*K$WgA{`}6{L9TwL~e*JF^lA%ZuDa=(>*` z!ph6=KRFiI!l_ETLIHn07UsO&V_ZZ@o>NS0#uW&vs;@ea0^`))l05BuBOt;yI(~3g zH7xUby4!mUW1+`4j<%L?>GycSCR<~h=_Oy~LOhpC{0+i53OS5lGhvnXey6{!oMLf&WN!5Lr%0FZw{sgW=?dhAVRq#Ik>z5o0VKoUSD z!2c~)-!%z$h6P}`^Y@WYp^EsigUsm0F0@V^bpKY%R|GKpOpYY{oZE`g0j sh`eQIXZYW)_aF2q1yYei2J0m7D`UZWua5Iz~cd=#(yjp>yaI1cs2I2b7Xfxs@>A@3Z#z+57WKZ(FF-tgi%0t1qcHXuR-0^sWVa&!)Lmmt*(6~*cs zw+6SZVS?!s7ybW!+i>Hf29iDs31mFQ??jYnr?>rsF>Xs+qotTPkaM%jh$ z$>CHjl6TUV1CVKKc3SSJzOan8|mahKD<}@w9}$ zU%V;ZHgrm#D4k@v^#^ZI33ZHr?F|kHSoBUmtzzhidi|spN{GpXrORD2XSt_;h&EQn zm9wRvmWVQB#ZkBUB-8#;YoAL#apkIJ{BVlhIpAdBG8fX(7G_xX-7UOT9t*0$`Wsu$GlOWwMe zlMv;*S&r-BF=vi|68Gzt`ute%lOlYJPtCOWjk$n(Shj z>(PUwV@aTo%*>z6pLnStL=?6n;h&3?M00EaAd?g^g3SasvZyVQAPcRXx(g4m!e5is z`Y=nT$JYp*-WvdCOA)k%^GN+#gm-}@tljD*pYo|C!RY7 zk9=;@NE>@*YVLPt1y?IHY=YLeNc8~)21mlU8gBycR!Qe#4Qo#`$s910pC0V;*{=8d z?yPAYxA?)GGzqt)CwX51tS;IK6L!VxtO1ot09=TGvah zBTHFLhMDg!ky*Y2XMRD62L^q_PJ73|(f}%X`9ewX@z=>xl(;;YtGJa<9}KNoXheZ^ ziBM_J*S$`I_!Ka_2v#g7`0WqOUu2Wnq?b8^%HTY%Ts*Vg$yDJ9+9pOh3Xsva=De zae2OSFXpr44pm(q9TV&JWC+jj>Y0!w(8$``9W0Efzg>TN$f(p3`tnyOtt3Cpwitnih09XZ$XnquzvrxZ5> zFN?6{*joHl_#7XZUF@9Ukr$*(c-&9HDZUvlrQ!ZoC?7|0MDE;Gjep=crkTvlz_Z*s zEqe1=&)c^6>U=Iyg618OaH=nGwQb#<#(DyqzRP-Nq@d>{v}?Z2pWW$-#G(*qqf+`g ziWQUcS4DhD!XZ?Jo2;npl_-=vZAfH?T(EqH1Ldln@FS7JK0NSFMyRJ-h2KC0en{pO z5|5AboZEme08JjpN+s_`*k=gc(#rG_CU>PKe~qt8k6y)Bp+D7o9IG$y{-cDPMtVQd zxCls|R9$JT+onXcW2iyKG2PTE0G?UFo+LKr;F?YOJB9E_`jJ`njDq{eD zqZ^UxoJm}N(<53u_cROo>)u8!NY82Ksq(dq>UfULEHCXHA ztC=+WWe~_Y^4X+^sPeOkvYfCfY_&@d*HIuWIOaq!B6{^Dr5Zx!89&BNUKY^ln?+&*9QQI?_E8>O~~6P(9PakFu>hy+T85bTt9V~(AeGM zF(;;%`&u1a8}DXLU9ulXG~ip~agWj98ln6M^j5M^^9xis^D-lEc^Ha3O`8?N-x8Rg z7cVwBkAs|duYr)o&@Wb7IY5};R4U3g0cA)Ec`66q41sUTI*t&<&9?=~9cGy62*Yk{ z%%&x(Dp!cw!$u!6HcU%;7}IM*fiY)wj={HM&Q)9^8l7!7-#pxsdniX+!?vV~F|~=* z-A{#yUey@zmh2aU>(p~^)4F812y#s+jBJyr)4PGrO^`jV_$D!5tM>A z!_2^A0f);G%~fjZ@~mYaoGzEv@Rl~FEMY-k@GjkM{~)!x`u#O-ZTSOiTQ*w|>cLy9 z8FqQ3*8fT+Eb6-Vc&W3ZJkwank^o#tkvr`suMej+XbloK0}50Sk#^h1H2;A`8w#=| zXZYDxJ5TPa#4ctIw$GV`!Uyx-xh~uLI0U<*;aRY+XW?)VX6H_DSW)z2wnNcJ;08RB z*5|OZ+)dqs)hd!bYwTUN$k>Dtn|)OylKEn$A_Vn>I*RLNI*0HLE%;z3`IgK_M1xzM);6aJ@hv5kWy z@Buj^P*edKzNrX0 zq~h52Md~Wd275haC$Qm53^FF~=c3F9c<&fNEY0;hl>teel%i{((sVL|xnjC^?IZkM zO6>t^jYkn_2d(m@eTs2HZPqkoZRKQ3SS>5);WPP0sRv$w^+F3ebGGCoe-W}>@xUy|h{ z#7!xUi+##XHmx?9G;OO8n0tb>6R3Kom$l65$T93(H^@V?6R%(AM&+22i5~scm3}LI zmGqE<`}S)!2kJ!&b|=MaX=E+-2HgJDAM#-V8tpy@1h=Rvx^G z2=jk_fW5nKzS@jS=8_psnj!Jftm94mLgbWdHP7x2dEh)M4OtSxQha5zi7&BVa9 z;7U`EatPnc1}Y9vlb?a&tct^0#wSkOByU21gov0l2aOGz+2x2U8&}$>nhtYWa-NDM zeT0%|dY{JG_0h*oy~;5V1I@}23N%LQ1$$(*fkvoln!=Gz8%`3#F1_!zeLD`*+7Euv z0ge29(279zS|;g)kgzpuIP5YFF_`4xRx)qHAi_>AZR9XB(#lE!+5EEB2wl^6YhAYZ z7+y2{UA09HlFYrJbi6N9;Qw%alIhGDx3)O9cOZ0sME0E~%B;nS3m_A{KDL!w>UxZ` zOCCK~5D}=K80xc@Z#*XRA~z(8Q8aj_bwC|BL#BH>%;d()Ym^g65XZTvYg z;YirS?C`vVbGvsj2<;AATLA;@Uu?s|IaR-qL`Jj_bz*nY#1EM7{4z8&DLu+eB+Giu zxnn7_vcE=ijXrs;1^;Z?v)!T7oT#&pKinE+^fQ(v9_9Nfs{~6XgBG_|jM4j>%VVj2 zQ94ZUaiOsuzs>S0|0arhe;mf!BM#)H$wfV7%xLF=4D>{0Mo~j)cHX?l#X`4L3`5hy zkoMp`@Pm?7TfRz)BR!0RI!MbypG%mMq8{cG@{p=f<@g zV#4gHC5DV3xHAM4<_nAo`tyEjMhSu?8Z7;OEzo43`B=jF+hKD-o|dMuhtGO2>wh z+L7wd)L`qB*#VNqQd@b6UIlzGrqk==IrX){!j4(X3nxBMFd=eV|4!yk`Sm%yWTvTz zn-sO;@h=J9gt-i-O8v3PWq04>wV^*H%}|<(E8Fi;WeQHmnuK|GSL16#LU4l{P5vk? z2xpZ4I-JuU{ku7X*#5Y0bMvkRd~>tCb`+JQ`$*>Q)RAyXKiY_!(U=W4P)BOfg}Nf> zcK3E|zt!3h7Q){8@|5fw3VoAis; z!O~Lc?E+k!zzCC#MYB@&;k$!pD$5e>XHrWLyt4eBqDZ+A{*Tc_Sm|qwgc(lCR7w1tp zisscE%EZHV-ULxX4SqZdMEfVHMO4oA2LV}Kln5ecy zDBu*WN(JvBDA?_V5Mt>g-Y>D6Ee``dJK}J@r%1G#s!GqN0*r*gKP9>t$n8D#gngBQ zskJ(aRc39K;uL-M6Dj^xO_`Tu#lk&T{@5(eQl&vrrvm9XoCn*X_4Dj+K`lEhVC#WMPds{(w3K11u0a-D}swgx+1 z9?=>Y+PxC=b#xId8;>!f%qbRkUemzE+HgxVtTW^g$z3Y|(jT%%`H~bt?8@%s@)vKd z+$1a+eyNm_3kP0gSPG@%?}uo%wY1z+ZR#>UBTrKbPgP;3HnGMaco;x{#f0;=0q#if zA>&RhQg6a7rxMRqjU8w$D8l8dV)rdR1WQ2!sW}}xfm4aYNPX;A&A$Gu(dHYwF;|(Q z8ZlOHX;GY*x@Lzm7<<<9tG(LArD#B%gGyLW6HF6a@%M0~r(aJKOySLKHg4#+$iP!n z5%hNysc-yjQpitTyt14| zHmTMlx0m<@cu{v>q&(+-kDmL1su$!TOHPLVNcy+GrX)-o^B0nlKjA-rE;O1#J7@pk z*vX?m^z#iMrB8bLBj$*&)0Rjj+Yg=cmJZr29M3Y7tF`#ToY}-+_G{fxMLW0BYhS;b zYM7O!`m1G|C42r5@|IH{c;(Zv8?imH^{U7#Ua`E>Y*U1KEZ}-dx z5ynXXcSo4HQYumnEa7zZis};14!x;{`ZX8n36)csIVWlW{RVb5{5bcAv(Bn{S2(7` ztUDi9a&t6BBCQE#@xyYS_@4;mHO9l*gs@KT@=p{thx-aF30!AHli4Zf75m;}e&9Zj z9u1gQl-zXG(Pe?~_JrzF=E*o^YKiSJDmXyk75s>=Z=x{Y{N5DKvV5$}I-rsdQ{Io~ zX8+<=!kcv(Pho|dQCSxYiRob{Ay^$eRvFHW;`}n0DBVsw`5;aykfF87uBLh(eGBgF ztm?Ye2tIIsXHM^UdB?v^jGn`_^MA7(WGnx3TS;`@g9z`&r>rEm+U_9gwv~VleO3?# z|1q^!vuGOi(hG;9g4Nsd&+qCvJ;z4|9pU9B-guE#Tr4pL)ibZ0etHJJ_sN0z=3M#M z>!^;!$4r}`Fu5V19K7&O5V)0$vE%A(7kYBBjPi2(^6(0>;Qm&ZaeI`W%Vte!z5Ihu zW}gvVtBMLqu2iF*3351#N29(nA8%+C{;dlt8+Dy-5PBUfflhzR2V1xme3L{bMC20iVAi{*MkJzQ3P_WBY1mA2|lki^fRgoj4fL$O$B zIgL(S9VH%!;p&lGXu-K0gF8%{4&))XBW|@UoA9)T62U9)7)9q$f}j-KlBy9Aw+N zFw72U*}@RnS$Qr{T3Fy8N#=Cz3VR+uicLQyM(KCE`jG<4GmM>eR#a=MPuS-xO*?OI zK^~o7v{UcC|Kce>c(ah87tEX@u+N7@j+Q;GLX*Bv`HI-lGT2*pZC~gN+kLd;?;$jr z4fLiwFuY=R9dGe+#O+}ke%)O4aJv8@oMZ4Jq#}CnMKkT0OW&>Xsz)lQeu2pm184mZ zMYo60WZ{C3y7USY^&doaMvaGhO(ct`~+c%^YO43PnsJRt|KA(`op1<3cyV%a{eM94?*taI z|G))^G!ACOA}0xk9Ab}C0@IcN!NJAB@bA|O03iLl@;?4`dCG?f2QFFpuzO3sw_|?~ tn5(ywy}gh3y*?P2RR7rYzX0>U(I@~w_pb{7TcQ%N$i;^{%=&lme*jk(I-vjn diff --git a/xls表/配置表- 剧情/微信聊天.xlsx b/xls表/配置表- 剧情/微信聊天.xlsx index f2fa9f15460ad95d8ac89a1d82fc93ffa404fa95..9e4205accfdaf9e2cbe20e0a983feca364b9e4d8 100644 GIT binary patch literal 35742 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 XDkTO5`kDoX3H&1j;%DFs`s@Dz$$!mD delta 18198 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