commit 87
This commit is contained in:
parent
38e9e526b5
commit
101f9fe374
3 changed files with 42 additions and 42 deletions
|
@ -120,8 +120,8 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
scene("Die Irrenanstalt [12]") {
|
scene("Die Irrenanstalt [12]") {
|
||||||
step(StepCue.MusicEnd) {
|
step(StepCue.MusicEnd) {
|
||||||
actors {
|
actors {
|
||||||
+"Ascot / von rechts, 1. Tür"
|
+"Ascot / durch rechte Tür"
|
||||||
+"Mina / von rechts, 1. Tür"
|
+"Mina / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
curtainState = CurtainState.OPEN
|
curtainState = CurtainState.OPEN
|
||||||
|
@ -135,9 +135,9 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Ascot", "Da kommt der Rest der Familie!")) {
|
step(StepCue.Text("Ascot", "Da kommt der Rest der Familie!")) {
|
||||||
actors {
|
actors {
|
||||||
+"Oberschwester / von rechts, 1. Tür"
|
+"Oberschwester / durch rechte Tür"
|
||||||
// TODO: Expand
|
// TODO: Expand
|
||||||
+"Pflegeteam / von rechts, 1. Tür"
|
+"Pflegeteam / durch rechte Tür"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -148,35 +148,35 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
-"Oberschwester"
|
-"Oberschwester"
|
||||||
-"Pflegeteam"
|
-"Pflegeteam"
|
||||||
-"Die Irren"
|
-"Die Irren"
|
||||||
+"Renfield / von rechts, 1. Tür"
|
+"Renfield / durch rechte Tür"
|
||||||
+"Vermieterin / von rechts, 1. Tür"
|
+"Vermieterin / durch rechte Tür"
|
||||||
+"Wärter 1 / von rechts, 1. Tür"
|
+"Wärter 1 / durch rechte Tür"
|
||||||
+"Wärter 2 / von rechts, 1. Tür"
|
+"Wärter 2 / durch rechte Tür"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
step(StepCue.Text("Dr. Sewart", "Ich liebe meinen Job!")) {
|
step(StepCue.Text("Dr. Sewart", "Ich liebe meinen Job!")) {
|
||||||
actors {
|
actors {
|
||||||
-"Renfield / nach rechts, 1. Tür"
|
-"Renfield / durch rechte Tür"
|
||||||
-"Vermieterin / nach rechts, 1. Tür"
|
-"Vermieterin / durch rechte Tür"
|
||||||
-"Wärter 1 / nach rechts, 1. Tür"
|
-"Wärter 1 / durch rechte Tür"
|
||||||
-"Wärter 2 / nach rechts, 1. Tür"
|
-"Wärter 2 / durch rechte Tür"
|
||||||
-"Dr. Sewart / nach rechts, 1. Tür"
|
-"Dr. Sewart / durch rechte Tür"
|
||||||
-"Ascot / nach rechts, 1. Tür"
|
-"Ascot / durch rechte Tür"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
step(StepCue.Custom("Mina öffnet die Tür")) {
|
step(StepCue.Custom("Mina öffnet die Tür")) {
|
||||||
actors {
|
actors {
|
||||||
+"Mr. Nickelby / von rechts, 1. Tür"
|
+"Mr. Nickelby / durch rechte Tür"
|
||||||
+"Mrs. Nickelby / von rechts, 1. Tür"
|
+"Mrs. Nickelby / durch rechte Tür"
|
||||||
+"Tochter Nickelby / von rechts, 1. Tür"
|
+"Tochter Nickelby / durch rechte Tür"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
step(StepCue.Text("Mina", "Es gibt hier noch mehr Irre.")) {
|
step(StepCue.Text("Mina", "Es gibt hier noch mehr Irre.")) {
|
||||||
actors {
|
actors {
|
||||||
-"Mina / nach rechts, 1. Tür"
|
-"Mina / durch rechte Tür"
|
||||||
+"Lucy / von links"
|
+"Lucy / von links"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -197,7 +197,7 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Mr. Nickelby", "…als du die Vorhänge aufgemacht hast.")) {
|
step(StepCue.Text("Mr. Nickelby", "…als du die Vorhänge aufgemacht hast.")) {
|
||||||
actors {
|
actors {
|
||||||
+"Ascot / von rechts, 1. Tür"
|
+"Ascot / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
onRun {
|
onRun {
|
||||||
|
@ -207,7 +207,7 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Ascot", "Sie Flötenguru!")) {
|
step(StepCue.Text("Ascot", "Sie Flötenguru!")) {
|
||||||
actors {
|
actors {
|
||||||
+"Dr. Sewart / von rechts, 1. Tür"
|
+"Dr. Sewart / durch rechte Tür"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -248,8 +248,8 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
scene("Männerbesuch [22]") {
|
scene("Männerbesuch [22]") {
|
||||||
step(StepCue.MusicEnd) {
|
step(StepCue.MusicEnd) {
|
||||||
actors {
|
actors {
|
||||||
+"Mina / von rechts, 2. Tür"
|
+"Mina / durch rechte Tür"
|
||||||
+"Jonathan / von rechts, 1. Tür"
|
+"Jonathan / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
curtainState = CurtainState.OPEN
|
curtainState = CurtainState.OPEN
|
||||||
|
@ -261,7 +261,7 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Mina", "Sehr merkwürdig.")) {
|
step(StepCue.Text("Mina", "Sehr merkwürdig.")) {
|
||||||
actors {
|
actors {
|
||||||
+"Ascot / von rechts, 1. Tür"
|
+"Ascot / durch rechte Tür"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -282,7 +282,7 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
step(StepCue.Text("Jonathan", "Gute Nacht.")) {
|
step(StepCue.Text("Jonathan", "Gute Nacht.")) {
|
||||||
actors {
|
actors {
|
||||||
-"Mina / über linke Treppe"
|
-"Mina / über linke Treppe"
|
||||||
-"Jonathan / nach rechts, 1. Tür"
|
-"Jonathan / durch rechte Tür"
|
||||||
-"Ascot"
|
-"Ascot"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -300,7 +300,7 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
scene("Kaffeeklatsch [24]") {
|
scene("Kaffeeklatsch [24]") {
|
||||||
step(StepCue.MusicEnd) {
|
step(StepCue.MusicEnd) {
|
||||||
actors {
|
actors {
|
||||||
+"Dr. Sewart / von rechts, 1. Tür"
|
+"Dr. Sewart / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
curtainState = CurtainState.OPEN
|
curtainState = CurtainState.OPEN
|
||||||
|
@ -326,11 +326,11 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Dr. Sewart", "Da sind sie!")) {
|
step(StepCue.Text("Dr. Sewart", "Da sind sie!")) {
|
||||||
actors {
|
actors {
|
||||||
+"Ascot / von rechts, 1. Tür, mit Stuhl"
|
+"Ascot / durch rechte Tür, mit Stuhl"
|
||||||
// TODO: Expand
|
// TODO: Expand
|
||||||
+"Kaffeetanten / von rechts, 1. Tür, mit Stühlen"
|
+"Kaffeetanten / durch rechte Tür, mit Stühlen"
|
||||||
// TODO: Expand
|
// TODO: Expand
|
||||||
+"Nichten / von rechts, 1. Tür, mit Stühlen"
|
+"Nichten / durch rechte Tür, mit Stühlen"
|
||||||
}
|
}
|
||||||
|
|
||||||
onRun {
|
onRun {
|
||||||
|
@ -341,7 +341,7 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Dr. Sewart", "Ich mache Diät!")) {
|
step(StepCue.Text("Dr. Sewart", "Ich mache Diät!")) {
|
||||||
actors {
|
actors {
|
||||||
-"Dr. Sewart / nach rechts, 1. Tür"
|
-"Dr. Sewart / durch rechte Tür"
|
||||||
-"Oberschwester / nach links"
|
-"Oberschwester / nach links"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -411,7 +411,7 @@ fun ShowBuilderContext.act1() = act("1. Akt") {
|
||||||
-"Dr. Sewart / nach links"
|
-"Dr. Sewart / nach links"
|
||||||
-"Lucy / gezogen von Dr. Sewart"
|
-"Lucy / gezogen von Dr. Sewart"
|
||||||
-"Van Helsing / nach links"
|
-"Van Helsing / nach links"
|
||||||
-"Ascot / nach rechts, 1. Tür, mit Stuhl"
|
-"Ascot / durch rechte Tür, mit Stuhl"
|
||||||
}
|
}
|
||||||
|
|
||||||
curtainState = CurtainState.CLOSED
|
curtainState = CurtainState.CLOSED
|
||||||
|
|
|
@ -182,8 +182,8 @@ fun ShowBuilderContext.act2() = act("2. Akt") {
|
||||||
scene("Wiederholungstäter [54]") {
|
scene("Wiederholungstäter [54]") {
|
||||||
step(StepCue.MusicEnd) {
|
step(StepCue.MusicEnd) {
|
||||||
actors {
|
actors {
|
||||||
+"Mina / von rechts, 2. Tür"
|
+"Mina / durch rechte Tür"
|
||||||
+"Ascot / von rechts, 2. Tür"
|
+"Ascot / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
curtainState = CurtainState.OPEN
|
curtainState = CurtainState.OPEN
|
||||||
|
@ -224,9 +224,9 @@ fun ShowBuilderContext.act2() = act("2. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Backe", "… und ruckzuck sind alle glücklich.")) {
|
step(StepCue.Text("Backe", "… und ruckzuck sind alle glücklich.")) {
|
||||||
actors {
|
actors {
|
||||||
-"Ascot / nach rechts, 1. Tür"
|
-"Ascot / durch rechte Tür"
|
||||||
-"Backe / nach rechts, 1. Tür"
|
-"Backe / durch rechte Tür"
|
||||||
-"Timmy / nach rechts, 1. Tür"
|
-"Timmy / durch rechte Tür"
|
||||||
+"Dracula / von rechts"
|
+"Dracula / von rechts"
|
||||||
+"Renfield / hinter Fenster"
|
+"Renfield / hinter Fenster"
|
||||||
}
|
}
|
||||||
|
@ -241,8 +241,8 @@ fun ShowBuilderContext.act2() = act("2. Akt") {
|
||||||
step(StepCue.Text("Dracula", "Still wie eine Leiche. Idiot.")) {
|
step(StepCue.Text("Dracula", "Still wie eine Leiche. Idiot.")) {
|
||||||
actors {
|
actors {
|
||||||
-"Renfield / tot"
|
-"Renfield / tot"
|
||||||
-"Dracula / nach rechts, 2. Tür"
|
-"Dracula / durch rechte Tür"
|
||||||
+"Jonathan / von rechts, 1. Tür"
|
+"Jonathan / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
rightSpotTarget = null
|
rightSpotTarget = null
|
||||||
|
@ -378,9 +378,9 @@ fun ShowBuilderContext.act2() = act("2. Akt") {
|
||||||
|
|
||||||
step(StepCue.Text("Van Helsing", "Wir müssen sie finden! Schnell!")) {
|
step(StepCue.Text("Van Helsing", "Wir müssen sie finden! Schnell!")) {
|
||||||
actors {
|
actors {
|
||||||
-"Van Helsing / nach rechts, 1. Tür"
|
-"Van Helsing / durch rechte Tür"
|
||||||
-"Dr. Sewart / nach rechts, 1. Tür"
|
-"Dr. Sewart / durch rechte Tür"
|
||||||
-"Jonathan / nach rechts, 1. Tür"
|
-"Jonathan / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
curtainState = CurtainState.CLOSED // fast
|
curtainState = CurtainState.CLOSED // fast
|
||||||
|
|
|
@ -11,9 +11,9 @@ import kotlin.time.Duration.Companion.seconds
|
||||||
fun SceneBuilderContext.songIrrenhaus() {
|
fun SceneBuilderContext.songIrrenhaus() {
|
||||||
step(StepCue.MusicStart("Irrenhaus", 3.minutes + 10.seconds)) {
|
step(StepCue.MusicStart("Irrenhaus", 3.minutes + 10.seconds)) {
|
||||||
actors {
|
actors {
|
||||||
+"Dr. Sewart / von rechts, 1. Tür"
|
+"Dr. Sewart / durch rechte Tür"
|
||||||
// TODO: Expand
|
// TODO: Expand
|
||||||
+"Die Irren / von rechts, 1. Tür"
|
+"Die Irren / durch rechte Tür"
|
||||||
}
|
}
|
||||||
|
|
||||||
rightSpotTarget = "Dr. Sewart"
|
rightSpotTarget = "Dr. Sewart"
|
||||||
|
|
Loading…
Add table
Reference in a new issue