| 1 | [ |
| 2 | { |
| 3 | "scene information": { |
| 4 | "who": [ |
| 5 | "Alex", |
| 6 | "Jordan", |
| 7 | "Casey" |
| 8 | ], |
| 9 | "where": "Meeting room", |
| 10 | "what": "In the workplace, Alex, Jordan, and Casey sit in the meeting room to discuss a potential new investment opportunity for the company. Alex, a cautious and strategic thinker, is wary of the risks involved, while Casey, always enthusiastic about innovation, sees great potential in the new venture. Jordan, the mediator, tries to weigh the pros and cons to facilitate a balanced discussion." |
| 11 | }, |
| 12 | "scene": [ |
| 13 | { |
| 14 | "speaker": "Casey", |
| 15 | "content": "This new venture could skyrocket our market reach. I mean, the tech alone is groundbreaking.", |
| 16 | "actions": [ |
| 17 | { |
| 18 | "character": "Casey", |
| 19 | "state": "standing", |
| 20 | "action": "Standing Happy" |
| 21 | } |
| 22 | ], |
| 23 | "shot": "Track Shot 2", |
| 24 | "current position": [ |
| 25 | { |
| 26 | "character": "Alex", |
| 27 | "position": "Position 1" |
| 28 | }, |
| 29 | { |
| 30 | "character": "Casey", |
| 31 | "position": "Position 3" |
| 32 | }, |
| 33 | { |
| 34 | "character": "Jordan", |
| 35 | "position": "Position 6" |
| 36 | } |
| 37 | ] |
| 38 | }, |
| 39 | { |
| 40 | "speaker": "Alex", |
| 41 | "content": "Groundbreaking, sure, but also potentially bankrupting. We need more due diligence, including a thorough market analysis and financial risk assessment.", |
| 42 | "actions": [ |
| 43 | { |
| 44 | "character": "Alex", |
| 45 | "state": "standing", |
| 46 | "action": "Standing Angry 1" |
| 47 | } |
| 48 | ], |
| 49 | "shot": "Mid Shot", |
| 50 | "current position": [ |
| 51 | { |
| 52 | "character": "Alex", |
| 53 | "position": "Position 1" |
| 54 | }, |
| 55 | { |
| 56 | "character": "Casey", |
| 57 | "position": "Position 3" |
| 58 | }, |
| 59 | { |
| 60 | "character": "Jordan", |
| 61 | "position": "Position 6" |
| 62 | } |
| 63 | ] |
| 64 | }, |
| 65 | { |
| 66 | "speaker": "Jordan", |
| 67 | "content": "Hold on, both points are valid. Casey, let's hear those groundbreaking benefits you're talking about.", |
| 68 | "actions": [ |
| 69 | { |
| 70 | "character": "Jordan", |
| 71 | "state": "standing", |
| 72 | "action": "Standing Normal" |
| 73 | } |
| 74 | ], |
| 75 | "shot": "Mid Shot", |
| 76 | "current position": [ |
| 77 | { |
| 78 | "character": "Alex", |
| 79 | "position": "Position 1" |
| 80 | }, |
| 81 | { |
| 82 | "character": "Casey", |
| 83 | "position": "Position 3" |
| 84 | }, |
| 85 | { |
| 86 | "character": "Jordan", |
| 87 | "position": "Position 6" |
| 88 | } |
| 89 | ] |
| 90 | }, |
| 91 | { |
| 92 | "speaker": "Casey", |
| 93 | "content": "Increased efficiency, new revenue streams, and a stronger market position.", |
| 94 | "actions": [ |
| 95 | { |
| 96 | "character": "Casey", |
| 97 | "state": "standing", |
| 98 | "action": "Standing Talking 1" |
| 99 | } |
| 100 | ], |
| 101 | "shot": "Mid Shot", |
| 102 | "current position": [ |
| 103 | { |
| 104 | "character": "Alex", |
| 105 | "position": "Position 1" |
| 106 | }, |
| 107 | { |
| 108 | "character": "Casey", |
| 109 | "position": "Position 3" |
| 110 | }, |
| 111 | { |
| 112 | "character": "Jordan", |
| 113 | "position": "Position 6" |
| 114 | } |
| 115 | ] |
| 116 | }, |
| 117 | { |
| 118 | "speaker": "Alex", |
| 119 | "content": "And the risks?", |
| 120 | "actions": [ |
| 121 | { |
| 122 | "character": "Alex", |
| 123 | "state": "standing", |
| 124 | "action": "Standing Thinking" |
| 125 | } |
| 126 | ], |
| 127 | "shot": "Mid Shot", |
| 128 | "current position": [ |
| 129 | { |
| 130 | "character": "Alex", |
| 131 | "position": "Position 1" |
| 132 | }, |
| 133 | { |
| 134 | "character": "Casey", |
| 135 | "position": "Position 3" |
| 136 | }, |
| 137 | { |
| 138 | "character": "Jordan", |
| 139 | "position": "Position 6" |
| 140 | } |
| 141 | ] |
| 142 | }, |
| 143 | { |
| 144 | "speaker": "Jordan", |
| 145 | "content": "Alright, how about this: we compile a detailed report and present it to the wider team tomorrow?", |
| 146 | "actions": [ |
| 147 | { |
| 148 | "character": "Jordan", |
| 149 | "state": "standing", |
| 150 | "action": "Standing Agree 2" |
| 151 | } |
| 152 | ], |
| 153 | "shot": "Mid Shot", |
| 154 | "current position": [ |
| 155 | { |
| 156 | "character": "Alex", |
| 157 | "position": "Position 1" |
| 158 | }, |
| 159 | { |
| 160 | "character": "Casey", |
| 161 | "position": "Position 3" |
| 162 | }, |
| 163 | { |
| 164 | "character": "Jordan", |
| 165 | "position": "Position 6" |
| 166 | } |
| 167 | ] |
| 168 | }, |
| 169 | { |
| 170 | "speaker": "Casey", |
| 171 | "content": "Agreed. I'll start preparing immediately.", |
| 172 | "actions": [ |
| 173 | { |
| 174 | "character": "Casey", |
| 175 | "state": "standing", |
| 176 | "action": "Standing Agree 2" |
| 177 | } |
| 178 | ], |
| 179 | "shot": "Mid Shot", |
| 180 | "current position": [ |
| 181 | { |
| 182 | "character": "Alex", |
| 183 | "position": "Position 1" |
| 184 | }, |
| 185 | { |
| 186 | "character": "Casey", |
| 187 | "position": "Position 3" |
| 188 | }, |
| 189 | { |
| 190 | "character": "Jordan", |
| 191 | "position": "Position 6" |
| 192 | } |
| 193 | ] |
| 194 | }, |
| 195 | { |
| 196 | "speaker": "Alex", |
| 197 | "content": "Fine, but we need to stress the risks as well as the benefits.", |
| 198 | "actions": [ |
| 199 | { |
| 200 | "character": "Alex", |
| 201 | "state": "standing", |
| 202 | "action": "Standing Thinking" |
| 203 | } |
| 204 | ], |
| 205 | "shot": "Long Shot 1", |
| 206 | "current position": [ |
| 207 | { |
| 208 | "character": "Alex", |
| 209 | "position": "Position 1" |
| 210 | }, |
| 211 | { |
| 212 | "character": "Casey", |
| 213 | "position": "Position 3" |
| 214 | }, |
| 215 | { |
| 216 | "character": "Jordan", |
| 217 | "position": "Position 6" |
| 218 | } |
| 219 | ] |
| 220 | }, |
| 221 | { |
| 222 | "speaker": "Jordan", |
| 223 | "content": "Then it's settled. We'll present it to the team tomorrow.", |
| 224 | "actions": [ |
| 225 | { |
| 226 | "character": "Jordan", |
| 227 | "state": "standing", |
| 228 | "action": "Standing Agree 2" |
| 229 | } |
| 230 | ], |
| 231 | "shot": "Mid Shot", |
| 232 | "current position": [ |
| 233 | { |
| 234 | "character": "Alex", |
| 235 | "position": "Position 1" |
| 236 | }, |
| 237 | { |
| 238 | "character": "Casey", |
| 239 | "position": "Position 3" |
| 240 | }, |
| 241 | { |
| 242 | "character": "Jordan", |
| 243 | "position": "Position 6" |
| 244 | } |
| 245 | ] |
| 246 | } |
| 247 | ], |
| 248 | "initial position": [ |
| 249 | { |
| 250 | "character": "Alex", |
| 251 | "position": "Position 1" |
| 252 | }, |
| 253 | { |
| 254 | "character": "Casey", |
| 255 | "position": "Position 3" |
| 256 | }, |
| 257 | { |
| 258 | "character": "Jordan", |
| 259 | "position": "Position 6" |
| 260 | } |
| 261 | ] |
| 262 | }, |
| 263 | { |
| 264 | "scene information": { |
| 265 | "who": [ |
| 266 | "Alex", |
| 267 | "Morgan", |
| 268 | "Jordan" |
| 269 | ], |
| 270 | "where": "Work room", |
| 271 | "what": "In the work room, Alex is frustrated with Morgan over his aggressive promotion of the new investment. Morgan believes taking risks is essential for significant growth, whereas Alex retorts that reckless decisions could jeopardize the company's stability. Jordan steps in to manage the tension and ensure that their debate doesn't derail the briefing." |
| 272 | }, |
| 273 | "scene": [ |
| 274 | { |
| 275 | "speaker": "Morgan", |
| 276 | "content": "I believe we should consider moving quickly on this opportunity, as it may not come around often.", |
| 277 | "actions": [ |
| 278 | { |
| 279 | "character": "Morgan", |
| 280 | "state": "standing", |
| 281 | "action": "Standing Talking 1" |
| 282 | } |
| 283 | ], |
| 284 | "shot": "Long Shot 1", |
| 285 | "current position": [ |
| 286 | { |
| 287 | "character": "Alex", |
| 288 | "position": "Position 1" |
| 289 | }, |
| 290 | { |
| 291 | "character": "Morgan", |
| 292 | "position": "Position 3" |
| 293 | }, |
| 294 | { |
| 295 | "character": "Jordan", |
| 296 | "position": "Position 5" |
| 297 | } |
| 298 | ] |
| 299 | }, |
| 300 | { |
| 301 | "speaker": "Alex", |
| 302 | "content": "Fast? That's reckless. You can't just throw caution to the wind.", |
| 303 | "actions": [ |
| 304 | { |
| 305 | "character": "Alex", |
| 306 | "state": "standing", |
| 307 | "action": "Standing Angry 2" |
| 308 | } |
| 309 | ], |
| 310 | "shot": "Mid Shot", |
| 311 | "current position": [ |
| 312 | { |
| 313 | "character": "Alex", |
| 314 | "position": "Position 1" |
| 315 | }, |
| 316 | { |
| 317 | "character": "Morgan", |
| 318 | "position": "Position 3" |
| 319 | }, |
| 320 | { |
| 321 | "character": "Jordan", |
| 322 | "position": "Position 5" |
| 323 | } |
| 324 | ] |
| 325 | }, |
| 326 | { |
| 327 | "speaker": "Morgan", |
| 328 | "content": "Playing it safe won't get us anywhere. Growth requires bold moves.", |
| 329 | "actions": [ |
| 330 | { |
| 331 | "character": "Morgan", |
| 332 | "state": "standing", |
| 333 | "action": "Standing Talking 6" |
| 334 | } |
| 335 | ], |
| 336 | "shot": "Pan Shot 1", |
| 337 | "current position": [ |
| 338 | { |
| 339 | "character": "Alex", |
| 340 | "position": "Position 1" |
| 341 | }, |
| 342 | { |
| 343 | "character": "Morgan", |
| 344 | "position": "Position 3" |
| 345 | }, |
| 346 | { |
| 347 | "character": "Jordan", |
| 348 | "position": "Position 5" |
| 349 | } |
| 350 | ] |
| 351 | }, |
| 352 | { |
| 353 | "speaker": "Alex", |
| 354 | "content": "Bold moves, or foolish gambles? This company isn't just about taking wild risks.", |
| 355 | "actions": [ |
| 356 | { |
| 357 | "character": "Alex", |
| 358 | "state": "standing", |
| 359 | "action": "Standing Arguing 2" |
| 360 | } |
| 361 | ], |
| 362 | "shot": "Mid Shot", |
| 363 | "current position": [ |
| 364 | { |
| 365 | "character": "Alex", |
| 366 | "position": "Position 1" |
| 367 | }, |
| 368 | { |
| 369 | "character": "Morgan", |
| 370 | "position": "Position 3" |
| 371 | }, |
| 372 | { |
| 373 | "character": "Jordan", |
| 374 | "position": "Position 5" |
| 375 | } |
| 376 | ] |
| 377 | }, |
| 378 | { |
| 379 | "speaker": "Jordan", |
| 380 | "content": "Alright, let's cool it for a moment. We're here to discuss, not to argue.", |
| 381 | "actions": [ |
| 382 | { |
| 383 | "character": "Jordan", |
| 384 | "state": "standing", |
| 385 | "action": "Standing Normal" |
| 386 | } |
| 387 | ], |
| 388 | "shot": "Close Shot", |
| 389 | "current position": [ |
| 390 | { |
| 391 | "character": "Alex", |
| 392 | "position": "Position 1" |
| 393 | }, |
| 394 | { |
| 395 | "character": "Morgan", |
| 396 | "position": "Position 3" |
| 397 | }, |
| 398 | { |
| 399 | "character": "Jordan", |
| 400 | "position": "Position 5" |
| 401 | } |
| 402 | ] |
| 403 | }, |
| 404 | { |
| 405 | "speaker": "Morgan", |
| 406 | "content": "Fine, but we can't overanalyze to the point of inaction.", |
| 407 | "actions": [ |
| 408 | { |
| 409 | "character": "Morgan", |
| 410 | "state": "standing", |
| 411 | "action": "Standing Deny" |
| 412 | } |
| 413 | ], |
| 414 | "shot": "Mid Shot", |
| 415 | "current position": [ |
| 416 | { |
| 417 | "character": "Alex", |
| 418 | "position": "Position 1" |
| 419 | }, |
| 420 | { |
| 421 | "character": "Morgan", |
| 422 | "position": "Position 3" |
| 423 | }, |
| 424 | { |
| 425 | "character": "Jordan", |
| 426 | "position": "Position 5" |
| 427 | } |
| 428 | ] |
| 429 | }, |
| 430 | { |
| 431 | "speaker": "Alex", |
| 432 | "content": "And we can't rush without understanding the full scope.", |
| 433 | "actions": [ |
| 434 | { |
| 435 | "character": "Alex", |
| 436 | "state": "standing", |
| 437 | "action": "Standing Deny" |
| 438 | } |
| 439 | ], |
| 440 | "shot": "Long Shot 2", |
| 441 | "current position": [ |
| 442 | { |
| 443 | "character": "Alex", |
| 444 | "position": "Position 1" |
| 445 | }, |
| 446 | { |
| 447 | "character": "Morgan", |
| 448 | "position": "Position 3" |
| 449 | }, |
| 450 | { |
| 451 | "character": "Jordan", |
| 452 | "position": "Position 5" |
| 453 | } |
| 454 | ] |
| 455 | }, |
| 456 | { |
| 457 | "speaker": "Jordan", |
| 458 | "content": "We all have valid points. Let's agree to review more data before making any final calls.", |
| 459 | "actions": [ |
| 460 | { |
| 461 | "character": "Jordan", |
| 462 | "state": "standing", |
| 463 | "action": "Standing Agree 2" |
| 464 | } |
| 465 | ], |
| 466 | "shot": "Mid Shot", |
| 467 | "current position": [ |
| 468 | { |
| 469 | "character": "Alex", |
| 470 | "position": "Position 1" |
| 471 | }, |
| 472 | { |
| 473 | "character": "Morgan", |
| 474 | "position": "Position 3" |
| 475 | }, |
| 476 | { |
| 477 | "character": "Jordan", |
| 478 | "position": "Position 5" |
| 479 | } |
| 480 | ] |
| 481 | }, |
| 482 | { |
| 483 | "speaker": "Morgan", |
| 484 | "content": "Fair enough, I'll look at more data.", |
| 485 | "actions": [ |
| 486 | { |
| 487 | "character": "Morgan", |
| 488 | "state": "standing", |
| 489 | "action": "Standing Agree 1" |
| 490 | } |
| 491 | ], |
| 492 | "shot": "Mid Shot", |
| 493 | "current position": [ |
| 494 | { |
| 495 | "character": "Alex", |
| 496 | "position": "Position 1" |
| 497 | }, |
| 498 | { |
| 499 | "character": "Morgan", |
| 500 | "position": "Position 3" |
| 501 | }, |
| 502 | { |
| 503 | "character": "Jordan", |
| 504 | "position": "Position 5" |
| 505 | } |
| 506 | ] |
| 507 | }, |
| 508 | { |
| 509 | "speaker": "Alex", |
| 510 | "content": "Agreed, let's dive deeper before deciding.", |
| 511 | "actions": [ |
| 512 | { |
| 513 | "character": "Alex", |
| 514 | "state": "standing", |
| 515 | "action": "Standing Agree 1" |
| 516 | } |
| 517 | ], |
| 518 | "shot": "Mid Shot", |
| 519 | "current position": [ |
| 520 | { |
| 521 | "character": "Alex", |
| 522 | "position": "Position 1" |
| 523 | }, |
| 524 | { |
| 525 | "character": "Morgan", |
| 526 | "position": "Position 3" |
| 527 | }, |
| 528 | { |
| 529 | "character": "Jordan", |
| 530 | "position": "Position 5" |
| 531 | } |
| 532 | ] |
| 533 | } |
| 534 | ], |
| 535 | "initial position": [ |
| 536 | { |
| 537 | "character": "Alex", |
| 538 | "position": "Position 1" |
| 539 | }, |
| 540 | { |
| 541 | "character": "Morgan", |
| 542 | "position": "Position 3" |
| 543 | }, |
| 544 | { |
| 545 | "character": "Jordan", |
| 546 | "position": "Position 5" |
| 547 | } |
| 548 | ] |
| 549 | }, |
| 550 | { |
| 551 | "scene information": { |
| 552 | "who": [ |
| 553 | "Jordan", |
| 554 | "Casey", |
| 555 | "Morgan" |
| 556 | ], |
| 557 | "where": "Relaxing Room", |
| 558 | "what": "In the Relaxing Room, Jordan, Casey, and Morgan gather to make a final decision on the investment. The atmosphere is still charged with the day's earlier tensions. Jordan proposes a compromise that incorporates elements from both conservative and aggressive points of view. Casey reiterates the potential benefits, while Morgan grudgingly agrees to the compromise as long as there are safeguards." |
| 559 | }, |
| 560 | "scene": [ |
| 561 | { |
| 562 | "speaker": "Jordan", |
| 563 | "content": "Alright, everyone. How about a middle ground? We proceed, but with clear safeguards.", |
| 564 | "actions": [ |
| 565 | { |
| 566 | "character": "Jordan", |
| 567 | "state": "standing", |
| 568 | "action": "Standing Talking 1" |
| 569 | } |
| 570 | ], |
| 571 | "shot": "Track Shot 2", |
| 572 | "current position": [ |
| 573 | { |
| 574 | "character": "Jordan", |
| 575 | "position": "Position 4" |
| 576 | }, |
| 577 | { |
| 578 | "character": "Casey", |
| 579 | "position": "Position 5" |
| 580 | }, |
| 581 | { |
| 582 | "character": "Morgan", |
| 583 | "position": "Position 1" |
| 584 | } |
| 585 | ] |
| 586 | }, |
| 587 | { |
| 588 | "speaker": "Casey", |
| 589 | "content": "That way, we can harness the benefits without ignoring the risks.", |
| 590 | "actions": [ |
| 591 | { |
| 592 | "character": "Casey", |
| 593 | "state": "standing", |
| 594 | "action": "Standing Agree 1" |
| 595 | } |
| 596 | ], |
| 597 | "shot": "Mid Shot", |
| 598 | "current position": [ |
| 599 | { |
| 600 | "character": "Jordan", |
| 601 | "position": "Position 4" |
| 602 | }, |
| 603 | { |
| 604 | "character": "Casey", |
| 605 | "position": "Position 5" |
| 606 | }, |
| 607 | { |
| 608 | "character": "Morgan", |
| 609 | "position": "Position 1" |
| 610 | } |
| 611 | ] |
| 612 | }, |
| 613 | { |
| 614 | "speaker": "Morgan", |
| 615 | "content": "As long as the safeguards don't stifle innovation, I can accept that.", |
| 616 | "actions": [ |
| 617 | { |
| 618 | "character": "Morgan", |
| 619 | "state": "standing", |
| 620 | "action": "Standing Talking 1" |
| 621 | } |
| 622 | ], |
| 623 | "shot": "Mid Shot", |
| 624 | "current position": [ |
| 625 | { |
| 626 | "character": "Jordan", |
| 627 | "position": "Position 4" |
| 628 | }, |
| 629 | { |
| 630 | "character": "Casey", |
| 631 | "position": "Position 5" |
| 632 | }, |
| 633 | { |
| 634 | "character": "Morgan", |
| 635 | "position": "Position 1" |
| 636 | } |
| 637 | ] |
| 638 | }, |
| 639 | { |
| 640 | "speaker": "Jordan", |
| 641 | "content": "We'll tailor the safeguards to ensure progress without jeopardy.", |
| 642 | "actions": [ |
| 643 | { |
| 644 | "character": "Jordan", |
| 645 | "state": "standing", |
| 646 | "action": "Standing Talking 2" |
| 647 | } |
| 648 | ], |
| 649 | "shot": "Zoom Shot", |
| 650 | "current position": [ |
| 651 | { |
| 652 | "character": "Jordan", |
| 653 | "position": "Position 4" |
| 654 | }, |
| 655 | { |
| 656 | "character": "Casey", |
| 657 | "position": "Position 5" |
| 658 | }, |
| 659 | { |
| 660 | "character": "Morgan", |
| 661 | "position": "Position 1" |
| 662 | } |
| 663 | ] |
| 664 | }, |
| 665 | { |
| 666 | "speaker": "Casey", |
| 667 | "content": "And we can adjust as we go, based on what we learn.", |
| 668 | "actions": [ |
| 669 | { |
| 670 | "character": "Casey", |
| 671 | "state": "standing", |
| 672 | "action": "Standing Talking 5" |
| 673 | } |
| 674 | ], |
| 675 | "shot": "Mid Shot", |
| 676 | "current position": [ |
| 677 | { |
| 678 | "character": "Jordan", |
| 679 | "position": "Position 4" |
| 680 | }, |
| 681 | { |
| 682 | "character": "Casey", |
| 683 | "position": "Position 5" |
| 684 | }, |
| 685 | { |
| 686 | "character": "Morgan", |
| 687 | "position": "Position 1" |
| 688 | } |
| 689 | ] |
| 690 | }, |
| 691 | { |
| 692 | "speaker": "Morgan", |
| 693 | "content": "Alright, but let's make sure it's dynamic, not just layers of bureaucracy.", |
| 694 | "actions": [ |
| 695 | { |
| 696 | "character": "Morgan", |
| 697 | "state": "standing", |
| 698 | "action": "Standing Agree 1" |
| 699 | } |
| 700 | ], |
| 701 | "shot": "Long Shot 1", |
| 702 | "current position": [ |
| 703 | { |
| 704 | "character": "Jordan", |
| 705 | "position": "Position 4" |
| 706 | }, |
| 707 | { |
| 708 | "character": "Casey", |
| 709 | "position": "Position 5" |
| 710 | }, |
| 711 | { |
| 712 | "character": "Morgan", |
| 713 | "position": "Position 1" |
| 714 | } |
| 715 | ] |
| 716 | } |
| 717 | ], |
| 718 | "initial position": [ |
| 719 | { |
| 720 | "character": "Jordan", |
| 721 | "position": "Position 4" |
| 722 | }, |
| 723 | { |
| 724 | "character": "Casey", |
| 725 | "position": "Position 5" |
| 726 | }, |
| 727 | { |
| 728 | "character": "Morgan", |
| 729 | "position": "Position 1" |
| 730 | } |
| 731 | ] |
| 732 | } |
| 733 | ] |