-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwuas_diabolical.json
706 lines (705 loc) · 78.7 KB
/
wuas_diabolical.json
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
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
{
"spaces": {
"neutral": {
"name": "Neutral Space",
"coords": "0,0,33,33",
"visual": "empty gray space",
"desc": "This space can be freely traversed and have no additional effects."
},
"shop": {
"name": "Shop",
"coords": "33,0,66,33",
"visual": "blue space with white 'S'",
"desc": "A player who lands on this space receives a random item, if there is room in the player's inventory."
},
"altar": {
"name": "Altar",
"coords": "66,0,99,33",
"visual": "red space with black 'A'",
"desc": "A player on this space is allowed to make one wish. At the end of the turn, all players who made wishes have their wishes granted and then are returned to Start. Multiple players on this space do not engage in combat."
},
"start": {
"name": "Start Square",
"coords": "99,0,132,33",
"visual": "yellow space with black 'St'",
"desc": "All new players start on this square. Players sharing this space do not fight, and any player on this space does not lose HP for any reason. A player who ends his turn on Start is cured of any status ailments."
},
"gap": {
"name": "Empty Gap",
"coords": "132,0,165,33",
"visual": "empty white area",
"desc": "These spaces are ordinarily impassible to players. If a player is forced onto a gap, they immediately return to Start and loses 5 HP. A player who is adjacent to a gap can choose to leap into the gap."
},
"crumbled": {
"name": "Crumbled Space",
"coords": "0,33,33,66",
"visual": "dark gray space with cracks",
"desc": "When a player steps off this space, it crumbles and disappears. Any item on this space is removed from the game board when it does so."
},
"water": {
"name": "Water Space",
"coords": "0,66,33,99",
"visual": "blue space with watery texture",
"desc": "A player who moves onto this space must stop here."
},
"lava": {
"name": "Lava Space",
"coords": "0,99,33,132",
"visual": "red space with yellow lava texture",
"desc": "A player who moves onto this space must stop here. A player who stops on this space takes 2 damage (mitigated by DEF). This space will never reduce HP to less than 1."
},
"egg": {
"name": "Egg Space",
"coords": "33,33,66,66",
"visual": "dull yellow space with off-white egg",
"desc": "Duplicates itself randomly, and when a player moves off an Egg Space, the space moves to a random position on the board. In either situation, Egg Spaces will try to form paths from Start to the Altar."
},
"circus": {
"name": "Circus Space",
"coords": "66,33,99,66",
"visual": "orange space with circus tent",
"desc": "A player who passes this space will be randomly warped to another Circus Space on the board before continuing to move."
},
"bowser": {
"name": "Bowser Space",
"coords": "33,66,66,99",
"visual": "dark red space with Bowser space icon",
"desc": "A player who lands on this space will suffer a penalty as decided by Mercerenies. After triggering, this space has a 50% chance of turning back into whatever space it was before it was Bowser."
},
"waltar": {
"name": "Walmaltar",
"coords": "99,33,132,66",
"visual": "red space with black 'A' and Walmart logo",
"desc": "A player on this space is allowed to make one wish, provided the wish is of Walmart quality. A wish which is not of Walmart quality will not be granted. After a wish is successfully granted, the player making the wish returns to Start."
},
"baked": {
"name": "Baked Beans Ocean",
"coords": "66,66,99,99",
"visual": "brownish baked bean texture",
"desc": "+5 MOV to any player who passes this space. A player can only receive one movement bonus from Baked Beans Ocean spaces per turn."
},
"cshop": {
"name": "Costume Shop",
"coords": "33,99,66,132",
"visual": "blue space with white sideways 'S'",
"desc": "A player who lands on this space receives a random item, if there is room in the player's inventory. A player who lands on this space may, additionally, choose to change their player icon."
},
"happy": {
"name": "Happy Face of Pleasure",
"coords": "0,132,33,165",
"visual": "green space with black excited smiley",
"desc": "This space just loves being stepped on, but not too much. Any player who passes this space gains 3 HP as a result of shared happiness, but if two or more different players pass it in the same turn, it becomes a Grumpy Face of Rudeness."
},
"grumpy": {
"name": "Grumpy Face of Rudeness",
"coords": "0,165,33,198",
"visual": "red space with upside down smile",
"desc": "This space hates being stepped on. As soon as a player moves onto this space, it will teleport to a random position on the board, taking that player with it. The position will be a gap if possible but will replace another space if necessary. If there are multiple gaps available, the Grumpy Face will move to a position adjacent to a non-gap space. The player who passed this space will continue his movements normally from the new position."
},
"agony": {
"name": "Agony Space",
"coords": "33,132,66,165",
"visual": "pink space with black screaming face",
"desc": "Whenever a player passes this space, it cries out in agony and deals 1 damage to that player and any player on an adjacent or diagonally adjacent space. Afterward, it becomes a Happy Face of Pleasure."
},
"chuck": {
"name": "Chuck E Cheese Play Area",
"coords": "66,99,99,132",
"visual": "orange space with Chuck E Cheese icon",
"desc": "Any player who passes this space becomes Vile and gets Mold Pizza."
},
"truck": {
"name": "Monster Truck",
"coords": "66,132,99,165",
"visual": "purple space with blue monster truck icon",
"desc": "Every turn, this space moves one space toward the Altar, replacing the adjacent space. The space it departs becomes a Ranting Rubble space. If two Monster Truck spaces would move onto the same space at the same time, they collide, converting into a Flamey Steve space."
},
"rubble": {
"name": "Ranting Rubble",
"coords": "66,165,99,198",
"visual": "gray rocky textured space",
"desc": "Spouts garbage into the update post, adding unnecessary garbage text to the post itself."
},
"flamey": {
"name": "Flamey Steve",
"coords": "33,165,66,198",
"visual": "Steve atop a flaming background texture",
"desc": "Any player or token which passes this space is launched randomly to somewhere else on the board. If a Monster Truck tries to move onto a Flamey Steve space, that Monster Truck is also launched. Multiple Monster Trucks which move onto this space simultaneously are launched separately, to potentially different destinations."
},
"blob00": {
"name": "Mr. Blobby",
"coords": "0,198,33,231",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob01": {
"name": "Mr. Blobby",
"coords": "0,231,33,264",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob02": {
"name": "Mr. Blobby",
"coords": "0,264,33,297",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob03": {
"name": "Mr. Blobby",
"coords": "0,297,33,330",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob04": {
"name": "Mr. Blobby",
"coords": "0,330,33,363",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob05": {
"name": "Mr. Blobby",
"coords": "0,363,33,396",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob06": {
"name": "Mr. Blobby",
"coords": "0,396,33,429",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob10": {
"name": "Mr. Blobby",
"coords": "33,198,66,231",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob11": {
"name": "Mr. Blobby",
"coords": "33,231,66,264",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob12": {
"name": "Mr. Blobby",
"coords": "33,264,66,297",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob13": {
"name": "Mr. Blobby",
"coords": "33,297,66,330",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob14": {
"name": "Mr. Blobby",
"coords": "33,330,66,363",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob15": {
"name": "Mr. Blobby",
"coords": "33,363,66,396",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob16": {
"name": "Mr. Blobby",
"coords": "33,396,66,429",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob20": {
"name": "Mr. Blobby",
"coords": "66,198,99,231",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob21": {
"name": "Mr. Blobby",
"coords": "66,231,99,264",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob22": {
"name": "Mr. Blobby",
"coords": "66,264,99,297",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob23": {
"name": "Mr. Blobby",
"coords": "66,297,99,330",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob24": {
"name": "Mr. Blobby",
"coords": "66,330,99,363",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob25": {
"name": "Mr. Blobby",
"coords": "66,363,99,396",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob26": {
"name": "Mr. Blobby",
"coords": "66,396,99,429",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob30": {
"name": "Mr. Blobby",
"coords": "99,198,132,231",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob31": {
"name": "Mr. Blobby",
"coords": "99,231,132,264",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob32": {
"name": "Mr. Blobby",
"coords": "99,264,132,297",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob33": {
"name": "Mr. Blobby",
"coords": "99,297,132,330",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob34": {
"name": "Mr. Blobby",
"coords": "99,330,132,363",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob35": {
"name": "Mr. Blobby",
"coords": "99,363,132,396",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob36": {
"name": "Mr. Blobby",
"coords": "99,396,132,429",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob40": {
"name": "Mr. Blobby",
"coords": "132,198,165,231",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob41": {
"name": "Mr. Blobby",
"coords": "132,231,165,264",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob42": {
"name": "Mr. Blobby",
"coords": "132,264,165,297",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob43": {
"name": "Mr. Blobby",
"coords": "132,297,165,330",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob44": {
"name": "Mr. Blobby",
"coords": "132,330,165,363",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob45": {
"name": "Mr. Blobby",
"coords": "132,363,165,396",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob46": {
"name": "Mr. Blobby",
"coords": "132,396,165,429",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob50": {
"name": "Mr. Blobby",
"coords": "165,198,198,231",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob51": {
"name": "Mr. Blobby",
"coords": "165,231,198,264",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob52": {
"name": "Mr. Blobby",
"coords": "165,264,198,297",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob53": {
"name": "Mr. Blobby",
"coords": "165,297,198,330",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob54": {
"name": "Mr. Blobby",
"coords": "165,330,198,363",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob55": {
"name": "Mr. Blobby",
"coords": "165,363,198,396",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob56": {
"name": "Mr. Blobby",
"coords": "165,396,198,429",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob60": {
"name": "Mr. Blobby",
"coords": "198,198,231,231",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob61": {
"name": "Mr. Blobby",
"coords": "198,231,231,264",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob62": {
"name": "Mr. Blobby",
"coords": "198,264,231,297",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob63": {
"name": "Mr. Blobby",
"coords": "198,297,231,330",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob64": {
"name": "Mr. Blobby",
"coords": "198,330,231,363",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob65": {
"name": "Mr. Blobby",
"coords": "198,363,231,396",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"blob66": {
"name": "Mr. Blobby",
"coords": "198,396,231,429",
"visual": "image of Mr. Blobby",
"desc": "When a player passes this space, it switches with another Mr. Blobby space, taking the player to the new location as well."
},
"solar": {
"name": "Solar Plexus Space",
"coords": "99,66,132,99",
"visual": "blue space with red space hero",
"desc": "If a player passes this space, an incoherent rant of at least 120 words long will be posted. The player, of course, will be pinged in this rant, to ensure that they see it."
},
"bank": {
"name": "Bank Tile",
"coords": "99,99,132,132",
"visual": "yellow-green space with gray vault",
"desc": "A player who passes this space can interact with the bank. Each player has their own personal vault in the bank. A player can deposit items into their personal vault. At the same time, the player can withdraw items from the vault. A player can withdraw at most as many items as they deposited on the current turn. Even if this space disappears or moves, the items are kept safe in a vault. All Bank Tiles share the same collection of vaults."
},
"env": {
"name": "Envelope",
"coords": "99,132,132,165",
"visual": "light purple space with white envelope",
"desc": "This space normally acts like a neutral space, but it can be licked. ... ... Why would anyone do that?"
}
},
"items": {
"moltenboots": {
"name": "Molten Boots",
"desc": "The next time you step on a Lava Space, these boots automatically activate. The Lava Space turns into a Molten Rock Space, which is just like a neutral space except that it will randomly turn back into a Lava Space several turns later. These boots disappear after use."
},
"eshuffle": {
"name": "The Electric Shuffle",
"desc": "Single use. At the end of the turn on which you use this item (after all wishes have been resolved), all players other than you randomly switch places with one another."
},
"lavabomb": {
"name": "Lava Bomb",
"desc": "Single use. Select a player. Every space with distance 3 or less from that player has a 25% chance of turning into lava."
},
"neutralize": {
"name": "Neutralizing Beam",
"desc": "Single use. Every space (including any gaps) that is horizontally or vertically aligned with you is turned into a neutral space. Any players caught in the blast take 1 damage (mitigated by DEF) from the beam."
},
"nostalgia": {
"name": "Nostalgia Bomb",
"desc": "Single use. Name a type of space that appeared in any previous WUAS game but which has not appeared yet in this one. Every neutral space on the board becomes that space."
},
"beer": {
"name": "Beer",
"desc": "Single use. Drink to restore 2 HP. 25% chance of losing 5 HP instead."
},
"temporal": {
"name": "Temporal Gun",
"desc": "This item was glitched into existence. It's supposed to be from a past game, but it doesn't exist. Single use. Select an item in your inventory. That item is launched into the next WUAS game, so that it will appear on the same turn in the next WUAS game."
},
"shrek5": {
"name": "Shrek 5 VHS",
"desc": "Its glory is too great to be experienced by mortal eyes. If you choose to view this video, you will be judged by the gods, who will either reward you for your purity of soul or smite you for your blasphemy."
},
"rbaked": {
"name": "Can of Reverse Baked Beans",
"desc": "You may pour these on an adjacent space. That space becomes a Reverse Baked Beans Ocean, which decreases the MOV of anyone who passes it by 5 for that turn. This can is single use, but Reverse Baked Beans will spread and infect any adjacent Baked Beans Oceans."
},
"mold": {
"name": "Mold Pizza",
"desc": "If you eat this pizza, you reduce to 1 HP and must move toward the Altar until you reach it. If you discard this pizza, it seeps into whatever space you dropped it on, turning that space into a Chuck E Cheese Play Area."
},
"psybeer": {
"name": "Psychic Beer",
"desc": "Single use. By drinking this, you steal the next movement bonus from a Baked Beans Ocean. You get +5 MOV on this turn only. The next time someone passes a Baked Beans Ocean space, that space has no effect for them, and the player who did so cannot use Baked Beans Oceans at all on that turn."
},
"sanitize": {
"name": "Hand Sanitizer",
"desc": "Single use. Can be used on yourself to cure all status effects. Alternatively, it can be thrown at a player or token on an adjacent space to inflict 6 damage (mitigated by DEF), because getting this stuff in your eye is AWFUL."
},
"javabomb": {
"name": "Java Bomb",
"desc": "Single use. It's kind of like the Lava Bomb, but with Java. Select a player. That player is forced to write only Java code next turn. Every space they pass turns into a Java Space. Java Spaces have the same effect as this item: any player who passes them spreads the Java onto other spaces they pass that turn."
}
},
"effects": [
{
"name": "Vile",
"desc": "All non-player tokens will flee from you, ignoring their usual instructions. Any other player you pass has a high probability of becoming Vile themselves. If a non-player token is required to pass you for some reason, they turn into a Chuck E Cheese token."
}
],
"tokens": {
"item": {
"name": "Item",
"stats": "N/A",
"thumbnail": [0, 0],
"desc": "Icon used to represent items on the map."
},
"goldcoin": {
"name": "Gold Coin",
"stats": "N/A",
"thumbnail": [16, 0],
"desc": "Can be picked up by a player. Always protected from wishes."
},
"lukasmah": {
"name": "Lukasmah",
"stats": "Player",
"thumbnail": [0, 16],
"desc": "A player token."
},
"roytheshort": {
"name": "Roytheshort",
"stats": "Player",
"thumbnail": [16, 16],
"desc": "A player token."
},
"htsirohn": {
"name": "HTSirohn",
"stats": "Player",
"thumbnail": [0, 32],
"desc": "A player token."
},
"hatcrafter": {
"name": "Hatcrafter",
"stats": "Player",
"thumbnail": [0, 48],
"desc": "A player token."
},
"rougebare": {
"name": "rougebare",
"stats": "Player",
"thumbnail": [0, 64],
"desc": "A player token."
},
"dolphinhats": {
"name": "Dolphinhats",
"stats": "Player",
"thumbnail": [16, 32],
"desc": "A player token."
},
"misu": {
"name": "Misu",
"stats": "Player",
"thumbnail": [16, 48],
"desc": "A player token."
},
"masterofgames": {
"name": "Master of Games",
"stats": "100 HP; 10 DEF; 5 MOV; Beer; (Empty Inventory Slot); (Empty Inventory Slot)",
"thumbnail": [32, 0],
"span": [2, 2],
"desc": "Randomly pursues players. Can move freely as long as at least one of the spaces he is occupying is not a gap. Is not affected by water, lava, or other movement-slowing spaces. Any player he passes must play a game of chance against him. If the player wins the game, the Master of Games will give them something useful. If the player loses, the Master of Games steals something useful from that player. If the player has nothing useful, the Master of Games steals 9 HP (mitigated by DEF) in frustration. A player may bribe the Master of Games with a Beer, in which case the Master will leave without challenging that player."
},
"clown": {
"name": "Evil Clown",
"stats": "1 MOV",
"thumbnail": [16, 64],
"desc": "Moves randomly each turn. Any player he passes swaps bodies with him. The player's token is treated as a randomly moving CPU and the player himself takes control of the 1-MOV Evil Clown."
},
"elephant": {
"name": "Elephant",
"stats": "5 MOV",
"thumbnail": [32, 32],
"span": [2, 2],
"desc": "Does not move normally. A player on the same space as an elephant can ride the elephant, using the elephant's 5 MOV to move alongside it. Can move freely as long as at least one of the spaces he is occupying is not a gap, and is not affected by water, lava, or other movement-slowing spaces."
},
"firebreather": {
"name": "Fire-Breather",
"stats": "5 MOV",
"thumbnail": [32, 64],
"desc": "Moves randomly each turn. Every space he passes turns into a Bowser Space."
},
"quark": {
"name": "Quark",
"stats": "6 MOV",
"thumbnail": [64, 0],
"span": [2, 2],
"desc": "Sets up a wheel of fortune with five options and then pursues a random player. Quark can fly, ignores all space effects, and does not engage in combat. When he catches his intended target, he spins the wheel, applies the effect, and then sets up a new wheel and a new target."
},
"gunpuppy": {
"name": "Gun Puppy",
"stats": "5 HP; 0 DEF; 0 MOV",
"thumbnail": [64, 32],
"span": [2, 2],
"desc": "There are several varieties of Gun Puppy. They can never be moved by any means. Each turn, the Gun Puppy will pick a direction and fire, preferring directions that actually do something. Anything other than the Puppy on its space will get hit by the attack, regardless of direction. A Gun Puppy has a small change of upgrading to Mk 2, which doubles the damage of the attack and gives the Gun Puppy 1 DEF."
},
"yellowclown": {
"name": "Yellow Clown",
"stats": "? MOV",
"thumbnail": [0, 80],
"desc": "Each turn, Yellow Clown moves in a random direction and doesn't stop moving in that direction until he reaches a gap, stopping just before the gap. Any players that he encounters during the dash are dragged to Yellow Clown's ending space with him. Yellow Clown will always favor moving in directions that result in encountering players. Yellow Clown has no effect on non-player tokens and will not interact with them. A player on the same space as Yellow Clown can pick him up and carry him and can order the Yellow Clown to dash in a chosen direction."
},
"redclown": {
"name": "Red Clown",
"stats": "? MOV",
"thumbnail": [0, 96],
"desc": "As everyone knows, Red Clowns have rocket feet. Each turn, Red Clown will launch himself into the sky and land on a random neutral space somewhere on the board. Any players who are on the space he lands on take 4 damage, and any player on an adjacent space take 1 damage. A player on the same space as Red Clown can pick him up and carry him and can order the Red Clown to land on a particular neutral space."
},
"blueclown": {
"name": "Blue Clown",
"stats": "? MOV",
"thumbnail": [0, 112],
"desc": "Blue Clown does not normally move. Each turn, he will fire a laser in a random direction, dealing 1 damage to every player it hits. Blue Clown will favor directions which hit at least one player. A player on the same space as Blue Clown can pick him up and carry him and can order the Blue Clown to fire in a chosen direction."
},
"quark1": {
"name": "Quark",
"stats": "10 HP; 5 MOV",
"thumbnail": [16, 80],
"desc": "Moves around and commits various crimes on the board, including but not limited to: stealing player's lunch money, funding Bowser's malicious schemes, and exceeding the speed of light."
},
"aap": {
"name": "Alcoholics Anonymous Patron",
"stats": "20 HP; 5 MOV",
"thumbnail": [32, 80],
"desc": "Pursues the Master of Games in an attempt to tie him up. The AA Patron is immune to all of Master of Games' effects. If MoG does not exist or is already tied up, he will pursue any player who has any alcoholic item, such as Beer, and will tie them up as well. A player who is tied up has 0 ATK. A non-player token who is tied up has 0 ATK and cannot use any of their special abilities. The Patron's one weakness is beans. He will avoid the Baked Beans Ocean like a plague and will die if a player who is adjacent to him on a Baked Beans Ocean space elects to toss beans upon him. A tied up player cannot throw beans."
},
"cryer": {
"name": "Small Crying Man",
"stats": "10 HP; 5 MOV",
"thumbnail": [16, 96],
"desc": "The Small Crying Man can't benefit from Baked Beans Oceans. No matter how much he drinks, he gets no more MOV. It's so sad that he can't stop crying and drinking beans, desperately trying to speed himself up. Moves randomly each turn, preferring Baked Beans Ocean spaces whenever possible. If he runs into a player, his disease will temporarily spread to them, disabling the effect of Baked Beans spaces for that player on the following turn."
},
"lovepuppy": {
"name": "Love Puppy",
"stats": "5 HP; 0 DEF; 0 MOV",
"thumbnail": [96, 0],
"span": [2, 2],
"desc": "There are several varieties of Gun Puppy. They can never be moved by any means. Each turn, the Love Puppy will pick a direction and fire, preferring directions that actually do something. The projectile heals the target for 1 health. Anything other than the Puppy on its space will get hit by the attack, regardless of direction. A Love Puppy has a small change of upgrading to Mk 2, which doubles the healing capabilities of the attack, gives the Love Puppy 1 DEF, and has a chance of cleansing the target of a negative effect."
},
"boa": {
"name": "Boa Constructor Head",
"stats": "3 MOV",
"thumbnail": [128, 0],
"desc": "Moves randomly each turn, and can move freely over gaps. Will never move onto Start or the Altar. Any player who ends his turn on the same space as this token takes 2 damage. Whenever this token moves, it leaves behind a Boa Constructor Body tile. The effect of the underlying space becomes \"This space is treated as a neutral space.\" as long as this token occupies the space."
},
"boatail": {
"name": "Boa Constructor Body",
"stats": "3 HP",
"thumbnail": [144, 0],
"desc": "Loses 1 HP at the beginning of every turn. Any effects of the underlying space are negated as long as this token occupies the space. Can freely inhabit gaps. The effect of the underlying space becomes \"This space is treated as a neutral space.\" as long as this token occupies the space."
},
"chuckeboss": {
"name": "Giant Chuck E Cheese",
"stats": "20 HP; 3 ATK; 1 DEF; 2 MOV",
"thumbnail": [64, 64],
"span": [2, 2],
"desc": "Pursues players every turn, inflicting ATK damage to any player he passes. He also throws pizzas in each cardinal direction every turn (for a total of eight pizzas, two in each direction), which deal 1 damage to the first player or token they hit. If your HP hits zero because of one of his attacks, then you do not die. Instead, you turn into another Chuck E Cheese, a status effect which can only be healed by items or spaces which specifically state that they cure Chuck E Cheese. If every player becomes Chuck E Cheese, then the game of WUAS is over, and Chuck E Cheese is the only winner."
},
"announcer": {
"name": "Monster Truck Commentator",
"stats": "1 HP",
"thumbnail": [96, 32],
"span": [2, 2],
"desc": "Cries out \"Oh, the humanity!\" every turn. Loses 700 HP each turn."
},
"mimic": {
"name": "Mimic",
"stats": "∞ ATK",
"thumbnail": [16, 112],
"desc": "If a player tries to pick this up like an item, it will attack the player with its attack power (mitigated by DEF) and call the player an idiot."
}
},
"rulings": [
{
"desc": "Any Altar wishes occur at the end of the turn, after all player movement is completed."
},
{
"desc": "Effects which target a stat that a token lacks have no effect on the token. For example, a space that deals damage will not affect a token who has no concept of HP."
},
{
"desc": "The specific nature of combat in the case of tokens which are deficient in some stats is this. All involved players or tokens who have an ATK stat will attack all involved players or tokens who have an HP stat. All such attacks happen simultaneously, and in general a token will never attack itself unless otherwise stated."
},
{
"desc": "In general, an action which attempts to move into a gap is considered to be a mistake or a typo, and the player will not be allowed to move into the gap. If the movement into the gap was intentional, this should be specified in the post. This ruling does not apply if the player in question has any equipment that would enable him or her to pass the gaps without the normal penalty."
},
{
"desc": "The larger the magnitude of a wish, the less likely it is to end up in the wisher's favor. That is, a simple wish is likely to go exactly as intended. A large and complicated wish may be interpreted extremely literally and the results may not be what was desired."
}
],
"current_turn": 12,
"turns": {
"1": {"0": {"spaces": [["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "neutral", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "neutral", "neutral", "neutral", "neutral", "neutral", "gap", "gap", "gap"], ["neutral", "gap", "neutral", "lava", "crumbled", "lava", "neutral", "gap", "neutral", "gap"], ["gap", "gap", "crumbled", "lava", "altar", "lava", "crumbled", "gap", "gap", "gap"], ["gap", "gap", "neutral", "lava", "crumbled", "lava", "neutral", "gap", "gap", "gap"], ["gap", "gap", "shop", "neutral", "start", "neutral", "shop", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"]], "tokens": [{"object": "goldcoin", "position": [136, 40]}, {"object": "goldcoin", "position": [8, 104]}, {"object": "goldcoin", "position": [264, 104]}]}},
"2": {"0": {"spaces": [["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "neutral", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "neutral", "neutral", "neutral", "neutral", "neutral", "gap", "gap", "gap"], ["neutral", "gap", "neutral", "lava", "crumbled", "lava", "neutral", "gap", "neutral", "gap"], ["gap", "gap", "crumbled", "lava", "altar", "lava", "crumbled", "gap", "gap", "gap"], ["gap", "gap", "neutral", "lava", "gap", "lava", "neutral", "gap", "gap", "gap"], ["gap", "gap", "shop", "neutral", "start", "neutral", "shop", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"], ["gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap", "gap"]], "tokens": [{"object": "goldcoin", "position": [136, 40]}, {"object": "goldcoin", "position": [8, 104]}, {"object": "goldcoin", "position": [264, 104]}, {"object": "lukasmah", "position": [136, 136]}, {"object": "hatcrafter", "position": [72, 200]}, {"object": "rougebare", "position": [142, 206]}, {"object": "roytheshort", "position": [132, 196]}, {"object": "htsirohn", "position": [200, 200]}]}},
"3": {"0": {"spaces": [["gap", "gap", "neutral", "gap", "neutral", "neutral", "gap", "neutral", "gap", "neutral"], ["neutral", "neutral", "neutral", "gap", "neutral", "neutral", "gap", "neutral", "gap", "gap"], ["gap", "neutral", "gap", "neutral", "gap", "gap", "gap", "gap", "neutral", "gap"], ["neutral", "neutral", "gap", "neutral", "gap", "gap", "neutral", "neutral", "neutral", "neutral"], ["neutral", "gap", "crumbled", "neutral", "altar", "neutral", "gap", "neutral", "neutral", "neutral"], ["neutral", "neutral", "gap", "neutral", "neutral", "gap", "neutral", "neutral", "neutral", "gap"], ["neutral", "gap", "gap", "neutral", "start", "neutral", "gap", "neutral", "gap", "gap"], ["gap", "neutral", "gap", "neutral", "neutral", "gap", "gap", "gap", "neutral", "neutral"], ["gap", "gap", "gap", "gap", "gap", "gap", "neutral", "gap", "gap", "neutral"], ["neutral", "gap", "neutral", "gap", "neutral", "gap", "gap", "neutral", "gap", "gap"], ["neutral", "neutral", "neutral", "gap", "neutral", "gap", "gap", "neutral", "neutral", "gap"]], "tokens": [{"object": "goldcoin", "position": [136, 40]}, {"object": "goldcoin", "position": [8, 104]}, {"object": "rougebare", "position": [206, 110]}, {"object": "goldcoin", "position": [264, 104]}, {"object": "roytheshort", "position": [100, 132]}, {"object": "lukasmah", "position": [130, 206]}, {"object": "misu", "position": [142, 194]}, {"object": "hatcrafter", "position": [130, 194]}, {"object": "dolphinhats", "position": [142, 206]}, {"object": "htsirohn", "position": [136, 200]}]}},
"4": {"0": {"spaces": [["neutral", "circus", "circus", "neutral", "neutral", "gap", "gap", "gap", "gap", "neutral"], ["neutral", "circus", "circus", "water", "neutral", "gap", "gap", "gap", "gap", "neutral"], ["gap", "crumbled", "crumbled", "water", "neutral", "neutral", "altar", "egg", "egg", "egg"], ["gap", "crumbled", "crumbled", "neutral", "neutral", "neutral", "neutral", "egg", "egg", "egg"], ["neutral", "gap", "gap", "circus", "circus", "gap", "gap", "gap", "gap", "circus"], ["water", "gap", "gap", "circus", "circus", "gap", "gap", "gap", "gap", "circus"], ["gap", "gap", "gap", "neutral", "water", "start", "neutral", "egg", "egg", "egg"], ["gap", "gap", "gap", "neutral", "neutral", "neutral", "neutral", "egg", "egg", "egg"], ["neutral", "neutral", "neutral", "neutral", "water", "water", "neutral", "gap", "gap", "neutral"], ["neutral", "water", "neutral", "neutral", "neutral", "bowser", "bowser", "gap", "gap", "water"], ["gap", "neutral", "neutral", "gap", "gap", "bowser", "bowser", "gap", "gap", "neutral"]], "tokens": [{"object": "masterofgames", "position": [48, 16]}, {"object": "rougebare", "position": [302, 14]}, {"object": "clown", "position": [104, 72]}, {"object": "lukasmah", "position": [162, 206]}, {"object": "misu", "position": [174, 194]}, {"object": "hatcrafter", "position": [162, 194]}, {"object": "dolphinhats", "position": [174, 206]}, {"object": "htsirohn", "position": [168, 200]}, {"object": "roytheshort", "position": [164, 196]}, {"object": "firebreather", "position": [168, 296]}, {"object": "temporal", "position": [40, 328]}]}},
"5": {"0": {"spaces": [["neutral", "circus", "circus", "neutral", "neutral", "gap", "gap", "gap", "gap", "neutral"], ["neutral", "circus", "circus", "water", "neutral", "egg", "egg", "gap", "gap", "neutral"], ["gap", "crumbled", "crumbled", "water", "neutral", "egg", "altar", "egg", "gap", "gap"], ["gap", "crumbled", "crumbled", "neutral", "neutral", "egg", "neutral", "egg", "egg", "egg"], ["neutral", "gap", "gap", "circus", "circus", "egg", "gap", "egg", "gap", "circus"], ["water", "gap", "gap", "circus", "circus", "egg", "egg", "egg", "gap", "circus"], ["gap", "gap", "gap", "neutral", "water", "start", "neutral", "gap", "gap", "gap"], ["gap", "gap", "gap", "neutral", "neutral", "egg", "egg", "egg", "egg", "egg"], ["neutral", "neutral", "neutral", "neutral", "water", "water", "neutral", "gap", "gap", "neutral"], ["neutral", "water", "bowser", "bowser", "bowser", "bowser", "bowser", "gap", "gap", "water"], ["gap", "bowser", "bowser", "gap", "gap", "bowser", "bowser", "gap", "gap", "neutral"]], "tokens": [{"object": "clown", "position": [104, 40]}, {"object": "gunpuppy", "position": [288, 32]}, {"object": "masterofgames", "position": [144, 80]}, {"object": "goldcoin", "position": [40, 104]}, {"object": "misu", "position": [142, 130]}, {"object": "goldcoin", "position": [232, 136]}, {"object": "roytheshort", "position": [292, 132]}, {"object": "lukasmah", "position": [130, 174]}, {"object": "htsirohn", "position": [104, 200]}, {"object": "rougebare", "position": [174, 206]}, {"object": "hatcrafter", "position": [162, 194]}, {"object": "dolphinhats", "position": [174, 206]}, {"object": "quark", "position": [272, 208]}, {"object": "goldcoin", "position": [200, 296]}, {"object": "temporal", "position": [36, 324]}, {"object": "firebreather", "position": [44, 332]}]}},
"6": {"0": {"spaces": [["neutral", "circus", "circus", "neutral", "neutral", "baked", "baked", "egg", "baked", "neutral"], ["neutral", "circus", "circus", "water", "neutral", "egg", "egg", "egg", "egg", "neutral"], ["baked", "crumbled", "crumbled", "water", "waltar", "baked", "altar", "baked", "egg", "baked"], ["baked", "crumbled", "crumbled", "neutral", "neutral", "egg", "neutral", "baked", "egg", "baked"], ["neutral", "baked", "baked", "circus", "circus", "egg", "egg", "egg", "waltar", "circus"], ["water", "baked", "baked", "circus", "circus", "baked", "baked", "baked", "egg", "circus"], ["baked", "baked", "cshop", "neutral", "water", "start", "neutral", "baked", "egg", "baked"], ["baked", "baked", "baked", "bowser", "neutral", "egg", "egg", "egg", "egg", "egg"], ["neutral", "neutral", "waltar", "bowser", "water", "egg", "egg", "egg", "waltar", "neutral"], ["neutral", "water", "bowser", "bowser", "bowser", "bowser", "bowser", "baked", "baked", "water"], ["baked", "bowser", "bowser", "baked", "baked", "bowser", "bowser", "baked", "baked", "neutral"]], "tokens": [{"object": "shrek5", "position": [72, 40]}, {"object": "quark1", "position": [168, 40]}, {"object": "aap", "position": [264, 40]}, {"object": "gunpuppy", "position": [288, 32]}, {"object": "clown", "position": [104, 72]}, {"object": "goldcoin", "position": [40, 104]}, {"object": "yellowclown", "position": [104, 104]}, {"object": "masterofgames", "position": [144, 144]}, {"object": "rougebare", "position": [238, 142]}, {"object": "lukasmah", "position": [130, 174]}, {"object": "htsirohn", "position": [136, 200]}, {"object": "quark", "position": [144, 208]}, {"object": "roytheshort", "position": [164, 196]}, {"object": "misu", "position": [174, 194]}, {"object": "hatcrafter", "position": [162, 194]}, {"object": "dolphinhats", "position": [174, 206]}, {"object": "firebreather", "position": [108, 236]}, {"object": "redclown", "position": [296, 232]}, {"object": "blueclown", "position": [200, 264]}, {"object": "goldcoin", "position": [200, 296]}, {"object": "temporal", "position": [36, 324]}]}},
"7": {"0": {"spaces": [["happy", "grumpy", "grumpy", "happy", "happy", "happy", "baked", "gap", "baked", "neutral", "neutral", "gap", "neutral", "happy", "grumpy", "grumpy", "happy", "gap", "gap", "baked"], ["gap", "happy", "happy", "baked", "baked", "baked", "baked", "baked", "baked", "baked", "baked", "baked", "baked", "gap", "happy", "happy", "gap", "gap", "gap", "gap"], ["gap", "gap", "baked", "neutral", "neutral", "neutral", "circus", "circus", "neutral", "neutral", "baked", "baked", "egg", "baked", "neutral", "neutral", "gap", "gap", "gap", "gap"], ["gap", "gap", "baked", "neutral", "neutral", "neutral", "circus", "circus", "water", "neutral", "egg", "egg", "egg", "egg", "neutral", "baked", "baked", "gap", "gap", "baked"], ["gap", "baked", "baked", "baked", "baked", "baked", "gap", "crumbled", "water", "waltar", "baked", "altar", "egg", "egg", "baked", "agony", "baked", "baked", "gap", "baked"], ["baked", "baked", "neutral", "neutral", "baked", "baked", "gap", "gap", "neutral", "neutral", "gap", "egg", "baked", "egg", "baked", "baked", "agony", "baked", "baked", "baked"], ["baked", "neutral", "neutral", "neutral", "neutral", "neutral", "baked", "baked", "circus", "circus", "egg", "egg", "gap", "waltar", "circus", "baked", "baked", "agony", "baked", "baked"], ["neutral", "neutral", "neutral", "neutral", "neutral", "water", "baked", "baked", "circus", "circus", "baked", "baked", "baked", "egg", "egg", "baked", "baked", "baked", "agony", "baked"], ["neutral", "neutral", "neutral", "neutral", "baked", "baked", "bowser", "bowser", "neutral", "water", "start", "egg", "egg", "egg", "egg", "baked", "baked", "baked", "baked", "agony"], ["baked", "neutral", "neutral", "neutral", "baked", "baked", "bowser", "bowser", "bowser", "neutral", "gap", "egg", "egg", "egg", "egg", "baked", "gap", "baked", "baked", "agony"], ["baked", "neutral", "neutral", "neutral", "neutral", "neutral", "neutral", "waltar", "bowser", "water", "gap", "gap", "gap", "waltar", "neutral", "neutral", "gap", "gap", "baked", "baked"], ["baked", "neutral", "neutral", "neutral", "neutral", "neutral", "water", "bowser", "bowser", "bowser", "bowser", "bowser", "baked", "baked", "water", "neutral", "neutral", "gap", "baked", "baked"], ["baked", "baked", "neutral", "neutral", "neutral", "baked", "bowser", "bowser", "baked", "baked", "bowser", "bowser", "baked", "baked", "neutral", "neutral", "happy", "baked", "baked", "baked"], ["baked", "baked", "baked", "gap", "gap", "baked", "baked", "neutral", "neutral", "baked", "gap", "gap", "baked", "baked", "neutral", "happy", "happy", "happy", "baked", "gap"], ["baked", "happy", "happy", "baked", "baked", "baked", "gap", "neutral", "neutral", "baked", "baked", "gap", "happy", "happy", "happy", "happy", "happy", "happy", "happy", "happy"]], "tokens": [{"object": "goldcoin", "position": [424, 8]}, {"object": "redclown", "position": [456, 72]}, {"object": "shrek5", "position": [232, 104]}, {"object": "rougebare", "position": [238, 110]}, {"object": "aap", "position": [424, 104]}, {"object": "quark1", "position": [424, 104]}, {"object": "gunpuppy", "position": [448, 96]}, {"object": "yellowclown", "position": [232, 136]}, {"object": "clown", "position": [296, 136]}, {"object": "cryer", "position": [232, 200]}, {"object": "lukasmah", "position": [290, 206]}, {"object": "lovepuppy", "position": [96, 224]}, {"object": "blueclown", "position": [456, 232]}, {"object": "htsirohn", "position": [232, 264]}, {"object": "masterofgames", "position": [240, 272]}, {"object": "misu", "position": [334, 258]}, {"object": "hatcrafter", "position": [322, 258]}, {"object": "dolphinhats", "position": [334, 270]}, {"object": "roytheshort", "position": [328, 264]}, {"object": "goldcoin", "position": [40, 296]}, {"object": "firebreather", "position": [236, 300]}, {"object": "quark", "position": [400, 304]}, {"object": "goldcoin", "position": [360, 360]}, {"object": "temporal", "position": [196, 388]}, {"object": "goldcoin", "position": [456, 392]}]}},
"8": {"0": {"spaces": [["neutral", "circus", "circus", "neutral", "neutral", "baked", "egg", "egg", "egg", "neutral"], ["neutral", "circus", "circus", "water", "neutral", "egg", "egg", "egg", "egg", "neutral"], ["baked", "gap", "crumbled", "water", "waltar", "baked", "altar", "egg", "egg", "baked"], ["baked", "gap", "gap", "neutral", "neutral", "gap", "gap", "baked", "egg", "egg"], ["neutral", "chuck", "chuck", "chuck", "chuck", "gap", "gap", "gap", "waltar", "circus"], ["water", "chuck", "chuck", "chuck", "chuck", "baked", "baked", "baked", "egg", "egg"], ["baked", "chuck", "chuck", "chuck", "chuck", "start", "egg", "egg", "egg", "egg"], ["baked", "chuck", "chuck", "chuck", "chuck", "gap", "egg", "egg", "egg", "egg"], ["bowser", "bowser", "bowser", "bowser", "water", "gap", "gap", "gap", "waltar", "neutral"], ["bowser", "water", "bowser", "bowser", "bowser", "bowser", "bowser", "baked", "baked", "water"], ["baked", "bowser", "bowser", "baked", "baked", "bowser", "bowser", "baked", "baked", "neutral"]], "tokens": [{"object": "shrek5", "position": [72, 40]}, {"object": "masterofgames", "position": [80, 48]}, {"object": "rougebare", "position": [110, 46]}, {"object": "boa", "position": [168, 40]}, {"object": "aap", "position": [264, 40]}, {"object": "gunpuppy", "position": [288, 32]}, {"object": "clown", "position": [104, 72]}, {"object": "cryer", "position": [8, 104]}, {"object": "quark1", "position": [264, 136]}, {"object": "blueclown", "position": [296, 168]}, {"object": "quark", "position": [176, 208]}, {"object": "lukasmah", "position": [162, 206]}, {"object": "misu", "position": [174, 194]}, {"object": "hatcrafter", "position": [162, 194]}, {"object": "dolphinhats", "position": [174, 206]}, {"object": "roytheshort", "position": [168, 200]}, {"object": "htsirohn", "position": [168, 200]}, {"object": "boa", "position": [136, 264]}, {"object": "goldcoin", "position": [200, 296]}, {"object": "temporal", "position": [36, 324]}, {"object": "goldcoin", "position": [296, 328]}]}},
"9": {"0": {"spaces": [["blob00", "blob10", "blob20", "blob30", "blob40", "blob50", "blob60", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "truck", "truck", "rubble"], ["blob01", "blob11", "blob21", "blob31", "blob41", "blob51", "blob61", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "flamey", "truck", "rubble"], ["blob02", "blob12", "blob22", "blob32", "blob42", "blob52", "blob62", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "flamey", "truck", "truck", "rubble"], ["blob03", "blob13", "blob23", "blob33", "blob43", "blob53", "blob63", "truck", "truck", "truck", "truck", "truck", "rubble", "truck", "flamey", "flamey", "truck", "truck", "truck", "rubble"], ["blob04", "blob14", "blob24", "blob34", "blob44", "blob54", "blob64", "rubble", "flamey", "flamey", "truck", "truck", "truck", "flamey", "flamey", "truck", "truck", "truck", "truck", "rubble"], ["blob05", "blob15", "blob25", "blob35", "blob45", "blob55", "blob65", "circus", "neutral", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "rubble"], ["blob06", "blob16", "blob26", "blob36", "blob46", "blob56", "blob66", "circus", "water", "neutral", "egg", "egg", "neutral", "egg", "truck", "truck", "truck", "truck", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "gap", "crumbled", "water", "waltar", "baked", "altar", "neutral", "egg", "truck", "truck", "truck", "truck", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "gap", "gap", "neutral", "neutral", "gap", "gap", "neutral", "egg", "truck", "truck", "truck", "truck", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "chuck", "chuck", "chuck", "chuck", "gap", "egg", "neutral", "waltar", "truck", "rubble", "truck", "truck", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "neutral", "neutral", "neutral", "neutral", "solar", "neutral", "neutral", "neutral", "truck", "truck", "truck", "rubble", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "chuck", "chuck", "chuck", "chuck", "start", "gap", "neutral", "egg", "truck", "flamey", "truck", "truck", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "chuck", "chuck", "chuck", "chuck", "gap", "egg", "solar", "egg", "egg", "flamey", "flamey", "truck", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "bowser", "bowser", "bowser", "water", "gap", "gap", "neutral", "waltar", "neutral", "truck", "flamey", "flamey", "truck", "rubble"], ["rubble", "truck", "truck", "truck", "flamey", "truck", "water", "bowser", "bowser", "bowser", "bowser", "bowser", "neutral", "baked", "water", "truck", "truck", "flamey", "flamey", "rubble"], ["rubble", "truck", "truck", "flamey", "flamey", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "neutral", "truck", "truck", "truck", "flamey", "truck"], ["rubble", "truck", "flamey", "flamey", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck"], ["rubble", "flamey", "flamey", "truck", "truck", "truck", "truck", "rubble", "truck", "rubble", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck"], ["truck", "flamey", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck"], ["truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck"], ["rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble"]], "tokens": [{"object": "goldcoin", "position": [264, 72]}, {"object": "mimic", "position": [328, 72]}, {"object": "mimic", "position": [104, 104]}, {"object": "mimic", "position": [200, 136]}, {"object": "shrek5", "position": [232, 200]}, {"object": "aap", "position": [270, 200]}, {"object": "chuckeboss", "position": [272, 208]}, {"object": "rougebare", "position": [259, 195]}, {"object": "boatail", "position": [296, 200]}, {"object": "boatail", "position": [328, 200]}, {"object": "gunpuppy", "position": [448, 192]}, {"object": "cryer", "position": [168, 232]}, {"object": "boatail", "position": [296, 232]}, {"object": "quark", "position": [432, 240]}, {"object": "mimic", "position": [456, 232]}, {"object": "clown", "position": [264, 264]}, {"object": "boa", "position": [296, 264]}, {"object": "goldcoin", "position": [520, 296]}, {"object": "blueclown", "position": [456, 328]}, {"object": "mimic", "position": [168, 360]}, {"object": "lukasmah", "position": [322, 366]}, {"object": "misu", "position": [334, 354]}, {"object": "hatcrafter", "position": [322, 354]}, {"object": "dolphinhats", "position": [334, 366]}, {"object": "htsirohn", "position": [328, 360]}, {"object": "roytheshort", "position": [328, 360]}, {"object": "gunpuppy", "position": [416, 384]}, {"object": "quark1", "position": [419, 387]}, {"object": "boatail", "position": [296, 424]}, {"object": "boatail", "position": [328, 424]}, {"object": "boatail", "position": [328, 456]}, {"object": "goldcoin", "position": [360, 456]}, {"object": "announcer", "position": [128, 480]}, {"object": "temporal", "position": [196, 484]}, {"object": "boa", "position": [328, 488]}, {"object": "goldcoin", "position": [456, 488]}, {"object": "mimic", "position": [72, 552]}, {"object": "goldcoin", "position": [232, 584]}]}},
"10": {"0": {"spaces": [["blob00", "blob10", "blob20", "blob30", "blob40", "truck", "blob60", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "truck", "rubble", "rubble"], ["blob52", "blob11", "blob21", "blob31", "blob41", "blob51", "blob61", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "flamey", "flamey", "rubble", "rubble"], ["blob14", "blob15", "blob42", "blob32", "blob22", "blob01", "blob62", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "flamey", "truck", "rubble", "truck"], ["blob03", "blob13", "blob56", "blob33", "blob43", "blob53", "blob63", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "flamey", "truck", "truck", "rubble", "rubble"], ["blob04", "blob02", "blob24", "blob34", "blob44", "blob54", "blob64", "rubble", "flamey", "flamey", "truck", "truck", "truck", "flamey", "flamey", "truck", "truck", "truck", "rubble", "rubble"], ["blob05", "blob12", "truck", "blob35", "blob45", "blob55", "blob65", "circus", "neutral", "rubble", "flamey", "truck", "flamey", "truck", "truck", "truck", "truck", "flamey", "rubble", "rubble"], ["blob06", "truck", "blob26", "blob36", "blob46", "blob23", "blob66", "circus", "water", "neutral", "truck", "truck", "truck", "truck", "truck", "flamey", "truck", "truck", "rubble", "rubble"], ["rubble", "rubble", "truck", "truck", "truck", "truck", "truck", "crumbled", "water", "waltar", "baked", "altar", "egg", "truck", "truck", "flamey", "truck", "truck", "rubble", "truck"], ["rubble", "rubble", "truck", "truck", "truck", "truck", "truck", "gap", "neutral", "neutral", "gap", "gap", "neutral", "flamey", "truck", "truck", "truck", "truck", "rubble", "rubble"], ["rubble", "truck", "truck", "truck", "truck", "truck", "truck", "chuck", "truck", "chuck", "egg", "egg", "neutral", "truck", "rubble", "rubble", "truck", "truck", "rubble", "rubble"], ["rubble", "rubble", "truck", "truck", "truck", "truck", "truck", "neutral", "truck", "neutral", "solar", "egg", "neutral", "truck", "flamey", "truck", "rubble", "truck", "rubble", "rubble"], ["rubble", "rubble", "truck", "truck", "truck", "truck", "truck", "chuck", "chuck", "chuck", "start", "gap", "neutral", "egg", "rubble", "flamey", "truck", "truck", "rubble", "rubble"], ["rubble", "rubble", "truck", "truck", "truck", "truck", "flamey", "chuck", "chuck", "chuck", "gap", "truck", "solar", "egg", "egg", "flamey", "flamey", "truck", "rubble", "rubble"], ["rubble", "rubble", "truck", "truck", "truck", "flamey", "truck", "bowser", "bowser", "water", "gap", "egg", "egg", "waltar", "neutral", "truck", "flamey", "flamey", "rubble", "rubble"], ["rubble", "rubble", "truck", "truck", "flamey", "truck", "truck", "truck", "truck", "truck", "bowser", "bowser", "neutral", "flamey", "water", "truck", "truck", "flamey", "flamey", "rubble"], ["rubble", "rubble", "flamey", "flamey", "flamey", "truck", "truck", "truck", "truck", "flamey", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "truck"], ["rubble", "flamey", "flamey", "flamey", "truck", "truck", "truck", "rubble", "truck", "rubble", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck"], ["rubble", "flamey", "flamey", "truck", "truck", "truck", "truck", "rubble", "truck", "truck", "truck", "truck", "truck", "flamey", "truck", "truck", "truck", "truck", "truck", "truck"], ["truck", "flamey", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "truck", "truck", "flamey", "flamey", "flamey", "truck", "truck", "truck", "truck", "truck"], ["rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble"], ["rubble", "rubble", "rubble", "truck", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble"]], "tokens": [{"object": "cryer", "position": [40, 72]}, {"object": "goldcoin", "position": [264, 72]}, {"object": "mimic", "position": [104, 104]}, {"object": "mimic", "position": [328, 104]}, {"object": "mimic", "position": [200, 136]}, {"object": "shrek5", "position": [232, 200]}, {"object": "boatail", "position": [296, 200]}, {"object": "boatail", "position": [328, 200]}, {"object": "gunpuppy", "position": [416, 192]}, {"object": "boatail", "position": [296, 232]}, {"object": "rougebare", "position": [355, 227]}, {"object": "quark", "position": [368, 240]}, {"object": "aap", "position": [366, 232]}, {"object": "mimic", "position": [424, 232]}, {"object": "chuckeboss", "position": [272, 272]}, {"object": "boatail", "position": [296, 264]}, {"object": "boatail", "position": [328, 264]}, {"object": "boatail", "position": [360, 264]}, {"object": "boa", "position": [392, 264]}, {"object": "clown", "position": [264, 296]}, {"object": "roytheshort", "position": [392, 296]}, {"object": "goldcoin", "position": [520, 296]}, {"object": "blueclown", "position": [424, 328]}, {"object": "mimic", "position": [200, 360]}, {"object": "misu", "position": [334, 354]}, {"object": "hatcrafter", "position": [322, 354]}, {"object": "dolphinhats", "position": [334, 366]}, {"object": "htsirohn", "position": [328, 360]}, {"object": "gunpuppy", "position": [416, 384]}, {"object": "boatail", "position": [296, 424]}, {"object": "boatail", "position": [328, 424]}, {"object": "temporal", "position": [196, 452]}, {"object": "boatail", "position": [328, 456]}, {"object": "goldcoin", "position": [360, 456]}, {"object": "boa", "position": [392, 456]}, {"object": "boatail", "position": [328, 488]}, {"object": "boatail", "position": [360, 488]}, {"object": "boatail", "position": [392, 488]}, {"object": "lukasmah", "position": [450, 494]}, {"object": "quark1", "position": [451, 483]}, {"object": "mimic", "position": [72, 552]}, {"object": "goldcoin", "position": [232, 584]}]}},
"11": {"0": {"spaces": [["blob00", "blob10", "blob20", "blob24", "truck", "rubble", "blob60", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble"], ["blob52", "blob11", "blob21", "blob32", "blob41", "truck", "truck", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "truck", "rubble", "rubble", "flamey", "flamey", "truck", "rubble"], ["blob14", "blob15", "truck", "blob31", "blob51", "blob02", "blob62", "rubble", "truck", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "flamey", "flamey", "rubble", "truck", "rubble"], ["blob03", "blob13", "blob56", "blob33", "blob43", "blob53", "blob63", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "flamey", "truck", "rubble", "rubble", "rubble"], ["blob04", "blob01", "blob30", "truck", "blob44", "blob54", "blob64", "rubble", "flamey", "flamey", "truck", "truck", "truck", "flamey", "flamey", "truck", "truck", "rubble", "rubble", "rubble"], ["truck", "blob12", "rubble", "truck", "blob45", "blob55", "blob65", "circus", "neutral", "rubble", "flamey", "flamey", "flamey", "flamey", "truck", "truck", "rubble", "flamey", "rubble", "rubble"], ["blob06", "rubble", "truck", "blob36", "blob46", "blob23", "blob66", "circus", "water", "neutral", "rubble", "flamey", "truck", "truck", "rubble", "flamey", "truck", "truck", "rubble", "rubble"], ["rubble", "rubble", "rubble", "truck", "truck", "truck", "truck", "truck", "water", "waltar", "baked", "altar", "truck", "truck", "rubble", "flamey", "truck", "rubble", "truck", "rubble"], ["rubble", "rubble", "truck", "truck", "flamey", "flamey", "truck", "flamey", "egg", "neutral", "gap", "gap", "neutral", "flamey", "truck", "truck", "truck", "rubble", "rubble", "rubble"], ["rubble", "rubble", "truck", "truck", "truck", "truck", "truck", "truck", "rubble", "truck", "egg", "gap", "neutral", "truck", "rubble", "rubble", "truck", "rubble", "rubble", "rubble"], ["rubble", "rubble", "rubble", "truck", "truck", "truck", "truck", "truck", "rubble", "truck", "solar", "egg", "neutral", "rubble", "flamey", "rubble", "truck", "rubble", "rubble", "rubble"], ["rubble", "rubble", "rubble", "truck", "truck", "truck", "truck", "flamey", "chuck", "chuck", "start", "truck", "neutral", "egg", "rubble", "flamey", "truck", "rubble", "rubble", "rubble"], ["rubble", "rubble", "rubble", "truck", "truck", "truck", "flamey", "chuck", "chuck", "chuck", "gap", "rubble", "solar", "egg", "egg", "flamey", "flamey", "truck", "rubble", "rubble"], ["rubble", "rubble", "rubble", "truck", "truck", "flamey", "truck", "truck", "truck", "truck", "gap", "egg", "egg", "waltar", "neutral", "truck", "flamey", "flamey", "rubble", "rubble"], ["truck", "rubble", "rubble", "truck", "flamey", "truck", "flamey", "truck", "truck", "rubble", "bowser", "bowser", "neutral", "flamey", "truck", "truck", "truck", "flamey", "flamey", "rubble"], ["rubble", "truck", "flamey", "flamey", "flamey", "truck", "truck", "rubble", "truck", "flamey", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "truck"], ["rubble", "flamey", "flamey", "flamey", "truck", "truck", "truck", "rubble", "truck", "truck", "truck", "truck", "truck", "rubble", "truck", "truck", "truck", "truck", "truck", "truck"], ["rubble", "flamey", "flamey", "truck", "flamey", "truck", "truck", "rubble", "truck", "rubble", "flamey", "truck", "rubble", "flamey", "rubble", "truck", "truck", "truck", "truck", "truck"], ["rubble", "flamey", "truck", "rubble", "truck", "rubble", "truck", "truck", "truck", "flamey", "truck", "rubble", "flamey", "flamey", "flamey", "rubble", "rubble", "truck", "rubble", "rubble"], ["rubble", "rubble", "rubble", "flamey", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble"], ["rubble", "rubble", "truck", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "rubble", "truck", "rubble", "truck", "rubble", "rubble", "rubble", "rubble", "truck", "rubble"]], "tokens": [{"object": "cryer", "position": [168, 40]}, {"object": "goldcoin", "position": [264, 72]}, {"object": "mimic", "position": [104, 104]}, {"object": "quark1", "position": [291, 99]}, {"object": "mimic", "position": [200, 136]}, {"object": "mimic", "position": [328, 136]}, {"object": "shrek5", "position": [232, 200]}, {"object": "boatail", "position": [296, 200]}, {"object": "gunpuppy", "position": [384, 192]}, {"object": "chuckeboss", "position": [304, 240]}, {"object": "rougebare", "position": [355, 227]}, {"object": "aap", "position": [366, 232]}, {"object": "roytheshort", "position": [360, 232]}, {"object": "mimic", "position": [392, 232]}, {"object": "boatail", "position": [360, 264]}, {"object": "boatail", "position": [392, 264]}, {"object": "boatail", "position": [424, 264]}, {"object": "clown", "position": [296, 296]}, {"object": "boatail", "position": [424, 296]}, {"object": "blueclown", "position": [424, 296]}, {"object": "boa", "position": [456, 296]}, {"object": "goldcoin", "position": [520, 296]}, {"object": "mimic", "position": [232, 360]}, {"object": "misu", "position": [334, 354]}, {"object": "hatcrafter", "position": [322, 354]}, {"object": "dolphinhats", "position": [334, 366]}, {"object": "htsirohn", "position": [328, 360]}, {"object": "quark", "position": [336, 368]}, {"object": "gunpuppy", "position": [416, 384]}, {"object": "boa", "position": [424, 392]}, {"object": "temporal", "position": [196, 420]}, {"object": "boatail", "position": [296, 424]}, {"object": "boatail", "position": [328, 424]}, {"object": "boatail", "position": [424, 424]}, {"object": "boatail", "position": [328, 456]}, {"object": "goldcoin", "position": [360, 456]}, {"object": "boatail", "position": [392, 456]}, {"object": "boatail", "position": [424, 456]}, {"object": "lukasmah", "position": [450, 462]}, {"object": "boatail", "position": [328, 488]}, {"object": "boatail", "position": [360, 488]}, {"object": "boatail", "position": [392, 488]}, {"object": "mimic", "position": [72, 552]}, {"object": "goldcoin", "position": [232, 584]}]}},
"12": {"0": {"spaces": [["env", "env", "env", "truck", "env", "env", "env", "env", "env", "env", "env", "env", "env", "truck", "env", "env", "env", "env", "env", "env", "env", "env"], ["env", "blob00", "blob10", "blob20", "blob24", "chuck", "truck", "blob60", "chuck", "truck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "env"], ["truck", "blob52", "blob11", "truck", "blob32", "truck", "chuck", "truck", "chuck", "chuck", "truck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "flamey", "flamey", "chuck", "chuck", "env"], ["env", "blob14", "blob15", "chuck", "truck", "blob51", "blob02", "truck", "chuck", "truck", "chuck", "chuck", "chuck", "chuck", "truck", "chuck", "flamey", "flamey", "truck", "chuck", "flamey", "env"], ["env", "blob03", "blob13", "blob56", "blob33", "blob43", "blob53", "blob63", "chuck", "truck", "chuck", "chuck", "chuck", "chuck", "chuck", "flamey", "flamey", "truck", "chuck", "chuck", "chuck", "truck"], ["env", "blob04", "blob01", "blob30", "chuck", "truck", "blob54", "blob64", "chuck", "flamey", "flamey", "truck", "truck", "truck", "flamey", "flamey", "truck", "chuck", "chuck", "chuck", "chuck", "env"], ["env", "truck", "truck", "truck", "chuck", "truck", "blob55", "blob65", "truck", "neutral", "chuck", "flamey", "flamey", "flamey", "flamey", "truck", "chuck", "chuck", "flamey", "chuck", "chuck", "env"], ["env", "blob06", "chuck", "chuck", "truck", "truck", "blob23", "blob66", "circus", "water", "neutral", "chuck", "flamey", "truck", "chuck", "chuck", "flamey", "truck", "chuck", "chuck", "chuck", "env"], ["env", "chuck", "chuck", "chuck", "chuck", "truck", "truck", "truck", "truck", "truck", "waltar", "baked", "altar", "truck", "chuck", "chuck", "flamey", "chuck", "truck", "chuck", "chuck", "env"], ["env", "chuck", "truck", "chuck", "truck", "flamey", "flamey", "chuck", "flamey", "egg", "egg", "gap", "gap", "neutral", "flamey", "truck", "truck", "chuck", "chuck", "chuck", "chuck", "env"], ["env", "chuck", "chuck", "chuck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "egg", "egg", "truck", "chuck", "chuck", "truck", "truck", "chuck", "chuck", "env"], ["env", "chuck", "chuck", "chuck", "chuck", "truck", "truck", "truck", "truck", "truck", "chuck", "solar", "egg", "neutral", "chuck", "flamey", "truck", "chuck", "chuck", "chuck", "chuck", "env"], ["truck", "chuck", "truck", "chuck", "truck", "truck", "truck", "truck", "flamey", "chuck", "chuck", "start", "bank", "neutral", "egg", "chuck", "flamey", "chuck", "chuck", "chuck", "chuck", "env"], ["env", "chuck", "chuck", "chuck", "chuck", "truck", "truck", "flamey", "truck", "flamey", "truck", "gap", "chuck", "solar", "egg", "egg", "flamey", "flamey", "truck", "chuck", "chuck", "truck"], ["flamey", "chuck", "chuck", "chuck", "chuck", "truck", "flamey", "chuck", "truck", "truck", "chuck", "egg", "egg", "egg", "waltar", "truck", "truck", "flamey", "flamey", "chuck", "chuck", "env"], ["env", "chuck", "truck", "truck", "chuck", "flamey", "truck", "flamey", "chuck", "truck", "chuck", "bowser", "bowser", "neutral", "flamey", "truck", "truck", "truck", "flamey", "flamey", "chuck", "env"], ["env", "chuck", "chuck", "flamey", "flamey", "flamey", "truck", "truck", "chuck", "truck", "flamey", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "truck", "flamey", "truck", "env"], ["env", "chuck", "flamey", "flamey", "flamey", "chuck", "truck", "truck", "chuck", "truck", "chuck", "chuck", "truck", "chuck", "chuck", "chuck", "truck", "flamey", "flamey", "truck", "flamey", "env"], ["env", "chuck", "flamey", "flamey", "chuck", "flamey", "chuck", "truck", "chuck", "truck", "chuck", "flamey", "chuck", "chuck", "flamey", "chuck", "chuck", "chuck", "truck", "chuck", "chuck", "env"], ["env", "chuck", "flamey", "chuck", "chuck", "chuck", "chuck", "chuck", "truck", "chuck", "flamey", "truck", "chuck", "flamey", "flamey", "flamey", "chuck", "chuck", "chuck", "chuck", "chuck", "env"], ["env", "chuck", "chuck", "truck", "flamey", "chuck", "truck", "chuck", "chuck", "chuck", "chuck", "truck", "truck", "chuck", "truck", "chuck", "chuck", "chuck", "chuck", "truck", "chuck", "env"], ["env", "chuck", "chuck", "truck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "chuck", "env"], ["env", "env", "env", "env", "env", "env", "env", "env", "env", "truck", "env", "env", "env", "env", "truck", "env", "truck", "env", "env", "env", "env", "env"]], "tokens": [{"object": "temporal", "position": [100, 4]}, {"object": "gunpuppy", "position": [96, 64]}, {"object": "cryer", "position": [360, 72]}, {"object": "goldcoin", "position": [296, 104]}, {"object": "mimic", "position": [136, 136]}, {"object": "lukasmah", "position": [136, 136]}, {"object": "mimic", "position": [232, 168]}, {"object": "shrek5", "position": [264, 232]}, {"object": "boa", "position": [488, 232]}, {"object": "chuckeboss", "position": [336, 272]}, {"object": "rougebare", "position": [387, 259]}, {"object": "aap", "position": [398, 264]}, {"object": "roytheshort", "position": [392, 264]}, {"object": "mimic", "position": [424, 264]}, {"object": "boatail", "position": [488, 264]}, {"object": "boatail", "position": [424, 296]}, {"object": "boatail", "position": [456, 296]}, {"object": "boatail", "position": [488, 296]}, {"object": "clown", "position": [328, 328]}, {"object": "boatail", "position": [456, 328]}, {"object": "blueclown", "position": [456, 328]}, {"object": "boatail", "position": [488, 328]}, {"object": "goldcoin", "position": [552, 328]}, {"object": "boa", "position": [424, 360]}, {"object": "mimic", "position": [264, 392]}, {"object": "quark1", "position": [291, 387]}, {"object": "misu", "position": [366, 386]}, {"object": "hatcrafter", "position": [354, 386]}, {"object": "dolphinhats", "position": [366, 398]}, {"object": "htsirohn", "position": [360, 392]}, {"object": "quark", "position": [368, 400]}, {"object": "boatail", "position": [424, 392]}, {"object": "boatail", "position": [424, 424]}, {"object": "gunpuppy", "position": [448, 416]}, {"object": "boatail", "position": [456, 424]}, {"object": "mimic", "position": [8, 456]}, {"object": "boatail", "position": [456, 456]}, {"object": "goldcoin", "position": [392, 488]}, {"object": "boatail", "position": [424, 488]}, {"object": "boatail", "position": [456, 488]}, {"object": "boatail", "position": [360, 520]}, {"object": "boatail", "position": [392, 520]}, {"object": "boatail", "position": [424, 520]}, {"object": "mimic", "position": [104, 584]}, {"object": "goldcoin", "position": [264, 616]}]}}
}
}