parent
3bbd9848e3
commit
cf7ae2ff66
5 changed files with 158 additions and 69 deletions
@ -1,50 +0,0 @@ |
||||
{ |
||||
"cuelist": [ |
||||
{ |
||||
"id": 1, |
||||
"name": "Q1", |
||||
"type": "bg", |
||||
"description": "preset bg", |
||||
"audioCue": "Q0", |
||||
"clientCue":"Q1" |
||||
}, |
||||
{ |
||||
"id": 2, |
||||
"name": "Q2", |
||||
"type": "announce", |
||||
"description": "announce", |
||||
"audioCue": "Q2" |
||||
}, |
||||
{ |
||||
"id": 3, |
||||
"name": "Q3", |
||||
"type": "bg", |
||||
"description": "(START) CQ2-CQ4.1", |
||||
"audioCue": "Q3", |
||||
"clientCue":"Q2", |
||||
"duration":495, |
||||
"auto": true |
||||
}, |
||||
{ |
||||
"id": 4, |
||||
"name": "Q4", |
||||
"type": "light", |
||||
"description": "(AI) CQ4.11-CQ5.6", |
||||
"lightCue":"fade_out_light", |
||||
"duration":298, |
||||
"clientCue":"Q4.11", |
||||
"auto": true |
||||
}, |
||||
{ |
||||
"id": 5, |
||||
"name": "Q5", |
||||
"type": "bg", |
||||
"description": "(END)", |
||||
"audioCue": "Q6", |
||||
"status":"end", |
||||
"lightCue":"fade_in_light", |
||||
"clientCue":"Q6" |
||||
} |
||||
] |
||||
} |
||||
|
||||
@ -0,0 +1,109 @@ |
||||
{ |
||||
"cuelist": [ |
||||
{ |
||||
"id": 1, |
||||
"name": "Q1", |
||||
"type": "bg", |
||||
"description": "[外場+電話亭] preset 音樂", |
||||
"audioCue": "Q0", |
||||
"clientCue":"Q1", |
||||
"reset":true |
||||
}, |
||||
{ |
||||
"id": 2, |
||||
"name": "Q2", |
||||
"type": "announce", |
||||
"description": "[外場 + 電話亭] announce", |
||||
"audioCue": "Q1", |
||||
"clientCue":"Q1.1" |
||||
}, |
||||
{ |
||||
"id": 3, |
||||
"name": "Q3", |
||||
"type": "bg", |
||||
"description": "[電話亭] 開始流程 CQ2-CQ4.1", |
||||
"audioCue": "Q3", |
||||
"clientCue":"Q2", |
||||
"duration":110, |
||||
"auto": true, |
||||
"reset":true |
||||
}, |
||||
{ |
||||
"id": 3.1, |
||||
"name": "Q3.1", |
||||
"type": "light", |
||||
"description": "關燈", |
||||
"duration":62, |
||||
"auto": true, |
||||
"lightCue":"fade_out_light", |
||||
"lightDuration":8, |
||||
"syncUnityLight":true |
||||
}, |
||||
{ |
||||
"id": 3.2, |
||||
"name": "Q3.2", |
||||
"type": "light", |
||||
"description": "開燈", |
||||
"duration":126, |
||||
"auto": true, |
||||
"lightCue":"fade_in_light", |
||||
"lightDuration":4, |
||||
"syncUnityLight":true |
||||
}, |
||||
{ |
||||
"id": 4, |
||||
"name": "Q4", |
||||
"type": "light", |
||||
"description": "[電話亭] 記憶裝置啟動 (AI) CQ4.11-CQ5.6", |
||||
"audioCue": "Q4", |
||||
"lightCue":"fade_out_light", |
||||
"duration":250, |
||||
"clientCue":"Q4.11", |
||||
"auto": true |
||||
}, |
||||
{ |
||||
"id": 5, |
||||
"name": "Q5", |
||||
"type": "bg", |
||||
"description": "[電話亭] 結尾announce", |
||||
"duration":25, |
||||
"status":"end", |
||||
"lightCue":"fade_in_light", |
||||
"clientCue":"Q6", |
||||
"audioCue": "Q5", |
||||
"auto":true |
||||
}, |
||||
{ |
||||
"id": 6, |
||||
"name": "Q6", |
||||
"type": "bg", |
||||
"description": "[外場] 結尾音樂", |
||||
"audioCue": "Q6", |
||||
"clientCue":"Q7" |
||||
}, |
||||
{ |
||||
"id": 7, |
||||
"name": "Q7", |
||||
"type": "bg", |
||||
"description": "[外場] fadeout", |
||||
"audioCue": "Q7" |
||||
}, |
||||
{ |
||||
"id": 0.1, |
||||
"name": "CQ101", |
||||
"type": "debug", |
||||
"description": "debug-key", |
||||
"clientCue":"Q101", |
||||
"debug":true |
||||
},{ |
||||
"id": 0.2, |
||||
"name": "CQ103", |
||||
"type": "debug", |
||||
"description": "debug-speech", |
||||
"lightCue":"fade_out_light", |
||||
"clientCue":"Q103", |
||||
"debug":true |
||||
} |
||||
] |
||||
} |
||||
|
||||
Loading…
Reference in new issue