-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.yaml
More file actions
455 lines (455 loc) · 10.5 KB
/
script.yaml
File metadata and controls
455 lines (455 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
- text: Display intro slide
action: Showing q00.svg
context: q00.svg
- text: Player 1 rolls 3,2
action: Rolling dice
roll: [3,2]
- text: Display space name
action: Showing q1.svg
context: q1.svg
- text: Player 1 moves to Azure Railroad
action: Moving game piece
player: 1
space: 5
- text: Display question
action: Showing q1a.svg
context: q1a.svg
- text: Player 1 gets a blueprint on Azure Railroad
action: Adding blueprint
blueprint:
space: 5
file: blueprint1.svg
- text: Player 2 rolls 2,4
action: Rolling dice
roll: [2,4]
- text: Display space name
action: Showing q2.svg
context: q2.svg
- text: Player 2 moves to Oracle Avenue
action: Moving game piece
player: 2
space: 6
- text: Display question
action: Showing q2a.svg
context: q2a.svg
- text: Player 2 gets a blueprint on Oracle Avenue
action: Adding blueprint
blueprint:
space: 6
file: blueprint2.svg
- text: Player 3 rolls 4,6
action: Rolling dice
roll: [4,6]
- text: Display space name
action: Showing q3.svg
context: q3.svg
- text: Player 3 moves to Just Visiting
action: Moving game piece
player: 3
space: 10
- text: Display question
action: Showing q3a.svg
context: q3a.svg
- text: Player 4 rolls 5,3
action: Rolling dice
roll: [5,3]
- text: Display space name
action: Showing q4.svg
context: q4.svg
- text: Player 4 moves to VDI Avenue
action: Moving game piece
player: 4
space: 8
- text: Display question
action: Showing q4a.svg
context: q4a.svg
- text: Player 4 gets a blueprint on VDI Avenue
action: Adding blueprint
blueprint:
space: 8
file: blueprint4.svg
- text: Player 1 rolls 2,5
action: Rolling dice
roll: [2,5]
- text: Display space name
action: Showing q5.svg
context: q5.svg
- text: Player 1 moves to Electric Company
action: Moving game piece
player: 1
space: 12
- text: Display question
action: Showing q5a.svg
context: q5a.svg
- text: Player 1 gets a blueprint on Electric Company
action: Adding blueprint
blueprint:
space: 12
file: blueprint1.svg
- text: Player 2 rolls 3,4
action: Rolling dice
roll: [3,4]
- text: Display space name
action: Showing q6.svg
context: q6.svg
- text: Player 2 moves to Palo Alto Avenue
action: Moving game piece
player: 2
space: 13
- text: Display question
action: Showing q6a.svg
context: q6a.svg
- text: Player 2 gets a blueprint on Palo Alto Avenue
action: Adding blueprint
blueprint:
space: 13
file: blueprint2.svg
- text: Player 3 rolls 1,5
action: Rolling dice
roll: [1,5]
- text: Display space name
action: Showing q7.svg
context: q7.svg
- text: Player 3 moves to Cisco Avenue
action: Moving game piece
player: 3
space: 16
- text: Display question
action: Showing q7a.svg
context: q7a.svg
- text: Player 3 gets a blueprint on Cisco Avenue
action: Adding blueprint
blueprint:
space: 16
file: blueprint3.svg
- text: Player 4 rolls 3,3
action: Rolling dice
roll: [3,3]
- text: Display space name
action: Showing q8.svg
context: q8.svg
- text: Player 4 moves to Accenture Avenue
action: Moving game piece
player: 4
space: 14
- text: Display question
action: Showing q8a.svg
context: q8a.svg
- text: Player 4 gets a blueprint on Accenture Avenue
action: Adding blueprint
blueprint:
space: 14
file: blueprint4.svg
- text: Player 4 rolls 3,1
action: Rolling dice
roll: [3,1]
- text: Display space name
action: Showing q9.svg
context: q9.svg
- text: Player 4 moves to EY Avenue
action: Moving game piece
player: 4
space: 18
- text: Display question
action: Showing q9a.svg
context: q9a.svg
- text: Player 4 gets a blueprint on EY Avenue
action: Adding blueprint
blueprint:
space: 18
file: blueprint4.svg
- text: Player 1 rolls 1,5
action: Rolling dice
roll: [1,5]
- text: Display space name
action: Showing q10.svg
context: q10.svg
- text: Player 1 moves to EY Avenue
action: Moving game piece
player: 1
space: 18
- text: Display question
action: Showing q10a.svg
context: q10a.svg
- text: Player 1 gets a blueprint on EY Avenue
action: Adding blueprint
blueprint:
space: 18
file: blueprint1.svg
- text: Player 2 rolls 4,3
action: Rolling dice
roll: [4,3]
- text: Display space name
action: Showing q11.svg
context: q11.svg
- text: Player 2 moves to Free Parking
action: Moving game piece
player: 2
space: 20
- text: Display question
action: Showing q11a.svg
context: q11a.svg
- text: Player 3 rolls 1,3
action: Rolling dice
roll: [1,3]
- text: Display space name
action: Showing q12.svg
context: q12.svg
- text: Player 3 moves to Free Parking
action: Moving game piece
player: 3
space: 20
- text: Display question
action: Showing q12a.svg
context: q12a.svg
- text: Player 4 rolls 5,3
action: Rolling dice
roll: [5,3]
- text: Display space name
action: Showing q13.svg
context: q13.svg
- text: Player 4 moves to Ahead Avenue
action: Moving game piece
player: 4
space: 26
- text: Display question
action: Showing q13a.svg
context: q13a.svg
- text: Player 4 gets a blueprint on Ahead Avenue
action: Adding blueprint
blueprint:
space: 26
file: blueprint4.svg
- text: Player 1 rolls 2,5
action: Rolling dice
roll: [2,5]
- text: Display space name
action: Showing q14.svg
context: q14.svg
- text: Player 1 moves to Oracle Railroad
action: Moving game piece
player: 1
space: 25
- text: Display question
action: Showing q14a.svg
context: q14a.svg
- text: Player 1 gets a blueprint on Oracle Railroad
action: Adding blueprint
blueprint:
space: 25
file: blueprint1.svg
- text: Player 2 rolls 3,5
action: Rolling dice
roll: [3,5]
- text: Display space name
action: Showing q15.svg
context: q15.svg
- text: Player 2 moves to Crossvale Avenue
action: Moving game piece
player: 2
space: 28
- text: Display question
action: Showing q15a.svg
context: q15a.svg
- text: Player 2 gets a blueprint on Crossvale Avenue
action: Adding blueprint
blueprint:
space: 28
file: blueprint2.svg
- text: Player 3 rolls 5,6
action: Rolling dice
roll: [5,6]
- text: Display space name
action: Showing q16.svg
context: q16.svg
- text: Player 3 moves to Hugging Face Avenue
action: Moving game piece
player: 3
space: 31
- text: Display question
action: Showing q16a.svg
context: q16a.svg
- text: Player 3 gets a blueprint on Hugging Face Avenue
action: Adding blueprint
blueprint:
space: 31
file: blueprint3.svg
- text: Player 4 rolls 4,6
action: Rolling dice
roll: [4,6]
- text: Display space name
action: Showing q17.svg
context: q17.svg
- text: Player 4 moves to Chance
action: Moving game piece
player: 4
space: 36
- text: Display question
action: Showing q17a.svg
context: q17a.svg
- text: Player 1 rolls 6,3
action: Rolling dice
roll: [6,3]
- text: Display space name
action: Showing q18.svg
context: q18.svg
- text: Player 1 moves to Dell Avenue
action: Moving game piece
player: 1
space: 34
- text: Display question
action: Showing q18a.svg
context: q18a.svg
- text: Player 1 gets a blueprint on Dell Avenue
action: Adding blueprint
blueprint:
space: 34
file: blueprint1.svg
- text: Player 2 rolls 4,5
action: Rolling dice
roll: [4,5]
- text: Display space name
action: Showing q19.svg
context: q19.svg
- text: Player 2 moves to WWT Place
action: Moving game piece
player: 2
space: 37
- text: Display question
action: Showing q19a.svg
context: q19a.svg
- text: Player 2 gets a blueprint on WWT Place
action: Adding blueprint
blueprint:
space: 37
file: blueprint2.svg
- text: Player 3 rolls 1,6
action: Rolling dice
roll: [1,6]
- text: Display space name
action: Showing q20.svg
context: q20.svg
- text: Player 3 moves to AI Luxury Tax
action: Moving game piece
player: 3
space: 38
- text: Display question
action: Showing q20a.svg
context: q20a.svg
- text: Player 4 rolls 6,5
action: Rolling dice
roll: [6,5]
- text: Display space name
action: Showing q21.svg
context: q21.svg
- text: Player 4 moves to Chance
action: Moving game piece
player: 4
space: 7
- text: Display question
action: Showing q21a.svg
context: q21a.svg
- text: Player 1 rolls 4,4
action: Rolling dice
roll: [4,4]
- text: Display space name
action: Showing q22.svg
context: q22.svg
- text: Player 1 moves to Community Chest
action: Moving game piece
player: 1
space: 2
- text: Display question
action: Showing q22a.svg
context: q22a.svg
- text: Player 1 rolls 3,5
action: Rolling dice
roll: [3,5]
- text: Display space name
action: Showing q23.svg
context: q23.svg
- text: Player 1 moves to Just Visiting
action: Moving game piece
player: 1
space: 10
- text: Display question
action: Showing q23a.svg
context: q23a.svg
- text: Player 2 rolls 5,5
action: Rolling dice
roll: [5,5]
- text: Display space name
action: Showing q24.svg
context: q24.svg
- text: Player 2 moves to Chance
action: Moving game piece
player: 2
space: 7
- text: Display question
action: Showing q24a.svg
context: q24a.svg
- text: Player 2 rolls 5,3
action: Rolling dice
roll: [5,3]
- text: Display space name
action: Showing q25.svg
context: q25.svg
- text: Player 2 moves to Amazon Railroad
action: Moving game piece
player: 2
space: 15
- text: Display question
action: Showing q25a.svg
context: q25a.svg
- text: Player 2 gets a blueprint on Amazon Railroad
action: Adding blueprint
blueprint:
space: 15
file: blueprint2.svg
- text: Player 3 rolls 2,4
action: Rolling dice
roll: [2,4]
- text: Display space name
action: Showing q26.svg
context: q26.svg
- text: Player 3 moves to Tech Debt Tax
action: Moving game piece
player: 3
space: 4
- text: Display question
action: Showing q26a.svg
context: q26a.svg
- text: Player 4 rolls 1,3
action: Rolling dice
roll: [1,3]
- text: Display space name
action: Showing q27.svg
context: q27.svg
- text: Player 4 moves to PureStorge Avenue
action: Moving game piece
player: 4
space: 11
- text: Display question
action: Showing q27a.svg
context: q27a.svg
- text: Player 4 gets a blueprint on PureStorge Avenue
action: Adding blueprint
blueprint:
space: 11
file: blueprint4.svg
- text: Player 1 rolls 4,3
action: Rolling dice
roll: [4,3]
- text: Display space name
action: Showing q28.svg
context: q28.svg
- text: Player 1 moves to Community Chest
action: Moving game piece
player: 1
space: 17
- text: Display question
action: Showing q28a.svg
context: q28a.svg
- text: Display intro slide
action: Showing q00.svg
context: q00.svg