@pop-party/create-game 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +30 -0
  3. package/bin/create-game.js +28 -0
  4. package/package.json +34 -0
  5. package/src/cli-arguments.js +47 -0
  6. package/src/generate-game.js +150 -0
  7. package/starter/ASSET-NOTICES.json +73 -0
  8. package/starter/content/art/manifest.json +13573 -0
  9. package/starter/content/audio/host-audios.json +3 -0
  10. package/starter/content/blobs/1c14e1db26cfb96105b2cbf60591a18329834078cc65e14373715d4ec06f07ef.svg +5 -0
  11. package/starter/content/blobs/2d1298fc8597b4b13dc74c8a4093ce7c8d6027ef955c4af31ed6a6d03034d527.svg +3 -0
  12. package/starter/content/blobs/4d1b3ad12d64d7f145e282dc44b2c510d8cc36c0a609fcef831fe9c59270bf35.svg +8 -0
  13. package/starter/content/blobs/7a3a06ea1280a916254e2af034762e798b11e45f5eb7a1f4e0ba1a3ad4b8af48.svg +3 -0
  14. package/starter/content/blobs/8785460bf8b2311bfd2a5c06e97f9faac0deafd584b8f3de428c38399e2df16d.svg +6 -0
  15. package/starter/content/blobs/8dbc40965debd1f9f516461ed2b6ca0dd95557f8a762dbeaf67459e4b343497a.svg +8 -0
  16. package/starter/content/blobs/a531c3ee6f5bfa5b478b6ecda5799f1031ceea367ca9d93585545b3de0ed34d7.svg +7 -0
  17. package/starter/content/blobs/d54e3eae53b88a705370aa028c3ea55297d549e3521aca6a41435f87e4a18167.svg +6 -0
  18. package/starter/content/constants.json +22 -0
  19. package/starter/content/content-bundle.json +96 -0
  20. package/starter/content/flow.json +1594 -0
  21. package/starter/content/game-data/runtime.json +39 -0
  22. package/starter/content/layouts/controller.json +737 -0
  23. package/starter/content/layouts/stage.json +195 -0
  24. package/starter/content/prompts/prompts.json +125 -0
  25. package/starter/content/semantic-roles.json +86 -0
