-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsubgames-mexican-spanish.json
984 lines (984 loc) · 38.1 KB
/
subgames-mexican-spanish.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
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
[{
"objectType": "subgame",
"name": "Name Swap",
"key": "f67e9200_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Swap names with the player who's turn it is next for the rest of the game. Whenever ANYBODY calls either of you by your former name they drink!",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Alrededor del sol",
"key": "bb98c83d_ba0d_464d_8694_a453df0f927e",
"details": {
"subgameType": "standard",
"description": "El jugador que cumpla años cerca de la fecha actual toma 3 tragos!",
"content": false,
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "Cheers, Kanpai, Salud!",
"key": "f6815120_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Todos los jugadores toman!",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Bartender",
"key": "f6819f40_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Consigue tragos para todos los jugadores hasta tu siguiente turno (ellos pagan sus bebidas). Esta regla solo aplica hasta que se hayan terminado su bebida",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Sin Dientes",
"key": "c214144e_a54f_4dd8_86dc_5d287aaed772",
"details": {
"subgameType": "standard",
"description": "No enseñes tus dientes por el resto del juego! Toma un trago por cada vez que alguien los vea.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Matalo",
"key": "f681ed60_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Jugadores que tengan menos de 1/4 de su bebida deben acabarse su bebida!",
"content": false,
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "La palabra \"B\" ",
"key": "f6826290_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Ningun jugador puede decir la palabra trago/bebida por el resto del juego. De romper la regla esa persona toma.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Last Names Only",
"key": "f682d7c0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "No calling players by their first name FOR THE REST OF THE GAME. Last names only or drink.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "It's Rude to Point",
"key": "f6837400_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "No pointing for the rest of the game! Get caught and drink! Elbow pointing is ok.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Invisible man",
"key": "f683e930_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "A tiny invisible man started living on the rim of your vessel. Help him off before your COMPULSORY drinks, and help him back on afterwards. Drink every time you forget!",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Seat Swap",
"key": "f6841040_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Everybody drink and move one seat over in the current direction of play.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Tattooed",
"key": "f6845e60_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Anyone with a tattoo drink and show one tattoo to the group.",
"content": false,
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "Star Signs",
"key": "f6848570_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "contentBasic",
"description": "The stars are aligned funny... Drink if you're a...",
"content": "starSigns",
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "Slooowwww motion",
"key": "f684faa0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "You must move in slow motion until your next turn. Get caught forgetting and drink!",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Who runs the world?",
"key": "f68596e0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "contentJoke",
"description": "Guys have a drink.",
"content": "guyJokes",
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "It's a man's world",
"key": "f685bdf0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "contentJoke",
"description": "Girls take a drink.",
"content": "girlJokes",
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "Students",
"key": "f6865a30_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "All Students enrolled with an education provider of any kind drink",
"content": false,
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "Set the bar",
"key": "f686a850_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Drink 1, 2, or 3 drinks. All players must match you!",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Rewind",
"key": "f686f670_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Play now goes in the opposite direction.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Eyes wide shut",
"key": "f6874490_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Keep your eyes closed until your next turn. Only open them for games that require vision, else drink each time you're caught.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Repeater",
"key": "f6876ba0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Repeat the last word of every sentence you say for the rest of the game! Forget, and drink.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Multi-lingual",
"key": "f68792b0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Any player who can speak more than one language fluently has a drink for each language. Call out the language before each drink.",
"content": false,
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "Thumb Master",
"key": "f687b9c0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "You're the thumb master. Place your thumb on the table top (or somewhere else agreed upon) any time BETWEEN TURNS and MAXIMUM ONCE PER TURN. The last person to also place their thumb drinks.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Name that track",
"key": "f687e0d0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "If there is a song playing, name the song or artist. If you get it nominate, otherwise take one drink. If there is no music, everybody drinks!",
"content": false,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Over the top",
"key": "f68807e0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Who's got the buffest guns out of you and the player opposite? Arm wrestle to find out. Loser drinks and winner nominates 3.",
"content": false,
"category": "Battle"
}
},
{
"objectType": "subgame",
"name": "T-rex",
"key": "f6885600_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "You now have little T-rex arms for the rest of the game! Your elbows are not allowed to leave your torso. If you forget or they come off, drink!",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Drinking Buddies",
"key": "f688a420_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Every time you or the player opposite has to drink, the buddy has to as well for the rest of the game!",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Round of applause",
"key": "f688cb30_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Applaud every time someone has to drink for the rest of the game! Forget to applaud and drink.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Hipster Pants",
"key": "f6894060_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Whoever has the tightest pants or jeans drinks.",
"content": false,
"category": "Profile"
}
},
{
"objectType": "subgame",
"name": "Spin the bottle",
"key": "f6894061_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "canvas",
"description": "Put the phone in the middle of all players. Press go and spin the bottle! Whoever it lands on has to drink 3.",
"content": "spin-the-bottle",
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Fastest Tapper",
"key": "5cb87b07_160d_11e8_a7c5_d7bf8118b9c6",
"details": {
"subgameType": "canvas",
"description": "You and the player opposite tap as fast as you can to make your character run to their drink and drink the whole thing. Loser drinks 3!",
"content": "tap-race",
"category": "Battle"
}
},
{
"objectType": "subgame",
"name": "Buzzers",
"key": "d8f50c0b_3080_4190_be10_1367a86bf184",
"details": {
"subgameType": "canvas",
"description": "It's multiple choice quiz time for up to 10 players. Drink 1 for wrong answers. Answer correctly and exit the quiz. Last player drinks 3!",
"content": "buzzers",
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Rock Paper Scissors",
"key": "f689dca0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Challenge the player opposite you to a best of three. Loser drinks 3!",
"content": false,
"category": "Battle"
}
},
{
"objectType": "subgame",
"name": "Cave Man",
"key": "f689dca1_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "You can only speak in three word sentences for the rest of the game! Drink each time you forget!",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Quaff, Scull, Chug",
"key": "f68a2ac0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Drink the rest of your vessel. Owww it hurts I know.",
"content": false,
"category": "Solo"
}
},
{
"objectType": "subgame",
"name": "Speak in a foreign Accent",
"key": "f68a2ac1_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "contentBasic",
"description": "Speak in the following accent for the rest of the game! Drink each time you forget.",
"content": "accents",
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Question Master",
"key": "f68a78e0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "You are the question master. If you ask someone a question and they answer you, they have to drink. They are allowed to respond only with \"@#$% off\" or by asking a question back.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Snake Eyes",
"key": "f68a9ff0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Until your next turn, anyone who you catch looking directly in your eyes has to drink.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Rule Master",
"key": "f68ac700_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "You are the Rule Master. Create a rule that everyone must follow including yourself. Failure to follow the rule results in a drink for that player.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Drinking solo",
"key": "f68b1520_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Never drink alone... except now... drink alone now.",
"content": false,
"category": "Solo"
}
},
{
"objectType": "subgame",
"name": "Drink like a Lady",
"key": "f68b8a50_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "From now on all players must only drink with their left hand and their pinky finger must be removed from the vessel like a proper lady. Failure to do so means drink.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Silence is Golden",
"key": "f68bb160_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Don't speak until your next turn. Any utterance, even an \"mmm\" results in a drink, so quiet!",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Take Two",
"key": "f68bd870_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Have a couple of drinks just for yourself.",
"content": false,
"category": "Solo"
}
},
{
"objectType": "subgame",
"name": "Take Three",
"key": "f68bff80_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Have a few drinkies just for you.",
"content": false,
"category": "Solo"
}
},
{
"objectType": "subgame",
"name": "Nominate One",
"key": "f68c2690_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Choose your victim for one drink nomination.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Nominate Two",
"key": "f68c4da0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Choose one victim or spread your two drink nominations out.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Nominate Three",
"key": "f68c74b0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Choose one victim or spread your three drink nominations out.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Speak with a lisp",
"key": "f68c9bc0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Speak with a lisp for the rest of the game! If you get caught breaking character... drink.",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "One Truth, Two Lies",
"key": "f68cc2d0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Tell one truth and two lies in a random order. Everyone locks in their guess for the truth. Anyone who doesn't get it right drinks and you drink for everyone that does!",
"content": false,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Hermit",
"key": "f68ce9e0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Sit somewhere no-one has a direct line of sight on you for one round. Come back for games that require you to be visible",
"content": false,
"category": "Rule"
}
},
{
"objectType": "subgame",
"name": "Paper pong",
"key": "f68ce9e1_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "The player opposite puts down their vessel. Screw up any piece of paper and have 3 shots without leaning or changing position. They drink once for every hit. You drink for each miss!",
"content": false,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Clicks",
"key": "f68d3800_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Everyone assigns themselves a one syllable nickname. Start the game with everyone slowly in rhythm: 1.Knees, 2.Clap, 3.Right-hand-click, 4.Left-hand-click. Person who's turn it is: on beat 3 say a number from 1-4 and on beat 4 say a name. Whoever's name gets said: from the next beat 1, repeats their own name IN TIME WITH THE BEAT. The number the sender says governs the number of times the receiver repeats their name. Receiver then becomes sender and says a number and name IN TIME WITH THE BEAT (on beat the 3 and 4) to pass on to the next person.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Pop 'n' Lock",
"key": "f68d8620_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timer",
"description": "Dance like a robot from the 80's for 30 seconds without breaking character or drink three.",
"time": 30,
"category": "Dare"
}
},
{
"objectType": "subgame",
"name": "Strip One",
"key": "f68dad30_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Strip one item of clothing or drink one. Shoes, socks, and jewellery don't count.",
"category": "Dare"
}
},
{
"objectType": "subgame",
"name": "Strip Two",
"key": "f68dad31_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Strip two items of clothing or drink two. Shoes, socks, and jewellery don't count.",
"category": "Dare"
}
},
{
"objectType": "subgame",
"name": "Strip Three",
"key": "f68e2260_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Strip three items of clothing or drink three. Shoes, socks, and jewellery don't count.",
"category": "Dare"
}
},
{
"objectType": "subgame",
"name": "Lippy",
"key": "f68e2261_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Put on some lipstick or drink two.",
"content": false,
"category": "Dare"
}
},
{
"objectType": "subgame",
"name": "Dapper Dan",
"key": "f68e7080_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Let someone draw a stylish pencil moustache on you, or drink two.",
"category": "Dare"
}
},
{
"objectType": "subgame",
"name": "Moon walk",
"key": "f68e9790_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timer",
"description": "Attempt Michael Jackson's \"moon walk\" and other classic Michael moves for 30 seconds without breaking character or drink 3.",
"time": 30,
"category": "Dare"
}
},
{
"objectType": "subgame",
"name": "5 Push-ups",
"key": "f68ebea0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Straight back, chest to the floor. From the knees if you choose. 5 good push-ups or drink one.",
"content": false,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "10 Push-ups",
"key": "f68ee5b0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Straight back, chest to the floor. From the knees if you choose. 10 good push-ups or drink two.",
"content": false,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "15 Push-ups",
"key": "f68f0cc0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Straight back, chest to the floor. From the knees if you choose. 15 good push-ups or drink three.",
"content": false,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Hug Someone",
"key": "f68f33d0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "quickTimer",
"description": "Hug another player within 10 seconds or drink.",
"time": 10,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Frog Prince",
"key": "f68f5ae0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "quickTimer",
"description": "Convince another player to kiss your cheek in 10 seconds or drink.",
"time": 10,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Mr. Worldwide",
"key": "5dae50e0_ef13_46a0_af70_f52a41a22eb1",
"details": {
"subgameType": "timedReveal",
"description": "Get players to guess the country by DANCE ONLY! No vocal sounds or other gestures. The player who gets it nominates 2 drinks. If noone gets it, everyone drinks and you drink 2! You have 30 seconds.",
"content": "countries",
"time": 30,
"category": "Performer"
}
},
{
"objectType": "subgame",
"name": "Impersonator",
"key": "f68fa900_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timedReveal",
"description": "Other players must guess who you are by your IMPERSONATION ONLY. If a player guesses right, you both get to nominate 2, otherwise everyone drinks! You have 15 seconds.",
"content": "impersonations",
"time": 15,
"category": "Performer"
}
},
{
"objectType": "subgame",
"name": "Hum a song",
"key": "f68ff720_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timedReveal",
"description": "Don't show the phone to any other players. Hum or whistle the song. If another player guesses right they nominate 2, otherwise everyone drinks and you drink 2! You have 45 seconds.",
"content": "famousSongs",
"time": 45,
"category": "Performer"
}
},
{
"objectType": "subgame",
"name": "G-N-I-L-L-E-P-S",
"key": "f6901e30_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timedReveal",
"description": "Pass the phone to the next player. They will read out the word which you must spell backwards WITH NO MISTAKES or drink 2. You have 25 seconds.",
"content": "spellBackwards",
"time": 25,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Charades",
"key": "f6909360_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timedReveal",
"description": "Don't show the phone to any other players. You have 1 minute to act out the clue. No talking or vocal sounds of any kind. The player who gets it nominates 2. If noone gets it everybody drinks!",
"content": "charades",
"time": 60,
"category": "Performer"
}
},
{
"objectType": "subgame",
"name": "Doodle",
"key": "f690ba70_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "canvas",
"description": "Don't show the phone to any other players. You have 30 seconds to draw the following clue. No talking! The player who guesses right nominates 2. If noone gets it everybody drinks!",
"content": "doodles",
"time": 30,
"category": "Performer"
}
},
{
"objectType": "subgame",
"name": "Who am I?",
"key": "f690e180_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timedReveal",
"description": "Don't look at the answer. Hold the phone to your forehead and show everyone else. Ask yes/no questions to find out who you are. You have 60 seconds or drink 3!",
"content": "famousPeople",
"time": 60,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Tongue Twister",
"key": "f6912fa0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "timedReveal",
"description": "Say the tongue twister perfectly... WITH YOUR EYES CLOSED. Once you reveal it, you'll have 30 seconds! Fail and drink 2!",
"content": "tongueTwisters",
"time": 30,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Penis",
"key": "f6917dc0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "quickTimer",
"description": "Name seven alternative or slang words for penis in one minute or drink.",
"time": 60,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Vagina",
"key": "f691cbe0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "quickTimer",
"description": "Name seven alternative or slang words for vagina in one minute or drink.",
"time": 60,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Breasts",
"key": "f691f2f0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "quickTimer",
"description": "Name seven alternative or slang words for breasts in one minute or drink.",
"time": 60,
"category": "Challenge"
}
},
{
"objectType": "subgame",
"name": "Waterfall",
"key": "f691f2f1_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "All players start drinking at the same time. YOU can stop when you like. The player to your left can stop after you do, and the player to their left can stop after they do etc etc.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Seven's game",
"key": "f6921a00_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Going clockwise from you, as a group, count upwards from 1. However, noone can say a multiple of seven or any number with a seven in it! Instead clap. E.g 1, 2, 3, 4, 5, 6, clap, 8, 9...",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Musical Instruments",
"key": "f6924110_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Every player choose a musical instrument with an action and sound. The game starts with all players slapping their thighs and clapping their hands in a constant, repeated rhythm of slap-slap-clap-clap. Start slow. You start and pass the turn around the group by substituting the claps, first for your instrument, and then for another player's. e.g. slap-slap-guitar-guitar-slap-slap-drums-drums. The player who receives the turn (the drummer in this example) must IMMEDIATELY continue the rhythm with slap-slap-drums-drums-slap-slap-violin-violin (or another players instrument) and play continues until someone stuffs up! When you stuff up you drink and are out! Other players continue until there are only two left who get to nominate 3 drinks each. They should probably also start a band.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Sex positions",
"key": "f6926820_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Every player chooses their unique sexual position with it's action and name. The game starts with all players slapping their thighs and clapping their hands in a constant, repeated rhythm of slap-slap-clap-clap. Start slow. You start and pass the turn around the group by substituting the claps, first for your sexual position and then for another player's. e.g. slap-slap-missionary-slap-slap-doggy style. The player who receives the turn (the doggy styler in this example) must IMMEDIATELY continue the rhythm with slap-slap-doggy style-slap-slap-blow job (or another players sexual position) and play continues until someone stuffs up! When you stuff up you drink and are out! Other players continue until there are only two left who get to nominate 3 drinks each. They should maybe get a room too.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Memory Sequence",
"key": "f692b640_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Say any random object. The next player must say your object and then add their own. players must keep repeating the growing list in order and adding their own objects until someone can't remember the sequence. Loser drinks 3!",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Finger Cup",
"key": "f692b641_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Everybody place one finger on the rim of a single cup filled with half a drink in the centre of the group. Starting with you, take turns to guess the number of fingers that will be left on the cup, where as you make your guess, everyone can either leave there finger on or immediately remove it. If you guess wrong, take a drink then put your finger back. Get it right and you're free while the other players carry on. The last player drinks the cup. Delayed finger removals count as being left on and that player drinks.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Ship came into the harbour",
"key": "f6932b70_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "You say: \"A ship came into the harbour carrying a cargo load of...\" then name a category of things and a thing from that category e.g. types of fruit, banana. Each player says a new thing from the category on their turn. Hesitate for 5 seconds or say something that's already been said and they drink.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Bust a Rhyme",
"key": "f6935280_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Start a rhyme off (or just say a word if you're boring). Each player then has to rhyme with that. Repeat a word or can't think of one and drink 2. Words that sound the same but have a different meaning are ok.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Never have I ever.",
"key": "f6937990_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Think of something that you've never done but you think some other players have. Everyone who's done it has to drink.",
"content": false,
"category": "Power"
}
},
{
"objectType": "subgame",
"name": "Fuzzy Duck",
"key": "f693c7b0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Play starts clockwise around the group. Each player says \"Fuzzy Duck\" until someone says \"Duzzy\". Then play reverses and players have to say \"Ducky Fuzz\". Play can be reversed again at any time when someone says \"Duzzy\". Stuff it up and drink.",
"content": false,
"category": "Everybody"
}
},
{
"objectType": "subgame",
"name": "Beer goggles",
"key": "f693eec0_397f_11e8_a45b_25718a0c5009",
"details": {
"subgameType": "standard",
"description": "Make \"beer goggles\" out of your thumbs and index fingers. Pass play to the left or right by extending the appropriate hand and saying \"woop\". You can pass it across the circle by extending both hands directly towards a player and going \"woop woop\". No hesitation allowed! Fail and drink!",
"content": false,
"category": "Everybody"
}
},
{
"objectType":"subgame",
"name":"High Noon",
"key":"f6898e80_397f_11e8_a45b_25718a0c5009",
"details":{
"subgameType":"canvas",
"description":"It's high noon... you and the player opposite find yourselves in a gun duel. Wait for the clock to strike midday. Shoot too soon and drink before starting again. Get shot and drink 3!",
"content":"high-noon",
"category":"Battle"
}
},
{
"objectType":"subgame",
"name":"Chicken",
"key":"4875ee99_4a2a_48d1_b074_408099efa0b1",
"details":{
"subgameType":"canvas",
"description":"Two player battle between you and the player opposite. Race towards each other head-on to see who is chicken. 3 drinks to the chicken and 6 each if you crash!",
"content":"chicken",
"category":"Battle"
}
},
{
"objectType": "subgame",
"name": "Truth or Dare",
"key": "c18ad7c0_e27a_4dc2_8c80_661057c2054b",
"details": {
"subgameType": "truthOrDare",
"description": "Select Truth or Dare. If you can't answer or complete the dare then take the number of drinks specified!",
"content": "truthOrDare",
"category": "Dare"
}
}
]