{ "id": "QY_SCENE", "title": "并行演出段演示", "theme": "P2 多轨时间线:A 走、1.5s 后 B 才走,两者时间重叠", "scale": "演示", "roles": [ { "slot": "NP1", "name": "神秘剑客", "archetype": "负伤外门高手", "camp": 0 }, { "slot": "NP2", "name": "客栈小二", "archetype": "市井路人", "camp": 0 } ], "stage": { "type": "客栈·夜", "point_set": "QY_TLDEMO" }, "nodes": [ { "id": "n_open", "kind": "narration", "speaker": "P1", "text": "夜色深沉,雨点敲打着客栈的窗棂。两道身影几乎同时动了起来。", "next": "sc_demo" }, { "id": "sc_demo", "kind": "scene", "next": "n_choice", "tracks": [ { "id": "tk_p1", "actor": "P1", "clips": [ { "id": "c_p1move", "kind": "move", "start": 0, "to": "PT_CENTER" }, { "id": "c_p1say", "kind": "dialogue", "start": 0.5, "text": "(这客栈看着冷清,却处处透着古怪……我先到中堂看看。)" } ] }, { "id": "tk_np1", "actor": "NP1", "clips": [ { "id": "c_np1move", "kind": "move", "start": 1.5, "to": "PT_DOOR" }, { "id": "c_np1say", "kind": "dialogue", "start": 3.0, "text": "阁下留步。在下身负旧伤,想借贵宝地歇一晚,天明即走。" } ] }, { "id": "tk_np2", "actor": "NP2", "clips": [ { "id": "c_np2say", "kind": "dialogue", "start": 4.5, "text": "二位客官,里边请,小的这就去沏壶热茶!" } ] }, { "id": "tk_cam", "role": "camera", "clips": [ { "id": "c_cam0", "kind": "camera", "start": 0, "focus": "PT_CENTER", "dur": 6.0 } ] } ] }, { "id": "n_choice", "kind": "choice", "options": [ { "text": "收剑,请他进来歇脚", "goto": "end_peace" }, { "text": "拔剑相向,喝令他离开", "goto": "end_fight" } ] } ], "endings": [ { "id": "end_peace", "summary": "结义同盟,平安一夜", "grants": [], "result": "success" }, { "id": "end_fight", "summary": "刀剑相向,剑客败退雨夜", "grants": [], "result": "fail" } ] }