@@ -0,0 +1,1594 @@
1
+ {
2
+ "states": [
3
+ {
4
+ "id": "lobby",
5
+ "name": "Lobby Game State",
6
+ "nodePosition": {
7
+ "x": 90,
8
+ "y": 80
9
+ },
10
+ "startNodePosition": {
11
+ "x": 715,
12
+ "y": 70
13
+ },
14
+ "returnNodePosition": {
15
+ "x": 705,
16
+ "y": 1276
17
+ },
18
+ "entryTargetActionId": "lobby-action-mqojohry",
19
+ "nextStateTargetId": "route-action-mqqwadxk-oji3m",
20
+ "actions": [
21
+ {
22
+ "id": "lobby-countdown-complete",
23
+ "name": "On Countdown Complete",
24
+ "type": "transitionState",
25
+ "category": "standard",
26
+ "timing": {
27
+ "mode": "E+",
28
+ "seconds": 0
29
+ },
30
+ "nextTargetActionId": "lobby-action-mqprlx3p",
31
+ "nodePosition": {
32
+ "x": 670,
33
+ "y": 768
34
+ },
35
+ "subActions": [],
36
+ "trigger": "onCountdownComplete",
37
+ "targetState": "intro"
38
+ },
39
+ {
40
+ "id": "lobby-action-mqojohry",
41
+ "name": "Setup Game",
42
+ "type": "setupGame",
43
+ "timing": {
44
+ "mode": "E+",
45
+ "seconds": 0
46
+ },
47
+ "text": "Presented text",
48
+ "textTarget": "",
49
+ "instant": false,
50
+ "isShown": true,
51
+ "subActions": [],
52
+ "nodePosition": {
53
+ "x": 670,
54
+ "y": 260
55
+ },
56
+ "nextTargetActionId": "lobby-action-mqpt9z90"
57
+ },
58
+ {
59
+ "id": "lobby-action-mqprlx3p",
60
+ "name": "Set Wipe Shown",
61
+ "type": "setWipeShown",
62
+ "timing": {
63
+ "mode": "E+",
64
+ "seconds": 0
65
+ },
66
+ "text": "Presented text",
67
+ "textTarget": "",
68
+ "instant": false,
69
+ "isShown": true,
70
+ "subActions": [],
71
+ "nodePosition": {
72
+ "x": 670,
73
+ "y": 1022
74
+ },
75
+ "nextTargetActionId": "return"
76
+ },
77
+ {
78
+ "id": "lobby-action-mqpt9z90",
79
+ "name": "Set Wipe Shown 1",
80
+ "type": "setWipeShown",
81
+ "timing": {
82
+ "mode": "E+",
83
+ "seconds": 0
84
+ },
85
+ "text": "Presented text",
86
+ "textTarget": "",
87
+ "instant": false,
88
+ "isShown": false,
89
+ "subActions": [],
90
+ "nodePosition": {
91
+ "x": 670,
92
+ "y": 514
93
+ },
94
+ "nextTargetActionId": "lobby-countdown-complete"
95
+ }
96
+ ]
97
+ },
98
+ {
99
+ "id": "intro",
100
+ "name": "Game Intro Game State",
101
+ "nodePosition": {
102
+ "x": 90,
103
+ "y": 300
104
+ },
105
+ "startNodePosition": {
106
+ "x": 715,
107
+ "y": 70
108
+ },
109
+ "returnNodePosition": {
110
+ "x": 705,
111
+ "y": 1022
112
+ },
113
+ "entryTargetActionId": "intro-action-mqprm6ln",
114
+ "nextStateTargetId": "round-intro-game-state",
115
+ "actions": [
116
+ {
117
+ "id": "intro-present-1",
118
+ "name": "Present Intro Text",
119
+ "type": "presentText",
120
+ "category": "input",
121
+ "timing": {
122
+ "mode": "E+",
123
+ "seconds": 0
124
+ },
125
+ "nextTargetActionId": "intro-action-mqprim01",
126
+ "nodePosition": {
127
+ "x": 670,
128
+ "y": 514
129
+ },
130
+ "subActions": [],
131
+ "text": "This is the Game Intro State",
132
+ "textTarget": "stagepresentationtext",
133
+ "isShown": true,
134
+ "instant": false,
135
+ "stageClickTargetActionId": "intro-action-mqprim01"
136
+ },
137
+ {
138
+ "id": "intro-action-mqprim01",
139
+ "name": "Set Wipe Shown",
140
+ "type": "setWipeShown",
141
+ "timing": {
142
+ "mode": "E+",
143
+ "seconds": 0
144
+ },
145
+ "text": "Presented text",
146
+ "textTarget": "",
147
+ "instant": false,
148
+ "isShown": true,
149
+ "subActions": [],
150
+ "nodePosition": {
151
+ "x": 670,
152
+ "y": 768
153
+ },
154
+ "nextTargetActionId": "return"
155
+ },
156
+ {
157
+ "id": "intro-action-mqprm6ln",
158
+ "name": "Set Wipe Shown 1",
159
+ "type": "setWipeShown",
160
+ "timing": {
161
+ "mode": "E+",
162
+ "seconds": 0
163
+ },
164
+ "text": "Presented text",
165
+ "textTarget": "",
166
+ "instant": false,
167
+ "isShown": false,
168
+ "subActions": [],
169
+ "nodePosition": {
170
+ "x": 670,
171
+ "y": 260
172
+ },
173
+ "nextTargetActionId": "intro-present-1"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "id": "round-intro-game-state",
179
+ "name": "Round Intro Game State",
180
+ "nodePosition": {
181
+ "x": 90,
182
+ "y": 520
183
+ },
184
+ "startNodePosition": {
185
+ "x": 715,
186
+ "y": 70
187
+ },
188
+ "returnNodePosition": {
189
+ "x": 705,
190
+ "y": 1022
191
+ },
192
+ "entryTargetActionId": "round-intro-game-state-action-mqprj88i",
193
+ "nextStateTargetId": "crafting-game-state",
194
+ "actions": [
195
+ {
196
+ "id": "round-intro-action-mqkg361r",
197
+ "name": "Present Text",
198
+ "type": "presentText",
199
+ "category": "input",
200
+ "timing": {
201
+ "mode": "E+",
202
+ "seconds": 0
203
+ },
204
+ "nextTargetActionId": "round-intro-game-state-action-mqprjpxb",
205
+ "nodePosition": {
206
+ "x": 670,
207
+ "y": 514
208
+ },
209
+ "subActions": [],
210
+ "text": "Round <ROUND_NUMBER>",
211
+ "textTarget": "roundintrotext",
212
+ "isShown": true,
213
+ "instant": false,
214
+ "stageClickTargetActionId": "round-intro-game-state-action-mqprjpxb"
215
+ },
216
+ {
217
+ "id": "round-intro-game-state-action-mqprj88i",
218
+ "name": "Set Wipe Shown",
219
+ "type": "setWipeShown",
220
+ "timing": {
221
+ "mode": "E+",
222
+ "seconds": 0
223
+ },
224
+ "text": "Presented text",
225
+ "textTarget": "",
226
+ "instant": false,
227
+ "isShown": false,
228
+ "subActions": [],
229
+ "nodePosition": {
230
+ "x": 670,
231
+ "y": 260
232
+ },
233
+ "nextTargetActionId": "round-intro-action-mqkg361r"
234
+ },
235
+ {
236
+ "id": "round-intro-game-state-action-mqprjpxb",
237
+ "name": "Set Wipe Shown 1",
238
+ "type": "setWipeShown",
239
+ "timing": {
240
+ "mode": "E+",
241
+ "seconds": 0
242
+ },
243
+ "text": "Presented text",
244
+ "textTarget": "",
245
+ "instant": false,
246
+ "isShown": true,
247
+ "subActions": [],
248
+ "nodePosition": {
249
+ "x": 670,
250
+ "y": 768
251
+ },
252
+ "nextTargetActionId": "return"
253
+ }
254
+ ]
255
+ },
256
+ {
257
+ "id": "crafting-game-state",
258
+ "name": "Crafting Game State",
259
+ "nodePosition": {
260
+ "x": 90,
261
+ "y": 750
262
+ },
263
+ "startNodePosition": {
264
+ "x": 715,
265
+ "y": 70
266
+ },
267
+ "returnNodePosition": {
268
+ "x": 705,
269
+ "y": 3658
270
+ },
271
+ "entryTargetActionId": "crafting-game-state-action-mqprk697",
272
+ "nextStateTargetId": "presentation-game-state",
273
+ "actions": [
274
+ {
275
+ "id": "crafting-game-state-action-mqlafl8m",
276
+ "name": "Present Text",
277
+ "type": "presentText",
278
+ "category": "input",
279
+ "timing": {
280
+ "mode": "E+",
281
+ "seconds": 0
282
+ },
283
+ "nextTargetActionId": "crafting-game-state-action-mqn4qzpm",
284
+ "nodePosition": {
285
+ "x": 670,
286
+ "y": 514
287
+ },
288
+ "subActions": [],
289
+ "text": "We are in the Crafting State",
290
+ "textTarget": "crafting-game-statemomenttext",
291
+ "isShown": true,
292
+ "instant": false,
293
+ "stageClickTargetActionId": "crafting-game-state-action-mqn4qzpm"
294
+ },
295
+ {
296
+ "id": "crafting-game-state-action-mqn4qzpm",
297
+ "name": "Get Random Multiple Choice Content",
298
+ "type": "getRandomMultipleChoiceContent",
299
+ "category": "standard",
300
+ "timing": {
301
+ "mode": "E+",
302
+ "seconds": 0
303
+ },
304
+ "nextTargetActionId": "crafting-game-state-action-mqlrgs0y",
305
+ "nodePosition": {
306
+ "x": 670,
307
+ "y": 768
308
+ },
309
+ "subActions": [],
310
+ "variableName": "multipleChoicePrompt"
311
+ },
312
+ {
313
+ "id": "crafting-game-state-action-mqlrgs0y",
314
+ "name": "Set Timer Shown",
315
+ "type": "setTimerShown",
316
+ "category": "standard",
317
+ "timing": {
318
+ "mode": "E+",
319
+ "seconds": 0
320
+ },
321
+ "nextTargetActionId": "crafting-game-state-action-mqlronl5",
322
+ "nodePosition": {
323
+ "x": 670,
324
+ "y": 1022
325
+ },
326
+ "subActions": [],
327
+ "isShown": true,
328
+ "instant": false
329
+ },
330
+ {
331
+ "id": "crafting-game-state-action-mqlronl5",
332
+ "name": "Start Crafting Timer",
333
+ "type": "startCraftingTimer",
334
+ "category": "standard",
335
+ "timing": {
336
+ "mode": "E+",
337
+ "seconds": 0
338
+ },
339
+ "nextTargetActionId": "crafting-game-state-action-mqlrlkp0",
340
+ "nodePosition": {
341
+ "x": 670,
342
+ "y": 1276
343
+ },
344
+ "subActions": []
345
+ },
346
+ {
347
+ "id": "crafting-game-state-action-mqlrlkp0",
348
+ "name": "Trivia Input",
349
+ "type": "triviaInput",
350
+ "category": "input",
351
+ "timing": {
352
+ "mode": "E+",
353
+ "seconds": 0
354
+ },
355
+ "nextTargetActionId": "return",
356
+ "nodePosition": {
357
+ "x": 670,
358
+ "y": 1530
359
+ },
360
+ "subActions": [
361
+ {
362
+ "id": "crafting-game-state-sub-action-mqlsquow",
363
+ "name": "Sub-Action 1",
364
+ "type": "displayText",
365
+ "category": "standard",
366
+ "timing": {
367
+ "mode": "S+",
368
+ "seconds": 1
369
+ },
370
+ "nextTargetActionId": "",
371
+ "nodePosition": null,
372
+ "subActions": [],
373
+ "text": "Answer the prompt on your device now!",
374
+ "textTarget": "stageprompttext",
375
+ "isShown": true,
376
+ "instant": false
377
+ }
378
+ ],
379
+ "contentVariable": "multipleChoicePrompt",
380
+ "inputMode": "submitOnce",
381
+ "locked": false,
382
+ "randomizeOptions": true,
383
+ "timerEndTargetActionId": "crafting-game-state-action-mqmxj25v",
384
+ "answersSubmittedTargetActionId": "crafting-game-state-action-mqmxj25v"
385
+ },
386
+ {
387
+ "id": "crafting-game-state-action-mqmxj25v",
388
+ "name": "Display Text",
389
+ "type": "displayText",
390
+ "category": "standard",
391
+ "timing": {
392
+ "mode": "E+",
393
+ "seconds": 0.5
394
+ },
395
+ "nextTargetActionId": "crafting-game-state-action-mqn4u54c",
396
+ "nodePosition": {
397
+ "x": 670,
398
+ "y": 1832
399
+ },
400
+ "subActions": [
401
+ {
402
+ "id": "crafting-game-state-sub-action-mqnagmsc",
403
+ "name": "Sub-Action 1",
404
+ "type": "setTimerShown",
405
+ "category": "standard",
406
+ "timing": {
407
+ "mode": "S+",
408
+ "seconds": 0
409
+ },
410
+ "nextTargetActionId": "",
411
+ "nodePosition": null,
412
+ "subActions": [],
413
+ "isShown": false,
414
+ "instant": false
415
+ }
416
+ ],
417
+ "text": "Presented text",
418
+ "textTarget": "stageprompttext",
419
+ "isShown": false,
420
+ "instant": false
421
+ },
422
+ {
423
+ "id": "crafting-game-state-action-mqn4u54c",
424
+ "name": "Set Player Answers Shown",
425
+ "type": "setPlayerAnswersShown",
426
+ "category": "standard",
427
+ "timing": {
428
+ "mode": "E+",
429
+ "seconds": 1.5
430
+ },
431
+ "nextTargetActionId": "crafting-game-state-action-mqn9u17o",
432
+ "nodePosition": {
433
+ "x": 670,
434
+ "y": 2134
435
+ },
436
+ "subActions": [],
437
+ "isShown": true,
438
+ "instant": false,
439
+ "playerFilter": "all"
440
+ },
441
+ {
442
+ "id": "crafting-game-state-action-mqn9u17o",
443
+ "name": "Reveal Player Answer Correctness",
444
+ "type": "revealPlayerAnswerCorrectness",
445
+ "category": "standard",
446
+ "timing": {
447
+ "mode": "E+",
448
+ "seconds": 1
449
+ },
450
+ "nextTargetActionId": "crafting-game-state-action-mqn4uouf",
451
+ "nodePosition": {
452
+ "x": 670,
453
+ "y": 2388
454
+ },
455
+ "subActions": []
456
+ },
457
+ {
458
+ "id": "crafting-game-state-action-mqn4uouf",
459
+ "name": "Set Player Answers Shown 1",
460
+ "type": "setPlayerAnswersShown",
461
+ "category": "standard",
462
+ "timing": {
463
+ "mode": "E+",
464
+ "seconds": 0.5
465
+ },
466
+ "nextTargetActionId": "crafting-game-state-action-mqn4v75w",
467
+ "nodePosition": {
468
+ "x": 670,
469
+ "y": 2642
470
+ },
471
+ "subActions": [],
472
+ "isShown": false,
473
+ "instant": false,
474
+ "playerFilter": "wrong"
475
+ },
476
+ {
477
+ "id": "crafting-game-state-action-mqn4v75w",
478
+ "name": "Show Points",
479
+ "type": "showPoints",
480
+ "category": "standard",
481
+ "timing": {
482
+ "mode": "E+",
483
+ "seconds": 0
484
+ },
485
+ "nextTargetActionId": "crafting-game-state-action-mqn4xkyp",
486
+ "nodePosition": {
487
+ "x": 670,
488
+ "y": 2896
489
+ },
490
+ "subActions": [],
491
+ "playerFilter": "correct",
492
+ "points": 0
493
+ },
494
+ {
495
+ "id": "crafting-game-state-action-mqn4xkyp",
496
+ "name": "Set Player Answers Shown 2",
497
+ "type": "setPlayerAnswersShown",
498
+ "category": "standard",
499
+ "timing": {
500
+ "mode": "E+",
501
+ "seconds": 1
502
+ },
503
+ "nextTargetActionId": "crafting-game-state-action-mqprkq1k",
504
+ "nodePosition": {
505
+ "x": 670,
506
+ "y": 3150
507
+ },
508
+ "subActions": [],
509
+ "isShown": false,
510
+ "instant": false,
511
+ "playerFilter": "all"
512
+ },
513
+ {
514
+ "id": "crafting-game-state-action-mqprk697",
515
+ "name": "Set Wipe Shown",
516
+ "type": "setWipeShown",
517
+ "timing": {
518
+ "mode": "E+",
519
+ "seconds": 0
520
+ },
521
+ "text": "Presented text",
522
+ "textTarget": "",
523
+ "instant": false,
524
+ "isShown": false,
525
+ "subActions": [],
526
+ "nodePosition": {
527
+ "x": 670,
528
+ "y": 260
529
+ },
530
+ "nextTargetActionId": "crafting-game-state-action-mqlafl8m"
531
+ },
532
+ {
533
+ "id": "crafting-game-state-action-mqprkq1k",
534
+ "name": "Set Wipe Shown 1",
535
+ "type": "setWipeShown",
536
+ "timing": {
537
+ "mode": "E+",
538
+ "seconds": 0
539
+ },
540
+ "text": "Presented text",
541
+ "textTarget": "",
542
+ "instant": false,
543
+ "isShown": true,
544
+ "subActions": [],
545
+ "nodePosition": {
546
+ "x": 670,
547
+ "y": 3404
548
+ },
549
+ "nextTargetActionId": "return"
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "id": "presentation-game-state",
555
+ "name": "Presentation Game State",
556
+ "nodePosition": {
557
+ "x": 90,
558
+ "y": 960
559
+ },
560
+ "startNodePosition": {
561
+ "x": 715,
562
+ "y": 70
563
+ },
564
+ "returnNodePosition": {
565
+ "x": 705,
566
+ "y": 1674
567
+ },
568
+ "entryTargetActionId": "presentation-game-state-action-mqpt8zt1",
569
+ "nextStateTargetId": "scoreboard-game-state",
570
+ "actions": [
571
+ {
572
+ "id": "presentation-game-state-action-mqlahhim",
573
+ "name": "Present Text",
574
+ "type": "presentText",
575
+ "category": "input",
576
+ "timing": {
577
+ "mode": "E+",
578
+ "seconds": 0
579
+ },
580
+ "nextTargetActionId": "presentation-game-state-action-mqlstve7",
581
+ "nodePosition": {
582
+ "x": 670,
583
+ "y": 514
584
+ },
585
+ "subActions": [],
586
+ "text": "We are in the Presentation Game State",
587
+ "textTarget": "presentation-game-statemomenttext",
588
+ "isShown": true,
589
+ "instant": false,
590
+ "stageClickTargetActionId": "presentation-game-state-action-mqlstve7"
591
+ },
592
+ {
593
+ "id": "presentation-game-state-action-mqlstve7",
594
+ "name": "Decision",
595
+ "type": "decision",
596
+ "category": "standard",
597
+ "timing": {
598
+ "mode": "E+",
599
+ "seconds": 0
600
+ },
601
+ "nextTargetActionId": "",
602
+ "nodePosition": {
603
+ "x": 640,
604
+ "y": 768
605
+ },
606
+ "subActions": [],
607
+ "variable": "players.length",
608
+ "valueType": "int",
609
+ "branches": [
610
+ {
611
+ "id": "legacy-hit",
612
+ "type": "hit",
613
+ "value": "3",
614
+ "code": "x < 3",
615
+ "targetActionId": "presentation-game-state-action-mqmt6c5d"
616
+ },
617
+ {
618
+ "id": "code-mqmt62zz-g9t5x",
619
+ "type": "code",
620
+ "value": "",
621
+ "code": "x > 3",
622
+ "targetActionId": "presentation-game-state-action-mqmt6p8z"
623
+ },
624
+ {
625
+ "id": "no-match",
626
+ "type": "noMatch",
627
+ "value": "",
628
+ "code": "x < 3",
629
+ "targetActionId": "presentation-game-state-action-mqpt4iz8"
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "id": "presentation-game-state-action-mqmt6c5d",
635
+ "name": "Present Text 1",
636
+ "type": "presentText",
637
+ "category": "input",
638
+ "timing": {
639
+ "mode": "E+",
640
+ "seconds": 0
641
+ },
642
+ "nextTargetActionId": "return",
643
+ "nodePosition": {
644
+ "x": 490,
645
+ "y": 1166
646
+ },
647
+ "subActions": [],
648
+ "text": "there are 3 players",
649
+ "textTarget": "presentation-game-statemomenttext",
650
+ "isShown": true,
651
+ "instant": false,
652
+ "stageClickTargetActionId": "presentation-game-state-action-mqpt4iz8"
653
+ },
654
+ {
655
+ "id": "presentation-game-state-action-mqmt6p8z",
656
+ "name": "Present Text 2",
657
+ "type": "presentText",
658
+ "category": "input",
659
+ "timing": {
660
+ "mode": "E+",
661
+ "seconds": 0
662
+ },
663
+ "nextTargetActionId": "return",
664
+ "nodePosition": {
665
+ "x": 850,
666
+ "y": 1166
667
+ },
668
+ "subActions": [],
669
+ "text": "there are more than 3 players",
670
+ "textTarget": "presentation-game-statemomenttext",
671
+ "isShown": true,
672
+ "instant": false,
673
+ "stageClickTargetActionId": "presentation-game-state-action-mqpt4iz8"
674
+ },
675
+ {
676
+ "id": "presentation-game-state-action-mqpt4iz8",
677
+ "name": "Set Wipe Shown",
678
+ "type": "setWipeShown",
679
+ "timing": {
680
+ "mode": "E+",
681
+ "seconds": 0
682
+ },
683
+ "text": "Presented text",
684
+ "textTarget": "",
685
+ "instant": false,
686
+ "isShown": true,
687
+ "subActions": [],
688
+ "nodePosition": {
689
+ "x": 670,
690
+ "y": 1420
691
+ },
692
+ "nextTargetActionId": "return"
693
+ },
694
+ {
695
+ "id": "presentation-game-state-action-mqpt8zt1",
696
+ "name": "Set Wipe Shown 1",
697
+ "type": "setWipeShown",
698
+ "timing": {
699
+ "mode": "E+",
700
+ "seconds": 0
701
+ },
702
+ "text": "Presented text",
703
+ "textTarget": "",
704
+ "instant": false,
705
+ "isShown": false,
706
+ "subActions": [],
707
+ "nodePosition": {
708
+ "x": 670,
709
+ "y": 260
710
+ },
711
+ "nextTargetActionId": "presentation-game-state-action-mqlahhim"
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "id": "scoreboard-game-state",
717
+ "name": "Scoreboard Game State",
718
+ "nodePosition": {
719
+ "x": 90,
720
+ "y": 1180
721
+ },
722
+ "startNodePosition": {
723
+ "x": 715,
724
+ "y": 70
725
+ },
726
+ "returnNodePosition": {
727
+ "x": 705,
728
+ "y": 1022
729
+ },
730
+ "entryTargetActionId": "scoreboard-game-state-action-mqpt5dmx",
731
+ "nextStateTargetId": "writing-moment",
732
+ "actions": [
733
+ {
734
+ "id": "scoreboard-game-state-action-mqlaj01s",
735
+ "name": "Present Text",
736
+ "type": "presentText",
737
+ "category": "input",
738
+ "timing": {
739
+ "mode": "E+",
740
+ "seconds": 0
741
+ },
742
+ "nextTargetActionId": "scoreboard-game-state-action-mqlajev8",
743
+ "nodePosition": {
744
+ "x": 670,
745
+ "y": 514
746
+ },
747
+ "subActions": [],
748
+ "text": "We are in the Scoreboard State",
749
+ "textTarget": "scoreboard-game-statemomenttext",
750
+ "isShown": true,
751
+ "instant": false,
752
+ "stageClickTargetActionId": "scoreboard-game-state-action-mqpt5mx5"
753
+ },
754
+ {
755
+ "id": "scoreboard-game-state-action-mqpt5dmx",
756
+ "name": "Set Wipe Shown",
757
+ "type": "setWipeShown",
758
+ "timing": {
759
+ "mode": "E+",
760
+ "seconds": 0
761
+ },
762
+ "text": "Presented text",
763
+ "textTarget": "",
764
+ "instant": false,
765
+ "isShown": false,
766
+ "subActions": [],
767
+ "nodePosition": {
768
+ "x": 670,
769
+ "y": 260
770
+ },
771
+ "nextTargetActionId": "scoreboard-game-state-action-mqlaj01s"
772
+ },
773
+ {
774
+ "id": "scoreboard-game-state-action-mqpt5mx5",
775
+ "name": "Set Wipe Shown 1",
776
+ "type": "setWipeShown",
777
+ "timing": {
778
+ "mode": "E+",
779
+ "seconds": 0
780
+ },
781
+ "text": "Presented text",
782
+ "textTarget": "",
783
+ "instant": false,
784
+ "isShown": true,
785
+ "subActions": [],
786
+ "nodePosition": {
787
+ "x": 670,
788
+ "y": 768
789
+ },
790
+ "nextTargetActionId": "return"
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "id": "post-game-state",
796
+ "name": "Post Game State",
797
+ "nodePosition": {
798
+ "x": 1652,
799
+ "y": 1474
800
+ },
801
+ "startNodePosition": {
802
+ "x": 715,
803
+ "y": 70
804
+ },
805
+ "returnNodePosition": {
806
+ "x": 705,
807
+ "y": 1022
808
+ },
809
+ "entryTargetActionId": "post-game-state-action-mqpt63ca",
810
+ "nextStateTargetId": "lobby",
811
+ "actions": [
812
+ {
813
+ "id": "post-game-state-action-mqlak7zw",
814
+ "name": "Present Text",
815
+ "type": "presentText",
816
+ "category": "input",
817
+ "timing": {
818
+ "mode": "E+",
819
+ "seconds": 0
820
+ },
821
+ "nextTargetActionId": "post-game-state-action-mqlakl0m",
822
+ "nodePosition": {
823
+ "x": 670,
824
+ "y": 514
825
+ },
826
+ "subActions": [],
827
+ "text": "We are in the Post Game State",
828
+ "textTarget": "post-game-statemomenttext",
829
+ "isShown": true,
830
+ "instant": false,
831
+ "stageClickTargetActionId": "post-game-state-action-mqpt6apm"
832
+ },
833
+ {
834
+ "id": "post-game-state-action-mqpt63ca",
835
+ "name": "Set Wipe Shown",
836
+ "type": "setWipeShown",
837
+ "timing": {
838
+ "mode": "E+",
839
+ "seconds": 0
840
+ },
841
+ "text": "Presented text",
842
+ "textTarget": "",
843
+ "instant": false,
844
+ "isShown": false,
845
+ "subActions": [],
846
+ "nodePosition": {
847
+ "x": 670,
848
+ "y": 260
849
+ },
850
+ "nextTargetActionId": "post-game-state-action-mqlak7zw"
851
+ },
852
+ {
853
+ "id": "post-game-state-action-mqpt6apm",
854
+ "name": "Set Wipe Shown 1",
855
+ "type": "setWipeShown",
856
+ "timing": {
857
+ "mode": "E+",
858
+ "seconds": 0
859
+ },
860
+ "text": "Presented text",
861
+ "textTarget": "",
862
+ "instant": false,
863
+ "isShown": true,
864
+ "subActions": [],
865
+ "nodePosition": {
866
+ "x": 670,
867
+ "y": 768
868
+ },
869
+ "nextTargetActionId": "return"
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "id": "writing-moment",
875
+ "name": "Writing Moment",
876
+ "nextStateTargetId": "voting-moment",
877
+ "entryTargetActionId": "writing-moment-action-mqpsey1p",
878
+ "nodePositions": {
879
+ "start": {
880
+ "x": 360,
881
+ "y": 60
882
+ },
883
+ "return": {
884
+ "x": 360,
885
+ "y": 860
886
+ },
887
+ "writing-show-prompt": {
888
+ "x": 320,
889
+ "y": 190
890
+ },
891
+ "writing-show-timer": {
892
+ "x": 320,
893
+ "y": 340
894
+ },
895
+ "writing-start-timer": {
896
+ "x": 320,
897
+ "y": 490
898
+ },
899
+ "writing-text-input": {
900
+ "x": 320,
901
+ "y": 640
902
+ },
903
+ "writing-prepare-cards": {
904
+ "x": 700,
905
+ "y": 640
906
+ },
907
+ "writing-to-voting": {
908
+ "x": 700,
909
+ "y": 790
910
+ }
911
+ },
912
+ "actions": [
913
+ {
914
+ "id": "writing-show-prompt",
915
+ "name": "Display Text",
916
+ "type": "displayText",
917
+ "timing": {
918
+ "mode": "E+",
919
+ "seconds": 0
920
+ },
921
+ "textTarget": "writing-moment-moment-text",
922
+ "text": "What is your favorite movie?",
923
+ "isShown": true,
924
+ "instant": false,
925
+ "nextTargetActionId": "writing-show-timer",
926
+ "subActions": [],
927
+ "nodePosition": {
928
+ "x": 670,
929
+ "y": 514
930
+ }
931
+ },
932
+ {
933
+ "id": "writing-show-timer",
934
+ "name": "Show Writing Timer",
935
+ "type": "setTimerShown",
936
+ "timing": {
937
+ "mode": "E+",
938
+ "seconds": 0
939
+ },
940
+ "isShown": true,
941
+ "instant": false,
942
+ "nextTargetActionId": "writing-start-timer",
943
+ "subActions": [],
944
+ "nodePosition": {
945
+ "x": 670,
946
+ "y": 768
947
+ }
948
+ },
949
+ {
950
+ "id": "writing-start-timer",
951
+ "name": "Start Writing Timer",
952
+ "type": "startCraftingTimer",
953
+ "timing": {
954
+ "mode": "E+",
955
+ "seconds": 0
956
+ },
957
+ "nextTargetActionId": "writing-text-input",
958
+ "subActions": [],
959
+ "nodePosition": {
960
+ "x": 670,
961
+ "y": 1022
962
+ }
963
+ },
964
+ {
965
+ "id": "writing-text-input",
966
+ "name": "Write Favorite Movie",
967
+ "type": "textSubmissionInput",
968
+ "timing": {
969
+ "mode": "E+",
970
+ "seconds": 0
971
+ },
972
+ "prompt": "What is your favorite movie?",
973
+ "placeholder": "Write a movie title",
974
+ "characterLimit": 80,
975
+ "timerEndTargetActionId": "writing-moment-action-mqork62r",
976
+ "answersSubmittedTargetActionId": "writing-moment-action-mqork62r",
977
+ "subActions": [],
978
+ "nodePosition": {
979
+ "x": 670,
980
+ "y": 1276
981
+ }
982
+ },
983
+ {
984
+ "id": "writing-moment-action-mqork62r",
985
+ "name": "Set Timer Shown",
986
+ "type": "setTimerShown",
987
+ "timing": {
988
+ "mode": "E+",
989
+ "seconds": 1
990
+ },
991
+ "text": "Presented text",
992
+ "textTarget": "",
993
+ "instant": false,
994
+ "isShown": false,
995
+ "subActions": [],
996
+ "nodePosition": {
997
+ "x": 670,
998
+ "y": 1530
999
+ },
1000
+ "nextTargetActionId": "writing-moment-action-mqpt6uvj"
1001
+ },
1002
+ {
1003
+ "id": "writing-moment-action-mqpsey1p",
1004
+ "name": "Set Wipe Shown",
1005
+ "type": "setWipeShown",
1006
+ "timing": {
1007
+ "mode": "E+",
1008
+ "seconds": 0
1009
+ },
1010
+ "text": "Presented text",
1011
+ "textTarget": "",
1012
+ "instant": false,
1013
+ "isShown": false,
1014
+ "subActions": [],
1015
+ "nodePosition": {
1016
+ "x": 670,
1017
+ "y": 260
1018
+ },
1019
+ "nextTargetActionId": "writing-show-prompt"
1020
+ },
1021
+ {
1022
+ "id": "writing-moment-action-mqpt6uvj",
1023
+ "name": "Set Wipe Shown 1",
1024
+ "type": "setWipeShown",
1025
+ "timing": {
1026
+ "mode": "E+",
1027
+ "seconds": 0
1028
+ },
1029
+ "text": "Presented text",
1030
+ "textTarget": "",
1031
+ "instant": false,
1032
+ "isShown": true,
1033
+ "subActions": [],
1034
+ "nodePosition": {
1035
+ "x": 670,
1036
+ "y": 1784
1037
+ },
1038
+ "nextTargetActionId": "return"
1039
+ }
1040
+ ],
1041
+ "startNodePosition": {
1042
+ "x": 715,
1043
+ "y": 70
1044
+ },
1045
+ "returnNodePosition": {
1046
+ "x": 705,
1047
+ "y": 2038
1048
+ },
1049
+ "nodePosition": {
1050
+ "x": 461,
1051
+ "y": 1422
1052
+ }
1053
+ },
1054
+ {
1055
+ "id": "voice-moment",
1056
+ "name": "Voice Moment",
1057
+ "nextStateTargetId": "voting-moment",
1058
+ "entryTargetActionId": "voice-mic-access",
1059
+ "nodePositions": {
1060
+ "start": {
1061
+ "x": 360,
1062
+ "y": 60
1063
+ },
1064
+ "return": {
1065
+ "x": 360,
1066
+ "y": 860
1067
+ },
1068
+ "voice-mic-access": {
1069
+ "x": 320,
1070
+ "y": 40
1071
+ },
1072
+ "voice-show-prompt": {
1073
+ "x": 320,
1074
+ "y": 190
1075
+ },
1076
+ "voice-show-timer": {
1077
+ "x": 320,
1078
+ "y": 340
1079
+ },
1080
+ "voice-start-timer": {
1081
+ "x": 320,
1082
+ "y": 490
1083
+ },
1084
+ "voice-text-input": {
1085
+ "x": 320,
1086
+ "y": 640
1087
+ },
1088
+ "voice-prepare-cards": {
1089
+ "x": 700,
1090
+ "y": 640
1091
+ },
1092
+ "voice-to-voting": {
1093
+ "x": 700,
1094
+ "y": 790
1095
+ }
1096
+ },
1097
+ "actions": [
1098
+ {
1099
+ "id": "voice-mic-access",
1100
+ "name": "Request Microphone Access",
1101
+ "type": "requestMicrophoneAccessInput",
1102
+ "timing": {
1103
+ "mode": "E+",
1104
+ "seconds": 0
1105
+ },
1106
+ "prompt": "Give microphone access to the game",
1107
+ "buttonLabel": "Yes",
1108
+ "microphoneAccessMode": "vip",
1109
+ "microphoneAccessGrantedTargetActionId": "voice-moment-action-mqpsey1p",
1110
+ "subActions": [],
1111
+ "nodePosition": {
1112
+ "x": 670,
1113
+ "y": 6
1114
+ }
1115
+ },
1116
+ {
1117
+ "id": "voice-show-prompt",
1118
+ "name": "Display Text",
1119
+ "type": "displayText",
1120
+ "timing": {
1121
+ "mode": "E+",
1122
+ "seconds": 0
1123
+ },
1124
+ "textTarget": "voice-moment-moment-text",
1125
+ "text": "What is your favorite movie?",
1126
+ "isShown": true,
1127
+ "instant": false,
1128
+ "nextTargetActionId": "voice-show-timer",
1129
+ "subActions": [],
1130
+ "nodePosition": {
1131
+ "x": 670,
1132
+ "y": 514
1133
+ }
1134
+ },
1135
+ {
1136
+ "id": "voice-show-timer",
1137
+ "name": "Show Voice Timer",
1138
+ "type": "setTimerShown",
1139
+ "timing": {
1140
+ "mode": "E+",
1141
+ "seconds": 0
1142
+ },
1143
+ "isShown": true,
1144
+ "instant": false,
1145
+ "nextTargetActionId": "voice-start-timer",
1146
+ "subActions": [],
1147
+ "nodePosition": {
1148
+ "x": 670,
1149
+ "y": 768
1150
+ }
1151
+ },
1152
+ {
1153
+ "id": "voice-start-timer",
1154
+ "name": "Start Voice Timer",
1155
+ "type": "startCraftingTimer",
1156
+ "timing": {
1157
+ "mode": "E+",
1158
+ "seconds": 0
1159
+ },
1160
+ "nextTargetActionId": "voice-text-input",
1161
+ "subActions": [],
1162
+ "nodePosition": {
1163
+ "x": 670,
1164
+ "y": 1022
1165
+ }
1166
+ },
1167
+ {
1168
+ "id": "voice-text-input",
1169
+ "name": "Say Favorite Movie",
1170
+ "type": "voiceSubmissionInput",
1171
+ "timing": {
1172
+ "mode": "E+",
1173
+ "seconds": 0
1174
+ },
1175
+ "prompt": "What is your favorite movie?",
1176
+ "placeholder": "Speak a movie title",
1177
+ "characterLimit": 80,
1178
+ "timerEndTargetActionId": "voice-moment-action-mqork62r",
1179
+ "answersSubmittedTargetActionId": "voice-moment-action-mqork62r",
1180
+ "subActions": [],
1181
+ "nodePosition": {
1182
+ "x": 670,
1183
+ "y": 1276
1184
+ }
1185
+ },
1186
+ {
1187
+ "id": "voice-moment-action-mqork62r",
1188
+ "name": "Set Timer Shown",
1189
+ "type": "setTimerShown",
1190
+ "timing": {
1191
+ "mode": "E+",
1192
+ "seconds": 1
1193
+ },
1194
+ "text": "Presented text",
1195
+ "textTarget": "",
1196
+ "instant": false,
1197
+ "isShown": false,
1198
+ "subActions": [],
1199
+ "nodePosition": {
1200
+ "x": 670,
1201
+ "y": 1530
1202
+ },
1203
+ "nextTargetActionId": "voice-moment-action-mqpt6uvj"
1204
+ },
1205
+ {
1206
+ "id": "voice-moment-action-mqpsey1p",
1207
+ "name": "Set Wipe Shown",
1208
+ "type": "setWipeShown",
1209
+ "timing": {
1210
+ "mode": "E+",
1211
+ "seconds": 0
1212
+ },
1213
+ "text": "Presented text",
1214
+ "textTarget": "",
1215
+ "instant": false,
1216
+ "isShown": false,
1217
+ "subActions": [],
1218
+ "nodePosition": {
1219
+ "x": 670,
1220
+ "y": 260
1221
+ },
1222
+ "nextTargetActionId": "voice-show-prompt"
1223
+ },
1224
+ {
1225
+ "id": "voice-moment-action-mqpt6uvj",
1226
+ "name": "Set Wipe Shown 1",
1227
+ "type": "setWipeShown",
1228
+ "timing": {
1229
+ "mode": "E+",
1230
+ "seconds": 0
1231
+ },
1232
+ "text": "Presented text",
1233
+ "textTarget": "",
1234
+ "instant": false,
1235
+ "isShown": true,
1236
+ "subActions": [],
1237
+ "nodePosition": {
1238
+ "x": 670,
1239
+ "y": 1784
1240
+ },
1241
+ "nextTargetActionId": "return"
1242
+ }
1243
+ ],
1244
+ "startNodePosition": {
1245
+ "x": 715,
1246
+ "y": 70
1247
+ },
1248
+ "returnNodePosition": {
1249
+ "x": 705,
1250
+ "y": 2038
1251
+ },
1252
+ "nodePosition": {
1253
+ "x": 811,
1254
+ "y": 1424
1255
+ }
1256
+ },
1257
+ {
1258
+ "id": "voting-moment",
1259
+ "name": "Voting Moment",
1260
+ "entryTargetActionId": "voting-moment-action-mqpt7alu",
1261
+ "nodePositions": {
1262
+ "start": {
1263
+ "x": 420,
1264
+ "y": 60
1265
+ },
1266
+ "return": {
1267
+ "x": 420,
1268
+ "y": 1180
1269
+ },
1270
+ "voting-show-cards": {
1271
+ "x": 380,
1272
+ "y": 190
1273
+ },
1274
+ "voting-show-timer": {
1275
+ "x": 380,
1276
+ "y": 340
1277
+ },
1278
+ "voting-start-timer": {
1279
+ "x": 380,
1280
+ "y": 490
1281
+ },
1282
+ "voting-input": {
1283
+ "x": 380,
1284
+ "y": 640
1285
+ },
1286
+ "voting-reveal-results": {
1287
+ "x": 380,
1288
+ "y": 790
1289
+ },
1290
+ "voting-hide-losing-cards": {
1291
+ "x": 380,
1292
+ "y": 940
1293
+ },
1294
+ "voting-show-winner-points": {
1295
+ "x": 120,
1296
+ "y": 1090
1297
+ },
1298
+ "voting-bank-points": {
1299
+ "x": 640,
1300
+ "y": 1090
1301
+ }
1302
+ },
1303
+ "actions": [
1304
+ {
1305
+ "id": "voting-show-cards",
1306
+ "name": "Set Voting Cards Shown 1",
1307
+ "type": "setVotingCardsShown",
1308
+ "timing": {
1309
+ "mode": "E+",
1310
+ "seconds": 0
1311
+ },
1312
+ "isShown": true,
1313
+ "cardFilter": "all",
1314
+ "instant": false,
1315
+ "nextTargetActionId": "voting-show-timer",
1316
+ "subActions": [],
1317
+ "nodePosition": {
1318
+ "x": 670,
1319
+ "y": 514
1320
+ }
1321
+ },
1322
+ {
1323
+ "id": "voting-show-timer",
1324
+ "name": "Show Voting Timer",
1325
+ "type": "setTimerShown",
1326
+ "timing": {
1327
+ "mode": "E+",
1328
+ "seconds": 0
1329
+ },
1330
+ "isShown": true,
1331
+ "instant": false,
1332
+ "nextTargetActionId": "voting-start-timer",
1333
+ "subActions": [],
1334
+ "nodePosition": {
1335
+ "x": 670,
1336
+ "y": 768
1337
+ }
1338
+ },
1339
+ {
1340
+ "id": "voting-start-timer",
1341
+ "name": "Start Voting Timer",
1342
+ "type": "startCraftingTimer",
1343
+ "timing": {
1344
+ "mode": "E+",
1345
+ "seconds": 0
1346
+ },
1347
+ "nextTargetActionId": "voting-input",
1348
+ "subActions": [],
1349
+ "nodePosition": {
1350
+ "x": 670,
1351
+ "y": 1022
1352
+ }
1353
+ },
1354
+ {
1355
+ "id": "voting-input",
1356
+ "name": "Vote On Favorite Answer",
1357
+ "type": "voteOnAnswersInput",
1358
+ "timing": {
1359
+ "mode": "E+",
1360
+ "seconds": 0
1361
+ },
1362
+ "prompt": "Vote for your favorite movie answer",
1363
+ "timerEndTargetActionId": "voting-moment-action-mqoipyj9",
1364
+ "answersSubmittedTargetActionId": "voting-moment-action-mqoipyj9",
1365
+ "subActions": [],
1366
+ "nodePosition": {
1367
+ "x": 670,
1368
+ "y": 1276
1369
+ },
1370
+ "nextTargetActionId": "voting-moment-action-mqoipyj9"
1371
+ },
1372
+ {
1373
+ "id": "voting-show-winner-points",
1374
+ "name": "Show Winner Points",
1375
+ "type": "showPoints",
1376
+ "timing": {
1377
+ "mode": "E+",
1378
+ "seconds": 1
1379
+ },
1380
+ "playerFilter": "votingWinner",
1381
+ "points": 500,
1382
+ "nextTargetActionId": "voting-bank-points",
1383
+ "subActions": [],
1384
+ "nodePosition": {
1385
+ "x": 670,
1386
+ "y": 2546
1387
+ }
1388
+ },
1389
+ {
1390
+ "id": "voting-bank-points",
1391
+ "name": "Bank Winner Points",
1392
+ "type": "givePendingPoints",
1393
+ "timing": {
1394
+ "mode": "E+",
1395
+ "seconds": 0
1396
+ },
1397
+ "nextTargetActionId": "voting-moment-action-mqoit5wq",
1398
+ "subActions": [],
1399
+ "nodePosition": {
1400
+ "x": 670,
1401
+ "y": 2800
1402
+ }
1403
+ },
1404
+ {
1405
+ "id": "voting-moment-action-mqoipyj9",
1406
+ "name": "Set Timer Shown",
1407
+ "type": "setTimerShown",
1408
+ "timing": {
1409
+ "mode": "E+",
1410
+ "seconds": 1
1411
+ },
1412
+ "text": "Presented text",
1413
+ "textTarget": "",
1414
+ "instant": false,
1415
+ "isShown": false,
1416
+ "subActions": [],
1417
+ "nodePosition": {
1418
+ "x": 670,
1419
+ "y": 1530
1420
+ },
1421
+ "nextTargetActionId": "voting-moment-action-mqoir6xh"
1422
+ },
1423
+ {
1424
+ "id": "voting-moment-action-mqoir6xh",
1425
+ "name": "Reveal Authors",
1426
+ "type": "revealAuthors",
1427
+ "timing": {
1428
+ "mode": "E+",
1429
+ "seconds": 1
1430
+ },
1431
+ "text": "Presented text",
1432
+ "textTarget": "",
1433
+ "instant": false,
1434
+ "isShown": true,
1435
+ "subActions": [],
1436
+ "nodePosition": {
1437
+ "x": 670,
1438
+ "y": 1784
1439
+ },
1440
+ "nextTargetActionId": "voting-moment-action-mqoirmjb"
1441
+ },
1442
+ {
1443
+ "id": "voting-moment-action-mqoirmjb",
1444
+ "name": "Reveal Votes",
1445
+ "type": "revealVotes",
1446
+ "timing": {
1447
+ "mode": "E+",
1448
+ "seconds": 1
1449
+ },
1450
+ "text": "Presented text",
1451
+ "textTarget": "",
1452
+ "instant": false,
1453
+ "isShown": true,
1454
+ "subActions": [],
1455
+ "nodePosition": {
1456
+ "x": 670,
1457
+ "y": 2038
1458
+ },
1459
+ "nextTargetActionId": "voting-moment-action-mqoirt4e"
1460
+ },
1461
+ {
1462
+ "id": "voting-moment-action-mqoirt4e",
1463
+ "name": "Reveal Winning Answer",
1464
+ "type": "revealWinningAnswer",
1465
+ "timing": {
1466
+ "mode": "E+",
1467
+ "seconds": 1.5
1468
+ },
1469
+ "text": "Presented text",
1470
+ "textTarget": "",
1471
+ "instant": false,
1472
+ "isShown": true,
1473
+ "subActions": [],
1474
+ "nodePosition": {
1475
+ "x": 670,
1476
+ "y": 2292
1477
+ },
1478
+ "nextTargetActionId": "voting-show-winner-points"
1479
+ },
1480
+ {
1481
+ "id": "voting-moment-action-mqoit5wq",
1482
+ "name": "Set Voting Cards Shown",
1483
+ "type": "setVotingCardsShown",
1484
+ "timing": {
1485
+ "mode": "E+",
1486
+ "seconds": 1
1487
+ },
1488
+ "text": "Presented text",
1489
+ "textTarget": "",
1490
+ "instant": false,
1491
+ "isShown": false,
1492
+ "subActions": [],
1493
+ "nodePosition": {
1494
+ "x": 670,
1495
+ "y": 3054
1496
+ },
1497
+ "cardFilter": "all",
1498
+ "nextTargetActionId": "voting-moment-action-mqpt7iwq"
1499
+ },
1500
+ {
1501
+ "id": "voting-moment-action-mqpt7alu",
1502
+ "name": "Set Wipe Shown",
1503
+ "type": "setWipeShown",
1504
+ "timing": {
1505
+ "mode": "E+",
1506
+ "seconds": 0
1507
+ },
1508
+ "text": "Presented text",
1509
+ "textTarget": "",
1510
+ "instant": false,
1511
+ "isShown": false,
1512
+ "subActions": [],
1513
+ "nodePosition": {
1514
+ "x": 670,
1515
+ "y": 260
1516
+ },
1517
+ "nextTargetActionId": "voting-show-cards"
1518
+ },
1519
+ {
1520
+ "id": "voting-moment-action-mqpt7iwq",
1521
+ "name": "Set Wipe Shown 1",
1522
+ "type": "setWipeShown",
1523
+ "timing": {
1524
+ "mode": "E+",
1525
+ "seconds": 0
1526
+ },
1527
+ "text": "Presented text",
1528
+ "textTarget": "",
1529
+ "instant": false,
1530
+ "isShown": true,
1531
+ "subActions": [],
1532
+ "nodePosition": {
1533
+ "x": 670,
1534
+ "y": 3308
1535
+ },
1536
+ "nextTargetActionId": "return"
1537
+ }
1538
+ ],
1539
+ "nextStateTargetId": "post-game-state",
1540
+ "startNodePosition": {
1541
+ "x": 715,
1542
+ "y": 70
1543
+ },
1544
+ "returnNodePosition": {
1545
+ "x": 705,
1546
+ "y": 3562
1547
+ },
1548
+ "nodePosition": {
1549
+ "x": 589,
1550
+ "y": 1814
1551
+ }
1552
+ }
1553
+ ],
1554
+ "routeNodes": [
1555
+ {
1556
+ "id": "route-action-mqqwadxk-oji3m",
1557
+ "routeNodeType": "action",
1558
+ "name": "Decision",
1559
+ "type": "decision",
1560
+ "timing": {
1561
+ "mode": "E+",
1562
+ "seconds": 0
1563
+ },
1564
+ "text": "Presented text",
1565
+ "textTarget": "",
1566
+ "instant": false,
1567
+ "isShown": true,
1568
+ "subActions": [],
1569
+ "nextTargetNodeId": "",
1570
+ "nodePosition": {
1571
+ "x": 624,
1572
+ "y": 1129
1573
+ },
1574
+ "variable": "activePlayerCount",
1575
+ "valueType": "int",
1576
+ "branches": [
1577
+ {
1578
+ "id": "legacy-hit",
1579
+ "type": "code",
1580
+ "value": "3",
1581
+ "code": "x <= 3",
1582
+ "targetNodeId": "voice-moment"
1583
+ },
1584
+ {
1585
+ "id": "no-match",
1586
+ "type": "noMatch",
1587
+ "value": "",
1588
+ "code": "x < 3",
1589
+ "targetNodeId": "writing-moment"
1590
+ }
1591
+ ]
1592
+ }
1593
+ ]
1594
+ }